mgrau / problemset

Quarto extension to format problem sets and solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problemset Format

Installing

quarto use template mgrau/problemset

This will install the extension and create an example qmd file that you can use as a starting place for your problem set.

Using

To use with quarto in the command line

quarto render ps.qmd --to problemset-pdf
quarto render ps.qmd --to problemset-html

or specify in the document header yaml

format:
  problemset-pdf: default

Format Options

Header Block

title: Q001
subtitle: Introduction to Problem Sets
semester: Fall 2023
author: Dr. Matt Grau
affiliation: Old Dominion University
type: Problem Set
due: Friday September 29 2023
solutions: true #include solutions

Solutions

You can include solutions inline using the block

::: sol
your solution here
:::

These are hidden if in the document metadata solution: false

Example

Here is the source code for a minimal sample document: template.qmd.

About

Quarto extension to format problem sets and solutions


Languages

Language:TeX 44.6%Language:Lua 39.5%Language:HTML 15.8%