Pular para conteúdo

beamer plugin

steps:
  - name: Create PDF presentation from Markdown
    plugin:
      name: beamer
      output: output_filename.pdf
      source:
        - 00-introduction.md
        - 01-body.md
        - 02-conclusion.md
        - 99-references.md
      lang: pt-BR # en-US
      institute: Institution Name
      date: 01 de Abril de 2023
      title: Presentation Title
      subtitle: Presentation Subtitle
      author:
        - Geraldo Ribeiro
        - Other Author Name
      # subject: Informação da propriedade Assunto do PDF
      # keywords: [keyword1, keyword2, keyword3, PDF]
      # slide-level: 2   # use second level ##  to start a new slide
      # aspectratio: 169 # 16:9 format
      # links-as-notes: true
      # natbib: true
      # bibliography: refs.bib
      # theme: STR
      header-includes:
        - \usepackage{tikz}