From 186cd7339de0dadd2d9d1c44ed4f6ee677c91186 Mon Sep 17 00:00:00 2001 From: Schuberth-Hlavac Date: Fri, 16 Feb 2024 14:57:14 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 885e2a6..d421176 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ or quarto preview MuMi_AT__MappingGuide__EN.qmd ``` -The first command only renders the document to a PDF file and the latter command renders the document and opens up a browser windows and shows the built PDF. +The first command just renders the document to a PDF file. The latter command renders the document and opens up a browser window showing the built PDF. Alternatively -- and more comfortably -- _quarto_ can be used with diverses editors resp. IDEs like _VS Code_, _RStudio, _ Jupyter Lab_, ... ### Prerequisites -You will need to install the following things before you can build the documents: +You need to have the following things installed before you can build the documents: * A [LaTeX](https://www.latex-project.org/) distribution This depends on the system you are using: @@ -45,4 +45,5 @@ You will need to install the following things before you can build the documents * Windows: [MiKTeX](https://miktex.org/) can be recommended or use [TeX Live](https://www.tug.org/texlive/). * Mac OS: [MacTeX](https://www.tug.org/mactex/) will meet all your needs. * [quarto](https://quarto.org/) -- see the _Get Started_ guide there -* The [quarto_titlepages](https://github.com/nmfs-opensci/quarto_titlepages) extension \ No newline at end of file + +The documents are created using the [quarto_titlepages](https://github.com/nmfs-opensci/quarto_titlepages) extension, which is included in this repository.