From 91a10dfd48b4dbc57726c2d6b9ffd2a5e68cf2dd Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Mon, 8 May 2023 16:31:17 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20templates=20pour?= =?UTF-8?q?=20la=20documentation=20par=20rapport=20=C3=A0=20pandoc=203.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utilitaires/TEMPLATE_Guide-CSL-Clio.context | 4 ++++ Utilitaires/TEMPLATE_Guide-CSL-Clio.latex | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Utilitaires/TEMPLATE_Guide-CSL-Clio.context b/Utilitaires/TEMPLATE_Guide-CSL-Clio.context index 9e56a1d..579e5ba 100644 --- a/Utilitaires/TEMPLATE_Guide-CSL-Clio.context +++ b/Utilitaires/TEMPLATE_Guide-CSL-Clio.context @@ -60,6 +60,10 @@ intent=ISO coated v2 300\letterpercent\space (ECI)] \setupalign[hz,hanging] \setupitaliccorrection[global, always] +$if(highlighting-commands)$ +$highlighting-commands$ +$endif$ + \defineitemgroup[enumerate] \setupenumerate[each][fit][itemalign=left,distance=.5em,style={\feature[+][default:tnum]}] diff --git a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex index a107b18..d978e46 100644 --- a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex +++ b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex @@ -1,6 +1,8 @@ \documentclass[listof=leveldown, twoside=off]{$documentclass$} \usepackage{microtype} +\usepackage{soul} + \usepackage{graphicx} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}