Go to file
2024-10-03 15:28:25 +02:00
_extensions/nmfs-opensci/titlepage Initial commit 2023-11-16 15:43:16 +01:00
bibAndCite Version 4 2024-10-03 14:48:53 +02:00
Figs Version 4 2024-10-03 14:48:53 +02:00
Pix Initial commit 2023-11-16 15:43:16 +01:00
_quarto.yml Version 4 2024-10-03 14:48:53 +02:00
_variables.yml Version 4 2024-10-03 14:48:53 +02:00
.gitignore Initial commit 2023-11-16 15:43:16 +01:00
.luarc.json Initial commit 2023-11-16 15:43:16 +01:00
ConDefMacros.tex Initial commit 2023-11-16 15:43:16 +01:00
LICENSE.txt Initial commit 2023-11-16 15:43:16 +01:00
MuMi_AT__MappingGuide__DE.pdf Initial commit 2023-11-16 15:43:16 +01:00
MuMi_AT__MappingGuide__DE.qmd Initial commit 2023-11-16 15:43:16 +01:00
MuMi_AT__MappingGuide__EN.pdf Version 4 2024-10-03 14:48:53 +02:00
MuMi_AT__MappingGuide__EN.qmd Version 4 2024-10-03 14:48:53 +02:00
packages.tex Initial commit 2023-11-16 15:43:16 +01:00
QTDublinIrish.otf Initial commit 2023-11-16 15:43:16 +01:00
README.md Update README.md 2024-10-03 15:28:25 +02:00

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 and German.

Getting the source

You can clone this repository using:

git clone https://gitea.geologie.ac.at/schger/MultiMiner-Austria__Geological_Mapping_Overview.git

Alternatively you can download 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:

quarto render MuMi_AT__MappingGuide__EN.qmd

or

quarto preview MuMi_AT__MappingGuide__EN.qmd

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 need to have the following things installed before you can build the documents:

  • A LaTeX distribution

    This depends on the system you are using:

    • Linux and similar systems: Check your distribution's repository, usually a TeX Live distribution can be installed directly.
    • Windows: MiKTeX can be recommended or use TeX Live.
    • Mac OS: MacTeX will meet all your needs.
  • quarto -- see the Get Started guide there

The documents are created using the quarto_titlepages extension, which is included in this repository.