TOCSS LaTeX bundle
==================

Files:
- tocss.cls              Journal class file
- tocss-sample.tex       Sample manuscript
- references.bib         Sample bibliography
- logo.png               TOCSS logo
- example-figure.jpg     Sample figure used by the manuscript

Compilation:
1. pdflatex tocss-sample
2. bibtex tocss-sample
3. pdflatex tocss-sample
4. pdflatex tocss-sample

Running headers:
- even pages: short title on the left, logo on the right
- odd pages: logo on the left, short author list on the right
- page number centered in the footer

The running heads are controlled in the sample file with:
\shorttitle{...}
\shortauthors{...}

The logo file and height are controlled with:
\tocsslogo{logo.png}
\tocsslogoheight{1.05cm}

The class provides a styled title block, abstract, theorem environments,
algorithms, code listings, declaration formatting, and a bibliography helper.
