]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add more known macros.
authorRaymond Hettinger <python@rcn.com>
Mon, 12 Jul 2004 13:16:49 +0000 (13:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 12 Jul 2004 13:16:49 +0000 (13:16 +0000)
Tools/scripts/texcheck.py

index e99f8ca5c3c99aceafa8cbcfb1c7ada2ed4281b1..3e056da8f42d3131f1d9a21547f0b6b431220fd3 100644 (file)
@@ -57,6 +57,7 @@ cmdstr = r"""
     \makevar \csimplemacro \menuselection \bfcode \sub \release
     \email \kwindex \refexmodindex \filenq \e \menuselection
     \exindex \linev \newsgroup \verbatim \setshortversion
+    \author \authoraddress \paragraph \subparagraph \cmemberline
 """
 
 def matchclose(c_lineno, c_symbol, openers, pairmap):