Skip to content

Cannot compile aside div to beamer #10733

@raffaem

Description

@raffaem

Bug description

Cannot compile aside to beamer

Steps to reproduce

Compile this Quarto documenbt with quarto render presentation.qmd --to beamer:

---
title: "My Habits"
author: "John Doe"
---

# In the morning

## Slide Title

Slide content

::: aside
Some additional commentary of more peripheral interest.
:::

Expected behavior

Should produce PDF

Actual behavior

➜  quarto render presentation.qmd --to beamer
pandoc 
  to: beamer
  output-file: presentation.tex
  standalone: true
  pdf-engine: xelatex
  variables:
    graphics: true
    tables: true
  default-image-extension: pdf
  
metadata
  block-headings: true
  title: My Habits
  author: John Doe
  

Rendering PDF
running xelatex - 1
  This is XeTeX, Version 3.141592653-2.6-0.999996 (TeX Live 2024/Arch Linux) (preloaded format=xelatex)
   restricted \write18 enabled.
  entering extended mode
  
updating tlmgr

updating existing packages
ERROR: 
compilation failed- error
LaTeX cmd Error: Environment 'figure*' undefined.

For immediate help type H <return>.
 ...                                              
                                                  
l.167 }
        

see presentation.log for more information.
[ble: exit 1]

Your environment

  • quarto CLI version
  • Arch Linux

Quarto check output

❯ quarto check
Quarto 1.5.57
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.2.0: OK
      Dart Sass version 1.70.0: OK
      Deno version 1.41.0: OK
      Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.5.57
      Path: /opt/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (not installed)
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: Installation From Path
      Path: /usr/bin
      Version: undefined

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.12.5
      Path: /home/raffaele/.pyenv/versions/3.12.5/bin/python3
      Jupyter: 5.7.2
      Kernels: ir, python3

(\) Checking Jupyter engine render....[IPKernelApp] WARNING | Config option `autoindent` not recognized by `ZMQInteractiveShell`.  Did you mean `autoawait`?
[✓] Checking Jupyter engine render....OK

Using 18 cores for parallelisation
[✓] Checking R installation...........OK
      Version: 4.4.1
      Path: /usr/lib64/R
      LibPaths:
        - /home/raffaele/R/x86_64-pc-linux-gnu-library/4.4
        - /usr/lib/R/library
      knitr: 1.48
      rmarkdown: 2.28

[✓] Checking Knitr engine render......OK

Metadata

Metadata

Assignees

Labels

beamerbugSomething isn't workinglatexLaTeX engines related libraries and technologies

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions