LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
fmcad11 [2011/08/14 12:12]
vkuncak
fmcad11 [2011/08/14 12:31]
vkuncak
Line 52: Line 52:
 For LaTeX conversions,​ please consult ACM's FAQ item number 14:  For LaTeX conversions,​ please consult ACM's FAQ item number 14: 
 http://​www.acm.org/​sigs/​publications/​sigfaq#​a14 http://​www.acm.org/​sigs/​publications/​sigfaq#​a14
 +
 +As a quick tip, if you are using a recent latex installation,​ what tends to work 
 +for a good pdf file is the following. Use latex and then dvips to build a 
 +postscript file. Then run this script:
 +
 +ps2pdf14 -dPDFSETTINGS=/​prepress input.ps output.pdf
 +
 +where input.ps is your postscript file produced by dvips, and output.pdf will be 
 +the new pdf file. You can check that fonts are embedded and that there are no 
 +basic internal errors by running
 +
 +pdffonts output.pdf