diff 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
line wrap: on
line diff
--- a/DESpecs/abbreviations.tex	Thu May 02 11:02:48 2013 +0200
+++ b/DESpecs/abbreviations.tex	Thu May 02 11:04:30 2013 +0200
@@ -1,6 +1,5 @@
 %!TEX TS-program = xelatex 
 %!TEX encoding = UTF-8 Unicode 
-%!TEX root = ../DESpecs.tex
 
 \usepackage{xspace} \xspaceaddexceptions{”}
 \usepackage{ifthen}
@@ -60,20 +59,28 @@
 %%%%%%%%%%%%%%%%
 
 %\newfontfamily{\H}{Hoefler Text} 
-\newcommand{\htsc}[1]{{\fontspec{Hoefler Text}{\large\scshape #1}}}
+%\newcommand{\htsc}[1]{{\fontspec{Hoefler Text}{\large\scshape #1}}}
+\newcommand{\htsc}[1]{\emph{#1}}
+
 \newcommand{\lig}[1]{\fontspec{Hoefler Text}{\Large #1}}
 
+\newcommand{\fraktur}[1]{{\fontspec{BreitkopfFraktur}{\LARGE #1}}}
+
+
 \newenvironment{mainrule}{}{}
 \newenvironment{mainruleLessImportant}{}{}
 \newenvironment{clarification}{\s}{}
 \newenvironment{exception}{\htsc{Exception:}}{}
-\newenvironment{note}{\htsc{Please note:}}{}
+\newenvironment{note}{\textbf{Please note:}}{}
 \newenvironment{crossref}{\s\ensuremath{\longrightarrow}}{}
 
 
 \newenvironment{sampleImage}[2][]{\parbox{\linewidth}{{\htsc{Example #1}} \\[3mm] \includegraphics[width=\linewidth]{#2}}}{}
 
-\newenvironment{smallSampleImage}[2]{\parbox{\linewidth}{{\htsc{Example}} \\[3mm] \includegraphics[#1]{#2}}}{}
+%\newenvironment{smallSampleImage}[2]{\parbox{\linewidth}{{\htsc{Example}} \\[3mm] \includegraphics[#1]{#2}}}{}
+
+\newenvironment{sampleImageSmall}[3][]{\parbox{\linewidth}{{\htsc{Example #1}} \\[3mm] \includegraphics[#2]{#3}}}{}
+
 
 \newenvironment{example}[1][]{\htsc{Example #1} \\}{}
 %\newenvironment{example}[1][]{\parbox{\linewidth}{{\fontspec{Hoefler Text}{\large\scshape Example #1}} \\[3mm] }}{}