yatex

changeset 425:3c29f87e383b dev

Use linewidth instead of textwidth
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 31 Aug 2015 22:27:49 +0900
parents af4fa99fabd3
children 95b5715c17a5
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Mon Aug 31 22:23:02 2015 +0900
     1.2 +++ b/yatexadd.el	Mon Aug 31 22:27:49 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Aug 31 22:22:33 2015 on zxr
     1.7 +;;; Last modified Mon Aug 31 22:27:11 2015 on zxr
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -2150,7 +2150,7 @@
    1.12  			       colw)
    1.13  			     (or (YaTeX-match-string 2)
    1.14  				 (YaTeX-match-string 4)
    1.15 -				 "\\textwidth"))
    1.16 +				 "\\linewidth"))
    1.17  		cw (YaTeX:read-length
    1.18  		    (format "Column width(default: %s): " defw)))
    1.19  	  (if (string= "" cw) (setq cw defw))