# HG changeset patch # User HIROSE Yuuji # Date 1441027669 -32400 # Node ID 3c29f87e383b889c59835f91726b9a3b97f0b465 # Parent af4fa99fabd38382c7d2560e54491aad825682df Use linewidth instead of textwidth diff -r af4fa99fabd3 -r 3c29f87e383b yatexadd.el --- a/yatexadd.el Mon Aug 31 22:23:02 2015 +0900 +++ b/yatexadd.el Mon Aug 31 22:27:49 2015 +0900 @@ -1,6 +1,6 @@ ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*- ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Mon Aug 31 22:22:33 2015 on zxr +;;; Last modified Mon Aug 31 22:27:11 2015 on zxr ;;; $Id$ ;;; Code: @@ -2150,7 +2150,7 @@ colw) (or (YaTeX-match-string 2) (YaTeX-match-string 4) - "\\textwidth")) + "\\linewidth")) cw (YaTeX:read-length (format "Column width(default: %s): " defw))) (if (string= "" cw) (setq cw defw))