Start from clean GIT
This commit is contained in:
commit
e841f14a95
2112 changed files with 6638085 additions and 0 deletions
47
lib/shared_supervisors.tex
Normal file
47
lib/shared_supervisors.tex
Normal file
|
@ -0,0 +1,47 @@
|
|||
\ifgerman
|
||||
\newcommand{\ibrsignature}{Datum, Unterschrift}
|
||||
\else
|
||||
\newcommand{\ibrsignature}{Date, Signature}
|
||||
\fi
|
||||
|
||||
\newcommand{\supervisors}[3]{
|
||||
\newcounter{SupervisorsCounter}
|
||||
\def\temp{#1}\ifx\temp\empty
|
||||
\newcommand{\supervisorone}{}
|
||||
\newcommand{\supervisoronesign}{}
|
||||
\else
|
||||
\newcommand{\supervisorone}{#1\\}
|
||||
\newcommand{\supervisoronesign}{
|
||||
#1 & \rule[-0.5ex]{\linewidth}{1pt}\newline\itshape(\ibrsignature)\\[5ex]
|
||||
}
|
||||
\stepcounter{SupervisorsCounter}
|
||||
\fi
|
||||
|
||||
\def\temp{#2}\ifx\temp\empty
|
||||
\newcommand{\supervisortwo}{}
|
||||
\newcommand{\supervisortwosign}{}
|
||||
\else
|
||||
\newcommand{\supervisortwo}{#2\\}
|
||||
\newcommand{\supervisortwosign}{
|
||||
#2 & \rule[-0.5ex]{\linewidth}{1pt}\newline\itshape(\ibrsignature)\\[5ex]
|
||||
}
|
||||
\stepcounter{SupervisorsCounter}
|
||||
\fi
|
||||
|
||||
\def\temp{#3}\ifx\temp\empty
|
||||
\newcommand{\supervisorthree}{}
|
||||
\newcommand{\supervisorthreesign}{}
|
||||
\else
|
||||
\newcommand{\supervisorthree}{#3\\}
|
||||
\newcommand{\supervisorthreesign}{
|
||||
#3 & \rule[-0.5ex]{\linewidth}{1pt}\newline\itshape(\ibrsignature)\\[5ex]
|
||||
}
|
||||
\stepcounter{SupervisorsCounter}
|
||||
\fi
|
||||
|
||||
\ifnum\theSupervisorsCounter=1
|
||||
\newcommand{\supervisorstring}{Supervisor:}
|
||||
\else
|
||||
\newcommand{\supervisorstring}{Supervisors:}
|
||||
\fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue