From 1d14478ffb2e7b2f9790d34f8c03376abc0675f8 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 9 Feb 2013 18:19:28 +0100 Subject: [PATCH] (texinfo): add a command-spec for @math{}. * module/texinfo.scm (texi-command-specs): Add `math' as inline-text. --- module/texinfo.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/texinfo.scm b/module/texinfo.scm index 519db485d..edee5b397 100644 --- a/module/texinfo.scm +++ b/module/texinfo.scm @@ -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 ;;;; Copyright (C) 2001,2002 Oleg Kiselyov ;;;; @@ -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) -- 2.20.1