slidev-theme-academic-schober
v1.2.24
Published
Academic presentations with Slidev / personal version
Downloads
48
Maintainers
Readme
slidev-theme-academic-schober
Simplifies creating academic presentations with Slidev by providing the necessary components and layouts.
Theme based on the original slidev-theme-academic from alexanderdavide.
This theme includes customizations for courses and lectures that are not generic and might only be useable when using my full course setup.
Install
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: academic-schober
---
Learn more about how to use a theme.
Layouts
lecture-cover
Custom cover based on cover
, but using the information from the custom
course.json
file.
Components
Lecture Overview
Lectures
uses the custom course.json
file to display an overview of all
lectures in a given course. For more details, see Custom Course Template
themeConfig
Global parameters of the theme can be set using the themeConfig
block in the frontmatter of the first page.
Be aware that defining the themeConfig
block initializes all parameters as undefined
; hence you may need to set parameters albeit using defaults.
| Parameter | Type | Values | Default | Notes |
| ------------------------- | -------- | ------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| paginationPagesDisabled
| Array | - | undefined
| Disable global rendering of Pagination
for pages having individual Pagination
. |
| paginationX
| String | 'l'
, 'r'
| 'r'
| To disable global default rending, set both paginationX
and paginationY
to undefined
. Pagination
can then still be used on selected pages. |
| paginationY
| String | 'b'
, 't'
| 't'
| To disable global default rending, set both paginationX
and paginationY
to undefined
. Pagination
can then still be used on selected pages. |
Contributing
npm run setup
npm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes npm run export
to generate the preview PDFnpm run screenshot
to generate the preview PNG