19 lines
831 B
TeX
19 lines
831 B
TeX
% Reduzierte Papier Größe 6.7*1cm
|
|
\setlength{\paperwidth}{6.7cm}
|
|
\setlength{\paperheight}{1cm}
|
|
\hoffset-81pt
|
|
\voffset-70pt
|
|
\oddsidemargin=0pt
|
|
\topmargin=0pt
|
|
\headheight=0pt
|
|
\headsep = 0pt
|
|
% \fontfamily{phv}\selectfont\tiny % Helvetica Font
|
|
% \fontfamily{phv}\selectfont\footnotesize{ % Helvetica Font
|
|
\xdefinecolor{ohmblue}{rgb}{0,.33,.98} % Logo Farbe
|
|
\begin{tikzpicture}[scale=.33]
|
|
\filldraw[ohmblue](0,0)--(0,.65)--(.45,.65)--(0,1.15)--(0,2.55)--(2.55,2.55)--(2.55,1.15)
|
|
--(2.1,.65)--(2.55,.65)--(2.55,0)--(1.4,0)--(1.4,2)--(1.17,2)--(1.17,0)--(0,0);
|
|
\draw node at(2.7,1.2)[right]{\fontfamily{phv}\fontseries{b}\fontshape{n}\selectfont\tiny\textbf{TECHNISCHE HOCHSCHULE NÜRNBERG}};
|
|
\draw node at(2.7,.38)[right]{\fontfamily{phv}\fontseries{m}\fontshape{n}\selectfont\tiny {GEORG SIMON OHM}};
|
|
\end{tikzpicture}
|