%---------------------------
\setcounter{errorcontextlines}{100}
\listfiles
\documentclass[fontsize=11pt,paper=a4,pagesize]{scrartcl}
\usepackage[top=20mm,bottom=25mm,left=15mm,right=15mm]{geometry}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{textcomp}
\usepackage{tgheros}
\usepackage{xltabular,booktabs,ragged2e,calc,siunitx-PTB}
\usepackage{eurosym}
\let\texteuro=\officialeuro

\renewcommand\familydefault{\sfdefault}

\newdimen\numwidth
\setlength\numwidth{\widthof{9999.99}}

\newcolumntype{L}{>{\RaggedRight\arraybackslash}X}
\newcolumntype{V}{>{\hspace{\numwidth}\rlap\bgroup}c<{\egroup}}

\newcommand*\marker{\textbullet}

\newcounter{cdevice}
\newcommand*\tsection[1]{%
  \noalign{\stepcounter{cdevice}}%
  \multicolumn{1}{@{~}L}{\textbf{\arabic{cdevice}.~#1}}
}

\setlength\parindent{0pt}

\pagestyle{empty}

\begin{document}

\begin{center} \usekomafont{disposition}\Large
Physikalisch-Technische Bundesanstalt \\[.1\baselineskip]
Vacuum Metrology \\[.5\baselineskip]
Fees for Calibrations \par
\end{center}

\setlength\extrarowheight{.5ex}

\begin{xltabular}[l]{\textwidth}{@{\hspace{1.5em}\marker~}LV@{}}
\toprule 
\multicolumn{1}{@{}c}{\textbf{Calibration device}} & 
\multicolumn{1}{c@{}}{\textbf{Fee in €}} \\
\toprule
\endhead
\tsection{Ionisation gauge} \\
baked out, two decades, basic fee & \num{1969.00} \\
not baked out, two decades, basic fee & \num{1700.00} \\
additional decade & \num{447.50} \\
additional decade under \SI{1e-10}{\mbar} & \num{581.75} \\
additional decade over \SI{1e-4}{\mbar} & \num{402.75} \\
additional gas, two decades & \num{1118.75} \\

\midrule

\tsection{Spinning rotor gauge} \\
Sigma (effective), basic fee & \num{1476.75} \\
each additional gas & \num{537.00} \\

\midrule

\tsection{Capacitance diaphragm gauge} \\

Full scale: \SI{0.01}{\torr}, two decades, five points each decade,   
basic fee & \num{1655.75} \\
Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, two decades, five points 
each decade, basic fee & \num{1432.00} \\
Full scale: \SI{1}{\torr}, \SI{10}{\torr}, two decades, basic fee 
& \num{1253.00} \\
Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, three decades, basic fee 
& \num{1521.50} \\
Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, each additional gas, 
two decades & \num{716.00} \\
Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, additional decade &
\num{358.00} \\
Full scale: \SI{1}{\torr}, \SI{10}{\torr}, each additional gas, zwei 
decades & \num{537.00} \\
Full scale: \SI{1}{\torr}, \SI{10}{\torr}, additional decade &
\num{313.25} \\
Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, each additional gas, 
three decades & \num{850.25} \\
Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, additional decade &
\num{268.50} \\
Full scale: \SI{1}{\torr}, \SIrange{30}{130}{\Pa} with FRS5 in addition 
to basic fee & \num{402.75} \\
Full scale: \SI{10}{\torr}, \SIrange{30}{1300}{\Pa} with FRS5 in addition 
to basic fee & \num{626.50} \\
Full scale: \SI{100}{\torr}, \SIrange{30}{10000}{\Pa} with FRS5 in addition 
to basic fee & \num{805.50} \\

\midrule

\tsection{Test leak} \\

against vacuum, basic fee & \num{1432.00} \\
each additional temperature or additional pressure & \num{895.00} \\
gas flow under \SI{1e-9}{\mbar\litre\per\second}, additional fee &
\num{895.00} \\  
against vacuum, basic fee & \num{895.00} \\
with pressure setting and measuring, basic fee & \num{1432.00} \\ 
each additional temperature or additional pressure & \num{358.00} \\

\bottomrule
\end{xltabular}

These fees are valid from Februar~1, 2019. In exceptional cases, when the 
actual working time on a unit under test exceeds \SI{25}{\percent} of the 
average working time, the actual costs have to be charged. Other additional 
costs may result from expenditures of PTB for unusual special gases, special 
services, transportation, customs, or other duties.  

\end{document}
%---------------------------