yatex

changeset 426:95b5715c17a5 dev

Use textwidth instead of linewidth
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 31 Aug 2015 22:28:49 +0900
parents 3c29f87e383b
children 64c07f0a179f
files yatexadd.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Mon Aug 31 22:27:49 2015 +0900
     1.2 +++ b/yatexadd.el	Mon Aug 31 22:28: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:27:11 2015 on zxr
     1.7 +;;; Last modified Mon Aug 31 22:28:40 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 -				 "\\linewidth"))
    1.16 +				 "\\textwidth"))
    1.17  		cw (YaTeX:read-length
    1.18  		    (format "Column width(default: %s): " defw)))
    1.19  	  (if (string= "" cw) (setq cw defw))
    1.20 @@ -2166,7 +2166,7 @@
    1.21    (cond
    1.22     ((= argp 1) (YaTeX:column-read-width))))
    1.23  (defvar YaTeX:columns-option-alist
    1.24 -  '(("t") ("T") ("b") ("c") ("onlytextwidth") ("totalwidth=0.9\\linewidth"))
    1.25 +  '(("t") ("T") ("b") ("c") ("onlytextwidth") ("totalwidth=0.9\\textwidth"))
    1.26    "*Default option alist for completing columns environment of Beamer")
    1.27  
    1.28  (defun YaTeX:columns ()