Initial commit
This commit is contained in:
commit
0581281524
200 changed files with 9070 additions and 0 deletions
29
ConDefMacros.tex
Normal file
29
ConDefMacros.tex
Normal 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\ --}}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue