- Install Git Bash for Windows (https://git-scm.com/download)
- Install Python (https://www.python.org/downloads/)
- Install MikTex (https://miktex.org/download/)
- Open MikTex Console and update
- Add MikTex to the user PATH and restart your Machine
- Pandoc (MsiInstaller): Downloadlink-Github Version < 2.11
- Optional: Zotero + Webplugin + Integration into the texteditor and pandoc settings
sudo apt install texlive-latex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2021/tlnet-final
tlmgr --usermode install adjustbox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem unicode-math upquote xecjk xurl zref
Install all missing packages! Miktex Console -> Pakete
bash run.sh
- Copy the shell script laproject.sh in the folder Scripts to the location at your PC, where you want to create the document.
- Double click on the shell script. It is going to create the newest version of the template.
- In the pop up command prompt answer the questions.
- After that you can work on your document in the created folder
- In the metadata.yml you can specify your meta options for the compiled file.
- Use Zotero to manage citations and your bibliography.
- Save the images, which you want to use in your document, in the folder images. Don't use .svg use .pdf -> pip install svglib -> svg2pdf test.svg
- In the folder src create the markdown files for the particular chapters or section of your document. In case of short documents it is also possible to just use one file. All Markdown files in that folder are going to be compiled. In the output file the chapters have the same order like the order of the markdown files in the folder.
- Double click on run.sh : To compile your Markdown document into a pdf
- The pdf file is stored in the folder output.