Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corymccartan/legal

Quarto Templates for Legal Filings
https://github.com/corymccartan/legal

latex legal legal-documents quarto quarto-extension quarto-template tex

Last synced: about 1 month ago
JSON representation

Quarto Templates for Legal Filings

Awesome Lists containing this project

README

        

# Quarto Templates for Legal Filings

The `legal-filing` format is designed for legal filings and expert reports.
While still a work-in-progress, it is designed to be relatively customizable to different user's needs.

## Creating a New Article

To create a new article using this format:

```bash
quarto use template CoryMcCartan/legal
```

This will create a new directory with an example document that uses this format.

## Using with an Existing Document

To add this format to an existing document:

```bash
quarto add CoryMcCartan/legal
```

Then, add the format to your document options:

```yaml
format:
legal-filing-pdf: default
```

## Example and Options

Here is the source code for a minimal sample document: [template.qmd](template.qmd).
This sample is relatively self-documenting and contains YAML for all the
possible options that are specific to the template.

#### Exhibits

To include exhibits in the document, use the `exhibits` metadata as follows.

```yaml
exhibits:
- key: vitae
name: Curriculum Vitae
file: "exh/cv.pdf"
- key: examples
name: Example Simulated Plans
file: "exh/examples.pdf"
landscape: true
```

You can reference exhibits as, e.g. `Exhibit \ref{exh:vitae}`