diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2025-06-10 21:17:35 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2025-06-10 21:17:35 +0200 |
commit | e4948270cfc867e7b7feb86af36ab6c97f133563 (patch) | |
tree | 7cd09f32975193e3e66b70d64464a737b2466549 /tex/src/preamble-project.tex | |
parent | d49ce5a19f5af5a88f5bff54dd3d44d105a77b5e (diff) |
Maneage'd A&A (Astronomy and Astrophysics) journal style
Until this commit, the LaTeX style and settings of the core Maneage branch
were very generic and customizing for each separate journal required some
time to prepare the LaTeX style.
With this commit, a first attempt at customization of Maneage for the LaTeX
styles of the A&A journal. Note that EDP Science (the publisher of A&A) has
only claimed copyright in their style files, but hasn't actually specified
a license. Given that they have no objection to arXiv or Overleaf freely
distributing their style files, there is no problem is releasing these
files within this branch of Maneage also (only for people who want to use
their style to publish in their journal).
Diffstat (limited to 'tex/src/preamble-project.tex')
-rw-r--r-- | tex/src/preamble-project.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tex/src/preamble-project.tex b/tex/src/preamble-project.tex index adb99b7..1c9f3fc 100644 --- a/tex/src/preamble-project.tex +++ b/tex/src/preamble-project.tex @@ -82,7 +82,7 @@ %% directly from tables of data). If you don't use them, you can just %% delete these two lines and also delete their files from your branch (to %% keep the 'tex/src' directory on your branch clean). -\input{tex/src/preamble-biblatex.tex} +%\input{tex/src/preamble-biblatex.tex} --> A&A Journal uses BibTeX \input{tex/src/preamble-pgfplots.tex} @@ -96,4 +96,11 @@ %% you later import your journal's style, delete this line (and these %% comments). Also delete the file (to keep your project source branch %% clean from files you don't need/use). -\input{tex/src/preamble-maneage-default-style.tex} +%\input{tex/src/preamble-maneage-default-style.tex} + + + + + +%% For A&A journal +\usepackage{txfonts} |