Skip to content

Commit

Permalink
Update readme (fixes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 2, 2024
1 parent e1621f8 commit 5e123a0
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are currently a few differences between the PDFs generated by this templat

Any other differences are unintentional bugs -- please open an issue about anything you encounter!

## Creating a New Article
## Installation

You can use this as a template to create a new article. To do this, use the following command:

Expand All @@ -22,14 +22,28 @@ quarto use template mikemahoney218/quarto-arxiv

This will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.

## Installation For Existing Document

You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:

```bash
quarto install extension mikemahoney218/quarto-arxiv
```

This template uses the Latin Modern family of fonts. On Mac, you might need to install these using:

```bash
brew tap homebrew/cask-fonts
brew install font-latin-modern
brew install font-latin-modern-math
```

On Ubuntu, you might need to install these fonts using:

```bash
sudo apt install lmodern
```

If you have installation instructions for these fonts on another platform, please feel free to open an issue or send in a PR!

## Usage

To use the format, you can use the format names `arxiv-pdf` and `arxiv-html`. For example:
Expand Down

0 comments on commit 5e123a0

Please sign in to comment.