The ctk-memo Quarto template is a general purpose memo template, designed to aesthetically align with the ctk-article template.
quarto use template christopherkenny/ctk-memoThis will install the format extension and create an example qmd file that you can use as a starting place for your document.
This extension builds your Quarto documents using a Typst backend. Typst.
This template is relatively simple. Some options you can set:
title: A title of the document.authors: Author names to use. Only names are used, not affiliations.header-left: A left header, typically a short titleheader-right: A right header, typically names or last names
By default, the ctk-memo format uses the Spectral font. This can be installed from Google Fonts.
To check that it is installed, run:
quarto typst fonts
If no font by the name "Spectral" is found, it falls back to Crimson Text. This can be installed from Google Fonts.
If no font by the names "Spectral", "Crimson Text", or "Crimson" is found, the template falls back to Linux Libertine.
This backup font of Crimson Text is chosen to look like Cory McCartan's cmc-article which uses Cochineal.
This template is licensed under the MIT License. See the LICENSE file for details.
