... | ... | @@ -47,6 +47,17 @@ This spans across the bottom of all columns |
|
|
|
|
|
<img src="uploads/0cb7fd0fcdd09b4ab6370a7d9f493ec1/image.png" width=60% height=60%>
|
|
|
|
|
|
You can also define your own column widths. Keep an eye on line breaks though. Adding up the column widths to exactly **100%** seems to cause the rightmost column to break into a new line.
|
|
|
|
|
|
```
|
|
|
# Column test
|
|
|
|
|
|
## Left {.column width=30%}
|
|
|
|
|
|
## Right {.column width=60%}
|
|
|
```
|
|
|
|
|
|
|
|
|
## Split
|
|
|
To split the layout of a slide into two columns at your point of choosing add the `{.split}` parameter to a level 2 [header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers).
|
|
|
|
... | ... | @@ -85,7 +96,9 @@ Use a grid layout in slides by adding `{.grid}` to the slide [header](https://gi |
|
|
<img src="uploads/4129f7b6f8b493c93170ca417a7a89ac/image.png" width=70% height=70%>
|
|
|
|
|
|
## Vertical Slides
|
|
|
Add slides below the current slide by adding `{.sub}` to the slide`s [level 1 header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers). Navigate to these slides using the `↓` key or by pressing the space-bar. The yaml option `vertical-slides` defaults to `true`.
|
|
|
Add slides below the current slide by adding `{.sub}` to the slide's [level 1 header](Slide-Layout#headers).
|
|
|
|
|
|
Navigate to these slides using the `↓` key or by pressing the space-bar. The yaml option `vertical-slides` defaults to `true`.
|
|
|
|
|
|
<img src="uploads/e230963071b27fa9bf2be8d5ef2feaa2/image.png" width=60% height=60% >
|
|
|
|
... | ... | @@ -129,6 +142,19 @@ To color your background add `{style="background-color:COLOR"}`. COLOR is a stan |
|
|
## Fragments
|
|
|
Adding the `{.fragment}` parameter to [headers](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers) allows for a divded slides into segments, which get revealed sequentially.
|
|
|
|
|
|
**Block Example:**
|
|
|
```
|
|
|
# Slide
|
|
|
|
|
|
## First Block
|
|
|
|
|
|
This sentence is visible from the beginning
|
|
|
|
|
|
## Second Block {.fragment}
|
|
|
|
|
|
Appears if you go continue with the presentation
|
|
|
```
|
|
|
|
|
|
<img src="https://gitlab2.informatik.uni-wuerzburg.de/s334445/decker-struktur-wiki/-/raw/master/Decker%20Wiki%20Images/Content/Slide%20Layout/Fragments.gif" width=80% height=80%>
|
|
|
|
|
|
## Lists
|
... | ... | |