https://github.com/alexhff/adaltas2021
https://github.com/alexhff/adaltas2021
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexhff/adaltas2021
- Owner: AlexHff
- Created: 2021-06-21T17:24:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T19:13:00.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T08:13:01.821Z (over 1 year ago)
- Language: TeX
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adaltas
Internship Report - Building an automation and deployment solution for NodeJS
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
To successfully compile the TeX source to a readable PDF, you need `pdflatex`.
Most of the time, this extension will be included in a LaTeX package suck as `texlive-latex-base` or `texlive-latex-extra`.
### Installation
1. Clone the repo
```sh
git clone https://github.com/AlexHff/adaltas.git
```
2. Build LaTeX document from source — this will also generate the files needed by makeglossaries
```sh
pdflatex rapport.tex
```
3. Invoke makeglossaries — a script which selects the correct character encodings and language settings
```sh
makeglossaries rapport
```
4. Build LaTeX document again — to produce a document with glossary entries
```sh
pdflatex rapport.tex
```
If you have `mupdf` installed, you can run `./compile.sh` in your command line.