remove student number
[ri1617.git] / frontpage / README.md
1 # RU titlepage
2 ## Prerequisites
3 - geometry
4 - graphicx
5 - ifpdf
6 - keyval
7 - iflang
8
9 On a sensible system running texlive one can install this by typing:
10 ```sh
11 tlmgr install geometry graphicx ifpdf keyval iflang
12 ```
13
14 The titlepage works both with `latex` and `pdflatex`. Quite possibly it works
15 with other \*`TeX`s.
16
17 ## Usage
18 To prepare the files and compile the test document run `make`.
19
20 For all available options see `ex.tex`.
21
22 When you use `babel` to internationalize your document the titlepage will
23 change accordingly.
24
25 ## Todo
26 - Make the package CTAN ready
27
28 ## Author(s)
29 Author:
30
31 - Mart Lubbers
32
33 Contributors:
34
35 - [camilstaps](https://github.com/camilstaps)
36 - [dsprenkels](https://github.com/dsprenkels)
37 - [chriskamphuis](https://github.com/chriskamphuis)