On Sat, 15 Apr 2000, Allan Rae wrote:
> xtl homepage used to be at
>http://gil.di.uminho.pt/~jop/xtl/
>
> but seems to have disappeared.
Try:
http://gsd.di.uminho.pt/jop/xtl/
instead.
Allan. (ARRae)
Even when aspell is set in lyxrc it will STILL use ispell. Fix, change
the line.
execvp("ispell", const_cast(argv));
to
execvp(argv[0], const_cast(argv));
(in spellchecker.C) so that it will actually call aspell!
Otherwise it will call ispell but will look like aspell because argv[0] is
Could some one tell me what the sigchldhandler is for? It doesn't seam to
be used my any functions?
Thanks a lot.
---
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/
Where can I find documentation on the current file format? I would like
to write a importer/exporter for the perl pod format. Unless of course
there is already one out there. I have tried to use the pod2tex then
reLyX to inport the data but I'm having problems with this aproch.
Mostly because thin
On Fri, Apr 14, 2000 at 09:18:21AM +0200, Juergen Vigna wrote:
>
> Do you remove the number-inset stuff or should I do it for you, as it
> seems this is not needed anymore and we should remove dead code!
>
If you insist...
(but don't remove the auto_number variable in lyxrc)
On Fri, Apr 14, 2000 at 05:39:04PM +0200, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> Putting a lot of \protect commands seems to solve the problem.
> Dekel> e.g.
>
> Dekel> \begin{figure} \caption{\protect\( \left(
> Dekel> \protect\begin{arr
I have a TOC with nothing but part #'s.
It runs over 1 page and does not put in a page break.
Using Chapters instead of parts works.
Any ideas on what could be going wrong.
1.1.14fix3 and 1.1.15cvs about a week old
Garst
On 14 Apr 2000, Lars Gullik Bjønnes wrote:
>
> First think I noticed was a bunch of warnings from sigc++, have a
> patch been sent to the sigc++ people?
>
> ../../sigc++/scope.cc: In method `void SigC::ScopeNode::disconnect(bool = 0)':
> ../../sigc++/scope.cc:101: warning: unused parameter `boo