[TxMt] Typeset & View (PDF)

Alain Matthes alain.matthes at mac.com
Wed Apr 4 16:03:38 UTC 2007


Le 4 avr. 07 à 17:25, Jay Gambetta a écrit :

> 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.

Hello:)

No problem with .eps



\documentclass[]{article}

\usepackage[utf8]{inputenc}

\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}

\begin{document}

\begin{figure}[htbp]
	\centering
		\includegraphics{fic.eps}
\end{figure}
\end{document}


And you can compile with pdflatex. I make this with gnuplot and  
asymptote

Alain Matthes


More information about the textmate mailing list