Skip to content
Snippets Groups Projects
Commit 79b85c35 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

einige siunitx-Opionen jetzt global, Feinheiten

parent a7f2b545
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -2,8 +2,6 @@
%---------------------------
\listfiles
\documentclass[ngerman]{vl-arbeitsanweisung}
\usepackage{blindtext}
%\usepackage{showframe}
\Devision{7}
\Department{7.3}
......@@ -11,11 +9,11 @@
\Object{DIR}
\Edition{03}
\date{2007-05}
\title{Kalibrierung von Vakuummetern im Bereich von \\ 30\,Pa bis
10\textsuperscript{5}\,Pa durch direkten Vergleich mit einem Normal}
\date{2007-05}
\usepackage{hyperref}
\begin{document}
......@@ -85,16 +83,11 @@ geworden. Für diese Geräte ergeben sich folgende Budgets:
für Kapazitätsvakuummeter Typ MKS Baratrons mit verschiedenen Vollauschlägen
\SI{100}{\torr} und \SI{1000}{\torr}. Angegeben sind die relativen
Gesamtunsicherheiten mal 2 ($k=2$). Zu Details siehe Anhang.}
\relscale{.74}% Schrift skalieren, damit Tabelle passt
\relscale{.75}% Schrift skalieren, damit Tabelle passt
\sisetup{% für Spaltentyp "S"
table-format=1.1e-1,
retain-zero-exponent=true,
retain-unity-mantissa=true,
add-decimal-zero=true,
add-integer-zero=true,
zero-decimal-to-integer=false,
table-format=1.1e-1
}
\begin{tabularx}{\linewidth}{@{}rSSSSSS@{}}
\begin{tabular}{@{}rSSSSSS@{}} \toprule
{Druck} &
{\SI{100}{\torr}-CDG /} & {\SI{100}{\torr}-CDG /} & {\SI{100}{\torr}-CDG /} &
{\SI{1000}{\torr}-CDG /} & {\SI{1000}{\torr}-CDG /} & {\SI{1000}{\torr}-CDG /}
......@@ -111,7 +104,7 @@ geworden. Für diese Geräte ergeben sich folgende Budgets:
100 & & & & 4,2E-04 & & 4,2E-04 \\
\bottomrule
\end{tabularx}
\end{tabular}
\end{table}
Es sei jedoch darauf hingewiesen, dass vorläufig aufgrund der Vereinbarung mit
......@@ -153,13 +146,9 @@ werden.
\sisetup{% für Spaltentyp "S"
table-format=1.2e-1,
% max. Breite für die S-Spalten
table-column-width=\dimexpr (\linewidth-20\tabcolsep)/11,
retain-zero-exponent=true,
retain-unity-mantissa=true,
add-decimal-zero=true,
add-integer-zero=true,
zero-decimal-to-integer=false,
tight-spacing=false,% ???
%tight-spacing=true,
%scientific-notation=engineering
}
......@@ -168,7 +157,7 @@ werden.
\multicolumn{11}{@{}l@{}}{%
{\usekomafont{disposition}CDG 10-Torr MKS Baratron 5\,1/2 Stellen
mit FRS}} \\[1em]
mit FRS}} \\[1em] \toprule
% Kopf-Einträge jeweils in geschweiften Klammern wegen Zahlenformatierung ("S").
{$p$/Pa} & {$p$/mbar} & {PTB/FRS} & {PTB/FRS} & {Digitalis.} &
......
......@@ -16,9 +16,6 @@
]{scrartcl}
\RequirePackage{babel}
\addto\extrasgerman{\sisetup{locale=DE}}
\addto\extrasngerman{\sisetup{locale=DE}}
\addto\extrasenglish{\sisetup{locale=US}}
\RequirePackage{pdflscape,picture,trimspaces,url,varwidth,placeins}
\RequirePackage{zref-totpages,graphicx,booktabs,array,tabularx,pdfpages}
\RequirePackage{longtable,siunitx,ragged2e,ifxetex,ifluatex,relsize}
......@@ -57,8 +54,8 @@
\RequirePackage[utf8]{inputenc}
\RequirePackage{textcomp}
\RequirePackage{lmodern}
%\RequirePackage{tgpagella,qpxmath}
\RequirePackage{mathpazo}
\RequirePackage{tgpagella,qpxmath}
%\RequirePackage{mathpazo}
\RequirePackage{tgheros}
\or % Unicode (XeTeX oder luaTeX)
\RequirePackage{fontspec,unicode-math}
......@@ -257,6 +254,17 @@ footskip=15mm,
\DeclareSIUnit\torr{Torr}
\sisetup{% Formatierung von Maßzahlen (z.B. Spaltentyp "S" in Tabellen)
,retain-zero-exponent=true
,retain-unity-mantissa=true
,add-decimal-zero=true
,add-integer-zero=true
,zero-decimal-to-integer=false
}
\addto\extrasgerman{\sisetup{locale=DE}}
\addto\extrasngerman{\sisetup{locale=DE}}
\addto\extrasenglish{\sisetup{locale=US}}
\raggedbottom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment