Class scrreprt Warning: Usage of deprecated font command

Issue #119 closed
Former user created an issue

I'm a novice, so apologies if this has already been addressed. I'm still writing my thesis, and on each compile, I'm getting a huge number of these warnings:

Class scrreprt Warning: Usage of deprecated font command \tt'! (scrreprt) You should note, that in 1994 font command\tt' has (scrreprt) been defined for compatiblitiy to Script 2.0 only. (scrreprt) Now, after two decades of LaTeX2e and NFSS2, you (scrreprt) shouldn't use such commands any longer and within (scrreprt) KOMA-Script usage of \tt' is definitely deprecated. (scrreprt) Seefntguide.pdf' for more information about (scrreprt) recommended font commands. (scrreprt) Note also, that KOMA-Script will remove the definition (scrreprt) of \tt' anytime until release of about version 3.20. (scrreprt) But for now, KOMA-Script will replace deprecated\tt' (scrreprt) by `\normalfont \ttfamily ' on input line 168.

Anyway to fix this? Is this messing up the fonts that were intended to be used?

Comments (2)

  1. André Miede repo owner

    As far as I remember, classicthesis does not introduce any of these deprecated commands, maybe it is due to an old version of an other package?

    You could try

    \renewcommand\tt{ATTENTIONHERE}
    

    in order to single out the troublemakers...

  2. Log in to comment