\noindentation pris en compte par LaTeX
This commit is contained in:
parent
ca7cb5e48e
commit
e70cd9eabf
|
@ -7,6 +7,8 @@ lang: fr-FR
|
|||
toc: true
|
||||
lof: true
|
||||
top-level-division: part
|
||||
figureTemplate: '$$t$$'
|
||||
tableTemplate: '$$t$$'
|
||||
---
|
||||
|
||||
<!-- TODO :
|
||||
|
|
|
@ -70,4 +70,5 @@ clean:
|
|||
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)_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
|
||||
|
|
|
@ -56,6 +56,8 @@ $endif$
|
|||
\renewcommand{\labelitemi}{—}
|
||||
\renewcommand{\labelitemii}{–}
|
||||
|
||||
\newcommand*{\noindentation}{\noindent} $-- Compatibilité avec le code ConTeXt
|
||||
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
$if(title-meta)$
|
||||
|
|
Loading…
Reference in New Issue
Block a user