8000 GitHub - ozalieg/Thesis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

ozalieg/Thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FAU Thesis Template

A Typst thesis template designed to simplify writing an engineering thesis at the Open-Source Professorship, Department of Engineering, FAU.

Setup

Install Typst:

  • macOS:
brew install typst
  • Windows:
winget install --id Typst.Typst

Generate Your Thesis PDF

Navigate to folder 0.1.0, then simply run:

typst compile thesis.typ

to access incremented compilation use the comand:

 typst watch thesis.typ 

this is faster then recompiling each time.


Write Your Thesis

Open the file:

/0.1.0/metadata.typ

and fill in your personal details like:

  • Name
  • Degree program
  • Faculty
  • Other academic information

In the folder:

/0.1.0/content

you can:

  • Add your thesis chapters and sections
  • Browse through example files to see formatting in action

Acronyms and Bibliography

In the file 0.1.0/content/chapter1.typ you can find example acronym definitions and an example citing.
The bibliography definition can be done in 0.1.0/thesis.bib and the entries will be included in the pdf automatically after the first citing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0