mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Teach this script about \AA and \aa (the Scandanavian A-ring
characters); \AA is used in whatsnew23.tex.
This commit is contained in:
parent
cca912279a
commit
7769bb9224
1 changed files with 3 additions and 1 deletions
|
@ -200,7 +200,9 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
|
|||
\N regular expression notation in strings of BEGIN.")
|
||||
|
||||
(defconst py2texi-commands
|
||||
'(("ABC" 0 "ABC")
|
||||
'(("AA" 0 "@AA{}")
|
||||
("aa" 0 "@aa{}")
|
||||
("ABC" 0 "ABC")
|
||||
("appendix" 0 (progn (setq appendix t) ""))
|
||||
("ASCII" 0 "ASCII")
|
||||
("author" 1 (progn (setq author (match-string 1 string)) ""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue