changeset 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 9cd4644c353b
children 3073b00bae88
files DESpecs/DESpecs-XML.tex DESpecs/DESpecs.tex DESpecs/DESpecs_chinese.tex DESpecs/abbreviations.tex
diffstat 4 files changed, 60 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/DESpecs/DESpecs-XML.tex	Thu May 02 12:42:10 2013 +0200
+++ b/DESpecs/DESpecs-XML.tex	Thu May 02 14:10:28 2013 +0200
@@ -20,7 +20,7 @@
 \frenchspacing
 
 \usepackage{graphicx}
-\graphicspath{{../../Bilder/western/}}
+\graphicspath{{./bilder/western/}}
 
 \usepackage{longtable}
 
@@ -33,11 +33,12 @@
 
 %%%
 
-\input{../../abbreviations/abbreviations_2}
+\input{./abbreviations}
 
 \begin{document}
 
-\title{XML Data Entry Specs 1.0}
+\title{This document is work in progress!\\
+XML Data Entry Specs 1.0}
 \date{}
 \author{}
 \maketitle
--- a/DESpecs/DESpecs.tex	Thu May 02 12:42:10 2013 +0200
+++ b/DESpecs/DESpecs.tex	Thu May 02 14:10:28 2013 +0200
@@ -20,7 +20,7 @@
 \frenchspacing
 
 \usepackage{graphicx}
-\graphicspath{{../../Bilder/western/}}
+\graphicspath{{./bilder/western/}}
 
 \usepackage{longtable}
 
@@ -33,7 +33,7 @@
 
 %%%
 
-\input{../../abbreviations/abbreviations_2}
+\input{./abbreviations}
 
 \begin{document}
 
--- a/DESpecs/DESpecs_chinese.tex	Thu May 02 12:42:10 2013 +0200
+++ b/DESpecs/DESpecs_chinese.tex	Thu May 02 14:10:28 2013 +0200
@@ -19,13 +19,13 @@
 \frenchspacing
 
 \usepackage{graphicx}
-\graphicspath{{../../bilder/chinese/}}
+\graphicspath{{./bilder/chinese/}}
 
 \usepackage{longtable}
 
 %%%
 
-\input{../../abbreviations/abbreviations_2}
+\input{./abbreviations}
 
 \newcommand{\hash}{{\char"0023}}
 \newenvironment{typeChinese}{\begin{alltt}\s\begin{tabular}{@{}l}}{\end{tabular}\end{alltt}}
--- a/DESpecs/abbreviations.tex	Thu May 02 12:42:10 2013 +0200
+++ b/DESpecs/abbreviations.tex	Thu May 02 14:10:28 2013 +0200
@@ -1,6 +1,5 @@
 %!TEX TS-program = xelatex 
 %!TEX encoding = UTF-8 Unicode 
-%!TEX root = ../DESpecs.tex
 
 \usepackage{xspace} \xspaceaddexceptions{”}
 \usepackage{ifthen}
@@ -30,6 +29,8 @@
 
 % verbatim
 
+\usepackage{verbatim}
+
 \usepackage{alltt}
 \newcommand{\klein}{\small}
 \newenvironment{exakt}[1][\small]{\singlespacing#1\begin{alltt}}{\end{alltt}}
@@ -38,34 +39,63 @@
 \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}}
+
 %%%%%%%%%%%%%%%%
 
-%\newenvironment{mainrule}{\textit{Rule}}{}
-\newenvironment{mainrule}{}{}
+\newcommand{\htsc}[1]{\emph{#1}}
+\newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}}
+\newcommand{\fraktur}[1]{{\fontspec{BreitkopfFraktur}{\LARGE #1}}}
+
+%
 
-%\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{mainrule}{}{}
+\newenvironment{mainruleLessImportant}{}{}
+\newenvironment{clarification}{\s}{}
+\newenvironment{exception}{\htsc{Exception:}}{}
+\newenvironment{note}{\textbf{Please note:}}{}
+\newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{}
 
-\newenvironment{example}{{\fontspec{Hoefler Text}{\scshape Example}}}{}
-%\newenvironment{example}{{\fontspec{DejaVu Sans}{\scshape Example}}}{}
+%
 
-
-
-%\newenvironment{type}{\begin{alltt}}{\end{alltt}}
+\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{typeLatin}{\begin{alltt}\begin{tabular}{l}}{\end{tabular}\end{alltt}}
+\newenvironment{example}[1][]{\htsc{Example#1} \\}{}
+\newenvironment{exampleTest}[2][]{\parbox{\linewidth}{\htsc{Example #1} \\[3mm] #2}}{} % ??
 
-\newcommand{\bs}{\textbackslash}
-\newenvironment{typeBetacode}{\begin{alltt}\small\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}}
 
-%\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}}
+\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}}
 
-\newenvironment{exception}{\small\textit{Exception}}{}
-%\newenvironment{exception}{\small}{}
+%
 
-%\newenvironment{clarification}{\small\textit{Clarification}}{}
-\newenvironment{clarification}{\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)}}}