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
|
% 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%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue