From 0f5dd82b061e13df55ec85e9c910adbef0026fc1 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 10 Jan 2022 16:02:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071b938..8a73854 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ here: [Example](https://tuprints.ulb.tu-darmstadt.de/18611/) ### Compilation -Compile with `xlatexmk` (there is a `.latexmkrc`): +Compile with `latexmk` (there is a `.latexmkrc`): ```bash latexmk thesis.tex -pdf ``` @@ -25,4 +25,4 @@ ninja thesis.pdf Copyright 2017–2021 by Daniel Bauer. This template uses a modified version of the original [tufte-latex](https://github.com/Tufte-LaTeX/tufte-latex) -template which was published under the Apache 2.0 License, so this work will also use it. \ No newline at end of file +template which was published under the Apache 2.0 License, so this work will also use it.