Abstract submission
Deadline: May 15th, 2009
Abstracts should fit on one A4 page. Participants are requested to download one of the following templates:
| Word | Open office | LaTeX |
Tips on PDF creation
If possible, create a printable PDF file in A4 format with embedded fonts.
- For the OpenOffice
.odp, OpenOffice has a PDF export function; the template is in A4 already. - For the Word
.doc, there are free PDF generators available, e.g. CutePDF and PDFCreator. - For the LaTeX
.dvi, we find the following gives good results
dvipdfm -p a4 -o abstract.pdf abstract.dviThe two step method also works (if you dont have dvipdfm), but not so well sometimes: (ligatures, etc.)
dvips -Ppdf -ta4 abstract.dvi -o abstract.ps ;
ps2pdf abstract.ps abstract.pdf