My rare use of LaTeX
Last modified on July 24, 2026 • 1 min read • 118 wordsI sometimes use LaTeX.
Compiling I sometimes use LaTeX . I would like to use it more often, but I guess I belong to the Wysiwyg generation. In fact I use it so rarely that I even forget how to compile a document. The following is therefore just a reminder for myself; the filename is doc.tex:
latex doc
bibtex doc
latex doc
latex doc
dvips -Ppdf doc.dvi
tex4ht doc.tex
mk4ht oolatex doc.texThis creates a PDF file and an OpenOffice file out of the LaTeX file.
Beamer I have even been using LaTeX a couple of times to make presentations. One easy way is Beamer . Here is one example of my presentations made with Beamer: Introduction into lymphatic research, Part 4 .