
Guidelines for using LaTeX to submit written papers to 12ASSC
Your submission to 12ASSC 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 12assc-Latex-Guidelines.pdf.
To use LaTeX to prepare your 12ASSC submission in PDF format:
-
Download the Zip file
http://www.nssa.com.au/12assc/downloads/12assc-Latex.zip
and unzip it into a working directory.
The Zip file 12ASSC-Latex.zip contains the files:
- README:
- A brief version of these instructions.
- 12ASSC-Latex-Guidelines.pdf:
- A copy of the 12assc LaTeX guidelines in PDF format.
- ASSC-Latex-Guidelines.tex:
- The LaTeX source for the 12ASSC 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 ASSC-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 12ASSC LaTeX guidelines.
For more options, tips and examples, see the LaTeX commands and the comments
in the file ASSC-Latex-Guidelines.tex.