changkun / lmu-thesis-latex

πŸ“” A LaTeX template for LMU Master/Bachelor theses (paper+slides).

Home Page:https://github.com/changkun/lmu-thesis-latex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Template for LMU Munich Theses

πŸ“” A LaTeX template for LMU Master/Bachelor Theis paper and beamer.

Quick start

make draft   # build a draft version with watermark
make release # build the release version without watermark
make slides  # bulid your presentation slides

See draft and release, and slides for a preview.

Template structure

The following structure illustrates the most relevant folders and files:

β”œβ”€β”€ Makefile              # build your thesis
β”œβ”€β”€ images                # place your figures
β”œβ”€β”€ literatures           
β”‚   β”œβ”€β”€ bib.tex           # change for citing style
β”‚   └── list.bib          # place your literature in bib format
β”œβ”€β”€ src
β”‚   └── ch01-intro.tex    # place your chapters here
└── thesis.tex            # fill metadata and import new chapters here

You must install LaTeX for using this template:

  • Mac user: MacTex
  • Linux user: sudo apt-get install texlive-full
  • Windows user: TexLive

Contributes

Easiest way to contribute is to provide feedback! We would love to hear what you like and what you think is missing. Issue and PRs are also welcome.

License

The template is released under a MIT license.

Note: The document (thesis) that build on this template fall outside the license, users are not restricted to declare the use of this template. However, we encourage you cite this project for acknowledgement.

About

πŸ“” A LaTeX template for LMU Master/Bachelor theses (paper+slides).

https://github.com/changkun/lmu-thesis-latex

License:MIT License


Languages

Language:TeX 95.6%Language:Makefile 4.4%