diff --git a/avoearticle.cls b/avoearticle.cls index f425c1ce09a88fe30ecacacf3e8b9ed49a576e7f..03d9b1fcb0262a71040a328809965060aa988815 100644 --- a/avoearticle.cls +++ b/avoearticle.cls @@ -89,7 +89,7 @@ \fancyhead[L]{\includegraphics[width=6cm]{avoelogo.png}} \fancyhead[R]{\color{avoehdr}\large\scshape\ifdefined\@arbeitskreis{}Arbeitskreis\\\@arbeitskreis\fi} \cfoot{\color{avoehdr}Seite \thepage\ von \pageref{LastPage}} - \lfoot{\color{avoehdr}\@shorttitle\ifdefined\@shorttitle\ifdefined\@themengebiet\\\fi\fi\@themengebiet} + \lfoot{\color{avoehdr}\ifdefined\@shorttitle\@shorttitle\ifdefined\@themengebiet\\\fi\fi\ifdefined\@themengebiet\@themengebiet\fi} \rfoot{\color{avoehdr}\@footdate} % \fancyhead[RE,LO]{\show@committee, \show@date} % \fancyhead[LE,RO]{page \thepage} diff --git a/avoereport.cls b/avoereport.cls index 103408cfcc9d37da8da4a1fe63213cf1b261aa87..2114c0bffae15c7f22217648e7ab203e84286257 100644 --- a/avoereport.cls +++ b/avoereport.cls @@ -241,4 +241,9 @@ \fi - +\newcommand{\chapterauthor}[1]{% + {\parindent0pt\vspace*{-40pt}% + \linespread{1.1}\large\scshape#1% + \par\nobreak\vspace*{35pt}} + \@afterheading% +} diff --git a/beamerinnerthemeavoe.sty b/beamerinnerthemeavoe.sty index 6d949e7deda7f0794a906a7c8bfa2c44c3fe31d5..d7ee6343859275e89d5f624493835ebd266f9f49 100644 --- a/beamerinnerthemeavoe.sty +++ b/beamerinnerthemeavoe.sty @@ -8,11 +8,13 @@ \ifx\@hdrImg\@empty% \else \vskip-1em% - \vskip0.05cm% + \vskip-0.05cm% \begin{beamercolorbox}[wd=1.0\paperwidth,sep=0pt,left,leftskip=0ex]{frametitlebg}% + \hspace{-0.065cm}% \begin{tikzpicture}% \node[anchor=north west,inner sep=0pt] (main) at (0,0) {\includegraphics[width=1.0\paperwidth]{\@hdrImg}};% - \node[anchor=north west,inner sep=0pt] (avoelogo) at(0,0) {\includegraphics[width=6cm]{avoelogo.png}};% + \node[anchor=north west,inner sep=0pt] (avoelogo) at(0,0) {\includegraphics[width=6cm]{avoelogo-margin.png}};% + \draw [line width=0.1cm, color=AVOegrey] (avoelogo.south west) -- (avoelogo.south east);% \end{tikzpicture}% \end{beamercolorbox} \vskip-1em% diff --git a/beamerouterthemeavoe.sty b/beamerouterthemeavoe.sty index 659c98006c1652e8250634105e773f01e88f7d68..3de1c210e75035a18342cd5156f40bbbbc2488d4 100644 --- a/beamerouterthemeavoe.sty +++ b/beamerouterthemeavoe.sty @@ -91,9 +91,11 @@ % \else% \begin{beamercolorbox}[wd=1.0\paperwidth,sep=0pt,left,leftskip=0ex]{frametitlebg}% + \hspace{-0.065cm}% \begin{tikzpicture}% \node[anchor=north west,inner sep=0pt] (main) at (0,0) {\includegraphics[width=1.0\paperwidth]{\@hdrImg}};% - \node[anchor=north west,inner sep=0pt,outer sep=15pt] (avoelogo) at(0,0) {\includegraphics[width=6cm]{avoelogo.png}};% + \node[anchor=north west,inner sep=0pt] (avoelogo) at(0,0) {\includegraphics[width=6cm]{avoelogo-margin.png}};% + \draw [line width=0.1cm, color=AVOegrey] (avoelogo.south west) -- (avoelogo.south east);% \end{tikzpicture}% \end{beamercolorbox} \vspace{-0.05cm}% diff --git a/example-avoearticle.pdf b/example-avoearticle.pdf deleted file mode 100644 index 3c4638dda6bfc87216fb564bc8b73f8fa606cbbf..0000000000000000000000000000000000000000 Binary files a/example-avoearticle.pdf and /dev/null differ diff --git a/example-avoeslides-beamer.pdf b/example-avoeslides-beamer.pdf deleted file mode 100644 index 2a776ca9637045bb418c1ef572567d9630396463..0000000000000000000000000000000000000000 Binary files a/example-avoeslides-beamer.pdf and /dev/null differ diff --git a/example-avoearticle.tex b/examples/example-avoearticle.tex similarity index 100% rename from example-avoearticle.tex rename to examples/example-avoearticle.tex diff --git a/example-avoeslides-beamer.tex b/examples/example-avoeslides-beamer.tex similarity index 100% rename from example-avoeslides-beamer.tex rename to examples/example-avoeslides-beamer.tex diff --git a/avoe-question.png b/images/avoe-question.png similarity index 100% rename from avoe-question.png rename to images/avoe-question.png diff --git a/avoe_theme_title1.jpg b/images/avoe_theme_title1.jpg similarity index 100% rename from avoe_theme_title1.jpg rename to images/avoe_theme_title1.jpg diff --git a/avoe_theme_title2.jpg b/images/avoe_theme_title2.jpg similarity index 100% rename from avoe_theme_title2.jpg rename to images/avoe_theme_title2.jpg diff --git a/avoe_theme_title3.jpg b/images/avoe_theme_title3.jpg similarity index 100% rename from avoe_theme_title3.jpg rename to images/avoe_theme_title3.jpg diff --git a/avoelogo-small.orig.png b/images/avoelogo-small.orig.png similarity index 100% rename from avoelogo-small.orig.png rename to images/avoelogo-small.orig.png diff --git a/avoelogo-small.png b/images/avoelogo-small.png similarity index 100% rename from avoelogo-small.png rename to images/avoelogo-small.png diff --git a/avoelogo.orig.png b/images/avoelogo.orig.png similarity index 100% rename from avoelogo.orig.png rename to images/avoelogo.orig.png diff --git a/avoelogo.png b/images/avoelogo.png similarity index 100% rename from avoelogo.png rename to images/avoelogo.png