diff --git a/main.pdf b/main.pdf index 2e51804..efb6dc9 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/math_rsa.cls b/math_rsa.cls index 947053b..c589f63 100644 --- a/math_rsa.cls +++ b/math_rsa.cls @@ -83,3 +83,7 @@ headsep=1em % Reference a Bibtext item \RequirePackage{cite} + +% remove the thebibliography header +\RequirePackage{etoolbox} +\patchcmd{\thebibliography}{\section*{\refname}}{}{}{}