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