Update README.md

This commit is contained in:
Schuberth-Hlavac 2023-11-16 17:13:07 +01:00
parent 0581281524
commit fac0b07cba

View File

@ -1,2 +1,49 @@
# MuMi-Geological_Mapping_Overview
# MultiMiner -- Austria -- Geological_Mapping_Overview
This is the git repository for the MultiMiner field guide for the geological mapping in Hochfilzen, Austria.\
The guide is available in [English](MuMi_AT__MappingGuide__EN.pdf) and [German](MuMi_AT__MappingGuide__DE.pdf).
## Getting the source
You can clone this repository using:
```bash
git clone https://gitea.geologie.ac.at/schger/MultiMiner-Austria__Geological_Mapping_Overview.git
```
Alternatively you can [download](https://gitea.geologie.ac.at/schger/MultiMiner-Austria__Geological_Mapping_Overview/archive/master.zip) it if you don't use git.
## Building the documents
The two versions of this field guide are stored in two files:
1. English: `MuMi_AT__MappingGuide__EN.qmd`
2. German: `MuMi_AT__MappingGuide__DE.qmd`
The documents are rendered using _quarto_:
```bash
quarto render MuMi_AT__MappingGuide__EN.qmd
```
or
```bash
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.
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:
* [quarto](https://quarto.org/) -- see the _Get Started_ guide there
* A [LaTeX](https://www.latex-project.org/) distribution
This depends on the system you are using:
* Linux and similar systems: Check your distribution's repository, usually a [TeX Live](https://www.tug.org/texlive/) distribution can be installed directly.
* 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.