Friday, August 03, 2007

Xfig (with Latex commands) to EPS



This tutorial will help in creating .eps files from .fig files that have Latex commands in them. This is especially usefull for creating figures containing mathematical formulas, for Latex documents. The procedure is outlined below.
  1. The first step is to obviously create the figure using Xfig. However, special care needs to be taken while adding mathemateical formulas and Latex specific text in the figure. Say you want to add "log216" to your figure. Write it in Xfig just as you would in a Latex document i.e.

$log_{2}16$
  1. We will now need to edit the properties of this text by bringing up the "Edit Panel". For the property _Special Flag_, select _Special_ from the drop down box.
  1. Save the figure as a .fig file, say example.fig. Export the figure in "Combined PS/LaTeX (both parts)" format. This will create example.pstex and example.pstex_t files in your working directory.
  1. One has 2 options now - either include the example.pstex_t file directly in the Latex document or create a example.eps file that will be included in the Latex document. For the first case, include the following code in your Latex doc
    ument:

\begin{figure}[htbp]
\begin{center}
\input{example.pstex_t}
\caption{Figure with Latex formula in it.}
\end{center}
\end{figure}

  1. For the second case, create a .tex file, say figure.tex, with the following commands in it:



\documentclass{article}
\usepackage{epsfig}
\usepackage{color}
\setlength{\textwidth}{100cm}
\setlength{\textheight}{100cm}


\begin{document}
\pagestyle{empty}
\begin{center}
\input{example.pstex_t}
\end{center}
\end{document}


Compile this file using the command:


latex figure.tex


Now create the .eps file using the command:

dvips figure.dvi -E -o example.eps

You can now include the .eps file into your Latex document.


1 Comments:

Anonymous Anonymous said...

In the first class those can be differentiated whose claim can be at once recognized by the replacement of sexual things in common speech (those, for instance, arising from agriculture, as reproduction, seed) from others whose http://startso11.info/www.zigzappl..html sexual references appear to reach back to the earliest times and to the obscurest depths of our image-building.. The lower sash of one window had been raised, and in the yard http://startso11.info/stacja+kosmiczna+przelot+nad+polska.html without, nearly an acre in extent, lay a few bales of cotton, with jagged holes in their ends, just as the sampler had left them.. The Duplicity of http://startso11.info/WWW.MEGAMUZIK.PL.html Hargraves , by O.. an outlet for the discharge of its excitement, and serve it as a sally port, while, on the other hand, they give the http://startso11.info/kawasaki.html Forec.. Sometimes the desire is http://startso11.info/rzeki+europy.html irresistible.. The defendant rose abruptly, and tearing himself away from the withholding hand and pleading protestations of his counsel, absolutely fled from the courtroom, his appearance outside being http://startso11.info/karty+Pop.html recognized by a prolonged Kerrow from the bystanders, which again and again followed him in the distance.. No sir-ree! rejoined Uncle Billy. http://startso11.info/www.metaldamage.lp.html. If we had only http://startso11.info/EMILI+PLATER.html thought of waiting till we could hear from Mrs.. The dream thoughts which we learn from the http://storyah44.info/podlaskie+centrum+kardiologii.html analysis exhibit themselves as a psychical complex of the most complicated superstructure.. Why don't you take off your life-preserver and let that other man put it on his head? The two friends looked at each other and could not help http://startso11.info/www.kulturystyka.html joining in the laughter of the boys.. If it will work with the woman, the http://startso11.info/herbata+bia%C5%82a.html treatment will also work.. It is true that the physician http://startso11.info/www+minimini.pl.html does not learn of these unconscious processes until they have exerted such an effect on consciousness as to admit communication or observation.. I shall soon be http://startso11.info/pozna%C5%84.pl.html gone, but I want to leave with you some memento of my love for you, and I know nothing more valuable than these spectacles, which your grandmother brought from her native island, when she arrived here one fine summer morning, long ago.. Immediately afterwards, however, there arises the recollection of another disguised and indifferent dream, which has been dreamed repeatedly by the patient, and the analysis shows http://startso11.info/prawne+aspekty+dzia%C5%82alnosci+kulturalnej.html it to be a dream of this same content--that is, another Oedipus dream.. He was a nice-looking http://rebestal.info/doda+w+pleyboju.html young man, of about twenty-two, one might judge, and he did his smiling, though in a perfectly impersonal and correct sort of manner, at the pretty daughter of the brunette matron.. Oh, youth--youth--youth, with its rash http://startso11.info/www.epi4.com.pl.html promises! Worn out with misery the boys slept heavily.. If among all the curious, useless, http://rebestal.info/cz%C4%99%C5%9Bci+do+suzuki+sklep.html unheard-of words which may be picked out of the spelling-book, he cannot find one which the scholars have not noticed, he gets the last head down by some quip or catch.. Matt Pike was a bachelor of some thirty summers, a foretime clerk consecutively in each of the two stores of the village, but latterly a trader on a limited http://startso11.info/teledyski.onet.pl.html scale in horses, wagons, cows, and similar objects of commerce, and at all times a politician.. The Major opened it, and Hargraves walked in with his http://rebestal.info/cry.html hands full of the morning papers--too full of his triumph to notice anything unusual in the Major's demeanor.. But I saw at once that he was of my height, five feet four and a http://rebestal.info/ceny.html half...

3:38 AM  

Post a Comment

<< Home