Hi Karim,

    I would just like to know if, and how, it is possible to use
    `one-and-a-half' line spacing in Texinfo when producing formatted

There's no document-level way to do it, but if you change the definition
of \setleading in texinfo.tex, you might get something approximating
that result.  That is, change this:

\def\setleading#1{%
  \normalbaselineskip = #1\relax

to this:

\def\setleading#1{%
  \dimen0 = #1\relax
  \normalbaselineskip = 1.5\dimen0

Let me know if this works, and I'll make it a "secret" option in
texinfo.tex.

Best,
Karl


_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo
[email protected]
http://lists.gnu.org/mailman/listinfo/help-texinfo

Reply via email to