A LaTeX Beamer template for presentations at Vilnius Universiy. Both English and Lithuanian languages are supported.
Set the language in the presentation.tex
file.
Edit the config/metainfo.tex
file to include
- your name,
- the title and subtitle of your presentation and
- the presentation date.
Use pdflatex
and bibtex
to generate a presentation.
If you use Texmaker, you can include the following command to automatically compile the sources:
pdflatex -synctex=1 -interaction=nonstopmode %.tex | bibtex % | pdflatex -synctex=1 -interaction=nonstopmode %.tex
| pdflatex -synctex=1 -interaction=nonstopmode %.tex
If you prefer the command line you can comfortably run the make
script.
- Your favourite and up-to-date LaTeX compiler.
- Optional: GNU Make for the compile script.
- I consider this template as ready to use.
- Lithuanian language support for the bibliography.
- Anyways contact me for bugs, inconsistencies or issues of unaesthetic design linus.dietz@uni-bamberg.de.
Marcel Grossmann, who initially created the PresTeX template at University of Bamberg. https://github.com/uniba-ktr/PresTeX