Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.5 KB

README.md

File metadata and controls

61 lines (48 loc) · 2.5 KB

isits-markdown-thesis

This project is setup to write a thesis in simple markdown and convert it to a good looking document with the help of pandoc and LaTeX.

Example content can be found in the markdown folder and the resulting pdf here.

Setup

Docker (recommended):

# https://docs.docker.com/engine/install/
# your linux user should be able to run docker commands without sudo 
# https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user
make docker-build

Ubuntu/Debian:

# download latest pandoc from https://github.com/jgm/pandoc/releases
wget https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-1-amd64.deb
sudo dpkg -i ./pandoc-2.19.2-1-amd64.deb
sudo apt install -y make texlive-latex-recommended texlive-science texlive-latex-extra texlive-lang-german latexmk biber python3-pip python-is-python3
python -m pip install --user pandocfilters pandoc-include pandoc-acro # make sure ~/.local/bin/ is in your path

Arch Linux:

sudo pacman -S make pandoc texlive-core texlive-science texlive-latexextra biber python-pip
python -m pip install --user pandocfilters pandoc-include pandoc-acro # make sure ~/.local/bin/ is in your path

Usage

Generate pdf:

make docker-pdf # or `make pdf` without docker

Generate latex file only:

make docker-tex # or `make tex` without docker

Delete files generated during build process:

make clean

Configuration

File Description
pandoc/config.yml config file for pandoc (language, fontsize, enable/disable lists, ...)
latex/template.tex latex template used by pandoc
data/metadata.yml metadata information for the titelpage (title, author, ...)
data/references.bib bibliography in BibTeX format
data/acronyms.yml Acronym Definitions (more details)

Credits

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy