mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 23:31:56 +00:00
39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
<ul>
|
|
<li><a href="bierbook.tex">bierbook.tex</a></li>
|
|
<li><a href="seshbook.tex">seshbook.tex</a></li>
|
|
<li><a href="Makefile">Makefile</a></li>
|
|
<li><a href="readme.txt">readme.txt</a></li>
|
|
<li><a href="names.txt">names.txt</a></li>
|
|
<li><a href="dates.txt">dates.txt</a></li>
|
|
</ul>
|
|
<pre>
|
|
Last made using MikTeX2.9 on Win7.
|
|
Build profile should be tex -> pdf (because pstricks package is no longer used).
|
|
|
|
|
|
To build 'manually,' execute
|
|
|
|
|
|
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
|
|
|
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.tex
|
|
|
|
|
|
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.
|
|
|
|
The design of these files is intended to confine all changes year to year to the names.txt and dates.txt files, thanks to LaTeX's capability to read an external file and iterate through line by line performing the same action for each name.
|
|
|
|
|
|
packages needed (LaTeX) are:
|
|
geometry
|
|
fancyhdr
|
|
tikz
|
|
booktabs
|
|
tongtable
|
|
multirow
|
|
tocloft
|
|
yfonts
|
|
anyfontsize
|
|
ifthen
|
|
</pre>
|