Wednesday, July 30, 2008

pdf




How to make a compact beautiful PostScript or PDF file from a TeX file
LaTeX, PostScript, and PDF
ttfpt1 : True Type Font to Postscript Type 1 Converter
True Type to Type 1 Conversion Font HowTo
Embedding the Base-14 (Times, Helvetica...) fonts in PDFs created with LaTeX
How to insert figures into LaTeX articles
Getting to Grips with Latex - Floats, Figures and Captions
Graphics and Colour with LaTeX
LaTeX2e tricks
Controlling LaTeX Floats
Using TrueType fonts with TeX (LaTeX) and pdfTeX (pdfLaTeX)
CVPR 2006 Camera-ready copy notes


Embed all fonts with ghostscript


gs -sDEVICE=pdfwrite -q -dBATCH -dNOPAUSE -dSAFER -dPDFX -dPDFSETTINGS=/prepress -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -sOutputFile=out.pdf -c "<</NeverEmbed []>> setdistillerparams" -f in.pdf -c quit