% % Employs the fancyvrb package to provide a \myverbatim environment % with a specific framerule width and separation as well as employing % the upquote package to fix the single quote issue. Note that the % framerule width and separation and echoed in the myfigure package. % \ProvidesPackage{myverbatim} \usepackage{upquote} \usepackage{fancyvrb} \DefineVerbatimEnvironment% {myverbatim}{Verbatim} {fontsize=\scriptsize,frame=single,framerule=0.2pt,framesep=1em}