
Guidelines for using LaTeX to submit written papers to 8ASSC
Your submission to 8ASSC must be submitted in PDF format.
The PDF document can be prepared
using Microsoft Word
or using LaTeX with the guidelines supplied in the
file 8ASSC-Latex-Guidelines.pdf.
To use LaTeX to prepare your 8ASSC submission in PDF format:
-
Download the Zip file
http://www.nssa.com.au/8assc/downloads/8ASSC-Latex.zip
and unzip it into a working directory.
The Zip file 8ASSC-Latex.zip contains the files:
- README:
- A brief version of these instructions.
- 8ASSC-Latex-Guidelines.pdf:
- A copy of the 8ASSC LaTeX guidelines in PDF format.
- 8ASSC-Latex-Guidelines.tex:
- The LaTeX source for the 8ASSC LaTeX guidelines.
- IEEEtranASSC.cls:
- The LaTeX class file for the IEEEtranASSC document class, which is used by
the LaTeX source.
-
Place the file IEEEtranASSC.cls into one of the directories in the path
specified by your $TEXINPUTS environment variable, or just leave it in
your working directory.
-
Use the file 8ASSC-Latex-Guidelines.tex as a starting point, leave the
formatting intact, and remove the content, replacing it with your own.
-
You need to ensure that the line:
\documentclass[a4paper,onecolumn,12pt,assc]{IEEEtranASSC}
remains as it is, with the options as stated, since they are not the default
options.
-
Check that the formatting of the resulting PDF file conforms to the
description provided in the 8ASSC LaTeX guidelines.
For more options, tips and examples, see the LaTeX commands and the comments
in the file 8ASSC-Latex-Guidelines.tex.