Hello,
Is there a way to make the LaTeX bundle treat warning as errors (and
provide for example links to underfull or overfull lines before
jumping to the document preview).
Thanks beforehand for any help,
Jean-Pierre
Upon updating my bundle to the latest svn source of the latex bundle I
got a similar html output window. Reverting to revision 10669
returned the expected output.
Thanks again for all the effort that goes into improving the Latex
bundle, your efforts are greatly appreciated!
Peter
On Sun, Oct 5, 2008 at 4:43 AM, Niels Kobschaetzki
<n.kobschaetzki(a)googlemail.com> wrote:
> Hi!
>
> In addition to my TeX-typesetting-problem I noticed that the
> HTML-output-window suddenly looks just plain wrong. I attached a
> screenshot. Some of the text is huge, other parts are very small and
> behind the huge stuff.
>
> Niels
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
>
There is something fundamentally wrong with Textmate's handling of the
Apple-R command. I have cutting edge build 1466 of Textmate, and the latest
versions of the C bundle and the Support bundle. Whenever I press Apple-R,
the result is:
/tmp/temp_textmate.bPPsQU:3:in `require': no such file to load --
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor
(LoadError) from /tmp/temp_textmate.bPPsQU:3
I have checked the path in bash, I've tested echo $PATH ^R and the search
path is correct. I really like Textmate, but if I can't get this issue
resolved I'll be forced to go back to AquaEmacs, which is awfully
cumbersome.
Either I'm missing something fundamentally obvious, or there is something
profoundly wrong. What command am I missing here?
--
View this message in context: http://www.nabble.com/Compiling-C-C%2B%2B-using-Textmate-tp19886007p1988600…
Sent from the textmate users mailing list archive at Nabble.com.
The conversion to LaTeX replaces any occurrences of '...' to /ldots.
That causes problems if the dots are followed by text, such as
...and then there were three.
as we and up with '\ldotsand'. Not knowing much of TeX, what is the
proper way to shield a variable from surrounding text?
Thanks
Gerd
Hi all,
How can you add options to the call to the pdflatex engine used by the
watch functionality of the LaTeX bundle?
Particularly, I'd like to be able to add the shell-escape option
(apparently it currently runs with that option disabled).
Thanks,
enas
I'm evaluating TextMate, trying to figure out if I can make the switch
from BBEdit. It looks very much like Linux -- very powerful, but
having a devil of a time getting work done as I make the switch. So
please forgive me as I pepper you with questions. I'm going to try to
put them in separate emails to split them up into threads.
OK, I'm making a new template for my SHTML files. My first question:
how do I make the tab stops work properly?
When I use the following template, the cursor (er, caret in TM
parlance) is at the *start* of the document, and tabbing doesn't move
me to the other positions. I find this odd b/c I thought that the
caret position was supposed to default to the end. Anyway, the tab
stops aren't working at all, so I must be making some mistake. I just
can't find it.
The variables for selected text and date *do* work.
help, please?
CC
<!--#set var="pagetitle" value=""${2:Untitled}"" -->
<!--#set var="page_type" value="class=\"page_article\"" -->
<!--#include virtual="/inc/wrappers/news_releases_top.inc"-->
<!-- BEGIN CONTENT -->
<h3></h3>
${1}${TM_SELECTED_TEXT}
<p class="article_data pub_date">${TM_DATE}</p>
<!-- END CONTENT -->
<!--#include virtual="/inc/wrappers/news_releases_btm.inc"-->
OK, this is explained pretty well, if briefly, in the Help document,
but it doesn't work. Probably I'm making a stupid mistake, but I've
been trying to tackle this for days.
I've made a template and am editing its associated template file.
This works, wrapping the selected text in a div:
<div>
${TM_SELECTED_TEXT}
</div>
However, this doesn't work. It should recognize three words separated
by spaces and wrap them in paragraphs. The find pattern *does* work in
the Find command, but not in the template.
The result of htis pattern is emptiness; I get just the div tags
around a blank line.
<div>
${TM_SELECTED_TEXT/^(\S+?)\s(\S+?)\s(\S+?)$/<p>$1</p>\r<p>$3</p>\r<p>$3</p>/g/}
</div>
The above code looks like it follows the regex patterns described in
Help's regex section. So I'm unsure what's wrong. Help, please!
-- CC
Hi!
I've installed MacTex 2008 some days ago and switched finally from
pdftex to xelatex. On friday I still compiled files successfully,
today I get only a
Error: xelatex is not found, you need to install LaTeX or be sure that
your PATH is setup properly.
sh: line 0: type: xelatex: not found
When I run from TextMate "which xelatex" it gives me: /usr/texbin/xelatex
In Terminal the same, command completion in Terminal works fine as
well. Compiling the file in Terminal works as well.
I'm working with TM 1.5.7 (1464) and a recent SVN-checkout.
Does anyone have an idea what the problem could be and how to fix it?
Niels
Hi Ian,
When editing Eiffel code in TextMate, the digits in variables or
parameters like i1 i2 get colored with the color for literal numbers
instead of the color of the alphabetic part of the name.
--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
Hello all
I have unable to use SVN commit for the last couple of days, receiving
the
following message when I attempt to:
'No files modified; nothing to commit.'
I am using TextMate 1.5.7 (1464) and Subversion 1.5.1. The message
pops up
regardless of whether I am trying to commit a single file or an entire
directory.
I have backtracked to try and see what I have installed that may be
causing
this, but without much luck. Does anyone have any suggestions as to
what is
causing it, or how to fix it?
Many thanks
Spen