Skip to content

Commit ce75ecd

Browse files
committed
update examples
1 parent 44f8510 commit ce75ecd

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ all available Options to initialize the template with
6565
| *ratio* | aspect ratio of the slides, e.g 16/9 | `4/3` |
6666
| *title-color* | Color to base the Elements of the Presentation on | `blue.darken(50%)` |
6767
| *bg-color* | Background color of the slides, can be any color | `white` |
68-
| *count* | page counter style, either "dot", "number", or `none` | `"dot"` |
68+
| *count* | page counter style, either "dot", "number", or `none` | `"dot"` |
6969
| *footer* | whether to display the footer at the bottom | `true` |
7070
| *toc* | whether to display the table of contents | `true` |
7171
| *footer-title*| custom text in the footer title (left) | same as *title* |
7272
| *footer-subtitle*| custom text in the footer subtitle (right) | same as *subtitle* |
73-
| *theme* | slide theme, either "normal" or "full" | `"normal"` |
73+
| *theme* | slide theme, either "normal" or "full" | `"normal"` |
7474
| *first-slide* | whether to include the default title slide | `true` |
7575

7676
### Custom Title Slide
@@ -118,6 +118,8 @@ format:
118118
title-color: "013220" # Any Hex code for the title color (without #)
119119
```
120120
121+
Only some of the options from the typst version are available in the quarto version, more will be added.
122+
121123
## Inspiration
122124
123125
this template is inspired by [slydst](https://github.com/glambrechts/slydst), and takes part of the code from it. If you want simpler slides, look here!

example/example.pdf

-36.5 KB
Binary file not shown.

example/example.typ

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// footer-title: "Custom Title",
1616
// footer-subtitle: "Custom Subtitle",
1717
// theme: "full", // one of "normal", "full"
18+
// ... see the README for more options
1819
)
1920

2021
= About _diatypst_
@@ -78,10 +79,12 @@ Advanced Styling Options:
7879
[_layout_], [one of _small, medium, large_, adjusts sizing of the elements on the slides], [`"medium"`],
7980
[_ratio_], [aspect ratio of the slides, e.g., 16/9], [`4/3`],
8081
[_title-color_], [Color to base the Elements of the Presentation on], [`blue.darken(50%)`],
82+
[_bg-color_], [Background color of the slides, can be any color], [`white`],
8183
[_count_], [one of _dot, number, none_, adjusts the style of page counter in the right corner], [`"dot"`],
8284
[_footer_], [whether to display the footer at the bottom], [`true`],
8385
[_toc_], [whether to display the table of contents], [`true`],
8486
[_theme_], [one of _normal, full_, adjusts the theme of the slide], [`"normal"`],
87+
[_first-slide_], [whether to include the default title slide], [`true`],
8588
)
8689

8790
The full theme adds more styling to the slides, similar to a a full LaTeX beamer theme.

example/example_full.pdf

-36.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)