nareal / nastatement

Quarto extension that provides a PDF template for a short statement letter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nastatement

GitHub Action Status

This is a Quarto extension to provide a PDF template for a short statement letter.

Installation

If you want to start with a template do:

quarto use template nareal/nastatement

You just want to install the extension use:

quarto add nareal/nastatement

This command installs the extensions under the _extension subdirectory.

If you want you can specify the version number:

quarto add nareal/nastatement@v1.0

To update the extension use:

quarto update extension nareal/nastatement

and to remove it:

quarto remove extension nareal/nastatement

Usage

You can use the following metadata fields:

format: 
  nastatement-pdf:
    title: "To whom it may concern"
    fromname: Author name
    fromtitle: Author title
    fromWWW: https://web.address
    fromemail: email@somewhere.com
    fromphone: +999 999 999
    fromaddress: |
                 | University address
                 | Somewhere
                 | Universe
    closing: Best regards,
    spacing: 1.4
    #sansfont: NewsGotT # Make sure you select a font installed in your system
    lang: en-GB # pt-PT
    babel-lang: british # portuguese
    #date: Thursday, 18 October 2022
    #logofilepath:  um-eeg
    #keep-tex: true

Example

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

About

Quarto extension that provides a PDF template for a short statement letter

License:MIT License


Languages

Language:TeX 100.0%