blob: 007e28049b6ae3181b7421b4308cff11d945e18c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# RU titlepage
## Prerequisites
- geometry
- graphicx
- ifpdf
- keyval
- iflang
- babel-dutch (optional)
- verbatim (documentation only)
- booktabs (documentation only
The titlepage works both with `latex` and `pdflatex`. Quite possibly it works
with other \*`tex`s.
When you use `babel` to internationalize your document in either English or
Dutch the titlepage will change accordingly.
## Usage
To prepare the files and compile the documentation run `make`.
To install using `tlmgr` run `make release` followed by `tlmgr install --file
rutitlepage.tar.xz`. This will install the needed dependencies.
## Todo
- Upload to CTAN
## Author(s)
Author:
- Mart Lubbers
Contributors:
- [camilstaps](https://github.com/camilstaps)
- [dsprenkels](https://github.com/dsprenkels)
- [chriskamphuis](https://github.com/chriskamphuis)
|