Initial commit

This commit is contained in:
Schuberth-Hlavac 2023-11-16 15:43:16 +01:00
commit 0581281524
200 changed files with 9070 additions and 0 deletions

29
ConDefMacros.tex Normal file
View file

@ -0,0 +1,29 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration, definitions and macros
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Units
%% time
\DeclareSIUnit\day{d}
\DeclareSIUnit\year{yr}
\DeclareSIUnit\ka{ka}
\DeclareSIUnit\Ma{Ma}
\DeclareSIUnit\Ga{Ga}
%% Geochemistry
\DeclareSIUnit\wperc{wt\%}
% German specs for siunitx
\sisetup{
separate-uncertainty=true,
multi-part-units=single,
range-phrase={--},
%% Decimalseparator is a comma
output-decimal-marker={,},
% repeatunits = false,
locale=DE
}
% Page configurations, KOMA-Script
%% Use dashes before and after page number
\renewcommand\pagemark{{\usekomafont{pagenumber}--\ \thepage\ --}}