blob: 785084c7a99dc9b53c0048a6994550cfb8805bf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
% Do not change anything from here.
% Use review.tex for the text of your review and metadata.tex for metadata information
\documentclass[a4paper,10pt,leqno]{scrartcl}
\usepackage{zb-basics}
\usepackage[margin=2.5cm,tmargin=2cm,bmargin=3cm]{geometry}
\input{zb-metadata}
\begin{document}
% display copyright in footer
\pagestyle{scrheadings}
\setkomafont{pageheadfoot}{
\rmfamily
\footnotesize
\color[rgb]{.5,.5,.5}
}
\lofoot{%
\makebox[\linewidth][s]{Edited by FIZ Karlsruhe, the European Mathematical Society and the Heidelberg Academy of Sciences and Humanities}\\
\copyright{} \the\year{} FIZ Karlsruhe GmbH
}
\cofoot{}
\rofoot{\\Page \thepage}
\setlength{\parindent}{0cm}
\setlength{\parskip}{1ex}
\setlength{\parfillskip}{0pt plus 1fill}
\setlength{\footheight}{19pt}
\newsavebox{\citationbox}
\newdimen{\msclen}
\frenchspacing
%\includegraphics[width=.3\textwidth]{zbmath.jpg}
\vspace{7ex}
% Metadata of article under review
\parbox{\textwidth}{\setlength{\parfillskip}{0pt plus 1fill}
\au
\ti
\reference
}
\vspace{2ex}
% Text of the review
\input{zb-review}
\par\nopagebreak\hspace*{0pt plus 1filll} Reviewer: \rv
% MSC Classes
\vspace{2ex}
\msclen=\textwidth
\advance\msclen by -\wd\citationbox
\advance\msclen by -5em
\textbf{MSC:}\par\nopagebreak
\msc
% Keywords
\vspace{2ex}
\textbf{Keywords:}\par\nopagebreak
\kw
\end{document}
|