comparison DESpecs/abbreviations.tex @ 9:50663744521c

Abbreviations 2009-02-14
author Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
date Thu, 02 May 2013 11:04:30 +0200
parents 2531dd8fe4ba
children f9a6b8344c3a
comparison
equal deleted inserted replaced
8:2531dd8fe4ba 9:50663744521c
1 %!TEX TS-program = xelatex 1 %!TEX TS-program = xelatex
2 %!TEX encoding = UTF-8 Unicode 2 %!TEX encoding = UTF-8 Unicode
3 %!TEX root = ../DESpecs.tex
4 3
5 \usepackage{xspace} \xspaceaddexceptions{”} 4 \usepackage{xspace} \xspaceaddexceptions{”}
6 \usepackage{ifthen} 5 \usepackage{ifthen}
7 6
8 \newcommand{\ch}[1] {chapter~\ref{#1}} 7 \newcommand{\ch}[1] {chapter~\ref{#1}}
58 \newcommand{\§}{{\char"00A7}} 57 \newcommand{\§}{{\char"00A7}}
59 58
60 %%%%%%%%%%%%%%%% 59 %%%%%%%%%%%%%%%%
61 60
62 %\newfontfamily{\H}{Hoefler Text} 61 %\newfontfamily{\H}{Hoefler Text}
63 \newcommand{\htsc}[1]{{\fontspec{Hoefler Text}{\large\scshape #1}}} 62 %\newcommand{\htsc}[1]{{\fontspec{Hoefler Text}{\large\scshape #1}}}
63 \newcommand{\htsc}[1]{\emph{#1}}
64
64 \newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}} 65 \newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}}
66
67 \newcommand{\fraktur}[1]{{\fontspec{BreitkopfFraktur}{\LARGE #1}}}
68
65 69
66 \newenvironment{mainrule}{}{} 70 \newenvironment{mainrule}{}{}
67 \newenvironment{mainruleLessImportant}{}{} 71 \newenvironment{mainruleLessImportant}{}{}
68 \newenvironment{clarification}{\s}{} 72 \newenvironment{clarification}{\s}{}
69 \newenvironment{exception}{\htsc{Exception:}}{} 73 \newenvironment{exception}{\htsc{Exception:}}{}
70 \newenvironment{note}{\htsc{Please note:}}{} 74 \newenvironment{note}{\textbf{Please note:}}{}
71 \newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{} 75 \newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{}
72 76
73 77
74 \newenvironment{sampleImage}[2][]{\parbox{\linewidth}{{\htsc{Example #1}} \\[3mm] \includegraphics[width=\linewidth]{#2}}}{} 78 \newenvironment{sampleImage}[2][]{\parbox{\linewidth}{{\htsc{Example #1}} \\[3mm] \includegraphics[width=\linewidth]{#2}}}{}
75 79
76 \newenvironment{smallSampleImage}[2]{\parbox{\linewidth}{{\htsc{Example}} \\[3mm] \includegraphics[#1]{#2}}}{} 80 %\newenvironment{smallSampleImage}[2]{\parbox{\linewidth}{{\htsc{Example}} \\[3mm] \includegraphics[#1]{#2}}}{}
81
82 \newenvironment{sampleImageSmall}[3][]{\parbox{\linewidth}{{\htsc{Example #1}} \\[3mm] \includegraphics[#2]{#3}}}{}
83
77 84
78 \newenvironment{example}[1][]{\htsc{Example #1} \\}{} 85 \newenvironment{example}[1][]{\htsc{Example #1} \\}{}
79 %\newenvironment{example}[1][]{\parbox{\linewidth}{{\fontspec{Hoefler Text}{\large\scshape Example #1}} \\[3mm] }}{} 86 %\newenvironment{example}[1][]{\parbox{\linewidth}{{\fontspec{Hoefler Text}{\large\scshape Example #1}} \\[3mm] }}{}
80 \newenvironment{exampleTest}[2][]{\parbox{\linewidth}{\htsc{Example #1} \\[3mm] #2}}{} 87 \newenvironment{exampleTest}[2][]{\parbox{\linewidth}{\htsc{Example #1} \\[3mm] #2}}{}
81 88