Menu

Commit [r26234]  Maximize  Restore  History

Big bug fix for the text size formatting of the HTML manual.

The previous fix for the user function chapter of the HTML manual
(http://www.nmr-relax.com/manual/Alphabetical_listing_user_functions.html) did not fix the problem.

The issue was with the {exampleenv} defined using a \newenvironment command in the preamble. The
command \footnotesize was bing used in the start, but nothing was changing the font size at the end.
In LaTeX, the ending of the environment appears to reset the font size, whereas in latex2html it
does not. Therefore all text after this environment is prepended by <SMALL CLASS="FOOTNOTESIZE"> in
the HTML manual and this keeps adding to the text after each new exampleenv environment.

bugman 2014-10-10

changed /trunk/docs/latex/relax.tex
/trunk/docs/latex/relax.tex Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.