Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 570 Bytes

Latex-Documents

Usage

Create or Clone own empty repository:

git remote add template git@github.com:FHV-ITM13/Latex-Documents.git
git pull template master

Push it to your own Repository:

git push origin master

BibTeX

Please keep in mind that you have to build the document with BibTex seperatly. To get proper bibliography you have to perform the following compiling steps:

  1. LaTex
  2. BibTex
  3. LaTex
  4. LaTex

If you use any IDE take a look into the options menu - maybe you can find any option to automatize this.