color = booleanwas added to allow to generatoe grayscaled or colored output.
skip all texts = yesoption. If this option is set no texts are issued at all.
fill bounding box = yesoption was added for the MetaPost output driver.
allow pdf page attributes =setting can be used to enable/disable the creation of pdf page attributes.
fig2vect --configuration-fileto get the current configuration file listed.
fig2vect --write-configuration-fileand provide a configuration files contents to be saved.
\ifpdf\pdfpageattr{/Group <</S /Transparency /I true /CS DeviceRGB>>}\fi
to prevent PDF viewers from using CMYK as
intermediate colorspace as this would eventually result in color shifting.\begin{document}
line (when producing a full LaTeX source file).large pattern cell = nouse
tiled patterns = yesnow (for smaller files on the cost of less quality).
ps setpagedevice = yesor
ps setpagedevice = nowas added. If this entry is turned on, the page size (paper size) is set to match the bounding box. This entry should be turned on for images to be processed by GhostScript. It should be turned off for images to be included into LaTeX documents. A configuration "[eps.standalone]" was added, to produce standalone images.
#ifndef SYSCONFDIR #define SYSCONFDIR "/etc" #endifNormally the system configuration directory is found automatically when the configure script is run. A definition is written to the Makefile. Programs searching for files in this directory need a compiler definition -DSYSCONFDIR=\"$(sysconfdir)\" in the Makefile which was not present. So "make install" installed files to /usr/local/etc but the program searched for these files in /etc. This is fixed now.
[eps.tex] # to use exact fonts write # normal text = handling:tex,font:fig,size:fig,mbox normal text = handling:tex,font:similar,size:fig,mbox skip all texts = yes [tex] normal text = handling:tex,font:similar,size:fig,mboxon can run
fig2vect -leps.tex f1.fig f1.eps fig2vect -ltex f1.fig f1.texand include the graphics using
\begin{figure}
{\centering
\input{f1.tex}
\caption{My image}
\label{fig:my-image}
}
\end{figure}
The document LaTeX source imports the TeX source for the figure which
uses includegraphics to import the EPS image and writes labels
on top of the EPS image.
[eps.tex] # to use exact fonts write # normal text = handling:tex,font:fig,size:fig,mbox normal text = handling:none skip all texts = yes [tex] normal text = handling:noneor in the TeX file.
[eps.tex] # to use exact fonts write # normal text = handling:tex,font:fig,size:fig,mbox normal text = handling:tex,font:similar,size:fig,mbox skip all texts = yes [tex] normal text = handling:tex,font:similar,size:fig,mboxIf handling is left up to the TeX file one can use the exact fonts as specified by the Fig file (font:fig) or use automatic font replacement (font:similar).
labeloffset:=0;bbmargin:=0;to avoid additional offsets/margins.