From 7aef92b7d57ba01f1ab1efa13c471ef35f310b0e Mon Sep 17 00:00:00 2001 From: Wookey <wookey@wookware.org> Date: Mon, 4 Jul 2022 11:42:13 +0100 Subject: [PATCH] Add linux instructions to readme --- documents/bierbook/readme.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/documents/bierbook/readme.txt b/documents/bierbook/readme.txt index 91604961b..1243f0db3 100644 --- a/documents/bierbook/readme.txt +++ b/documents/bierbook/readme.txt @@ -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 + +