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{stmaryrd}
\RequirePackage{accents} \RequirePackage{accents}
\RequirePackage{nicefrac} \RequirePackage{nicefrac}
\RequirePackage{units} %\RequirePackage{units}
\RequirePackage{array} \RequirePackage{array}

View File

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

View File

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