No hyphenation in title
Using titles with longer words (like mine, Optical Inter-Satellite Link Acquisition Algorithm Based on Variable Beam Divergence Using Active Metal Mirror) led to hyphenation. Manually adding \\
caused a warning from hyperref (Package hyperref Warning: Token not allowed in a PDF string (Unicode):removing '\\' on input line 30.
).
I used \raggedright
in my thesis, looks ok imo.
Merge request reports
Activity
Happy to hear that it was helpful :)
Yes, the
\raggedright
definitely makes sense, going to merge this.The
\\
causing warnings with hyperref is because it is setup to take the\@title
marco and write it to the PDF as metadata for the title (see\hypersetup
inscrskoma.cls
). Sadly it's quite "fragile" and does not automagically discard formatting. The author metadata property has the same problem - something like\@safepdfauthor
could probably also be built for the title (to skip taking the value from\@title
) if required. But if it works with\raggedright
, i would leave it at this for now ;)TOC depth is also a bit of a taste topic, yes ;)
mentioned in commit 94c57a94
mentioned in commit 70c347cd