[2611] | 1 | % |
---|
| 2 | % CTAC'06 sample abstract. |
---|
| 3 | % |
---|
| 4 | % Format: LaTeX2e. |
---|
| 5 | % |
---|
| 6 | % Rename this file to name.tex, where `name' is the family name |
---|
| 7 | % of the first author, and edit it to produce your abstract. |
---|
| 8 | % |
---|
| 9 | \documentclass[12pt,a4paper]{book} |
---|
| 10 | % |
---|
| 11 | \pagestyle{empty}\parindent=0mm\parskip=3mm\textwidth=150mm |
---|
| 12 | \topmargin=-5mm\textheight=240mm |
---|
| 13 | \long\def\TITLE#1{{\large{\bf#1}}}\long\def\AUTHORS#1{\sl #1\\[3mm]} |
---|
| 14 | \long\def\AFFILIATION#1#2{$^{#1}\,$\sf #2\\} |
---|
| 15 | \begin{document} |
---|
| 16 | \begin{center} |
---|
| 17 | %%% |
---|
| 18 | %%% Title goes here. |
---|
| 19 | %%% |
---|
| 20 | \TITLE{This is the title of the paper, which should not exceed two |
---|
| 21 | lines when printed (about 20 words)}\\[5mm] |
---|
| 22 | %%% |
---|
| 23 | %%% Authors and affiliations are next. The presenter must be |
---|
| 24 | %%% indicated by a * as shown below. |
---|
| 25 | %%% |
---|
| 26 | \AUTHORS{J.A. Trevathan $^1$, *Wayne W. Read $^2$ and Third Author$^1$} |
---|
| 27 | \AFFILIATION{1}{James Cook University, Townsville, Australia} |
---|
| 28 | \AFFILIATION{2}{James Cook University, Townsville, Australia} |
---|
| 29 | %%% |
---|
| 30 | \end{center} |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | %%% |
---|
| 34 | %%% Abstract proper starts here. |
---|
| 35 | %%% |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | The text of the abstract goes here. The total length of the |
---|
| 39 | abstract must not exceed one (A4)page. Please do not change the |
---|
| 40 | fonts or the size of fonts, margins or spaces. The abstract must |
---|
| 41 | not include Figures, Tables or references and should only include |
---|
| 42 | a minimum of mathematical symbols or expressions (if any). |
---|
| 43 | |
---|
| 44 | |
---|
| 45 | The title of the paper, author names and affiliations should be |
---|
| 46 | put in as indicated in the sample abstract. Affiliations should be |
---|
| 47 | brief and consist of `Institution, City, Country'. The author who |
---|
| 48 | is to present the paper should be indicated by an asterisk. The |
---|
| 49 | superscripts that relate the author to the affiliation should be |
---|
| 50 | omitted in the case of a single author or multiple authors with |
---|
| 51 | the same affiliation. (Delete the dollar signs and included caret |
---|
| 52 | and number in the author list, and delete the number, but leave |
---|
| 53 | the braces, in the affiliation command.) |
---|
| 54 | |
---|
| 55 | If you have any questions regarding the preparation and submission |
---|
| 56 | of an abstract please send an email to |
---|
| 57 | \underline{ctac-2006@jcu.edu.au} |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | %%% |
---|
| 61 | %%% End of abstract. |
---|
| 62 | %%% |
---|
| 63 | |
---|
| 64 | |
---|
| 65 | \end{document} |
---|