I am a mathematician, so I use \cdot instead of \times
This commit is contained in:
parent
f0afb0e3be
commit
66179bc6c0
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
|||
\RequirePackage{amsthm} % for theorems environments
|
||||
\RequirePackage{enumerate} % for different kind of numbering in enumerations
|
||||
\RequirePackage[version=4]{mhchem} % chemical formulars. Provides \ce
|
||||
\RequirePackage[per-mode=fraction]{siunitx} % provides nice typesetting for units and numbers
|
||||
\RequirePackage[per-mode=fraction,
|
||||
exponent-product=\cdot]{siunitx} % provides nice typesetting for units and numbers
|
||||
|
||||
% bibliography
|
||||
\newcommand{\bibfile}{.maindir/tex/bibliography.bib}
|
||||
|
|
Loading…
Reference in a new issue