uwestoehr wrote:
> +Style "Glossary term"
> + CopyStyle Subsection*
> + CategoryBackMatter
> + LatexName paragraph
> +End
Uwe, what's this? This is no specific command provided by agutex. Is there a
special reason why you added this? (
On Sunday 18 July 2010 11:15:24 Uwe Stöhr wrote:
> Thanks for fixing my mistake, but the problem that thw lyxl2yxl warnings
> are not output in conversion routines remain. José?
>
> regards Uwe
Uwe,
do you still have this problem?
--
José Abílio
On 12. aug. 2010 17:52, Jean-Marc LASGOUTTES wrote:
Uwe Stöhr writes:
Photoshop has a dark gray background.
Dark gray?
That Word and OpenOffice use white as default is unergonomic and we
shouldn't make the same mistake.
Hmmm...
Btw. all those programs use their own default font and not
Jean-Marc LASGOUTTES wrote:
> I think it only concerns layouts where I added the
> parbreakisnewline tag (sweave, literate, noweb).
so its not regression in the sense that files produced in 1.6 will have
different
output in 2.0 if i understand correctly.(?)
pavel
Peter Kümmel wrote:
> Fixed it: you must instantiate static members in the cpp file.
thanks, strange it worked in header with gcc.
pavel
Jean-Marc LASGOUTTES wrote:
> What would you want now?
i only proposed to keep the background, for all the code beyond i have no
preference (and knowledge, frankly ;)
> > what color do you propose? i like they can be less visible then
> > foreground text, but we can join it with other color(s).
>
Am 07.09.2010 07:16, schrieb Peter Kümmel:
Fixed it: you must instantiate static members in the cpp file.
Thanks!
regards Uwe
Pavel Sanda wrote:
> hi,
>
> its time to finish the connection between VCS and comparison feature.
hopefully done.
if you have working svn and lyx tree under svn then you can see the new feature
this way:
open userguide, type something. push the 'compare with last revision' icon on
the VCS too
>> +Style "Glossary term"
>> + CopyStyle Subsection*
>> + CategoryBackMatter
>> + LatexName paragraph
>> +End
>
> Uwe, what's this? This is no specific command provided by agutex.
> Is there a special reason why you added this?
I added
>> Thanks for fixing my mistake, but the problem that thw lyxl2yx
>> warnings are not output in conversion routines remain. José?
>
> do you still have this problem?
Yes, warnings in convert routines are not output to the LyX console
window. For reversion routines this works.
regards Uwe
On 09/07/2010 03:03 AM, Uwe Stöhr wrote:
I understand. For now I nevertheless have put it in as InsetCommand
because I'm technically too limites to get it working with short code
as InsetParamsWidget. Feel free to transform it to InsetParamsWidget.
I did that. As you can see, less code. Hope f
On 09/07/2010 04:35 PM, Pavel Sanda wrote:
Hi Abdel,
while you are still around... after my finishing of VCS stuff i see
only two last hindrances for switching to beta - there is a bug #6417
I'll have a look.
which would need some intervention into dispatching mechanism,
and Stephan's pa
On Tue, Sep 7, 2010 at 8:48 AM, Pavel Sanda wrote:
> Pavel Sanda wrote:
>> hi,
>>
>> its time to finish the connection between VCS and comparison feature.
>
> hopefully done.
>
> if you have working svn and lyx tree under svn then you can see the new
> feature this way:
>
> open userguide, type s
Am 07.09.2010 um 16:53 schrieb Abdelrazak Younes:
> On 09/07/2010 04:35 PM, Pavel Sanda wrote:
>> Hi Abdel,
>>
>> while you are still around... after my finishing of VCS stuff i see
>> only two last hindrances for switching to beta - ...
>
>> and Stephan's patches for online spellcheck... Their
hi,
while typing some docs into our manuals i must admit that lyx editing
performance
when outliner is simultaneously opened is really horrible.
e.g. go to section 7.2.1 of additional lyx manual, having outliner uncollapsed.
even typing is slower than displaying, not to speak about cursor moveme
Am 07.09.2010 um 17:41 schrieb Stephan Witt:
> Am 07.09.2010 um 16:53 schrieb Abdelrazak Younes:
>
>> On 09/07/2010 04:35 PM, Pavel Sanda wrote:
>>> Hi Abdel,
>>>
>>> while you are still around... after my finishing of VCS stuff i see
>>> only two last hindrances for switching to beta - ...
>
Am 07.09.2010 um 17:48 schrieb Pavel Sanda:
> hi,
>
> while typing some docs into our manuals i must admit that lyx editing
> performance
> when outliner is simultaneously opened is really horrible.
>
> e.g. go to section 7.2.1 of additional lyx manual, having outliner
> uncollapsed.
> even ty
BH wrote:
> One problem, though: it seems not to work on documents that have
> spaces in their filenames.
try again
p
hi,
i think that the result comparison of two documents should have enabled both
change tracking and showing changes in the output (the first thing which one
does is "show next tchange" or typeset the output).
this is however little bit in contradiction with the copying of buffer params
from the
On Tue, Sep 7, 2010 at 3:04 PM, Pavel Sanda wrote:
> BH wrote:
>> One problem, though: it seems not to work on documents that have
>> spaces in their filenames.
>
> try again
That does it -- thanks.
BH
Stephan Witt wrote:
> Hm... don't know if this are good or a bad news...
rather good news. lets wait on some other report from linux arch.
pavel
Am Dienstag, den 07.09.2010, 12:20 +0200 schrieb Pavel Sanda:
> Peter Kümmel wrote:
> > Fixed it: you must instantiate static members in the cpp file.
>
> thanks, strange it worked in header with gcc.
> pavel
Isn't is officially supported by C0++X? Have you used gcc 4.5?
Peter
Peter Kümmel wrote:
> Isn't is officially supported by C0++X? Have you used gcc 4.5?
4.3.2 here.
pavel
> No, I had to include cmath _and_ cast some values in this statement.
>
> dim.wid = max(minw, (int) abs((double) w));
Abdel fixed this in r35316 as
> - dim.wid = max(minw, abs(w));
> + dim.wid = max(minw, max(w, -w));
So far so good, but we have exactly the same code in line 233 of Ins
Am 07.09.2010 16:14, schrieb Abdelrazak Younes:
On 09/07/2010 03:03 AM, Uwe Stöhr wrote:
I understand. For now I nevertheless have put it in as InsetCommand because I'm
technically too
limites to get it working with short code as InsetParamsWidget. Feel free to
transform it to
InsetParamsWidg
I have seen by chance that our Wiki has been spammed heavily the last days. (I therefore protected
now the pages http://wiki.lyx.org/LyX/NewInLyX16 and http://wiki.lyx.org/LyX/NewInLyX20 .)
The problem is that the lyx-docs mailing list no longer gets an email when a Wiki page has been
changed.
On 09/07/2010 05:48 PM, Pavel Sanda wrote:
hi,
while typing some docs into our manuals i must admit that lyx editing
performance
when outliner is simultaneously opened is really horrible.
e.g. go to section 7.2.1 of additional lyx manual, having outliner uncollapsed.
even typing is slower tha
27 matches
Mail list logo