commit | da5ff37c7ede7aa4e6883f4dd5a83b6cf8b9837f | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Sat Jan 27 16:31:45 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 08 19:35:29 2018 -0700 |
tree | 55512d5fb3e00d85c3a89ffb08053e0116b77932 | |
parent | 0a703c1f89af614d38808a4802744db6c8638762 [diff] |
Documentation/cdrom: fix German sharp s in LaTex Apparently the LaTex abbreviation for the German "sharp s" (ß) (Unicode U+00DF) has changed from {\sz} to {\ss}. With {\sz}, I get this error at line 1016 (line number after another patch): ! Undefined control sequence. l.1016 ...nel~2.0. Further thanks to Heiko Ei{\sz }feldt, This is fixed by changing the {\sz} to {\ss}. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>