quarto-ext / fancy-text

Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fancy-text

A very simple shortcode extension that adds shortcodes for outputing nicely formatted versions of fancy strings (such as LaTeX and BibTeX). Outputs fancy strings in HTML and LaTeX, just emits simple strings of the correct case in other formats.

Installation

$ quarto add quarto-ext/fancy-text

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Usage

Use shortcodes to get format specific fancy text for certain keywords or format styles. Currently, this extension supports:

{{< latex >}}
{{< tex >}}
{{< bibtex >}}
{{< ldots >}}
{{< vdots >}}
{{< ddots >}}
{{< pct >}}
{{< r2 >}}

For example:

## Overview of {{< latex >}}

You can view the example document as

About

Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats.

License:MIT License


Languages

Language:Lua 100.0%