From 71bdfd9c5366aece8bc1187478d189d7fbc148b2 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 18 Dec 2017 16:21:27 +0100 Subject: [PATCH] Add FAQ for Paderborn --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20ebcf91..db7537d8 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,10 @@ For instance, for support of makeglossaries see http://tex.stackexchange.com/que See installation hints of how to update them at different systems. +### Q: My Paderborn title page is strange. The boxes seem to be located arbitrarily. + +Just run pdflatex again. + ### Q: I get the error `! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.` Install the `cm-super` package using the MiKTeX package manager. Then, run `initexmf --mkmaps` on the command line. (Long description: http://tex.stackexchange.com/a/324972/9075)