Artifact cd4fb590fdf5e4dffa366ea49688115469607e4f6dd8ff988acc4f8211d4343f:
- Executable file
r37/doc/util/latex2html.ini
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 277) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/doc/util/latex2html.ini
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 277) [annotate] [blame] [check-ins using]
$BLABLA = <<'BLA'; \newcommand{\ttindex}[1]{{\renewcommand{\_}{\protect\underscore}% \index{#1@{\tt #1}}}} BLA $BLABLA =~ s/[\\\{\}\[\]]/\\$&/g; sub pre_pre_process { s/$BLABLA//i; } sub do_cmd_ttindex { &do_cmd_index; } 1;