From 97ecd621f5eda1f9782b73c3e94ef94a60b051e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 9 Apr 2022 12:41:03 +0200 Subject: [PATCH] remove section heading at start of implementation --- PyTeX/format/macros.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyTeX/format/macros.py b/PyTeX/format/macros.py index 2194a9a..9c0397b 100644 --- a/PyTeX/format/macros.py +++ b/PyTeX/format/macros.py @@ -206,7 +206,6 @@ class ImplementationBeginMacro(SimpleSingleLineMacro): return [ r'% \begin{implementation}', r'', - r'\section{\pkg{!name} implementation}', r'\begin{macrocode}', r'<*!outtype>', r'\end{macrocode}',