remove section heading at start of implementation
This commit is contained in:
parent
32c2795297
commit
97ecd621f5
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ class ImplementationBeginMacro(SimpleSingleLineMacro):
|
||||||
return [
|
return [
|
||||||
r'% \begin{implementation}',
|
r'% \begin{implementation}',
|
||||||
r'',
|
r'',
|
||||||
r'\section{\pkg{!name} implementation}',
|
|
||||||
r'\begin{macrocode}',
|
r'\begin{macrocode}',
|
||||||
r'<*!outtype>',
|
r'<*!outtype>',
|
||||||
r'\end{macrocode}',
|
r'\end{macrocode}',
|
||||||
|
|
Loading…
Reference in a new issue