Feb 062008
Solve: installation LaTeX in Debian -- a work of a moment.
In UNIX-like systems packages for LaTeX called tetex or texlive. So, let`s open terminal and type as root:
#aptitude install tetex-bin tetex-extra latex-ucs
This will occupy about 120Mb of disk space, let`s approve it. For installation, only first DVD-disk is required. While packages are installing, let`s open your preferable text editor and type something like this:
documentclass[a4paper, 12pt]{article} usepackage[T2A]{fontenc} usepackage[english]{babel} usepackage[pdftex,unicode]{hyperref} begin{document} This is our first LaTeX document. end{document}
Original post HERE
Saving this document with any name and *.tex extension, for example newlatexdoc.tex
Next in console, in that directory were you just saved already typed text, give a command:
$ pdflatex newlatexdoc.tex
Besides many files, will be sought-for file newlatexdoc.pdf
That`s all, and you already stared in great world of LaTeX.
Incoming search terms:
- latex debian (128)
- debian pdflatex (46)
- pdflatex debian (32)
- install latex debian (24)
- debian install latex (17)
- install latex on debian (10)
- install latex in debian (10)
- latex debian package (6)
- latex debian compile (1)
- latex tutorial debian (1)
-
Liam
-
Shilpa
