[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: forwarded message from José Luis Cruz
From: |
Karl Berry |
Subject: |
Re: forwarded message from José Luis Cruz |
Date: |
Tue, 6 Jan 2004 17:24:16 -0500 |
output of the makeinfo I'm running. I need a patch.
Perhaps this -- untested, but the change is simple. Relative to 4.6.
You don't want to start using the version in CVS for production
lilypond, it's changing daily.
*** /u/karl/misc/archive/texinfo/texinfo-4.6/makeinfo/ORIG/sectioning.c Tue Jan
6 14:21:23 2004
--- /u/karl/misc/archive/texinfo/texinfo-4.6/makeinfo/sectioning.c Tue Jan
6 14:21:29 2004
***************
*** 423,427 ****
to go lower than that because browsers then start rendering the
headings smaller than the text. */
! add_word_args ("<h%d class=\"%s\">", MIN (3, level + 2), cmd);
/* If we are outside of any node, produce an anchor that
--- 423,427 ----
to go lower than that because browsers then start rendering the
headings smaller than the text. */
! add_word_args ("<h%d class=\"%s\">", level + 2, cmd);
/* If we are outside of any node, produce an anchor that
Diff finished at Tue Jan 6 14:22:54