update templates

This commit is contained in:
2025-11-12 17:13:43 +01:00
parent 63f66fbf02
commit 3202ab8096
114 changed files with 1178 additions and 2034 deletions

View File

@@ -116,43 +116,12 @@ set decimal separator={,\!},
\parskip=5pt
% Bibliography
\usepackage{csquotes}
\usepackage[backend=biber,natbib=true,style=authoryear,uniquename=init,giveninits=true,isbn=false,url=false,doi=false,maxcitenames=3,minbibnames=6,maxbibnames=50,sorting=ynt]{biblatex}
\addbibresource[glob]{*.bib}
%--------------------------------------------------------------------
% These Macros are taken from the AAS TeX macro package version 5.2
% and are compatible with the macros in the A&A document class
% version 7.0
% Include this file in your LaTeX source only if you are not using
% the AAS TeX macro package or the A&A document class and need to
% resolve the macro definitions in the TeX/BibTeX entries returned by
% the ADS abstract service.
%
% If you plan not to use this file to resolve the journal macros
% rather than the whole AAS TeX macro package, you should save the
% file as ``aas_macros.sty'' and then include it in your LaTeX paper
% by using a construct such as:
% \documentstyle[11pt,aas_macros]{article}
%
% For more information on the AASTeX and A&A packages, please see:
% http://journals.aas.org/authors/aastex.html
% ftp://ftp.edpsciences.org/pub/aa/readme.html
% For more information about ADS abstract server, please see:
% http://adsabs.harvard.edu/ads_abstracts.html
%
% Abbreviations for journals. The object here is to provide authors
% with convenient shorthands for the most "popular" (often-cited)
% journals; the author can use these markup tags without being concerned
% about the exact form of the journal abbreviation, or its formatting.
% It is up to the keeper of the macros to make sure the macros expand
% to the proper text. If macro package writers agree to all use the
% same TeX command name, authors only have to remember one thing, and
% the style file will take care of editorial preferences. This also
% applies when a single journal decides to revamp its abbreviating
% scheme, as happened with the ApJ (Abt 1991).
% ADS acronyms
\makeatletter
\let\jnl@style=\rm
\def\ref@jnl#1{{\jnl@style#1}}
@@ -222,9 +191,22 @@ set decimal separator={,\!},
\def\physscr{\ref@jnl{Phys.~Scr}} % Physica Scripta
\def\planss{\ref@jnl{Planet.~Space~Sci.}} % Planetary Space Science
\def\procspie{\ref@jnl{Proc.~SPIE}} % Proceedings of the SPIE
\makeatother
\let\astap=\aap
\let\apjlett=\apjl
\let\apjsupp=\apjs
\let\applopt=\ao
\makeatother
% Abbreviations
\newcommand*{\eg}{e.g.}
\newcommand*{\ie}{i.e.}
% Symbols
\renewcommand*\vec[1]{\ensuremath{\boldsymbol{#1}}}
\newcommand*\sun{\ensuremath{\odot}}
\newcommand*\degr{\ensuremath{^\circ}}
\newcommand*\arcmin{\ensuremath{^\prime}}
\newcommand*\arcsec{\ensuremath{^{\prime\prime}}}
\newcommand*\flux{\text{ergs\,cm$^{-2}$\,s$^{-1}$}}
\newcommand*\fluxdens{\text{ergs\,cm$^{-2}$\,s$^{-1}$\,\AA$^{-1}$}}