mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
Add linux instructions to readme
This commit is contained in:
parent
ba7933f1e5
commit
7aef92b7d5
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user