Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragonneau/phd-thesis
Ph.D. Thesis of Tom M. Ragonneau.
https://github.com/ragonneau/phd-thesis
latex latex-document latexmk latexmkrc xelatex
Last synced: 2 months ago
JSON representation
Ph.D. Thesis of Tom M. Ragonneau.
- Host: GitHub
- URL: https://github.com/ragonneau/phd-thesis
- Owner: ragonneau
- Created: 2021-11-24T03:17:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T04:23:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T10:20:46.988Z (almost 2 years ago)
- Topics: latex, latex-document, latexmk, latexmkrc, xelatex
- Language: TeX
- Homepage:
- Size: 35.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ph.D. thesis of Tom M. Ragonneau
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ragonneau/phd-thesis/build.yml?logo=github&style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/ragonneau/phd-thesis?logo=github&style=for-the-badge)LaTeX source files of the Ph.D. thesis of Tom M. Ragonneau.
## Getting started
To generate the PDF version of the dissertation, you first need to install [latexmk](https://ctan.org/pkg/latexmk?lang=en) v4.51 or later.
Next, clone this repository, and load the bibliography:```bash
git submodule update --init
```The PDF file can be generated with:
```bash
make
```