Passage à la FGDL pour la documentation car CC n'impose pas de fournir les sources
This commit is contained in:
@ -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
|
||||
|
@ -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$}
|
||||
|
Reference in New Issue
Block a user