quarto-dev / quarto-dev/quarto-cli

Cannot compile aside div to beamer

Open
#10,733 3 comments 1 reaction 1 assignee View on GitHub

@cscheid is already working on this.

Since Sep 6, 2024.

beamer bug latex
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.