nareal / nanotes

Quarto extension that provides a PDF template to create handout notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nanotes

This is a Quarto extension to provide a PDF template to create handout notes. It adds a header to the standard quarto template, so it supports all the features of this Tufte like handout from the quarto Gallery.

Installation

If you want to start with a template do:

quarto use template nareal/nanotes

You just want to add the extension use:

quarto add  nareal/nanotes

This command installs the extensions under the _extension subdirectory.

If you want you can specify the version number:

quarto add nareal/nanotes@v1.0

To update the extension use:

quarto update extension nareal/nanotes

and to remove it:

quarto remove extension nareal/nanotes

Usage

You can use the following metadata fields:

title: "Notes title"
subtitle: "Notes subtitle"
author: "Author name"
date: "2022-10-06"
format:
  nanotes-pdf: 
    keep-tex: true
    coursename: "Course name"
    academicyear: 2022/2023
    degree: "Degree in XXX"
    university: "University Name"
    school: "School Name"
    logofilepath: file_path_to_logo.pdf
    mainfont: SF Pro Text
    sansfont: SF Pro Text
    logofilepath: um-eeg.pdf
bibliography: bibliography.bib

Example

Here is the source code of an example file: template.qmd and the rendered PDF file.

About

Quarto extension that provides a PDF template to create handout notes.

License:MIT License


Languages

Language:TeX 100.0%