Make a minor change just to enforce BF between reqs

This commit is contained in:
Kenwood 2025-03-20 11:50:32 -04:00
parent bfdf9c6dc6
commit 01463ab98d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
% monk.sty - Custom style file for Professor Monk's coursework % monk.sty - Custom style file for Professor Monk's coursework
% Version variable % Version variable
\def\monkversion{v1.7} \def\monkversion{v1.8}
\usepackage {snhu} \usepackage {snhu}
\ProvidesPackage{monk}[\monkversion Custom package for Professor Monk] \ProvidesPackage{monk}[\monkversion Custom package for Professor Monk]
@ -80,7 +80,7 @@
% Define the \req command % Define the \req command
\newcommand{\req}[1]{% \newcommand{\req}[1]{%
\ifshowreqs% \ifshowreqs%
\textsuperscript{\textit{\textcolor{red}{#1}}}% Show requirement flag (styled) \textsuperscript{\textbf{\textit{\textcolor{red}{#1}}}}% Show requirement flag (styled)
\fi% \fi%
} }