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