From 6d907342796c62b37ee9cdf8aaf81c4a8b726d0e Mon Sep 17 00:00:00 2001 From: acn Date: Wed, 15 Jul 2020 16:02:04 +0200 Subject: [PATCH] README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 449d0c7..9eb2e2f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A compiled version is available as ```vt132.pdf```. To edit the document in the LaTeX editor Kile, a kile project file (```vt132.kilepr```) is provided. -To compile the file, just run ```pdflatex vt132.tex``` (2 times to get the references right) and you get the ```.pdf``` file. +To compile the file, just run ```xelatex vt132.tex``` (2 times to get the references right) and you get the ```.pdf``` file (or call ```make.sh```). The script ```clean.sh``` can be used to remove all intermediate files.