|
|||||
| Centre for Mathematical Sciences, Lund University |
|
||||
|
Home Up to Help About BibTeX Graphics TeX-system @ MClocal Tools maketex Packages PSTricks Local: mccover mcslides (prosper) External links *LaTeX Help 1.4 *TeX FAQ *Complete TeX Catalog *Att skriva rapport i LaTeX av Per Foreby *CTAN *TeX Primitive Control Sequences *MikTeX (LaTeX for Windows) *ps2pdf.com *TexPoint *Ghostscript & Ghostview Printer-friendly Print this page |
PDF relatic topicsHenrik Bengtsson, 2002-2004Create a PDF documentTo generate a PDF file from a tex file: ps2pdf foo.ps ps2pdf -sPAPERSIZE=a4 foo.ps # same, but force papersize A4 The latter forces the output to be in A4, which sometimes is necessary to do. If you have access to maketex, you can instead to
maketex -pdf foo.ps maketex -pdf -a4 foo.ps # same, but force papersize A4
If you have a TeX file, just do maketex -pdf foo.tex Note that a postscript file (here foo.ps) is always generated in the case you are running maketex on a TeX file. This is done because the postscript file is almost always wanted. Convert a PDF to postscriptTo convert a PDF document into a postscript file: maketex -ps bar.pdf This generates postscript level 2 documents. Note that the generate postscript file is normally (much) larger than the original pdf file.
If you do not have access to acroread -toPostScript myfile.pdf .which will generate the postscript file myfile.ps in the current directory (hence the .). One can control the convertion in more detail by using more options. See acroread --help for more details.
PDF Forms (FDF) by LaTeX
Other resources
|
|
Email: hb@maths.lth.se
|