comparison DESpecs/abbreviations.tex @ 1:e295e4c94593

version 2008-09-23
author Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
date Fri, 26 Nov 2010 18:42:09 +0100
parents 106aa1285f04
children 2531dd8fe4ba
comparison
equal deleted inserted replaced
0:106aa1285f04 1:e295e4c94593
19 \newcommand{\spitz}[1] {\ensuremath{\langle}#1\ensuremath{\rangle}} 19 \newcommand{\spitz}[1] {\ensuremath{\langle}#1\ensuremath{\rangle}}
20 20
21 \newcommand{\mehrzeilen}[1][1]{\enlargethispage{#1\baselineskip}} 21 \newcommand{\mehrzeilen}[1][1]{\enlargethispage{#1\baselineskip}}
22 22
23 23
24 \newcommand{\unit}[1] {\textsl{#1}}
25
26
27 % Zeilenabstand 24 % Zeilenabstand
28 25
29 \usepackage{setspace} 26 \usepackage{setspace}
30 \newenvironment{enum}{\begin{enumerate} \singlespacing} {\end{enumerate}} 27 \newenvironment{enum}{\begin{enumerate} \singlespacing} {\end{enumerate}}
31 \newenvironment{items}{\begin{itemize} \singlespacing} {\end{itemize}} 28 \newenvironment{items}{\begin{itemize} \singlespacing} {\end{itemize}}
41 \MakeShortVerb{\§} 38 \MakeShortVerb{\§}
42 39
43 40
44 %%%%%%%%%%%%%%%% 41 %%%%%%%%%%%%%%%%
45 42
46 \newenvironment{mainrule}{\textit{Rule}}{} 43 %\newenvironment{mainrule}{\textit{Rule}}{}
44 \newenvironment{mainrule}{}{}
47 45
48 \newenvironment{example}{\textit{Example}}{} 46 %\newfontfamily{\ht}[Mapping=tex-text]{Hoefler Text}
49 \newenvironment{type}{\begin{alltt}}{\end{alltt}} 47 %\newfontfamily{\tnr}[Mapping=tex-text]{Times New Roman}
48 %\newenvironment{example}{\tnr\textit{Example}}{}
49 %\newenvironment{example}{{\scshape Example}}{}
50 50
51 %\newfontfamily{\greek}[Scale=1]{Minion Pro} 51 \newenvironment{example}{{\fontspec{Hoefler Text}{\scshape Example}}}{}
52 %\newfontfamily{\greek}[Scale=0.8]{Andale Mono} 52 %\newenvironment{example}{{\fontspec{DejaVu Sans}{\scshape Example}}}{}
53 \newfontfamily{\greek}[Scale=0.8]{Courier New}
54 \newenvironment{typeGreek}{\begin{alltt}\greek}{\end{alltt}}
55 53
56 \newenvironment{exception}{\textit{Exception}}{}
57 54
58 \newenvironment{clarification}{\textit{Clarification}}{} 55
56 %\newenvironment{type}{\begin{alltt}}{\end{alltt}}
57
58 \newenvironment{typeLatin}{\begin{alltt}\begin{tabular}{l}}{\end{tabular}\end{alltt}}
59
60 \newcommand{\bs}{\textbackslash}
61 \newenvironment{typeBetacode}{\begin{alltt}\small\begin{tabular}{l}}{\end{tabular}\end{alltt}}
62
63 %\newfontfamily{\greek}[Scale=0.8]{Courier New} % [Scale=1]{Minion Pro}, [Scale=0.8]{Andale Mono}
64 \newfontfamily{\greek}[Scale=0.8]{DejaVu Sans Mono}
65 \newenvironment{typeGreek}{\begin{alltt}\greek\begin{tabular}{l}}{\end{tabular}\end{alltt}}
66
67 \newenvironment{exception}{\small\textit{Exception}}{}
68 %\newenvironment{exception}{\small}{}
69
70 %\newenvironment{clarification}{\small\textit{Clarification}}{}
71 \newenvironment{clarification}{\small}{}