From 01463ab98deda6c017db810289ef96977d7575b3 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 20 Mar 2025 11:50:32 -0400 Subject: [PATCH] Make a minor change just to enforce BF between reqs --- monk.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monk.sty b/monk.sty index 9bb4c4a..8393d0b 100644 --- a/monk.sty +++ b/monk.sty @@ -1,7 +1,7 @@ % monk.sty - Custom style file for Professor Monk's coursework % Version variable -\def\monkversion{v1.7} +\def\monkversion{v1.8} \usepackage {snhu} \ProvidesPackage{monk}[\monkversion Custom package for Professor Monk] @@ -80,7 +80,7 @@ % Define the \req command \newcommand{\req}[1]{% \ifshowreqs% - \textsuperscript{\textit{\textcolor{red}{#1}}}% Show requirement flag (styled) + \textsuperscript{\textbf{\textit{\textcolor{red}{#1}}}}% Show requirement flag (styled) \fi% }