Skip to content

Files for a Quarto bug report with code listings being rendered incorrectly

Notifications You must be signed in to change notification settings

GuillaumeDehaene/quarto_bug_report_listings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto bug report Code listing does not format correctly: example

This repository provides an example for the bug reported in this issue.

To reproduce:

  • render example.qmd with quarto:

    quarto render example.qmd

  • or render example.tex with xelatex or another latex formatter (I've tested pdflatex and luatex):

    xelatex example.tex

As discussed in the issue, patching example.tex by modifying the definition of the Shaded environment by removing the breakable option fixes the issue.

  • To reproduce, render patched.tex with xelatex:

    xelatex patched.tex

About

Files for a Quarto bug report with code listings being rendered incorrectly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages