Add some packages

This commit is contained in:
2025-11-27 18:44:59 +01:00
parent ddde48d3b0
commit 5be6891817
4 changed files with 6 additions and 75 deletions

View File

@@ -8,14 +8,14 @@
#+LaTeX_CLASS: iucrjournals
#+LaTeX_CLASS_OPTIONS: [preprint,12pt]
# #+LATEX_HEADER: \input{preamble.tex}
#+LATEX_HEADER: \input{preamble.tex}
#+LATEX_HEADER_EXTRA: \author[a,b]{Thomas Dehaeze\IUCrCemaillink{thomas.dehaeze@esrf.fr}\IUCrOrcidlink{0000-0002-9528-5832}}%
#+LATEX_HEADER_EXTRA: \author[b]{Christophe Collette\IUCrEmaillink{christophe.collette@uliege.be}\IUCrOrcidlink{0000-0002-4430-3703}}%
#+LATEX_HEADER_EXTRA: \affil[a]{ESRF, The European Synchrotron, Grenoble, France}
#+LATEX_HEADER_EXTRA: \affil[b]{Precision Mechatronics Laboratory, University of Li\`{e}ge, Belgium}
# #+LATEX_HEADER_EXTRA: \input{preamble_extra.tex}
#+LATEX_HEADER_EXTRA: \input{preamble_extra.tex}
#+BIND: org-latex-bib-compiler "biber"
:END:
@@ -64,22 +64,13 @@
* Notes :noexport:
** Journal
JSV: https://www.sciencedirect.com/journal/journal-of-sound-and-vibration
Journal of Synchrotron Radiation: https://journals.iucr.org/s/
#+begin_quote
*Original full length articles*
Full length articles are the standard type of contribution in the Journal.
There is no fixed upper length limit; however, short papers are encouraged and generally get reviewed quicker.
Likewise no minimum length applies, but papers whose contribution is judged incremental will not be accepted for publication.
2.1. Research Papers
Full-length Research Papers should not normally exceed the equivalent of about *10000 words*.
#+end_quote
** DONE [#B] Find a journal
CLOSED: [2025-11-27 Thu 18:27]
MSPP does not seem to be adequate
JSV seems adequate: https://www.sciencedirect.com/journal/journal-of-sound-and-vibration
* Title Page :ignore:
#+begin_export latex
\begin{synopsis}

Binary file not shown.

View File

@@ -1,4 +1,4 @@
% Created 2025-11-27 Thu 18:40
% Created 2025-11-27 Thu 18:43
% Intended LaTeX compiler: pdflatex
\documentclass[preprint,12pt]{iucrjournals}

View File

@@ -1,60 +1,6 @@
\usepackage{float}
\usepackage{enumitem}
\usepackage{tabularx,booktabs}
\usepackage{bm}
\usepackage{xpatch} % Recommanded for biblatex
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
hyperref=true, % activate hyperref support
backref=true, % activate backrefs
isbn=false, % don't show isbn tags
url=false, % don't show url tags
doi=false, % don't show doi tags
urldate=long, % display type for dates
maxnames=3, %
minnames=1, %
maxbibnames=5, %
minbibnames=3, %
maxcitenames=2, %
mincitenames=1 %
]{biblatex}
\setlength\bibitemsep{1.1\itemsep}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup[figure]{labelfont=bf}
\captionsetup[subfigure]{labelfont=bf}
\captionsetup[listing]{labelfont=bf}
\captionsetup[table]{labelfont=bf}
\usepackage{xcolor}
\definecolor{my-blue}{HTML}{6b7adb}
\definecolor{my-pale-blue}{HTML}{e6e9f9}
\definecolor{my-red}{HTML}{db6b6b}
\definecolor{my-pale-red}{HTML}{f9e6e6}
\definecolor{my-green}{HTML}{6bdbb6}
\definecolor{my-pale-green}{HTML}{e6f9f3}
\definecolor{my-yellow}{HTML}{dbd26b}
\definecolor{my-pale-yellow}{HTML}{f9f7e6}
\definecolor{my-orange}{HTML}{dba76b}
\definecolor{my-pale-orange}{HTML}{f9f0e6}
\definecolor{my-grey}{HTML}{a3a3a3}
\definecolor{my-pale-grey}{HTML}{f0f0f0}
\definecolor{my-turq}{HTML}{6bc7db}
\definecolor{my-pale-turq}{HTML}{e6f6f9}
\usepackage{inconsolata}
\let\OldTexttt\texttt
\renewcommand{\texttt}[1]{{\ttfamily\hl{\mbox{\,#1\,}}}}
\makeatletter
\preto\Gin@extensions{png,}
\DeclareGraphicsRule{.png}{pdf}{.pdf}{\noexpand\Gin@base.pdf}
@@ -62,10 +8,4 @@
\DeclareGraphicsRule{.gif}{png}{.png}{\noexpand\Gin@base.png}
\makeatother
\usepackage{hyperref}
\hypersetup{
colorlinks = true,
allcolors = my-blue
}
\usepackage{hypcap}