Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corymccartan/legal
- Owner: CoryMcCartan
- License: mit
- Created: 2023-06-18T20:50:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T17:10:13.000Z (7 months ago)
- Last Synced: 2024-10-12T12:15:39.121Z (2 months ago)
- Topics: latex, legal, legal-documents, quarto, quarto-extension, quarto-template, tex
- Language: TeX
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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}`