Tagged Questions
10
votes
2answers
444 views
Microtype warning with lmodern package and KOMA-script
With a simple document
\documentclass{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{lmodern}
\begin{document}
\chapter{Test test test}
...
4
votes
1answer
222 views
Font shape undefined despite using either or both of fix-cm and lmodern
My document begins:
\RequirePackage{fix-cm}
\RequirePackage[l2tabu, orthodox]{nag}
\documentclass[oneside]{memoir} % TODO 12pt
Nevertheless, I get errors:
LaTeX Font Info: Font shape ...
2
votes
1answer
216 views
Filtering font substitution warnings caused by the combination of lmodern and tipa
This question is a follow-up to Combining lmodern and tipa: I tried to filter the harmless warnings that occur when using tipa with the Latin Modern font. Doing so crashes both pdflatex and regular ...