Variable: reftex-toc-split-windows-fraction
reftex-toc-split-windows-fraction is a customizable variable defined
in reftex-vars.el.gz.
Value
0.3
Documentation
Fraction of the width or height of the frame to be used for TOC window.
See also reftex-toc-split-windows-horizontally.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-toc-split-windows-fraction .3
"Fraction of the width or height of the frame to be used for TOC window.
See also `reftex-toc-split-windows-horizontally'."
:group 'reftex-table-of-contents-browser
:type 'number)