Files
phd-thesis/README.md
2024-04-15 18:52:17 +02:00

24 lines
513 B
Markdown

# Wearable Haptics and Augmented Reality
## Usage
Clone this repository with its submodules:
```
git clone --recurse-submodules
```
If you have already cloned the repository, you can update the submodules with:
```
git submodule --init --update
```
Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recommended).
You may need to install the following packages:
```bash
tlmgr install titlesec sauerj abstract sectsty shorttoc comment wallpaper epigraph nextpage acro ebgaramond
```