Login  Register

Re: AsciiDoctor PDF & slide-show presentations

Posted by mcp292 on Sep 01, 2020; 3:28pm
URL: https://discuss.asciidoctor.org/AsciiDoctor-PDF-slide-show-presentations-tp6053p8205.html

My latest theme:

```
extends: default
base:
  font_size: 15
heading:
  h1-font-size: 30  
  h2-font-size: 25    
  h3-font-size: 20
  h4-font-size: 15
title_page:
  authors:
    font_size: $heading_h3_font_size
code:
  font-size: 15
block:
  margin-top: 5  # If you start your slides with a block, could use {blank} instead
```