annotate DESpecs/abbreviations.tex @ 21:b2bcb3f68258

Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
author Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
date Thu, 02 May 2013 14:10:28 +0200
parents facea8c79160
children 8dce37600d38
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
1 %!TEX TS-program = xelatex
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
2 %!TEX encoding = UTF-8 Unicode
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
3
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
4 \usepackage{xspace} \xspaceaddexceptions{”}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
5 \usepackage{ifthen}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
6
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
7 \newcommand{\ch}[1] {chapter~\ref{#1}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
8 \newcommand{\sect}[1] {section~\ref{#1}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
9 \newcommand{\fig}[1] {figure~\vref{#1}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
10 \newcommand{\Fig}[1] {Figure~\vref{#1}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
11 \newcommand{\tbl}[1] {table~\vref{#1}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
12
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
13 \newcommand{\ie} {i.e. }
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
14 \newcommand{\eg} {e.g. }
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
15
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
16 \newcommand{\qq} {\qquad}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
17
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
18 \newcommand{\spitz}[1] {\ensuremath{\langle}#1\ensuremath{\rangle}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
19
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
20 \newcommand{\mehrzeilen}[1][1]{\enlargethispage{#1\baselineskip}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
21
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
22
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
23 % Zeilenabstand
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
24
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
25 \usepackage{setspace}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
26 \newenvironment{enum}{\begin{enumerate} \singlespacing} {\end{enumerate}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
27 \newenvironment{items}{\begin{itemize} \singlespacing} {\end{itemize}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
28
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
29
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
30 % verbatim
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
31
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
32 \usepackage{verbatim}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
33
0
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
34 \usepackage{alltt}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
35 \newcommand{\klein}{\small}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
36 \newenvironment{exakt}[1][\small]{\singlespacing#1\begin{alltt}}{\end{alltt}}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
37
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
38 \usepackage{shortvrb}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
39 \MakeShortVerb{\§}
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
40
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
41
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
42 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
43
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
44 \newcommand{\bold}{\textbf}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
45 \newcommand{\li}[1]{\bold{\{}#1\bold{\}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
46
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
47 \newcommand{\xs}{\scriptsize}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
48 \newcommand{\s}{\footnotesize}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
49
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
50 %
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
51
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
52 \newcommand{\bs}{\textbackslash}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
53 \newcommand{\tld}{\textasciitilde}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
54
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
55 \newcommand{\tocspace}{\addtocontents{toc}{\protect\vspace{1mm}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
56
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
57 \newcommand{\unicode}[1]{{\fontspec{Apple Symbols}{\Large #1}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
58 \newcommand{\§}{{\char"00A7}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
59
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
60 %%%%%%%%%%%%%%%%
0
106aa1285f04 version 2008-09-21
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents:
diff changeset
61
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
62 \newcommand{\htsc}[1]{\emph{#1}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
63 \newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
64 \newcommand{\fraktur}[1]{{\fontspec{BreitkopfFraktur}{\LARGE #1}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
65
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
66 %
13
facea8c79160 DE Specs Version 2.1.1 Autumn 2011
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 12
diff changeset
67
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
68 \newenvironment{mainrule}{}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
69 \newenvironment{mainruleLessImportant}{}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
70 \newenvironment{clarification}{\s}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
71 \newenvironment{exception}{\htsc{Exception:}}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
72 \newenvironment{note}{\textbf{Please note:}}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
73 \newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{}
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
74
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
75 %
9
50663744521c Abbreviations 2009-02-14
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 8
diff changeset
76
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
77 \newenvironment{sampleImage}[2][]{\parbox{\linewidth}{{\htsc{Example#1}} \\[3mm] \includegraphics[width=\linewidth]{#2}}}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
78 \newenvironment{sampleImageSmall}[3][]{\parbox{\linewidth}{{\htsc{Example#1}} \\[3mm] \includegraphics[#2]{#3}}}{}
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
79
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
80 \newenvironment{example}[1][]{\htsc{Example#1} \\}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
81 \newenvironment{exampleTest}[2][]{\parbox{\linewidth}{\htsc{Example #1} \\[3mm] #2}}{} % ??
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
82
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
83 \newenvironment{liste}[1][]{\htsc{List#1} \\}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
84 \newenvironment{tabelle}[1][]{\htsc{Table#1} \\}{}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
85
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
86 %
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
87
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
88 \newenvironment{typeLatin}{\begin{alltt}\s\begin{tabular}{@{}l}}{\end{tabular}\end{alltt}}
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
89
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
90 \newfontfamily{\greek}[Scale=0.95]{Courier New}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
91 \newenvironment{typeGreek}{\begin{alltt}\greek\s\begin{tabular}{@{}l}}{\end{tabular}\end{alltt}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
92
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
93 \newenvironment{typeMath}{\begin{alltt}\begin{tabular}{l}}{\end{tabular}\end{alltt}}
1
e295e4c94593 version 2008-09-23
Wolfgang Schmidle <wschmidle@mpiwg-berlin.mpg.de>
parents: 0
diff changeset
94
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
95 %
8
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 1
diff changeset
96
21
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
97 \newfontfamily{\muh}[Scale=0.9]{DejaVu Serif}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
98 \newcommand{\someText}{...} % {{\muh\textit{(some text)}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
99 \newcommand{\untranscribedText}{...} % {{\muh\textit{(some untranscribed text)}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
100 \newcommand{\notTranscribed}{{\muh\textit{(not transcribed)}}}
b2bcb3f68258 Updated abbreviations file and changed paths in DESpecs files. They now compile with this file structure.
Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
101 \newcommand{\missingText}[1]{{\muh\textit{(#1)}}}