Skip to content

Commit

Permalink
improves settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Jul 4, 2024
1 parent cc512d3 commit da59660
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,25 @@ format:
toc-title: "On this page"
code-overflow: wrap
toc-depth: 4
# pdf:
# documentclass: krantz
# monofont: 'Source Code Pro'
# monofontoptions:
# - Scale=0.7
# pdf-engine: xelatex
# keep-tex: true
# number-sections: true
# top-level-division: chapter
# include-before-body: helpers/before_body.tex
# include-in-header:
# text: |
# \AtBeginEnvironment{longtable}{\footnotesize}
# \usepackage{makeidx}
# \makeindex
# include-after-body:
# text: |
# \printindex
# pdf:
# documentclass: krantz
# monofont: 'Source Code Pro'
# monofontoptions:
# - Scale=0.7
# pdf-engine: xelatex
# keep-tex: true
# number-sections: true
# top-level-division: chapter
# include-before-body: helpers/before_body.tex
# include-in-header:
# text: |
# \AtBeginEnvironment{longtable}{\footnotesize}
# \usepackage{makeidx}
# \usepackage{gensymb}
# \makeindex
# include-after-body:
# text: |
# \printindex

jupyter: python3
bibliography: geocompr.bib

0 comments on commit da59660

Please sign in to comment.