Skip to content

A Latex Template for your bachelor / master thesis

License

Notifications You must be signed in to change notification settings

Mtze/thesis-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-template

A Latex Template for your bachelor / master thesis

Please note: This is only a template. You have to adapt the template to your thesis and discuss the structure of your thesis with your supervisor

Build and release a PDF automatically

This template contains a GitHub workflow that automatically builds the LaTeX document and creates a release on GitHub with the built PDF. For new repositories generated by this template, the workflow is enabled by default.

Using GitHub Actions is free of charge for public repositories. To learn more about pricing, please refer to this documentation on billing.

Disable automatic builds

In case you do not want this feature, you can simply remove the build-release-thesis.yml file from the .github/workflows/ folder.

Add the workflow to existing repositories

You can also use the workflow with an existing repository. Either copy the file build-release-thesis.yml from the folder .github/workflows/ within this template to the exact same location in your repository or apply a patch with these commands:

# Move into your repository
cd <REPOSITORY>

# Get the changes and apply them
curl -L https://github.com/ls1intum/thesis-template/pull/12/commits/0679ed5d48e361edf2866b02f39832e6552d0033.patch | git apply
git add .github/workflows/build-release-thesis.yml
git commit -m "Add workflow for automatic LaTeX builds."

# (Optional) Push the changes
git push

About

A Latex Template for your bachelor / master thesis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%