mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
(texinfo plain-text): Pass @math{} through as-is.
* module/texinfo/plain-text.scm (tag-handlers): Pass `math' through as-is.
This commit is contained in:
parent
d4cab459d3
commit
9cdc5cdbe6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; (texinfo plain-text) -- rendering stexinfo as plain text
|
||||
;;;;
|
||||
;;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2003,2004,2009 Andy Wingo <wingo at pobox dot com>
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
|
@ -238,6 +238,7 @@
|
|||
(sample ,code)
|
||||
(samp ,code)
|
||||
(code ,code)
|
||||
(math ,passthrough)
|
||||
(kbd ,code)
|
||||
(key ,key)
|
||||
(var ,var)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue