Open BenQuigley opened 8 years ago
Hi, this is happening because the headers of description lists are constrained to a certain width. In line 55 of style_chmduchesne.tex file there is a width setting for the subheader (it's probably width
, but it might also be distance
, so try tweaking both. Unfortunately I don't think there's a way to let the subheader text actually run above the list items. Let me know if this helps.
Another option you could try is to add
\exhyphenpenalty=10000
\hyphenpenalty=10000
to the style_chmduquesne.tex file. I added it right after line 21. This, along with some other layout/sizing tweaks, seemed to alleviate that problem.
Long words (e.g. "Communications") are improperly split into two lines when they are used as subsection headers. Example code:
Converts to PDF as:
"Communications" is on its own line, so there's no reason to split it onto a second line, but that's what the tool is doing. How can I help fix?