diff options
Diffstat (limited to 'template.md')
| -rw-r--r-- | template.md | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/template.md b/template.md new file mode 100644 index 0000000..fab9238 --- /dev/null +++ b/template.md @@ -0,0 +1,70 @@ +--- +marp: true +theme: acarp +--- + +<!-- + Academic Marp (acarp) Theme Template + + Available layouts: + - title: Cover slide with centered title + - layout-2col: Two-column layout for comparisons + - default: Single column for regular content + + Available themes: + - acarp: Standard 16:9 aspect ratio + - acarp-beamer: Classic 4:3 aspect ratio for academic presentations +--> + +<!-- _class: title --> +# Title Slide + +Your presentation title here + +## Subtitle or author name + +--- + +<!-- paginate: true --> +<!-- ^ start page numbers after title slide --> + +### Regular Slide + +Regular content goes here. + +--- + +### Simple Slide with List + +Content is left-aligned by default. + +- Bullet point 1 +- Bullet point 2 +- Bullet point 3 + +--- + +### With Images + + + +--- + +<!-- _class: layout-2col --> +### Two-Column Layout + +<div class="left-column"> + +Some text content on the left side. + +- Point 1 +- Point 2 +- Point 3 + +</div> + +<div class="right-column"> + + + +</div> |
