Updated command to resize sans-serif text to eliminate error

This commit is contained in:
Kenneth John Odle 2025-02-18 15:32:59 -05:00
parent 134bb08b1f
commit 74ff53aee6

View File

@ -8,13 +8,14 @@
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage[nott]{kpfonts}
\usepackage{float}
\raggedbottom
\usepackage{array}
\usepackage{multirow}
\usepackage[nott]{kpfonts}
\usepackage{gensymb} % Just for the degree symbol
\usepackage{ccicons} % Creative Commons icons; now we can delete an image
\usepackage{lettrine} % Drop caps
\usepackage{wrapfig} % Let's wrap some images
\usepackage{hanging} % For hanging indents in a script
\usepackage{fancyvrb} % Use line numbers with code samples
@ -80,7 +81,7 @@
\usepackage[defaultsans]{Cantarell} % sans-serif font
% Make sans-serif a little smaller, since it seems too big in headlines and text
\let\oldtextsf\textsf
\renewcommand{\textsf}[1]{\small\oldtextsf{#1}}
\renewcommand{\textsf}[1]{\small\oldtextsf{#1}\normalsize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%