\noindentation pris en compte par LaTeX

This commit is contained in:
Bastien Dumont 2021-03-07 18:56:55 +01:00
parent ca7cb5e48e
commit e70cd9eabf
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@ lang: fr-FR
toc: true toc: true
lof: true lof: true
top-level-division: part top-level-division: part
figureTemplate: '$$t$$'
tableTemplate: '$$t$$'
--- ---
<!-- TODO : <!-- TODO :

View File

@ -70,4 +70,5 @@ clean:
doc: doc:
pandoc $(COMMON_DOC_OPTIONS) -o $(DOC_FILE)_A4.pdf --pdf-engine=lualatex --top-level-division=chapter --template=TEMPLATE_Guide-CSL-Clio.latex pandoc $(COMMON_DOC_OPTIONS) -o $(DOC_FILE)_A4.pdf --pdf-engine=lualatex --top-level-division=chapter --template=TEMPLATE_Guide-CSL-Clio.latex
pandoc $(COMMON_DOC_OPTIONS) -o $(DOC_FILE)_Diapo.tex -t context --template=TEMPLATE_Guide-CSL-Clio.context && \ pandoc $(COMMON_DOC_OPTIONS) -o $(DOC_FILE)_Diapo.tex -t context --template=TEMPLATE_Guide-CSL-Clio.context && \
context --noconsole --errors --path=$(DOC_DIR) $(DOC_FILE)_Diapo.tex cd $(DOC_DIR) && \
context --noconsole --errors $(DOC_FILE)_Diapo.tex

View File

@ -56,6 +56,8 @@ $endif$
\renewcommand{\labelitemi}{—} \renewcommand{\labelitemi}{—}
\renewcommand{\labelitemii}{} \renewcommand{\labelitemii}{}
\newcommand*{\noindentation}{\noindent} $-- Compatibilité avec le code ConTeXt
\usepackage{hyperref} \usepackage{hyperref}
\hypersetup{ \hypersetup{
$if(title-meta)$ $if(title-meta)$