diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-18 22:45:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-18 22:45:36 +0000 |
commit | 4140f3864a0086bdec50319912119bef1ac6303d (patch) | |
tree | 312364ed1c86fb17e48ecc7c241ce91e9dcb0305 /Master/texmf-dist/tex/latex/schule/schuleub.cls | |
parent | 8b97bd874a0a1c7fbc8296ed4215a6515c3b182c (diff) |
schule (18nov14)
git-svn-id: svn://tug.org/texlive/trunk@35613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schuleub.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/schuleub.cls | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schuleub.cls b/Master/texmf-dist/tex/latex/schule/schuleub.cls index 40ed4593346..64c93b8806b 100644 --- a/Master/texmf-dist/tex/latex/schule/schuleub.cls +++ b/Master/texmf-dist/tex/latex/schule/schuleub.cls @@ -9,7 +9,8 @@ %% 2010, 2011, 2012, 2013, 2014 %% Johannes Pieper (johannes_pieper@yahoo.de) %% Johannes Kuhaupt (kujohann@seminar.ham.nw.schule.de) -%% Andre Hilbig (mail@andrehilbig.de) +%% André Hilbig (mail@andrehilbig.de) +%% Adrian Salamon (adriansalamon@gmail.com) %% %% %% This work may be distributed and/or modified under the @@ -109,11 +110,11 @@ %% http://www.ctan.org/pkg/ zur Verfügung. %% %% ----- BEGIN ------------------------------------------------------ -%% Der String Version: Version: 0.4 respektive 2014-09-07 wird beim Aufruf +%% Der String Version: Version: 0.5 respektive 2014-11-18 wird beim Aufruf %% des build-scripts durch die passende Nummer bzw. das passende %% Datum ersetzt. \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesClass{schuleub}[2014/09/07 v0.4 % +\ProvidesClass{schuleub}[2014/11/18 v0.5 % Vorlage für einen Unterrichtsbesuch] \LoadClass[parskip=half,headsepline,DIV14]{scrartcl} \RequirePackage[utf8]{inputenc} @@ -122,8 +123,7 @@ \setkomafont{pagehead}{\normalfont} \RequirePackage{calc} \RequirePackage{hyperref} -\RequirePackage[Export]{adjustbox} -\adjustboxset{max size={\textwidth}{0.85\textheight}} +\RequirePackage[]{adjustbox} \RequirePackage{pdfpages} \pagestyle{scrheadings} \newboolean{B@examen} @@ -188,17 +188,15 @@ a4paper,landscape, includehead, includefoot]{geometry} \def\raum#1{\gdef\@raum{#1}} \ifthenelse{\boolean{B@neuePO}}{ \newenvironment{teila}{ -\renewcommand*{\thesection}{ -\Alph{section} -} -\renewcommand*{\thesubsection}{ -\Alph{section}~\arabic{subsection} -} +\renewcommand*{\thesection}{\Alph{section}} +\renewcommand*{\thesubsection}{\Alph{section}~\arabic{subsection}} \addsec{Teil A -- Schriftliche Planung der Unterrichtsstunde} \setcounter{section}{1} \setcounter{subsection}{0} }{\clearpage} \newenvironment{teilb}{ +\renewcommand*{\thesection}{\Alph{section}} +\renewcommand*{\thesubsection}{\Alph{section}~\arabic{subsection}} \addsec{Teil B -- Darstellung der längerfristigen Zusammenhänge} \setcounter{section}{2} \setcounter{subsection}{0} @@ -278,18 +276,21 @@ a4paper,landscape, includehead, includefoot]{geometry} \chead{\@lerngruppeKurz} \ohead{\@datum} \newcommand{\externesDokumentEinseitig}[1]{ -\centering{\fbox{\includegraphics[page=1]{#1}}} +\centering{\fbox{ +\adjustbox{max size={\textwidth}{0.85\textheight}}{\includegraphics[page=1]{#1}}} +} } \newcommand{\externesDokumentMehrseitig}[2][]{ -\ifthenelse{\equal{#1}{\empty}}{ -\centering{\fbox{\includegraphics[page=1]{#2}}} +\centering{\fbox{ +\adjustbox{max size={\textwidth}{0.85\textheight}}{\includegraphics[page=1]{#2}}} +} +\ifthenelse{\equal{#1}{\empty}}{% \includepdf[ pages=2-last, scale=0.79, pagecommand={\thispagestyle{scrheadings}}, frame=true]{#2} -}{ -\centering{\fbox{\includegraphics[page=1]{#2}}} +}{% \includepdf[pages=2-last, scale=0.79, pagecommand={\thispagestyle{scrheadings}}, @@ -333,13 +334,11 @@ Lerngruppengr\"o{\ss}e (Anzahl): \end{tabular} \vspace{6mm} -\begin{tabular}{l} \textbf{Thema der unterrichtspraktischen Pr\"ufung:} \\ \@thema \\[9mm] \textbf{Bezeichnung der zugeh\"origen Unterrichtsreihe:} \\ \@reihe\\[9mm] -\end{tabular} \begin{tabular}{ll} \textbf{Pr\"ufungskommission} \tabularnewline @@ -360,7 +359,9 @@ Seminarausbilder\@fremderseminar \tabularnewline \the@foerderbedarf Im GU eingesetzte Lehrkraft/weitere Person (Name, Vorname; Funktion): +\ifthenelse{\value{@foerderbedarf}>-1}{ \@foerderbedarflNachn, \@foerderbedarflVorn; \@foerderbedarflFkt +}{--} \end{titlepage} }{ \begin{titlepage} |