Passage à la FGDL pour la documentation car CC n'impose pas de fournir les sources

This commit is contained in:
Bastien Dumont 2021-02-24 23:23:39 +01:00
parent 3221a711c6
commit f660085183
4 changed files with 31 additions and 22 deletions

View File

@ -13,11 +13,16 @@ top-level-division: part
— REF
-->
<!--
Copyright 2021 Bastien Dumont
This file is placed under a Creative Common License Attribution-ShareAlike 4.0 International
You can get a copy of the license at this address: https://creativecommons.org/licenses/by-sa/4.0/legalcode
-->
::: {#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

View File

@ -6,11 +6,17 @@ author: Bastien Dumont
lang: fr-FR
---
<!--
Copyright 2021 Bastien Dumont
This file is placed under a Creative Common License Attribution-ShareAlike 4.0 International
You can get a copy of the license at this address: https://creativecommons.org/licenses/by-sa/4.0/legalcode
-->
::: {#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

View File

@ -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

View File

@ -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$}