ETF LaTeX Style, v0.1
Without any real competition, LaTeX is the superior typesetting tool. If you’re angry now, please close your browser. This post is not for you.
For assignments at the ETF, we’re expected to follow the ETF style guide. The style guide refers often to the Chicago Manual of Style, and adds a few bits regarding page layout.
To help myself focus on writing content instead of typesetting, I drafted a
small LaTeX package etf.sty
, for easy inclusion in a .tex
file.
It’s available for download at this page.
To install, place etf.sty
in ~/texmf/tex/latex/etf
:
mkdir ~/texmf/tex/latex/etf;
cp etf.sty ~/texmf/tex/latex/etf;
On MacOS with MacTeX, that should be:
mkdir ~/Library/texmf/tex/latex/etf;
cp etf.sty ~/Library/texmf/tex/latex/etf;