Skip to content
Snippets Groups Projects
kalibriergebuehren-test-en.tex 3.63 KiB
Newer Older

%---------------------------
\setcounter{errorcontextlines}{100}
\listfiles
\documentclass[fontsize=11pt,paper=a4,pagesize]{scrartcl}
\usepackage[top=20mm,bottom=30mm,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}}

Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\marker{\textbullet~}

\pagestyle{empty}

\begin{document}

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

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

\midrule

2 & 
Spinning rotor gauge, Sigma (effective), basic fee & 
\num{1476.75} \\
  &
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\marker each additional gas & \num{537.00} \\
Capacitance diaphragm gauge , Full scale: \SI{0.01}{\torr}, two decades, five points 
each decade, basic fee &
\num{1655.75} \\
  &
Capacitance diaphragm gauge , Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, two 
decades, five points each decade, basic fee &
\num{1432.00} \\
  &
Rolf Niepraschk's avatar
Rolf Niepraschk committed
Capacitance diaphragm gauge , Full scale: \SI{1}{\torr}, \SI{10}{\torr}, two decades, 
basic fee 
& \num{1253.00} \\
  &
Capacitance diaphragm gauge , Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, 
three decades, basic fee & \num{1521.50} \\
  &
\marker Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr} each additional gas, two decades &
\marker Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, additional decade &
\marker Full scale: \SI{1}{\torr}, \SI{10}{\torr}, each additional gas, two decades &
\marker Full scale: \SI{1}{\torr}, \SI{10}{\torr}, additional decade &
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\marker Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, each additional gas, 
three decades & \num{850.25} \\
\marker Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, additional decade &
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\marker Full scale: \SI{1}{\torr}, \SIrange{30}{130}{\Pa} with FRS5 in addition 
to basic fee & \num{402.75} \\
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\marker Full scale: \SI{10}{\torr}, \SIrange{30}{1300}{\Pa} with FRS5 in 
addition to basic fee & \num{626.50} \\
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\marker Full scale: \SI{100}{\torr}, \SIrange{30}{10000}{\Pa} with FRS5 in 
addition to basic fee & \num{805.50} \\
Test leak against vacuum, basic fee &
\num{1432.00} \\
  &
\marker each additional temperature or additional pressure &
\num{895.00} \\
  &
\marker gas flow under \SI{1e-9}{\mbar\litre\per\second}, additional fee &
\num{895.00} \\  
  & 
Test leak against atmosphere, basic fee &
Test leak against atmosphere with pressure setting and measuring, basic fee &
\num{1432.00} \\ 
  &
\marker each additional temperature or additional pressure &
\num{358.00} \\

\bottomrule
\end{xltabular}

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