diff --git a/README.md b/README.md index 3ab910c..371a81d 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: