expoweb/documents/bierbook
2024-11-08 02:35:46 +00:00
..
bierbook-style.sty bier and sesh books for 2023 2023-06-03 12:17:26 +01:00
bierbook.tex Fix 'week zero' text not to be year-specific. 2024-11-08 02:35:46 +00:00
dates.txt Update bier and seshbook names and dates for 2024 2024-11-08 02:35:46 +00:00
index.html next year auto for wallets 2024-03-14 23:59:57 +00:00
Makefile
names.txt Update bier and seshbook names and dates for 2024 2024-11-08 02:35:46 +00:00
readme.txt
seshbook.tex increase seshbook page count 2023-06-28 10:52:06 +01:00

Last made using MikTeX2.9 on Win7.
Build profile should be tex -> pdf (because pstricks package is no longer used).

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.

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

On Debian/Ubuntu install:
texlive-latex-extra