Each time I view/export a PDF, LyX freezes for several seconds while
the document generates. This is bug #412.
http://www.lyx.org/trac/ticket/412
Why doesn't LyX simply perform the export in a separate thread instead
of locking the UI?
I'm really surprised that this bug has remained open for 8
> Inkscape works fine on my Debian/testing Linux with
> LyX 1.6.4, Inkscape 0.46 (Apr 26 2009) and hand-inserted converters:
> ...
> SVG -> PDF (ps2pdf)
> inkscape $$i --export-drawing-area --export-pdf=$$o
>
> but fails with
>
> SVG -> PDF (ps2pdf)
> inkscape $$i --export-drawing-area --expor
rgheck writes:
> On 12/02/2009 04:30 AM, Jean-Marc Lasgouttes wrote:
>> * if I use "inset-forall Note inset-toggle close", this fails in the
>>case of a note in a note. I still do not know why
>>
>>
> Do you mean that it fails to close the outer inset, or the inner one?
Both.
> Does thi
On 12/02/2009 04:30 AM, Jean-Marc Lasgouttes wrote:
* if I use "inset-forall Note inset-toggle close", this fails in the
case of a note in a note. I still do not know why
Do you mean that it fails to close the outer inset, or the inner one?
Does this code enter the insets? I.e., suppose
Sorry for my irrelevant question,
Thank you for your very high reactivity!
Good luck
Francois
2009/12/1 LyX Ticket Tracker
> #6360: User defined Default settings for Graphics
>
> ---+
> Reporter: Ant88 |O
Jean-Marc Lasgouttes writes:
> Here is the second iteration of my inset-forall patch. This version
> allows for matching all insets with the syntax
> inset-forall * cmd args
> and for matching insets names with spaces
> inset-forall "inset name" cms args
>
> To this end, I have added a FuncRe
Here is the second iteration of my inset-forall patch. This version
allows for matching all insets with the syntax
inset-forall * cmd args
and for matching insets names with spaces
inset-forall "inset name" cms args
To this end, I have added a FuncRequest::getLongArg, that I will commit
separ