|
Next: Presentation-Applications Up: Applications Previous: Image Manipulation
|
|
tex formats the interspersed text and commands contained in the named files and outputs a typesetter independent file (called DVI, which is short for DeVice Independent) | |
|
latex enables the LATEXset of TEXmacros and outputs a dvi file | |
|
converts a dvi file into postscript | |
|
a very simple dvi file viewer |
To get a postscript file you might want to type following commands,
|
|
To save some trees and as suggested by Julius Smith the following commands will let to print two pages in one from a ps file:
|
|
|
|
The Portable Document Format (PDF) is a-page oriented format available for electronic documents. It is based on Postscript and combines fixed textual contents with hypertext elements, compression elements and security measures.
Adobe (developers of Postscript) has made the ``PDF'' specification public and freely available so that anyone is entitled to write software to produce and to read files in this format. They have also made available a free reader program called ``Acrobat Reader'' (also known in Linux as the ``acroread'' command). Today most graphical and text processing programs are capable of generating PDF output.
While having a TEX or LATEX file there are several ways the user can take. The choice depends more on the kind of graphics being used. As we know LATEX can handle a long list of graphic formats including ``ps'' and ``eps''. If LATEX is your choice for generating your ``pdf'' files, first you need to compile the device independent file or ``dvi'' (see previous section) and then use the ``dvipdf'' command as follows:
|
``pdflatex'' handling of graphics is different from LATEX. For best results graphics should be imported as ``PDF'' also before running the ``pdflatex'' command. For instance if you have ``eps'' graphic files you can use the ``epstopdf'' to get a graphic ``PDF'' file like,
|
As a matter of choice, here is an example of a LATEX- file heading for better handling of graphics in both programs by means of ``latex'' or ``pdflatex'' commands:
|
LaTeX2HTML (see man-page), is a convertor written in Perl that converts LATEX documents to HTML. This way e.g. scientific papers - primarily typeset for printing - can be put on the Web for online viewing.
Very very useful stuff. The CCRMA Planet guide itself is written in LATEXand plublished on the web through latex2html. At ccrma the complete latex2html online documentation can be found at file:///usr/lib/latex2html/docs/manual/index.html
© Copyright 2001-2006 CCRMA, Stanford University. All rights reserved.
Created and Mantained by Juan Reyes