Skip to content
Snippets Groups Projects
Verified Commit c0d44492 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

make \teckidshead and \teckidsheadleft available in all of teckids2

parent 0560c595
No related branches found
No related tags found
No related merge requests found
...@@ -443,5 +443,18 @@ ...@@ -443,5 +443,18 @@
}% }%
\makeatother% \makeatother%
% Berichtskopf mit Titel und Logo, Normalfall
\newcommand{\teckidshead}[1]{%
\begin{minipage}[c]{.5\linewidth}\centering\Large\textbf{#1}\end{minipage}
\hfill%
\begin{minipage}[c]{.4\linewidth}\teckidslogo[\linewidth]\end{minipage}
}%
% Berichtskopf mit Titel und Logo, Sonderfall (mehrzeiliger Text)
\newcommand{\teckidsheadleft}[1]{%
\begin{minipage}[c]{.5\linewidth}\Large\textbf{#1}\end{minipage}
\hfill%
\begin{minipage}[c]{.4\linewidth}\teckidslogo[\linewidth]\end{minipage}
}%
% uncomment to figure out overfull hbox % uncomment to figure out overfull hbox
%\overfullrule=2cm %\overfullrule=2cm
...@@ -38,16 +38,3 @@ ...@@ -38,16 +38,3 @@
\fancyhf{}% \fancyhf{}%
\renewcommand{\headrulewidth}{0pt}% \renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}% \renewcommand{\footrulewidth}{0pt}%
% Berichtskopf mit Titel und Logo, Normalfall
\newcommand{\teckidshead}[1]{%
\begin{minipage}[c]{.5\linewidth}\centering\Large\textbf{#1}\end{minipage}
\hfill%
\begin{minipage}[c]{.4\linewidth}\teckidslogo[\linewidth]\end{minipage}
}%
% Berichtskopf mit Titel und Logo, Sonderfall (mehrzeiliger Text)
\newcommand{\teckidsheadleft}[1]{%
\begin{minipage}[c]{.5\linewidth}\Large\textbf{#1}\end{minipage}
\hfill%
\begin{minipage}[c]{.4\linewidth}\teckidslogo[\linewidth]\end{minipage}
}%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment