yatex

changeset 441:564510b9caca dev

Add verbatim package for verbatiminput macro
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 09 Oct 2016 15:58:27 +0859
parents 0c098405a3c9
children 5428250c886a
files yatexpkg.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexpkg.el	Sat Oct 01 21:17:33 2016 +0859
     1.2 +++ b/yatexpkg.el	Sun Oct 09 15:58:27 2016 +0859
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)2003-2015 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Fri Feb 13 22:45:46 2015 on firestorm
     1.8 +;;; Last modified Sun Oct  9 15:57:44 2016 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -27,6 +27,7 @@
    1.13  
    1.14      ("alltt"	(env "alltt"))
    1.15      ("misc"	(section "verbfile" "listing"))
    1.16 +    ("verbatim"	(section "verbatiminput"))
    1.17      ("eclbkbox"	(env "breakbox"))
    1.18      ("supertabular" (env "supertabular"))
    1.19      ("amsmath"	(env . YaTeX-package-ams-envs)