Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%---------------------------
\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}}
\newcommand*\marker{\quad\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 &
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} \\
&
\marker Sigma (effective), each additional gas &
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} \\
&
\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 &
Capacitance diaphragm gauge , Full scale: \SI{1}{\torr}, \SI{10}{\torr}, two decades,
basic fee
& \num{1253.00} \\
&
\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 &
Capacitance diaphragm gauge , Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, three
decades, basic fee & \num{1521.50} \\
&
\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 &
\num{268.50} \\
&
\marker \SI{1}{\torr}, \SIrange{30}{130}{\Pa} with FRS5 in addition to
basic fee & \num{402.75} \\
&
\marker \SI{10}{\torr}, \SIrange{30}{1300}{\Pa} with FRS5 in addition to
basic fee & \num{626.50} \\
&
\marker \SI{100}{\torr}, \SIrange{30}{10000}{\Pa} with FRS5 in addition to
basic fee & \num{805.50} \\
\midrule
4 &
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}
%---------------------------