On Sat, 15 Feb 2014, Riccardo (Jack) Lucchetti wrote:
On Sat, 15 Feb 2014, Summers, Peter wrote:
> Marcin,
>
> If you're wondering what the error is, LaTeX is interpreting the underscore
> in 'mpi_recv' as the notation for subscript, which needs to be in math
> mode. Hence the 'missing $ inserted.' Changing the variable name should fix
> it. It might also work if you try 'mpi\_recv', but I'm not sure about
that.
The problem is, those are automatically-generated files. I disabled the
generation of the tex files here to circumvent the problem: this is ongoing
work Allin is doing and I don't want to tamper with it, otherwise I'd have
committed a patch removing the underscore from some noew accessors and
functions.
Sorry, my bad. I have now renamed the accessors and functions in
question to remove the underscores. We could have taken steps to
have the underscores handled correctly by TeX, but I realize that
using underscores would not be in line with the way we have named
all accessors and functions to date, so better not to start
introducing them now.
In the next day or two I'll put up some interim documentation for
the new MPI functionality in gretl.
Allin