1 | \documentclass[12pt]{article}
|
---|
2 |
|
---|
3 | \usepackage{magic-tdas}
|
---|
4 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
5 | %% BEGIN DOCUMENT
|
---|
6 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
7 | \begin{document}
|
---|
8 |
|
---|
9 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
10 | %% Please, for the formatting just include here the standard
|
---|
11 | %% elements: title, author, date, plus TDAScode
|
---|
12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
13 | \title{The strategy for MC production and analysis
|
---|
14 | optimisation}
|
---|
15 | \author{W. Wittek, H. Kornmayer\\
|
---|
16 | \texttt{wittek@mppu.mpg.de, h.kornmayer@web.de }}
|
---|
17 |
|
---|
18 | \date{ \today}
|
---|
19 | \TDAScode{MAGIC-TDAS 01-??\\ ??????/W.Wittek}
|
---|
20 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
21 |
|
---|
22 | %% title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
23 | \maketitle
|
---|
24 |
|
---|
25 | %% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
26 | \begin{abstract}
|
---|
27 |
|
---|
28 | \end{abstract}
|
---|
29 |
|
---|
30 | %% contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
31 | \thetableofcontents
|
---|
32 |
|
---|
33 | \newpage
|
---|
34 |
|
---|
35 | %% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
36 |
|
---|
37 | %------------------------------------------------------------
|
---|
38 | \section{teil 1}
|
---|
39 |
|
---|
40 | \section{teil 2}
|
---|
41 |
|
---|
42 | \section{MC work}
|
---|
43 |
|
---|
44 | \end{document}
|
---|
45 | %
|
---|
46 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
47 | %%% Upper-case A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
|
---|
48 | %%% Lower-case a b c d e f g h i j k l m n o p q r s t u v w x y z
|
---|
49 | %%% Digits 0 1 2 3 4 5 6 7 8 9
|
---|
50 | %%% Exclamation ! Double quote " Hash (number) #
|
---|
51 | %%% Dollar $ Percent % Ampersand &
|
---|
52 | %%% Acute accent ' Left paren ( Right paren )
|
---|
53 | %%% Asterisk * Plus + Comma ,
|
---|
54 | %%% Minus - Point . Solidus /
|
---|
55 | %%% Colon : Semicolon ; Less than <
|
---|
56 | %%% Equals = Greater than > Question mark ?
|
---|
57 | %%% At @ Left bracket [ Backslash \
|
---|
58 | %%% Right bracket ] Circumflex ^ Underscore _
|
---|
59 | %%% Grave accent ` Left brace { Vertical bar |
|
---|
60 | %%% Right brace } Tilde ~
|
---|
61 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
62 | %% Local Variables:
|
---|
63 | %% mode:latex
|
---|
64 | %% mode:font-lock
|
---|
65 | %% mode:auto-fill
|
---|
66 | %% time-stamp-line-limit:100
|
---|
67 | %% End:
|
---|
68 | %% EOF |
---|