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

neues Makro \Section, neue Umgebung "english"

parent 53e6a367
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
\newif\ifnoCMC \noCMCfalse
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{kalibrierschein}
[2020/10/13 v0.5l documentclass PTB `Kalibrierschein' (RN/PTB)]
[2021/01/11 v0.6a-pre documentclass PTB `Kalibrierschein' (RN/PTB)]
\DeclareOption{BS}{\def\ks@location{Braunschweig}}
\DeclareOption{BLN}{\def\ks@location{Berlin}}
\DeclareOption{KK}{\edef\ks@kalType{\CurrentOption}}
......@@ -393,6 +393,18 @@ footskip=0bp,
\setlength{\parfillskip}{\z@ plus 1fil}\fi
\raggedsection\normalfont\sectfont\nobreak\size@section}%
}
\newcommand\Section[2]{%
\section{#1\newline\itshape\small#2}%
}
\RequirePackage{relsize}
\newenvironment{english}[1][1.0]{%
\otherlanguage{english}%
\par
\relscale{#1}%
}{%
\par
\endotherlanguage
}
\endinput
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment