https://github.com/nuest/publications
Bibtex file with my publications including a LaTeX file to create a PDF with highlighted name.
https://github.com/nuest/publications
Last synced: 3 months ago
JSON representation
Bibtex file with my publications including a LaTeX file to create a PDF with highlighted name.
- Host: GitHub
- URL: https://github.com/nuest/publications
- Owner: nuest
- Created: 2014-10-11T23:19:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T14:06:54.000Z (almost 8 years ago)
- Last Synced: 2025-07-20T16:41:13.802Z (9 months ago)
- Language: TeX
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daniel's publications
Bibtex file with my publications including a LaTeX file to create a PDF with highlighted name.
Render it with `latexmk` in a container using the following command:
```
docker run --rm -it -v $(pwd):/data janwh/latex latexmk -pdf publications-daniel-nuest.tex
```
Or build the local Dockerfile with newest biber and biblatex (tested biber `>= 2.11` and biblatex `>= 3.11`):
```
docker build --tag publications .
docker run --rm -it -v $(pwd):/data publications:latest
```