add common description

This commit is contained in:
2022-07-20 14:57:37 +03:00
parent 3a649661b8
commit 80acfc949b
4 changed files with 1340 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
\def\rmpt@#1.#2{#1#2}
\def\put@pt#1#2.#3{\ifx#3\empty#2#1\else #2.\kern-.25em\relax#1\rmpt@#3\fi}
% magnitude
\def\m#1{\ensuremath{\put@pt{^m}#1.\empty}}
% degrees
\def\arcdeg#1{\ensuremath{\put@pt{^\circ}#1.\empty}}
% arc minutes
\def\arcmin#1{\ensuremath{\put@pt{'}#1.\empty}}
% arc seconds
\def\arcsec#1{\ensuremath{\put@pt{''}#1.\empty}}
\def\Ang{\mbox{\,\AA}}