Karim BELABAS on Mon, 8 Mar 1999 19:03:08 +0100 (MET)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pari-2.0.14 bugs


[Igor:]
> And here're a few things related to help:
[...]
> 2) cross-reference for quadclassunit() in the manual refers to page
> 63, but the function is in fact described on page 64.  There might be
> other *drifted* references.

This one is easy to patch (update index info after starting the section, not
just before).

There's another one (reported by Kevin Buzzard): the default extended help ??
(which runs TeX and xdvi) has stopped working [I had failed to notice since
I only use the much faster text-mode version, as explained in misc/gprc.dft]

(you'll have to re-run Configure).

Karim.

*** doc/macrosbig.tex.orig      Mon Mar  8 18:54:11 1999
--- doc/macrosbig.tex   Mon Mar  8 18:54:17 1999
***************
*** 141,148 ****
  \def\subsubsecunix#1{\def\myhook{\unix{}}\subsubsec{#1}}
  \def\subsubsecidxunix#1{\def\myhook{\unix{}}\subsubsecidx{#1}}
  
! \def\subsecidx#1{\sidx{#1}\subsec{#1}}
! \def\subsubsecidx#1{\sidx{#1}\subsubsec{#1}}
  %
  % CROSS REFERENCING
  %
--- 141,148 ----
  \def\subsubsecunix#1{\def\myhook{\unix{}}\subsubsec{#1}}
  \def\subsubsecidxunix#1{\def\myhook{\unix{}}\subsubsecidx{#1}}
  
! \def\subsecidx#1{\subsec{#1}\sidx{#1}}
! \def\subsubsecidx#1{\subsubsec{#1}\sidx{#1}}
  %
  % CROSS REFERENCING
  %

*** doc/gphelp.in.orig  Sat Mar  6 11:16:27 1999
--- doc/gphelp.in       Sat Mar  6 11:16:32 1999
***************
*** 102,109 ****
  
    chdir($docdir);
    $docfile = "usersch3.tex";
!   $macrofile = "macros.tex";
!   $headfile = "users.help.tex";
    $tmpdir = $ENV{GPTMPDIR} || $ENV{TMPDIR} || $ENV{GPHELP_TMPDIR} || "/tmp";
    $texfile = "$tmpdir/gp.help$$";
  
--- 102,109 ----
  
    chdir($docdir);
    $docfile = "usersch3.tex";
!   $macrofile = "$docdir/macros.tex";
!   $headfile = "$docdir/users.help.tex";
    $tmpdir = $ENV{GPTMPDIR} || $ENV{TMPDIR} || $ENV{GPHELP_TMPDIR} || "/tmp";
    $texfile = "$tmpdir/gp.help$$";
  

--
Karim Belabas                    email: Karim.Belabas@math.u-psud.fr
Dep. de Mathematiques, Bat. 425
Universite Paris-Sud             Tel: (00 33) 1 69 15 57 48
F-91405 Orsay (France)           Fax: (00 33) 1 69 15 60 19
--
PARI/GP Home Page: http://hasse.mathematik.tu-muenchen.de/ntsw/pari/