| 12345678910111213141516171819202122232425 | %% Philipp G Freimann Juli 2019 für die BBW
%% Phi BBW-Vorlage für Mathematische Dokumente (LaTeX)
%% 2019 - 07 - 11
%% 2023 - 09 - 09  Änderungen für BMP Layout
\documentclass[twoside,12pt,a4paper]{article}%%
\usepackage[paper=a4paper,margin=17mm]{geometry}
\input{inputs/bmsInput}
\usepackage{bmsLayoutPruefungBMPSty}
%%%%%%%%%%%%%%%  H E A D E R   &   F O O T E R %%%%%%%%%%%%%%%%%%%%
%%
% Aussehen der Titelzeilen jeder einzelnen Frage
%
\renewcommand{\frageTitelZeile}{%%
\vspace{1mm}\textbf{Aufgabe\, \arabic{frageCounter}\stepcounter{frageCounter}%%
  \hspace*{\fill}\arabic{tmpCounter} Punkte}
\vspace{2mm}%%
}%% end newcommaand frageTitelZeile
\input{bmsLayoutPruefungBMPHeaderFooter}
 |