diff DESpecs/abbreviations.tex @ 13:facea8c79160

DE Specs Version 2.1.1 Autumn 2011
author Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
date Thu, 02 May 2013 11:29:00 +0200
parents f9a6b8344c3a
children b2bcb3f68258
line wrap: on
line diff
--- a/DESpecs/abbreviations.tex	Thu May 02 11:14:40 2013 +0200
+++ b/DESpecs/abbreviations.tex	Thu May 02 11:29:00 2013 +0200
@@ -1,5 +1,6 @@
 %!TEX TS-program = xelatex 
 %!TEX encoding = UTF-8 Unicode 
+%!TEX root = ../DESpecs.tex
 
 \usepackage{xspace} \xspaceaddexceptions{”}
 \usepackage{ifthen}
@@ -29,8 +30,6 @@
 
 % verbatim
 
-\usepackage{verbatim}
-
 \usepackage{alltt}
 \newcommand{\klein}{\small}
 \newenvironment{exakt}[1][\small]{\singlespacing#1\begin{alltt}}{\end{alltt}}
@@ -39,63 +38,34 @@
 \MakeShortVerb{\§}
 
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\newcommand{\bold}{\textbf}
-\newcommand{\li}[1]{\bold{\{}#1\bold{\}}}
-
-\newcommand{\xs}{\scriptsize}
-\newcommand{\s}{\footnotesize}
-
-%
-
-\newcommand{\bs}{\textbackslash}
-\newcommand{\tld}{\textasciitilde}
-
-\newcommand{\tocspace}{\addtocontents{toc}{\protect\vspace{1mm}}}
-
-\newcommand{\unicode}[1]{{\fontspec{Apple Symbols}{\Large #1}}}
-\newcommand{\§}{{\char"00A7}}
-
 %%%%%%%%%%%%%%%%
 
-\newcommand{\htsc}[1]{\emph{#1}}
-\newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}}
-\newcommand{\fraktur}[1]{{\fontspec{BreitkopfFraktur}{\LARGE #1}}}
-
-%
-
+%\newenvironment{mainrule}{\textit{Rule}}{}
 \newenvironment{mainrule}{}{}
-\newenvironment{mainruleLessImportant}{}{}
-\newenvironment{clarification}{\s}{}
-\newenvironment{exception}{\htsc{Exception:}}{}
-\newenvironment{note}{\textbf{Please note:}}{}
-\newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{}
+
+%\newfontfamily{\ht}[Mapping=tex-text]{Hoefler Text} 
+%\newfontfamily{\tnr}[Mapping=tex-text]{Times New Roman} 
+%\newenvironment{example}{\tnr\textit{Example}}{}
+%\newenvironment{example}{{\scshape Example}}{}
 
-%
+\newenvironment{example}{{\fontspec{Hoefler Text}{\scshape Example}}}{}
+%\newenvironment{example}{{\fontspec{DejaVu Sans}{\scshape Example}}}{}
 
-\newenvironment{sampleImage}[2][]{\parbox{\linewidth}{{\htsc{Example#1}} \\[3mm] \includegraphics[width=\linewidth]{#2}}}{}
-\newenvironment{sampleImageSmall}[3][]{\parbox{\linewidth}{{\htsc{Example#1}} \\[3mm] \includegraphics[#2]{#3}}}{}
+
+
+%\newenvironment{type}{\begin{alltt}}{\end{alltt}}
 
-\newenvironment{example}[1][]{\htsc{Example#1} \\}{}
-\newenvironment{exampleTest}[2][]{\parbox{\linewidth}{\htsc{Example #1} \\[3mm] #2}}{} % ??
+\newenvironment{typeLatin}{\begin{alltt}\begin{tabular}{l}}{\end{tabular}\end{alltt}}
 
-\newenvironment{liste}[1][]{\htsc{List#1} \\}{}
-\newenvironment{tabelle}[1][]{\htsc{Table#1} \\}{}
-
-%
-
-\newenvironment{typeLatin}{\begin{alltt}\s\begin{tabular}{@{}l}}{\end{tabular}\end{alltt}}
+\newcommand{\bs}{\textbackslash}
+\newenvironment{typeBetacode}{\begin{alltt}\small\begin{tabular}{l}}{\end{tabular}\end{alltt}}
 
-\newfontfamily{\greek}[Scale=0.95]{Courier New} 
-\newenvironment{typeGreek}{\begin{alltt}\greek\s\begin{tabular}{@{}l}}{\end{tabular}\end{alltt}}
-
-\newenvironment{typeMath}{\begin{alltt}\begin{tabular}{l}}{\end{tabular}\end{alltt}}
+%\newfontfamily{\greek}[Scale=0.8]{Courier New} % [Scale=1]{Minion Pro}, [Scale=0.8]{Andale Mono} 
+\newfontfamily{\greek}[Scale=0.8]{DejaVu Sans Mono} 
+\newenvironment{typeGreek}{\begin{alltt}\greek\begin{tabular}{l}}{\end{tabular}\end{alltt}}
 
-%
+\newenvironment{exception}{\small\textit{Exception}}{}
+%\newenvironment{exception}{\small}{}
 
-\newfontfamily{\muh}[Scale=0.9]{DejaVu Serif} 
-\newcommand{\someText}{...} % {{\muh\textit{(some text)}}} 
-\newcommand{\untranscribedText}{...} % {{\muh\textit{(some untranscribed text)}}}
-\newcommand{\notTranscribed}{{\muh\textit{(not transcribed)}}} 
-\newcommand{\missingText}[1]{{\muh\textit{(#1)}}}
+%\newenvironment{clarification}{\small\textit{Clarification}}{}
+\newenvironment{clarification}{\small}{}