Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



Quickly and fastly installing LaTeX: LaTeX in Debian Quick HOWTO

Posted by gsri11 on February 6th, 2008

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Problem: it`s needed to quickly and simply make scientific articles, books, monographs and practically all that have many formulas and graphs.
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.

  • Share/Save/Bookmark

One Response to “Quickly and fastly installing LaTeX: LaTeX in Debian Quick HOWTO”

  1. Liam Says:

    tetex is no longer maintained; use texlive

    http://www.mail-archive.com/tetex@dbs.uni-hannover.de/msg01013.html

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>