Skip to content

Commit 25afa28

Browse files
author
luifrancgom
committed
adding cover, favicon and commenting source to move toc
1 parent 3c28063 commit 25afa28

File tree

6 files changed

+89
-2
lines changed

6 files changed

+89
-2
lines changed

_quarto.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ book:
1515
position: Professor of Mathematics
1616
affiliations:
1717
- name: University of Michigan
18+
cover-image: images/cover_halmos_naive_set_theory.png
1819
downloads: [pdf]
20+
favicon: images/favicon_halmos_naive_set_theory.ico
1921
repo-url: https://github.com/luifrancgom/halmos_naive_set_theory_quarto/
2022
issue-url: https://github.com/luifrancgom/halmos_naive_set_theory_quarto/issues
2123
repo-actions: [edit, source, issue]
24+
reader-mode: true
2225
chapters:
2326
- index.qmd
2427
- preface.qmd
@@ -68,6 +71,8 @@ format:
6871
# format options
6972
pdf-engine: xelatex
7073
# table of contents
74+
# Trick to move the table of contents after the prefaces
75+
# See https://github.com/orgs/quarto-dev/discussions/9839
7176
toc: false
7277
# fonts
7378
fontsize: 12pt
@@ -91,8 +96,9 @@ format:
9196
- file: partials/latex/after-body.tex
9297
# rendering
9398
template: partials/latex/template.tex
94-
template-partials:
99+
template-partials:
95100
- partials/latex/title.tex
101+
- partials/latex/before-body.tex
96102
# keep-md: true
97103
# keep-tex: true
98104

@@ -107,3 +113,4 @@ crossref:
107113
cnj-labels: arabic
108114

109115
engine: knitr
116+
editor: source

cover.png

-50 KB
Binary file not shown.
1.26 MB
Loading

images/cover_halmos_naive_set_theory.svg

Lines changed: 77 additions & 0 deletions
Loading
31.3 KB
Binary file not shown.

preface.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ https://bookdown.org/yihui/rmarkdown-cookbook/custom-blocks.html#block-syntax
2020
P. R. H.
2121
:::
2222

23-
<!-- Move the table of contents, then call \mainmatter -->
23+
<!-- Move the table of contents, then call \mainmatter
24+
Check
25+
https://github.com/orgs/quarto-dev/discussions/9839
26+
-->
2427

2528
::: {.content-visible when-format="pdf"}
2629
```{=latex}

0 commit comments

Comments
 (0)