\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

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