Skip to content

hybridcloudops/papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Collection

Author: Simon Anliker

A collection of papers used for the thesis.

The references documents are not shared for legal reasons.

Setup

Requires an installation of latexmk and relevant texlive packages.

Setup at the time of writing with Arch Linux:

pacman -Q | grep texlive

texlive-bibtexextra 2019.52577-1
texlive-bin 2019.51075-3
texlive-core 2019.52579-1
texlive-fontsextra 2019.52580-1
texlive-formatsextra 2019.51280-1
texlive-games 2019.52525-1
texlive-humanities 2019.52574-1
texlive-latexextra 2019.52575-1
texlive-music 2019.52275-1
texlive-pictures 2019.52499-1
texlive-pstricks 2019.52550-1
texlive-publishers 2019.52538-1
texlive-science 2019.52582-1

To build now use the texenv container.

After building texenv, start from this directory with ./../texenv/run.sh an build with:

make build
exit

Usage

Serve with hot reload for development/writing

make serve

Build the pdf

make

Clean the build files

make clean

Structure

  • main.tex: Main latex file
  • references.bib: References for citations
  • .latexmkrc: Latexmk run config