-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto-production.yml
62 lines (54 loc) · 1.49 KB
/
_quarto-production.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
format:
pdf:
filters:
- lua/callout_custom_pdf.lua
pdf-engine: pdflatex
keep-tex: true
fig-dpi: 100
documentclass: scrbook
papersize: letter
classoption:
# Remove odd-even page breaks (for printing PDF)
- open=any
- twoside=false # don't use even/odd pages, no blank pages
# pass french to book class (babel will see it automatically)
- french
output: "traitement_images_python.pdf"
hyperrefoptions:
# - pdfstartview={XYZ null null 0.75}
- pdfpagemode=UseOutlines
- pdfdisplaydoctitle=true
- pdfpagelayout=SinglePage
- pdfstartpage=1
geometry:
- top=20mm
- left=15mm
- right=15mm
- heightrounded
# fontfamily: libertinus
fontfamilyoptions:
- p
lof: true
lot: true
toc: true
toc-depth: 3
code-block-border-left: false
fontsize: 11pt
urlcolor: Green4
citecolor: violet
linkcolor: violet
colorlinks: true
# include-before-body:
# - text: |
# \usepackage{xparse}
# - file: packages.tex
header-includes:
- \usepackage{xparse}
- \renewcommand{\thepart}{} % Enlever numérotation des parties
- \setcounter{secnumdepth}{3} % Activer la numérotation des sections jusqu'au niveau des sous-sections
include-in-header:
- tex-hacks/color-tables.tex
- tex-hacks/code-font.tex
- tex-hacks/fix-unicode-chars.tex
- tex-hacks/image-on-title-page.tex
- tex-hacks/callout.tex