Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.97 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.97 KB

Latex templates for thesis writing at AVT group

Install your favourite latex distribution (e.g. MikTex full on Windows or texlive-full for linux). You can also use sharelatex or overleaf.

In expose you can find AVT's expose template, expose.tex is your main file. Modify required information, e.g. title, author, ..

In thesis you can find AVT's thesis template, main.tex is your main file. Also modify required information, e.g. title, author, ..

For building your pdf you can e.g. use under linux:

latexmk -pdf TEMPLATEFILENAME.tex

Useful tips

You should install some latex-GUI, e.g. Texmaker. All templates include a short guide for using latex commands, a longer guide is for example Latex.

First Steps

Download this repository and add all files to the repository that your supervisor created for your thesis. Change all required information, e.g. author, course, title, thesistype, professor, advisor in your template file.

Related work

Here is a short list of some search engines for related work search:

Some engines will only provide pdf versions of papers if you are within the university network.

Beamer Presentations

For presentations please checkout the presentation folder.

Research Seminar

For research seminar we use the IEEEtran template (https://www.ieee.org/conferences/publishing/templates.html). Check the research_seminar subfolder, where mostly everything is already prepared.