Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b75c615

Browse files
committed
\moduleauthor,
\sectionauthor: New macros to record attributions; no output.
1 parent c817e27 commit b75c615

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/texinputs/python.sty

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,12 @@
292292
\py@HaveModSynopsistrue
293293
}
294294

295+
% \moduleauthor{name}{email}
296+
\newcommand{\moduleauthor}[2]{}
297+
298+
% \sectionauthor{name}{email}
299+
\newcommand{\sectionauthor}[2]{}
300+
295301

296302
\newcommand{\py@defsynopsis}{Module has no synopsis.}
297303
\newcommand{\py@modulesynopsis}{\py@defsynopsis}

0 commit comments

Comments
 (0)