%%------------------------------------------------------------------ %% LATEX-MACRO FUER DIE EINSENDUNG DES ABSTRACTS PER E-MAIL %% BIS SPAETESTENS 12.12.1997 %% ----------------------------------------------------------------- %% Sehr geehrter Tagungsteilnehmer, %% %% die Tagungsunterlagen, also auch die Kurzfassungen der Vortraege, %% werden in LATEX erstellt. Benutzen Sie deshalb bitte folgendes LA- %% TEX-macro und ersetzen Sie NAME, VORNAME, INSTITUTION, THEMA, SEK- %% TIONS-NUMMER und ABSTRACT in den geschweiften Klammern im nachfol- %% genden ersten Block durch Ihre eigenen Angaben. %% Dabei soll das Abstract nur ca. 300 Worte umfassen; bitte schrei- %% ben Sie nicht mehr als 70 Zeichen pro Linie. Senden Sie dann das %% LATEX-macro mit Ihrem Text per e-Mail an die Tagungsleitung: %% stoch.tage.98@unibw-muenchen.de %% Herzlichen Dank fuer die Beachtung dieser Hinweise! %%--------------------------------------------------------------------------- %% LATEX-macro for the submission of the abstracts by e-mail %% not later than December 12, 1997 (deadline) %%--------------------------------------------------------------------------- %% Dear colleague: %% %% the documents for the conference, including the abstracts of the %% lectures, will be written in LATEX. Therefore, please submit the %% abstract of your lecture by using the following LATEX-macro: %% Substitute NAME, FIRST NAME, INSTITUTION, TITLE, Sect.-NR and %% ABSTRACT in the brackets in the first block of the following macro %% by your OWN data. Please, note that your abstract should contain %% no more than 300 words with a maximum of 70 signs per line. %% Send the filled in macro per e-mail to the local organizing %% committee: %% stoch.tage.98@unibw-muenchen.de %% Thank you very much for your attention! \documentstyle[12pt,german]{article} \def\nme{ NAME } \def\vnm{ VORNAME/FIRSTNAME } \def\ert{ INSTITUTION } \def\thm{ THEMA/TITLE } \def\nrb{ Sekt.-NUMMER/Sect.-NR } \def\zsf{ ABSTRACT } %% Bitte den folgenden Text NICHT aendern! %% Do NOT modify the following text !!! \pagestyle{empty} \parindent0mm \textheight220mm \textwidth150mm \topskip0mm \oddsidemargin5mm \begin{document} {\large\bf M"UNCHENER STOCHASTIK-TAGE 1998 \hfill Sekt.-Nr.:~\nrb} \vskip8mm {\bf \nme, \, \vnm \\ \ert \\ \vskip5mm \thm } \vskip5mm \zsf \end{document}