mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-14 18:07:07 +00:00
Add linux instructions to readme
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
Last made using MikTeX2.9 on Win7.
|
Last made using MikTeX2.9 on Win7.
|
||||||
Build profile should be tex -> pdf (because pstricks package is no longer used).
|
Build profile should be tex -> pdf (because pstricks package is no longer used).
|
||||||
|
|
||||||
|
To build 'manually,' (on windows) execute
|
||||||
To build 'manually,' execute
|
|
||||||
|
|
||||||
|
|
||||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
||||||
|
|
||||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.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.
|
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
|
anyfontsize
|
||||||
ifthen
|
ifthen
|
||||||
|
|
||||||
|
On Debian/Ubuntu install:
|
||||||
|
texlive-latex-extra
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user