Make a minor change just to enforce BF between reqs
This commit is contained in:
parent
bfdf9c6dc6
commit
01463ab98d
4
monk.sty
4
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%
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue