From b525e07f29fd653f2a6888536bc5251b32c2fbea Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Thu, 21 Jan 2021 23:19:11 +0100 Subject: [PATCH] =?UTF-8?q?Passage=20des=20m=C3=A9tadonn=C3=A9es=20sp?= =?UTF-8?q?=C3=A9cifiques=20=C3=A0=20LaTeX=20dans=20le=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/GUIDE_CSL-Clio.md | 2 -- Utilitaires/TEMPLATE_Guide-CSL-Clio.latex | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/GUIDE_CSL-Clio.md b/Documentation/GUIDE_CSL-Clio.md index 1074bae..5bb778f 100644 --- a/Documentation/GUIDE_CSL-Clio.md +++ b/Documentation/GUIDE_CSL-Clio.md @@ -4,8 +4,6 @@ subtitle: "Guide d'utilisation et de création de styles CSL adaptés aux besoin author: Bastien Dumont date: 29/12/2020 lang: fr-FR -documentclass: scrreprt -colorlinks: true toc: true lof: true --- diff --git a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex index 82223e1..c16c713 100644 --- a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex +++ b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex @@ -1,4 +1,4 @@ -\documentclass{$documentclass$} +\documentclass{scrreprt} \usepackage{microtype} \usepackage{graphicx} @@ -68,7 +68,6 @@ $endif$ $if(keywords)$ pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$}, $endif$ -$if(colorlinks)$ colorlinks=true, linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$, filecolor=$if(filecolor)$$filecolor$$else$Maroon$endif$,