From d97654d95b269eb9f6de8105e2eb01ca5566ae14 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 10 May 2024 20:52:40 +0200 Subject: New customisation properties in the Makefile --- model_7/Makefile | 2 ++ model_7/resources/00_preamble.tex | 6 +++--- model_7/resources/10_decoration.tex | 2 +- model_7/resources/99_begin.tex | 3 +-- model_7/resources/modules | 11 ++--------- 5 files changed, 9 insertions(+), 15 deletions(-) (limited to 'model_7') diff --git a/model_7/Makefile b/model_7/Makefile index 25786c6..6beef28 100755 --- a/model_7/Makefile +++ b/model_7/Makefile @@ -1 +1,3 @@ include ../common/Makefile.common + +EXTRA_STYLES = fontsize diff --git a/model_7/resources/00_preamble.tex b/model_7/resources/00_preamble.tex index 498551f..717d865 100755 --- a/model_7/resources/00_preamble.tex +++ b/model_7/resources/00_preamble.tex @@ -16,7 +16,7 @@ } \makeatother -\input{../common/10_language.tex} -\input{../common/10_lists.tex} -\input{../common/10_nowidows.tex} +\input{\commonPath/10_language.tex} +\input{\commonPath/10_lists.tex} +\input{\commonPath/10_nowidows.tex} diff --git a/model_7/resources/10_decoration.tex b/model_7/resources/10_decoration.tex index b394599..b9516ce 100644 --- a/model_7/resources/10_decoration.tex +++ b/model_7/resources/10_decoration.tex @@ -14,7 +14,7 @@ % 1: the size of the decoration % 2: the distance to the page (not the text margin but the page itself % 3: the color -\newcommand{\pageornament}[3]{% +\providecommand{\pageornament}[3]{% \begin{tikzpicture}[remember picture, overlay] \node[yshift=-#2,xshift=-#2, anchor=north east] at (current page.north east){% \pgfornament[color=#3,width=#1,symmetry=v]{41} diff --git a/model_7/resources/99_begin.tex b/model_7/resources/99_begin.tex index 5d9ca89..e9ec8a1 100755 --- a/model_7/resources/99_begin.tex +++ b/model_7/resources/99_begin.tex @@ -1,7 +1,6 @@ -\input{../common/90_ref.tex} +\input{\commonPath/90_ref.tex} %% On charge les colonnes dès le début du document. %\AtBeginDocument{% % \begin{paracol}{1} %} - diff --git a/model_7/resources/modules b/model_7/resources/modules index c7b9742..7627b8e 100755 --- a/model_7/resources/modules +++ b/model_7/resources/modules @@ -1,15 +1,8 @@ -tikz -parskip # Ne pas indenter la premiere ligne d'un paragraphe setspace - -# Polices mathematiques. -amsmath -amsfonts -amssymb +parskip # Ne pas indenter la premiere ligne d'un paragraphe DUsmallcaps paracol lipsum DUcolumn -Ducenter -fontsize +DUcenter -- cgit v1.2.3