Skip to content

Commit

Permalink
defining new si units
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVoros committed Feb 20, 2025
1 parent 6504565 commit bfca989
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions core/latex/siunitx.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,18 @@
\DeclareSIUnit{\mag}{mag}
\DeclareSIUnit{\rpm}{rpm}
\DeclareSIUnit{\textarcsecond}{as}
\DeclareSIUnit{\solarmass}{\ensuremath{\mathrm{M}_\Sun}}
\DeclareSIUnit{\solarluminosity}{\ensuremath{\mathrm{L}_\Sun}}
\DeclareSIUnit{\earthmass}{\ensuremath{\mathrm{M}_\Earth}}
\DeclareSIUnit{\solarmass}{\ensuremath{\mathrm{M}_{\Sun}}}
\DeclareSIUnit{\solarluminosity}{\ensuremath{\mathrm{L}_{\Sun}}}
\DeclareSIUnit{\earthmass}{\ensuremath{\mathrm{M}_{\Earth}}}

\DeclareSIUnit{\byte}{B}
\DeclareSIUnit{\litre}{l}
\DeclareSIUnit{\celsius}{\text{°}C}
\DeclareSIUnit{\fahrenheit}{\text{°}F}

\DeclareSIUnit{\calorie}{cal}
\DeclareSIUnit{\dyne}{dyn}
\DeclareSIUnit{\erg}{erg}

\DeclareSIUnit{\pixel}{px}
\DeclareSIUnit{\eur}{\text{€}}
Expand Down

0 comments on commit bfca989

Please sign in to comment.