From f66008518392e9e2fe372d18515d700e1472792e Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Wed, 24 Feb 2021 23:23:39 +0100 Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20la=20FGDL=20pour=20la=20docu?= =?UTF-8?q?mentation=20car=20CC=20n'impose=20pas=20de=20fournir=20les=20so?= =?UTF-8?q?urces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/GUIDE_CSL-Clio.md | 15 ++++++++++----- REB/REB_doc.md | 16 +++++++++++----- Utilitaires/Makefile | 2 +- Utilitaires/TEMPLATE_Guide-CSL-Clio.latex | 20 +++++++++----------- 4 files changed, 31 insertions(+), 22 deletions(-) diff --git a/Documentation/GUIDE_CSL-Clio.md b/Documentation/GUIDE_CSL-Clio.md index 4c6709b..749d75b 100644 --- a/Documentation/GUIDE_CSL-Clio.md +++ b/Documentation/GUIDE_CSL-Clio.md @@ -13,11 +13,16 @@ top-level-division: part — REF --> - +::: {#license} +Copyright © 2021 Bastien Dumont. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 +or any later version published by the Free Software Foundation; +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU +Free Documentation License". +::: # Introduction diff --git a/REB/REB_doc.md b/REB/REB_doc.md index 44df126..acb06d4 100644 --- a/REB/REB_doc.md +++ b/REB/REB_doc.md @@ -6,11 +6,17 @@ author: Bastien Dumont lang: fr-FR --- - +::: {#license} +Copyright © 2021 Bastien Dumont. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 +or any later version published by the Free Software Foundation; +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU +Free Documentation License". +::: + Malgré tous mes efforts, certaines limitations du langage CSL font que toutes les exigences de la _Revue des Études byzantines_ n'ont diff --git a/Utilitaires/Makefile b/Utilitaires/Makefile index 65f3ca1..7902fb8 100644 --- a/Utilitaires/Makefile +++ b/Utilitaires/Makefile @@ -63,4 +63,4 @@ clean: rm $(STYLESHEETS_DIR)/*/*$(OUTPUT_FILE_SUFFIX) doc: - pandoc -s -o $(DOC_FILE).pdf --resource-path=.:$(DOC_DIR) --pdf-engine=lualatex --template=TEMPLATE_Guide-CSL-Clio.latex --filter pandoc-crossref $(DOC_FILE).md + pandoc -s -o $(DOC_FILE).pdf --resource-path=.:$(DOC_DIR) --pdf-engine=lualatex --template=TEMPLATE_Guide-CSL-Clio.latex --filter pandoc-crossref -L license-dans-metadonnees.lua $(DOC_FILE).md diff --git a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex index 6a6d14d..b7c9e78 100644 --- a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex +++ b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex @@ -43,17 +43,6 @@ $endif$ \usepackage{parskip} \setlength{\parindent}{1em} -\usepackage{scrlayer-scrpage} -\pagestyle{scrheadings} -\usepackage[ - type={CC}, - modifier={by-sa}, - version={4.0}, -]{doclicense} -\ihead[]{\footnotesize Document placé sous license \doclicenseNameRef — \copyright{} Bastien Dumont} -\chead[]{} -\ohead[]{} - \usepackage{polyglossia} \setmainlanguage[autospacing=false, autospaceguillemets=false, frenchfootnote=true]{french} \setmainfont[Script=Latin, Letters=Uppercase, Kerning=On, Diacritics=MarkToBase, Ligatures=Common, Numbers=Proportional]{cochineal} @@ -110,6 +99,15 @@ $abstract$ $endif$ $endif$ +\pagebreak + +\parbox[b]{0.66\textwidth}{ +$-- requiert le filtre "license-dans-metadonnees.lua" +$license$ +} + +\pagebreak + { \hypersetup{linkcolor=black} \setcounter{tocdepth}{$toc-depth$}