Passage à la FGDL pour la documentation car CC n'impose pas de fournir les sources
This commit is contained in:
parent
3221a711c6
commit
f660085183
|
@ -13,11 +13,16 @@ top-level-division: part
|
||||||
— REF
|
— REF
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
::: {#license}
|
||||||
Copyright 2021 Bastien Dumont
|
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
|
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
|
# Introduction
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,17 @@ author: Bastien Dumont
|
||||||
lang: fr-FR
|
lang: fr-FR
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
::: {#license}
|
||||||
Copyright 2021 Bastien Dumont
|
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
|
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
|
Malgré tous mes efforts, certaines limitations du langage CSL font
|
||||||
que toutes les exigences de la _Revue des Études byzantines_ n'ont
|
que toutes les exigences de la _Revue des Études byzantines_ n'ont
|
||||||
|
|
|
@ -63,4 +63,4 @@ clean:
|
||||||
rm $(STYLESHEETS_DIR)/*/*$(OUTPUT_FILE_SUFFIX)
|
rm $(STYLESHEETS_DIR)/*/*$(OUTPUT_FILE_SUFFIX)
|
||||||
|
|
||||||
doc:
|
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
|
||||||
|
|
|
@ -43,17 +43,6 @@ $endif$
|
||||||
\usepackage{parskip}
|
\usepackage{parskip}
|
||||||
\setlength{\parindent}{1em}
|
\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}
|
\usepackage{polyglossia}
|
||||||
\setmainlanguage[autospacing=false, autospaceguillemets=false, frenchfootnote=true]{french}
|
\setmainlanguage[autospacing=false, autospaceguillemets=false, frenchfootnote=true]{french}
|
||||||
\setmainfont[Script=Latin, Letters=Uppercase, Kerning=On, Diacritics=MarkToBase, Ligatures=Common, Numbers=Proportional]{cochineal}
|
\setmainfont[Script=Latin, Letters=Uppercase, Kerning=On, Diacritics=MarkToBase, Ligatures=Common, Numbers=Proportional]{cochineal}
|
||||||
|
@ -110,6 +99,15 @@ $abstract$
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
|
\parbox[b]{0.66\textwidth}{
|
||||||
|
$-- requiert le filtre "license-dans-metadonnees.lua"
|
||||||
|
$license$
|
||||||
|
}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
{
|
{
|
||||||
\hypersetup{linkcolor=black}
|
\hypersetup{linkcolor=black}
|
||||||
\setcounter{tocdepth}{$toc-depth$}
|
\setcounter{tocdepth}{$toc-depth$}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user