From 03f3efd6680ecee3201dd3c6ec77960a63782c3e Mon Sep 17 00:00:00 2001 From: Samuel Ortion Date: Thu, 18 Apr 2024 13:17:51 +0200 Subject: [PATCH] Update --- report.org | 18 +++++++++++------- report.pdf | 4 ++-- sty/lamme2024.sty | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/report.org b/report.org index cd44802..d956444 100644 --- a/report.org +++ b/report.org @@ -180,22 +180,26 @@ Another objective of my internship will be to port FTAG Finder on a workflow man We will have to make a choice for the tool we will use. The two main options being Snakemake and Nextflow. Snakemake is a python powered workflow manager based on rules /à la/ GNU Make [cite:@kosterSnakemakeScalableBioinformatics2012]. Nextflow is a groovy powered workflow manager, which rely on the data flows paradigm [cite:@ditommasoNextflowEnablesReproducible2017]. Both are widely used in the bioinformatics community, and their use have been on the rise since they came out in 2012 and 2013 respectively [cite:@djaffardjyDevelopingReusingBioinformatics2023]. -#+begin_export html -

Bibliography

-#+end_export - -#+print_bibliography: - #+begin_export latex \flstop #+end_export +* References +:PROPERTIES: +:UNNUMBERED: t +:END: + +#+begin_export latex +\printbibliography[heading=none] +#+end_export + #+begin_export latex \cleartoleftpage \clearpairofpagestyles #+end_export -** Summary + +* Summary :PROPERTIES: :UNNUMBERED: t :END: diff --git a/report.pdf b/report.pdf index 446230e..d271991 100644 --- a/report.pdf +++ b/report.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aad7b5d59abf2860c3b7502c18047f29f8eb5538d4e162f30568a3d6521e5a6 -size 193201 +oid sha256:78dfb1bbf41c5bab3e74d5fdf46518113f6cb5888f2f1c280c36fccd1281f49b +size 191799 diff --git a/sty/lamme2024.sty b/sty/lamme2024.sty index 6ce047c..b865a8e 100644 --- a/sty/lamme2024.sty +++ b/sty/lamme2024.sty @@ -50,7 +50,9 @@ citestyle=authoryear-comp, backend=biber, natbib=true -]{biblatex} + ]{biblatex} + +\renewcommand\bibname{References} \RequirePackage{doi} \RequirePackage{xurl} @@ -99,7 +101,15 @@ \let\oldGls=\Gls \renewcommand{\Gls}[1]{{\hypersetup{hidelinks}% - \oldGls{#1}}}% + \oldGls{#1}}}% + +\let\oldglspl=\glspl +\renewcommand{\glspl}[1]{{\hypersetup{hidelinks}% + \oldglspl{#1}}}%} + +\let\oldGlspl=\Glspl +\renewcommand{\Glspl}[1]{{\hypersetup{hidelinks}% + \oldGlspl{#1}}}%} %\renewcommand*{\glstextformat}[1]{\begingroup\hypersetup{hidelinks}#1\endgroup}