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