Add linux instructions to readme

This commit is contained in:
Wookey 2022-07-04 11:42:13 +01:00
parent ba7933f1e5
commit 7aef92b7d5

View File

@ -1,14 +1,13 @@
Last made using MikTeX2.9 on Win7.
Build profile should be tex -> pdf (because pstricks package is no longer used).
To build 'manually,' execute
To build 'manually,' (on windows) execute
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.tex
On linux install texlive-latex-extra and run:
make
Due to the way LaTeX works out table column witdths, these commands may need to be run several times until a stable output is produced.
@ -27,3 +26,7 @@ yfonts
anyfontsize
ifthen
On Debian/Ubuntu install:
texlive-latex-extra