Skip to content
Snippets Groups Projects
Commit dc67681b authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Beginn "Gefahrgutformular"

parent f35a1059
No related branches found
No related tags found
No related merge requests found
gefahrgutformular/Dangclass2_2.png

9.74 KiB

gefahrgutformular/Dangclass2_3.png

14.7 KiB

gefahrgutformular/Dangclass3.png

30 KiB

gefahrgutformular/Dangclass8.png

27.7 KiB

\ProvidesFile{gefahrgutformular-new-engines.clo}%
[Definitionen f. luaLaTeX/XeLaTeX]
\RequirePackage{fontspec}
\setsansfont[Ligatures=TeX]{TeX Gyre Pagella}
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
ItalicFont = AnonymousPro-Italic,
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = 1.034
]
%\setmonofont[Scale=1.05]{Latin Modern Mono}
\RequirePackage{newunicodechar}
\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' (\u202F, 8239)
\newunicodechar{^^^^2009}{\,\hspace{0pt}}% 'THIN SPACE'
\newunicodechar{^^^^00ad}{\-}% 'SOFT HYPHEN'
\endinput
\ProvidesFile{gefahrgutformular-old-engines.clo}%
[Definitionen f. pdfLaTeX]
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
\RequirePackage{lmodern}
\RequirePackage{tgheros}
\RequirePackage[ttdefault=true,scale=1.034]{AnonymousPro}
%\RequirePackage[scaled=1.05]{zlmtt}% ist lmodern!
\DeclareUnicodeCharacter{202F}{\,}% 'NARROW NO-BREAK SPACE'
\DeclareUnicodeCharacter{2009}{\,\hspace{0pt}}% 'THIN SPACE'
\DeclareUnicodeCharacter{00AD}{\-}% 'SOFT HYPHEN'
\endinput
\setcounter{errorcontextlines}{100}
\listfiles
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{Gefahrgutformular}
[2019/04/03 v0.1a Gefahrgutformular (RN/PTB)]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
\ProcessOptions\relax
\PassOptionsToPackage{paper=a4,pagesize}{typearea}
\LoadClass[%
,fontsize=10pt
]{scrartcl}
\RequirePackage{ifxetex,ifluatex}
\newif\ifXeOrLua \XeOrLuafalse
\ifxetex\XeOrLuatrue\else\ifluatex\XeOrLuatrue\fi\fi
\ifXeOrLua% XeLaTeX oder luaLaTeX
\input{gefahrgutformular-new-engines.clo}
\else
\input{gefahrgutformular-old-engines.clo}
\fi
\renewcommand*\familydefault{\sfdefault}
\newcommand*\vl@doc@style@code{616~00~h}
\RequirePackage{graphicx,eso-pic,pict2e,picture,xcolor,trimspaces}
\RequirePackage[ngerman]{babel}
\let\vl@tempdima=\@ovxx
\let\vl@tempdimb=\@ovyy
\let\vl@tempdimc=\@ovdx
\let\vl@tempdimd=\@clnwd
\let\vl@tempdime=\@clnht
\let\vl@tempdimf=\@dashdim
\newcommand\vl@tempa{}
\AddToShipoutPictureBG{%
\frenchspacing
\AtPageLowerLeft{%
\linethickness{0.6bp}%
\put(18mm,23mm){\framebox(174mm,251mm){}}%
\vl@tempdima=145mm %
\vl@tempdimb=255mm %
\vl@tempdimc=12.67mm %
\put(\vl@tempdima,\vl@tempdimb){%
\includegraphics[width=15mm]{Dangclass2_3.png}}%
\advance\vl@tempdima-\vl@tempdimc
\put(\vl@tempdima,\vl@tempdimb){%
\includegraphics[width=15mm]{Dangclass2_2.png}}%
\advance\vl@tempdima 3\vl@tempdimc
\put(\vl@tempdima,\vl@tempdimb){%
\includegraphics[width=15mm]{Dangclass8.png}}%
\advance\vl@tempdima-\vl@tempdimc
\put(\vl@tempdima,\vl@tempdimb){%
\includegraphics[width=15mm]{Dangclass3.png}}%
%------------------------------------------------------------------
\put(14mm,26mm){\rotatebox[origin=c]{90}{\tiny \vl@doc@style@code}}
}%
}
\AtBeginDocument{%
\mbox{} \newpage
}
\emergencystretch=3em %
\pagestyle{empty}
\endinput
File added
\documentclass{gefahrgutformular}
\begin{document}
\end{document}
%---------------------------
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