8000 GitHub - GeJunhong/VU_PresTeX: A LaTeX beamer template for presentations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GeJunhong/VU_PresTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PresTeX VU

A LaTeX Beamer template for presentations at Vilnius Universiy. Both English and Lithuanian languages are supported.

Setup

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.

Compiling the Source Code

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.

Dependencies

  • Your favourite and up-to-date LaTeX compiler.
  • Optional: GNU Make for the compile script.

To Do

  • 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.

Thanks to

Marcel Grossmann, who initially created the PresTeX template at University of Bamberg. https://github.com/uniba-ktr/PresTeX

About

A LaTeX beamer template for presentations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 98.4%
  • Makefile 1.6%
0