Compare commits

...

4 Commits

5 changed files with 22 additions and 5 deletions

0
.gitignore vendored Executable file → Normal file
View File

Binary file not shown.

View File

@ -131,7 +131,7 @@
\RequirePackage{stmaryrd}
\RequirePackage{accents}
\RequirePackage{nicefrac}
\RequirePackage{units}
%\RequirePackage{units}
\RequirePackage{array}

View File

@ -60,7 +60,7 @@
\RequirePackage{smartdiagram}
\RequirePackage{varsfromjobname} % Element[e] aus \jobname extrahieren
%\RequirePackage{qrcode} % Wird in maintitle genutzt - auskommentiert
\RequirePackage{qrcode} % Wird in maintitle genutzt - auskommentiert
%\RequirePackage{pdfpages}
@ -69,6 +69,7 @@
\providecommand\insertlecture{Vortrag}
\providecommand\lecturename{Vortragtitel}
\def\insertaddtitle{null}
\def\insertshrtpr{null}
\def\insertshrtscr{null}
@ -129,6 +130,8 @@
\mode<presentation>{
\newenvironment{body}{\document\ifcd\setbeamertemplate{sidebar
right}{}\fi}{\input{bib-config.tex}\enddocument}
\newcommand{\starteBody}{\begin{document}}
\newcommand{\beendeBody}{\end{document}}
% \newcommand{\newblock}{}
}
@ -764,6 +767,8 @@
\iflogoins
\hbox to 2cm{\hss\insertlogo\hss}
\else
\hbox to 2cm{\hfill\qrcode[nolink,height=1cm]{\inserturl}\hskip 2.5pt}
\vskip 1em
\hbox to 2cm{\hfill\insertshortinstitute\hskip 2.5pt}
\fi%
\vskip3pt
@ -803,7 +808,11 @@
\ifthenelse{\equal{\inserturl}{null}}{}{%
\begin{tiny}
%\versionsinfo
Quellen: \url{\inserturl}
Quellen:
\begin{minipage}{0.6\textwidth}
\centering
\qrcode[nolink,height=1.5cm]{\inserturl} \\[0.6em] \url{\inserturl}
\end{minipage}
\ifthenelse{\equal{\insertshrtpr}{null}}{}{%
Präsentation: \url{\insertshrtpr}
@ -812,6 +821,11 @@
Skript: \url{\insertshrtscr}
}
\ifthenelse{\equal{\insertaddtitle}{null}}{}{%
\newline%
\vspace{1em}%
\insertaddtitle
}
\end{tiny}
\vfill
@ -1613,7 +1627,7 @@
\newcount\ddimemoryline
\newenvironment{object}[1]
\newenvironment{ahobject}[1]
{
\def\objectname{#1}
\ddimemoryline=0\relax
@ -1637,7 +1651,7 @@
\endscope
}
\def\attribute#1 #2=#3;{%
\def\ahattribute#1 #2=#3;{%
\node [@kind,minimum height=4mm,text height=1mm,text depth=0pt,anchor=base west] (\objectname-#2) at (0,-1*\ddimemoryline) {\scantokens{\javacode|#3|}};
\node [text height=1mm,text depth=0pt,minimum height=4mm,anchor=base east] at (0,-1*\ddimemoryline) {\javacode|#1 #2|};
\advance\ddimemoryline by 1\relax

View File

@ -146,6 +146,9 @@
\mode<article>{
\parskip.5em plus 1pt minus 1pt
\newenvironment{body}{\parskip=2pt plus 1pt minus 1pt}{}
\newcommand{\starteBody}{\begin{body}}
\newcommand{\beendeBody}{\end{body}}
}
\mode<presentation>{
\newenvironment{body}{\document\ifcd\setbeamertemplate{sidebar