Update README.md

This commit is contained in:
Schuberth-Hlavac 2024-02-16 14:57:14 +01:00
parent 4483001cbc
commit 186cd7339d

View File

@ -31,13 +31,13 @@ or
quarto preview MuMi_AT__MappingGuide__EN.qmd 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_, ... Alternatively -- and more comfortably -- _quarto_ can be used with diverses editors resp. IDEs like _VS Code_, _RStudio, _ Jupyter Lab_, ...
### Prerequisites ### 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 * A [LaTeX](https://www.latex-project.org/) distribution
This depends on the system you are using: 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/). * 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. * Mac OS: [MacTeX](https://www.tug.org/mactex/) will meet all your needs.
* [quarto](https://quarto.org/) -- see the _Get Started_ guide there * [quarto](https://quarto.org/) -- see the _Get Started_ guide there
* The [quarto_titlepages](https://github.com/nmfs-opensci/quarto_titlepages) extension
The documents are created using the [quarto_titlepages](https://github.com/nmfs-opensci/quarto_titlepages) extension, which is included in this repository.