Skip to content

Quarto Custom Format Issue #7961

Answered by cderv
jlgraves-ubc asked this question in Q&A
Dec 18, 2023 · 2 comments · 13 replies
Discussion options

You must be logged in to vote

I can't reproduce. I see this when I run quarto render from the folder you shared

> quarto render .\template.qmd
pandoc 
 to: latex
 output-file: template.tex
 standalone: true
 pdf-engine: xelatex
 variables:
   graphics: true
   tables: true
 default-image-extension: pdf
 toc: false

metadata
 block-headings: true
 documentclass: exam
 classoption:
   - addpoints
   - 12pt
 commands:
   - question
   - part
 environments:
   - parts
   - questions
   - solution
 title: Example Exam or Assignment
 author: Jonathan Graves
 date: last-modified

We see documentclass: exam and it will install exam in latex

finding package for exam.cls
> 1 package to install
> installing exam (1 of 1)

I get …

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
12 replies
@jlgraves-ubc
Comment options

@cderv
Comment options

Answer selected by jlgraves-ubc
@jlgraves-ubc
Comment options

@cderv
Comment options

@jlgraves-ubc
Comment options

@cderv
Comment options

Comment options

You must be logged in to vote
1 reply
@cderv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
extensions relates to Quarto extensions mechanism
5 participants