converted to XeLaTeX & more Intro

This commit is contained in:
Stefan Dresselhaus
2017-10-08 01:07:37 +02:00
parent 8b87f599ec
commit 95c55e3c15
9 changed files with 174 additions and 61 deletions

View File

@ -131,25 +131,6 @@
\newcommand{\myquote}[1]{\glqq{}#1\grqq{}} % richtige Anfuehrungszeichen: ,, Bla ''
% \newcommand{\str}[1]{{\tt{}#1}} % einheitliche formatierung fuer zeichenketten
% ##### draft #####
\newcommand{\ignore}[1]{}
\newcommand\info[1]{\marginpar{\begin{center}#1\end{center}}}
\newcommand\note{\marginpar{\begin{center}$\longleftarrow$\end{center}}}
\newcommand\picmis[1]{$$\boxed{\mbox{\ttfamily picture #1}}$$}
%Todo am Rand notieren
\begin{comment}
% DONE WITH \usepackage{todo}
\newcommand{\todo}[1]{%
\ensuremath{\bigstar}%
\marginpar{%
\begin{flushleft}%
\vspace{-1.5\baselineskip}%
{\small TODO\ \ensuremath{\bigstar}\\#1}%
\end{flushleft}%
}%
}%
\end{comment}
\newcommand\opdown[2]{\lower0.75em\hbox{$\stackrel{\displaystyle#1}{\scriptstyle#2}$}}
\newcommand\toconv[2]{\;\lower0.5em\hbox{$\stackrel{\longrightarrow}{\scriptstyle#1\to#2}$}}
\newcommand\wildcard[1]{\fbox{\ttfamily Platzhalter: #1}}
@ -179,3 +160,6 @@
\newcommandx{\info}[2][1=]{\todo[linecolor=OliveGreen,backgroundcolor=OliveGreen!25,bordercolor=OliveGreen,#1]{\textbf{Info:} #2}}
\newcommandx{\improvement}[2][1=]{\todo[linecolor=violet,backgroundcolor=violet!25,bordercolor=violet,#1]{\textbf{Improvement:} #2}}
\newcommandx{\thiswillnotshow}[2][1=]{\todo[disable,#1]{#2}}
\renewcommand\cmark{\textcolor{OliveGreen}{\ding{51}}}
\renewcommand\xmark{\textcolor{Maroon}{\ding{55}}}

View File

@ -1,3 +1,4 @@
\usepackage[dvipsnames]{xcolor}
\usepackage{acronym} % acronym list and writing acronyms full length exactly once
% \usepackage{amsfonts}
\usepackage{amsmath} %\align
@ -15,7 +16,7 @@
\usepackage{color} %\colorbox
\usepackage{dsfont} %\mathds
\usepackage{draftwatermark}
\SetWatermarkLightness{0.95} % default: 0.8
\SetWatermarkLightness{0.9} % default: 0.8
\usepackage{epigraph}
% \usepackage{euler} % euler: uni, eucal: baake, ohne: standard
\usepackage{eucal} % euler calligraphy
@ -36,11 +37,11 @@
\usepackage{mathtools}
\usepackage{multirow}
\usepackage{nicefrac}
\usepackage[numbers,square,sort=none]{natbib}
\newcommand*{\refname}{References}
\usepackage[numbers,square,sort]{natbib}
\usepackage{patchcmd}
%\usepackage[draft]{pdfpages}
\usepackage{pdfpages}
\usepackage{pifont}
%\usepackage{pst-all} % PSTricks-Grafikerstellung
%\usepackage{pstricks}
%\usepackage{qtree} % baum
@ -62,7 +63,6 @@
\usepackage{verbatim} % \begin{comment} \end{comment}
\usepackage{wrapfig}
% \usepackage{wasysym}
\usepackage[pdftex,dvipsnames]{xcolor}
\usepackage{xspace} % intelligent \makro_ whitespace
\usepackage{xargs} % use more than one optional parameter in new commands