Skip to content

Commit

Permalink
Fix typos (#820)
Browse files Browse the repository at this point in the history
* Fix typos

* Fix typos
  • Loading branch information
maxdrohde authored Sep 4, 2023
1 parent aa2e8a2 commit 77005ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/extensions/_formats-common.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have a GitHub repository containing the files enumerated above in the `{{
quarto use template {{< meta example-org >}}/{{< meta example-format >}}
```

This is often the preferred way to get started with a format as it provides the user with a working document right out of the box. It's also possible to install *only* the format if you working with an existing project:
This is often the preferred way to get started with a format as it provides the user with a working document right out of the box. It's also possible to install *only* the format if you are working with an existing project:

``` {.bash filename="Terminal"}
quarto add {{< meta example-org >}}/{{< meta example-format >}}
Expand Down Expand Up @@ -80,6 +80,6 @@ quarto-journals/jss
└── partials
```

This will add the `quarto-ext/fancy-text` extension into the `jss` extension in the `_extensions` folder. By embedding an extension you make it available without creating the potential for conflict with other versions of the extension that uses might already have installed.
This will add the `quarto-ext/fancy-text` extension into the `jss` extension in the `_extensions` folder. By embedding an extension you make it available without creating the potential for conflict with other versions of the extension that users might already have installed.

[^_formats-common-1]: This is most common in the the case of PDF based formats which have a secondary step of converting the LaTeX produced by Pandoc into a PDF. If there are files that are referenced indirectly by the LaTeX, they will need to be discoverable and should typically be copied into the same directory that contains the LaTeX input.
4 changes: 2 additions & 2 deletions docs/journals/formats.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ example-format: acm

## Overview

This article provide a guide to creating your own custom Journal formats. As a supplement to this guide we also recommend the following learning resources:
This article provides a guide to creating your own custom Journal formats. As a supplement to this guide we also recommend the following learning resources:

- The source code for the Journal article formats available from the [quarto-journals](https://github.com/quarto-journals/) GitHub organization.

Expand Down Expand Up @@ -177,7 +177,7 @@ _extensions/

For the time being we'll ignore all of the files above the `_extensions` directory (those files aren't strictly part of the extension but rather provide documentation and a starter template---we'll describe their usage below).

- The `_extensions` directory contains one or more extension---in this case it contains the `acm` format extension.
- The `_extensions` directory contains one or more extensions---in this case it contains the `acm` format extension.

- The `_extension.yml` file declares the format extension and provides default metadata and options for articles created for the format (we'll do a deep dive into its contents below).

Expand Down

0 comments on commit 77005ca

Please sign in to comment.