Lars Gullik BjÃnnes wrote:
Helge Hafting <[EMAIL PROTECTED]> writes:
| On Sat, Mar 05, 2005 at 01:07:16AM +0100, Lars Gullik BjÃnnes wrote:
Helge Hafting <[EMAIL PROTECTED]> writes:
| I have tried using lyx-1.4 cvs, and have some impressions:
| It works well enough for my work now. It wil
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Lars Gullik Bjønnes wrote:
>> Hmm I belive my (future) any-patch will help to hinder these kinds
>> of things from happening.
Angus> Excellent! I look forward to that patch!
Do you mean you look forward to any patch? I'd be more c
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> This small patch translates \thanks in title layouts. I found
Georg> out that it was not enough to check for t.cs() == "thanks" &&
Georg> context.layout->intitle because output_command_layout()
Georg> destroyed the context. The reason
On 21.02.05, Ralf Goertz wrote:
> Hi,
>
> I don't know who I could ask about this, so I try it here. I wanted to change
> the email address I gave for my account on LyX-bugzilla. I did this using the
> prefs dialog. Then I got the message that to both my new and my old address
> an email was se
Andreas Vox wrote:
>> Does anyone know of a way to get text output to include the BibTeX
>> generated list of references?
>>
> Hi Kayvan!
>
> Don't listen to Angus ;-)
> I think it would be easiest to take the bibtex style of your choice and
> replace all strings which contain LaTeX commands.
In
Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| | Yes. If one has a filename like 'file$patch1.lyx' the vc-backend fails
| | to process this one. It makes a system call like 'cvs log "file$patch1.lyx"'
| | for example. The shell tries to expand the environment variable
Jean-Marc Lasgouttes wrote:
> Angus> Lars Gullik Bjønnes wrote:
>>> Hmm I belive my (future) any-patch will help to hinder these kinds
>>> of things from happening.
>
> Angus> Excellent! I look forward to that patch!
>
> Do you mean you look forward to any patch? I'd be more cautious if I
> were
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote: Lars Gullik Bjønnes wrote:
Hmm I belive my (future) any-patch will help to hinder these
kinds of things from happening.
>>
Angus> Excellent! I look forward to that patch!
>> Do you mean you loo
Jean-Marc Lasgouttes wrote:
> To be frank, I knew that. And you are ruining my not-so-subtle joke :)
Talking of not so subtle jokes: How do you make a cat go 'woof'?
With petrol and a match.
--
Angus
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Jean-Marc, since the translators have to fix a number of text
Michael> messages for LyX 1.3.6 anyway, I think it is the right time
Michael> to make some other cosmetic changes.
Well, the new messages are in the less visible a
On Mon, Feb 28, 2005 at 05:06:25PM +, Angus Leeming wrote:
> I forget what the grand scheme leading to IU was, but I understand that the
> hardest parts are the bits already in 1.4.x. This may, of course, be
> wishful thinking...
The unified cursor stuff was "the big" thing. Formerly we had on
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I
Lars> wonder why I did not fix these ones last time I compiled without
Lars> | assertions... Anyway, here are a few files that require |
Lars> #include
>>
Lars> | Lars, consi
I think that I've just about bottomed out in my attempt to get
people to sign blanket-permission.txt. Below is the output of a
script I've been usiing to compare the contents of CREDITS and
blanket-permission.txt. It would be nice if we could get André
to sign... I also attach the file listing the
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> The following authors are present in both lists but their email
Angus> has changed. (blanket-permission.txt email first):
Angus> Jean-Marc Lasgouttes
Angus>
Angus>
Don't you have a slight problem with your script
Jean-Marc Lasgouttes wrote:
> Angus> The following authors are present in both lists but their email
> Angus> has changed. (blanket-permission.txt email first):
>
> Angus> Jean-Marc Lasgouttes
> Angus>
> Angus>
>
> Don't you have a slight problem with your scripts?
There are a
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I'm much more interested in getting Poenitz on board ;-)
Indeed. And you could probably get Kornelia Pietsch at the same
time...
JMarc
Pretty straightforward. Ok?
btw, any idea about the crashes (unusable -- lyx-xforms crashes on startup
for instance) with --enable-stdlib-debug? Are these real lyx errors or
something is wrong in my setup?
Alfredo
Index: ChangeLog
Lars Gullik Bjønnes wrote:
> Georg Baum <[EMAIL PROTECTED]>
> writes:
>
> | class ColInfo {
> | public:
> | - ColInfo() : align('c'), rightline(false), leftline(false) {}
> | + ColInfo() : align('n'), valign('n'), rightlines(0), leftlines(0) {}
> | /// column alignment
> | char align;
> |
On Mon, 7 Mar 2005, Angus Leeming wrote:
> Ronald Florence
> Mate Wierdl
Have you tried this address?
[EMAIL PROTECTED]
You'll probably need to get through some spam checking software.. IIRC,
that meant replying to a separate e-mail that was automatically generated.
/Chri
chr () home ! se wrote:
>> Ronald Florence
Were you trying to tell me something about this address too?
>> Mate Wierdl
> Have you tried this address?
> mw () csi ! hu
Nope. Thanks. I'll try it.
> You'll probably need to get through some spam checking software.. IIRC,
> that meant replying to
Alfredo Braunstein wrote:
> Pretty straightforward. Ok?
Your patch is obviously correct. Perhaps some documentation would explain
why?
} else if (cur.pit() > 0) {
--cur.pit();
+ // Redefine the par reference because modification of the
+ // cursor has invalidated the ori
Angus Leeming wrote:
> +ÂÂÂ//ÂRedefineÂtheÂparÂreferenceÂbecauseÂmodificationÂofÂthe
> +ÂÂÂ//ÂcursorÂhasÂinvalidatedÂtheÂoriginal.
> +ÂÂÂParagraphÂconstÂ&ÂparÂ=Âcur.paragraph();
>
Ok, I'll apply that.
Alfredo
Alfredo Braunstein wrote:
>> + // Redefine the par reference because modification of
>> + // the cursor has invalidated the original.
>> + Paragraph const & par = cur.paragraph();
> Ok, I'll apply that.
> Alfredo
Aren't these things frustrating though!
Is it e
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
>> Looks good, Michael. A couple of nitpicks:
Michael> Thanks a lot, Angus!
Michael> Updated patches are attached.
I applied them and remerged.
JMarc
Angus Leeming wrote:
> Aren't these things frustrating though!
>
> Is it expensive to access things like
> Paragraph & par = cur.paragraph();
> pit_type pit = cur.pit();
> If not, then it would be bast to just remove the short cuts, no?
Make up your mind already! ;-)
If you refer to th
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Georg Baum wrote:
>> Jean-Marc Lasgouttes wrote:
>>> Could you make a patch?
>> I'll make one when André has answered my question concerning
>> changing math_deliminset instead of math_parser.
Georg> Jean-Marc, since I got no answer
> "Claus" == Claus Hindsgaul <[EMAIL PROTECTED]> writes:
Claus> I have attaced an updated Danish translation for current CVS of
Claus> version 1.3.6. Please replace it into the CVS
Claus> lyx-devel/po/da.po.
Thanks Claus, I just remerged it and committed. Note that you have
more fuzzy transla
Jean-Marc Lasgouttes wrote:
> Yes, please apply it.
I knew that you would say this and applied it on saturday already ;-)
Georg
[EMAIL PROTECTED] schrieb am 06.03.05 20:57:04:
>
> Hello,
>
Hello Pascal,
> Starting from an experience to write DocBook-conformant documentation with
> Lyx 1.3.4 I was looking around what other people feel about this combination.
> It seems like some DocBook support is available but things
Angus Leeming <[EMAIL PROTECTED]> writes:
>
>
> In other words, take the .aux file that is generated by the first LaTeX
> run on the real document file, rather than my simulated
>
> \citation{*}
> \bibstyle{${STYLE}}
> \bibdata{${BIBNAME}}
>
> Thereafter, the script will produce a LyX file th
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Yes, please apply it.
Georg> I knew that you would say this and applied it on saturday
Georg> already ;-)
Hmm, it seems I did not pay enough attention...
JMarc
Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Talking of not so subtle jokes: How do you make a cat go 'woof'?
>
> With petrol and a match.
>
That's cruelty to cats! I strongly detest that!
How do you make a dog go 'miao' ?
(deep freezer and a chainsaw)
/Andreas
Andreas Vox wrote:
>>
>> In other words, take the .aux file that is generated by the first LaTeX
>> run on the real document file, rather than my simulated
>>
>> \citation{*}
>> \bibstyle{${STYLE}}
>> \bibdata{${BIBNAME}}
>>
>> Thereafter, the script will produce a LyX file that can be exported
Angus Leeming <[EMAIL PROTECTED]> writes:
| Jean-Marc Lasgouttes wrote:
>> To be frank, I knew that. And you are ruining my not-so-subtle joke :)
>
| Talking of not so subtle jokes: How do you make a cat go 'woof'?
>
| With petrol and a match.
And how to make a dog go 'mjjaauu'?
Freeze it and t
Stephan Witt <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>> | | Yes. If one has a filename like 'file$patch1.lyx' the vc-backend
>> fails
>> | | to process this one. It makes a system call like 'cvs log
>> "file$patch1.lyx"'
>> | | f
Lars Gullik Bjønnes wrote:
> And how to make a dog go 'mjjaauu'?
> Freeze it and take it to the band-saw.
Very good!
What do you get if you cross a Rottweiller with a Golden Retriever?
A dog that'll rip your arm off and then bring it back to you!
> (I hope band-saw is the correct word...)
Per
Hello Jean-Marc,
after updating from suse90 to suse92 autogen.sh and make do not work anymore
because they want versions 1.7x of automake and aclocal and I have got now
1.9x. What can I do?
--
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
as to avoid responsibility.
Martin Vermeer wrote:
> On Sun, Mar 06, 2005 at 08:01:48PM +0100, Lars Gullik Bjønnes wrote:
>> Martin Vermeer <[EMAIL PROTECTED]> writes:
>>
>> | See attached.
>> >
>> | OK to commit?
>>
>> Please get somebody to test.
It works for me. However, I get
Assertion triggered in void lyxbreaker(con
Hartmut Haase wrote:
> Hello Jean-Marc,
> after updating from suse90 to suse92 autogen.sh and make do not work
> anymore because they want versions 1.7x of automake and aclocal and I
> have got now 1.9x. What can I do?
$ cd ${LYX_SOURCES}
$ cvs -q up
The code has supported automake versions 1.5
Angus Leeming <[EMAIL PROTECTED]> writes:
>
> > Not quite. My proposal would use bibtex itself to produce a formatted
> > text file directly. Why should poor Kayvan edit a LyX file if bibtex can
> > do the job?
>
> ??? Did you read the script? Did you try it out to see what it does?
>
I must
Hartmut Haase wrote:
> Hello Jean-Marc,
> after updating from suse90 to suse92 autogen.sh and make do not work
> anymore because they want versions 1.7x of automake and aclocal and I have
> got now 1.9x. What can I do?
Read my answer to your last message. Or do a cvs update. It should work
then.
On Mon, 2005-03-07 at 17:34, Georg Baum wrote:
> Martin Vermeer wrote:
>
> > On Sun, Mar 06, 2005 at 08:01:48PM +0100, Lars Gullik BjÃnnes wrote:
> >> Martin Vermeer <[EMAIL PROTECTED]> writes:
> >>
> >> | See attached.
> >> >
> >> | OK to commit?
> >>
> >> Please get somebody to test.
>
> It w
Martin Vermeer wrote:
> On Mon, 2005-03-07 at 17:34, Georg Baum wrote:
>> It works for me. However, I get
>>
>> Assertion triggered in void lyxbreaker(const void*, const char*, int) by
>> failing check "false" in file ../../src/coordcache.C:20
>>
>> if I try to go down from the math inset again
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes:
Hartmut> Hello Jean-Marc, after updating from suse90 to suse92
Hartmut> autogen.sh and make do not work anymore because they want
Hartmut> versions 1.7x of automake and aclocal and I have got now
Hartmut> 1.9x. What can I do?
The curre
On Mon, Mar 07, 2005 at 05:50:38PM +0100, Georg Baum wrote:
> Martin Vermeer wrote:
>
> > On Mon, 2005-03-07 at 17:34, Georg Baum wrote:
> >> It works for me. However, I get
> >>
> >> Assertion triggered in void lyxbreaker(const void*, const char*, int) by
> >> failing check "false" in file ../..
Hi everybody,
I think it would be nice have the option to have an embedded(in the main
window) table of contents display option
Ala acrobat reader or technixcenter.
Adrian.
Thanks!
BTW: There is a strange problem with some layout messages. Open the elsart
template document and browse through the available paragraph layouts:
"Author Address" is not translated although "Author_Address" is in the *.po
files. It seems that some super-clever mechanism replaces the unders
47 matches
Mail list logo