tud-cd / tudscr

TUD-Script
Other
105 stars 22 forks source link

Font shape warning with cdfont=false #46

Open mrpiggi opened 4 years ago

mrpiggi commented 4 years ago
\documentclass[cdfont=false]{tudscrbook}
\usepackage{iftex}
\iftutex
  \usepackage{fontspec}
\else
  \usepackage[T1]{fontenc}
\fi
\begin{document}
\chapter{Test}
\end{document}