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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%---------------------------
\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, basic fee, two decades &
\num{1969.00} \\
&
Ionisation gauge not baked out, basic fee, two decades &
\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 &
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
\midrule
3 &
Capacitance diaphragm gauge , FS \SI{0.01}{\torr}, two decades, five points
each decade, basic fee &
\num{1655.75} \\
&
Capacitance diaphragm gauge , FS \SI{0.1}{\torr}, \SI{0.25}{\torr}, two
decades, five points each decade, basic fee &
\num{1432.00} \\
&
\marker FS \SI{0.1}{\torr}, \SI{0.25}{\torr} each additional gas, two decades &
\num{716.00} \\
&
\marker FS \SI{0.1}{\torr}, \SI{0.25}{\torr}, additional decade &
\num{358.00} \\
&
Capacitance diaphragm gauge , FS \SI{1}{\torr}, \SI{10}{\torr}, two decades,
basic fee
& \num{1253.00} \\
&
\marker FS \SI{1}{\torr}, \SI{10}{\torr}, each additional gas, two decades &
\num{537.00} \\
&
\marker FS \SI{1}{\torr}, \SI{10}{\torr}, additional decade &
\num{313.25} \\
&
Capacitance diaphragm gauge , FS \SI{100}{\torr}, \SI{1000}{\torr}, three
decades, basic fee & \num{1521.50} \\
&
\marker FS \SI{100}{\torr}, \SI{1000}{\torr}, each additional gas, three
decades & \num{850.25} \\
&
\marker FS \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 &
\num{895.00} \\
&
\marker each additional temperature or additional pressure &
\num{358.00} \\
&
Test leak (against atmosphere), Leckelement ??? with pressure setting and measuring &
\num{1432.00} \\
\bottomrule
\end{xltabular}
\end{document}
%---------------------------