[TxMt] Typeset & View (PDF)
Jay Gambetta
jagamba at gmail.com
Sat Apr 7 14:28:25 UTC 2007
Hey
Thanks for your help - i have solved the problem
%!TEX TS-pragram = latex was not working - the reason was the latex
document was originally created in windows and it saves it as some
line encoding that must put hidden symbols. Now i simply have to
save it as the LF encoding and edit away.
Later Jay
>> %!TEX TS-program=latex
On Apr 4, 2007, at 12:50 PM, Alain Matthes wrote:
>
> Le 4 avr. 07 à 18:13, Charilaos Skiadas a écrit :
>
>> On Apr 4, 2007, at 11:25 AM, Jay Gambetta wrote:
>>
>>> Hey
>>>
>>> Just to add another vote for 2 scripts for textmate.
>>>
>>> I would love to see dvi--> ps --> pdf as allot of journals (that
>>> i publish papers in) still only accept eps figures and as such i
>>> must keep using eps and to the best of my knowledge i cant use
>>> pdflatex with eps figures. FYI this problem stops allot of my
>>> colleagues switching to textmate from texshop as we need this
>>> option if we want to submit our papers.
>>
>> I have already said twice in this thread that if you include the
>> line:
>> %!TEX TS-program=latex
>> in your first 20 lines, then TextMate will go the dvi->ps->pdf
>> route instead.
>> a) Is this not working?
>> b) Is this not enough?
>> We could have a separate command I suppose, but I really don't see
>> the reason for having 2 different separate commands, which would
>> require of course two different keycombos.
>
> with
>
>
> \documentclass[]{article}
>
> \usepackage[utf8]{inputenc}
> \usepackage[pdftex]{graphicx}
> \usepackage{epstopdf}
> \usepackage{pdfsync}
>
> \begin{document}
> Essai
>
>
> \begin{figure}[htbp]
> \centering
> \includegraphics{fic.eps}
> \end{figure}
>
> Cela fonctionne !
>
> \end{document}
>
>
> You can compile with pdflatex, import file.eps and have synchronicity
>
> Greetings Alain
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
More information about the textmate
mailing list