The current bylaws for the Gainesville Hackerspace.
In ubuntu Karmic, the following packages are sufficient to successfully make this document.
tex texlive-latex3 texlive-latex-extra
Fewer may be sufficient.
- Download the TexLive Installer (look for the install-tl-windows.exe)
- Start the installer, and choose "Custom" mode.
- Under the
Collections
section, select the following:- Essential programs and files
- US and UK English
- LaTeX fundamental packages
- LaTeX additional packages
- Windows-only support programs
- Use
latexmk
(installed by TexLive) to compile the LaTeX:- Open a command prompt and navigate to this directory
- Run
latexmk -pdf
to compile and generate the pdf documents.- If
latexmk
cannot be found (its not in your Windows path), you can either add the bin\ directory under where you installed the TexLive packages, or do a fully-qualified path to that exe: ie,C:\texlive\2017\bin\latexmk.exe -pdf
- If
Consider using vscode
(text editor) and the Latex Workshop
(vscode extension) to make your life easier. It will automatically recompile the .tex documents on save, and show you live previews of the pdf while you are writing.