mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
(texinfo): add a command-spec for @math{}.
* module/texinfo.scm (texi-command-specs): Add `math' as inline-text.
This commit is contained in:
parent
ff95e10225
commit
1d14478ffb
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; (texinfo) -- parsing of texinfo into SXML
|
||||
;;;;
|
||||
;;;; Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com>
|
||||
;;;; Copyright (C) 2001,2002 Oleg Kiselyov <oleg at pobox dot com>
|
||||
;;;;
|
||||
|
@ -187,6 +187,7 @@ lambda. Only present for @code{INLINE-ARGS}, @code{EOL-ARGS},
|
|||
(sample INLINE-TEXT)
|
||||
(samp INLINE-TEXT)
|
||||
(code INLINE-TEXT)
|
||||
(math INLINE-TEXT)
|
||||
(kbd INLINE-TEXT)
|
||||
(key INLINE-TEXT)
|
||||
(var INLINE-TEXT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue