expoweb/documents/bierbook
2024-11-08 02:35:55 +00:00
..
bierbook-style.sty bier and sesh books for 2023 2023-06-03 12:17:26 +01:00
bierbook.tex Reduce tally size 2024-11-08 02:35:53 +00:00
dates.txt Update bier and seshbook names and dates for 2024 2024-11-08 02:35:46 +00:00
index.html use symbol 🖉 - online edit of documents/bierbook/index.html 2024-11-08 02:35:55 +00:00
Makefile update bierbook and seshbook with suggestions from expo 2016 2016-07-24 11:07:46 +01:00
names.txt Update bier and seshbook names and dates for 2024 2024-11-08 02:35:46 +00:00
readme.txt Add linux instructions to readme 2022-07-04 11:42:40 +01:00
seshbook.tex Fix seshbook 2024-11-08 02:35:53 +00: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