diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-23 15:01:34 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-23 15:06:42 +0200 |
| commit | ff1e4049d168c7526d3e5e65a8a42bef9500bbf7 (patch) | |
| tree | 6adc44006acf953144c09105a665413d0ebb267b /tests | |
| parent | e9a0cf97419b3c7dac0ab74566a921ba255ead37 (diff) | |
Support show-set for outline and bibliography headings
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/bibliography.png | bin | 167075 -> 118062 bytes | |||
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/meta/bibliography.png b/tests/ref/meta/bibliography.png Binary files differindex c5a408af..8e5e18ec 100644 --- a/tests/ref/meta/bibliography.png +++ b/tests/ref/meta/bibliography.png diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index e25c5410..94b44346 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -30,6 +30,9 @@ And quark! @quark --- #set page(width: 200pt) +#set heading(numbering: "1.") +#show bibliography: set heading(numbering: "1.") + = Multiple Bibs Now we have multiple bibliographies containing #cite("glacier-melt", "keshav2007read") #bibliography(("/works.bib", "/works_too.bib")) |
