Comment by h-2 on minted code samples more "condensed" than lst-listing
This fixes the spacing, thanks! Concerning the minted code being "heavier" / darker, this is apparently a problem with listings where the text color isn't the actual colour set via the options but a...
View ArticleComment by h-2 on Changing TOC style of scrbook with scrlayer-scrpage
Thank you for the quick answer and for reminding me to create a MWE. Working with that revealed that another package is breaking the behaviour, because your solutions does in fact not fix it inside my...
View ArticleComment by h-2 on mintinline in footnote doesn't resize properly
Thank for the feedback, I am reducing this to MWE that in part will have separate questions. I will return to this later or close this.
View ArticleComment by h-2 on relsize in footnote leads to too-small font size
I had thought 6pt was a LaTeX wide general lower limit or something like that, so I didn't look into the relsize documentation. Your solution works perfectly!
View ArticleComment by h-2 on Move chapter preamble before Chapter headline
That was a lot easier than I had expected, I should have just RTFM. Thanks! I can even add a box above and below. However, if I add the box below with a \rule there is too much spacing between headline...
View ArticleComment by h-2 on \textcite macro produces "Author (year)" correctly but...
Switching to style=authoryear does not solve the problem.
View ArticleComment by h-2 on \textcite macro produces "Author (year)" correctly but...
Hm, this doesn't work for me: Warning: Macro 'cite:labeldate+extradate' undefined. and ! Undefined control sequence. \blx@unitpunct ...ooltrue {cbx:parens}\printdelim {nameyeardelim}\bibopenparen l.85...
View Articleminted code samples more "condensed" than lst-listing
I want to switch to minted over listings for the superior syntax highlighting, especially for C++.But I can't get the font to look as nicely as with listings. Somehow the font is heavier and more...
View ArticleChanging TOC style of scrbook with scrlayer-scrpage
I am using the following to define my default pagestyle and adjust it for the first page of chapters to also include the footer:\usepackage[headsepline,footsepline]{scrlayer-scrpage}%% set DEFAULT...
View Articlerelsize in footnote leads to too-small font size
I use relsize to create a pretty version of the string "C++". This produces warnings when put into footnotes or small environments, because the result would be "too small". How can I prevent this...
View ArticleAnswer by h-2 for Move chapter preamble before Chapter headline
As the comment by @campa indicated [o] is sufficient to move the preamble up. Also \dictum helps with the...
View ArticleComment by h-2 on Selectively disable a ligature in pdflatex + newtxtext
I had written \DisableLigatures[f]{encoding = T1, family = tt* } for some reason and that hadn't worked. This works, thank you!
View ArticleSelectively disable a ligature in pdflatex + newtxtext
I had a wonderfully working setup with LuaLaTeX, but my publisher demands I use PDFLaTeX and newtxtext.This, however, replaces ">>" in monospaced text with "ยป" which looks very...
View Article