yatex

changeset 324:b6500fb81ee0 dev

Add columnwidth to YaTeX:style-parameters-default
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 21 Sep 2014 14:15:42 +0900
parents d08c824ababe
children 2561570d7194
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Sun Jul 06 23:28:16 2014 +0900
     1.2 +++ b/yatexadd.el	Sun Sep 21 14:15:42 2014 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions
     1.5  ;;; yatexadd.el rev.20
     1.6  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Jul  6 13:59:09 2014 on firestorm
     1.8 +;;; Last modified Sun Sep 21 14:14:59 2014 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1576,6 +1576,7 @@
    1.13      ("\\tabcolsep")
    1.14      ("\\textheight")
    1.15      ("\\textwidth")
    1.16 +    ("\\columnwidth")
    1.17      ("\\topmargin")
    1.18      ("\\topsep")
    1.19      ("\\topskip")