Thursday, 18 October 2012

Latex

LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium to large technical or scientific documents but it can be used for almost any form of publishing.
LaTeX is not a word processor! Instead, LaTeX encourages authors not to worry too much about the appearance of their documents but to concentrate on getting the right content. Install LaTeX into Ubuntu. To install LaTeX on Linux do following steps:
$ sudo apt-get install texlive
The above command will install a basic subset of TEX Live's functionality. To install all the packages in the LaTeX distribution, you have to run the following command:
$ sudo apt-get install texlive-full

No comments:

Post a Comment