Preparing LaTeX documents

There are several books on LaTeX and tons of materials in the Internet so here I only include a sample document in source format and instructions how to compile it to PDF format. The instructions are for the LaTeX installation in L-5 studetns' network, but they should apply to all GNU/Linux distributions (except maybe the need to install some specific LaTeX packages). The source code should be self explanatory but if you have any questions please do not hesiatate to contact me.

In order to compile the sample document one has to:

  1. run terminal (gterm, xter)
  2. download the archive using the following link simple_document.tar.gz
  3. unpack the archive:
     tar zxvf simple_document.tar.gz
  4. change current directory to simple_document:
     cd simple_document
  5. compile the document:
    pdflatex simple_document_pl.tex

To view the PDF file write:

acroread simple_document_pl.pdf
  • en/teaching/hints/latex.txt
  • Last modified: 2017/10/02 15:54
  • (external edit)