Skip to content
/ latex-template Public template

Simple repo template with CI and PDF release for LaTeX 📘

License

Notifications You must be signed in to change notification settings

S1M0N38/latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-template

This folder is a template-folder, so it's meant to use it as a baisis for your laTeX project. On github exists a neat way to use a template folder: use the + button on github website and then select this repo as Repository template.

Release pdf

Git has the ability to tag specific points in a repository’s history as being important ~ Git Official Website ~

  1. Create an annotated tag with git tag -a v1.4 -m "my version 1.4" (choose a versioning system e.g v0.1 or v0.0.1 ... and be consistent with it!)

  2. Push the tag with git push --follow-tags

  3. The github server detected the new tag and deoploy a new pdf version in Releases