Re: patch for lyx.spec

2003-02-19 Thread Kayvan A. Sylvan
I am looking over this patch. I don't think that the default lyx.spec should be qt-enabled. I will submit a patch which includes most (if not all) of Zvezdan's changes. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates,

xforms.spec file

2003-02-19 Thread Zvezdan Petkovic
Please find attached the xforms.spec file. The changes I did are described in its changelog. Best regards, -- Zvezdan Petkovic <[EMAIL PROTECTED]> http://www.cs.wm.edu/~zvezdan/ %define libname libforms %define rel release %define xdirX11R6 Summary: XForms library Name: xforms Version:

patch for lyx.spec

2003-02-19 Thread Zvezdan Petkovic
Please, find attached the patch for lyx.spec file used for building RPMs. I have introduced two new macros at the top which enable the creation of new RPM with a different frontend by simply changing their definition. For example, to build xforms frontend (since the original spec file used Qt fro

Lost for LFUN names...

2003-02-19 Thread Angus Leeming
The inset dialogs now have this interface in frontends/Dialogs.h: class Dialogs { public: /** name == "bibtex", "citation" etc data is generated by the Inset::write method, to be read by the Inset::read method in the frontends. inset is stored. On a subs

Re: lyx-qt does not work in command line mode

2003-02-19 Thread Angus Leeming
Loïc wrote: > I'm using lyx-qt-1.3.0 (standard). > I've been trying to execute commands such as > 'lyx -e ' > and get the error message (more or less) > 'QFont : must create a QApplication before a QFont' > so I've backed to lyx-xforms, which works. Thanks for the report Loïc. This

Re: lyx-qt does not work in command line mode

2003-02-19 Thread Alfredo Braunstein
Loïc wrote: > Hello! > I'm using lyx-qt-1.3.0 (standard). > I've been trying to execute commands such as > 'lyx -e ' > and get the error message (more or less) > 'QFont : must create a QApplication before a QFont' > > so I've backed to lyx-xforms, which works. > >

lyx-qt does not work in command line mode

2003-02-19 Thread Loïc
Hello! I'm using lyx-qt-1.3.0 (standard). I've been trying to execute commands such as 'lyx -e ' and get the error message (more or less) 'QFont : must create a QApplication before a QFont' so I've backed to lyx-xforms, which works. Bye, Loïc Teyssier

Re: CVS LyX compile fails

2003-02-19 Thread Kayvan A. Sylvan
On Wed, Feb 19, 2003 at 10:41:35AM -0800, Kayvan A. Sylvan wrote: > > Replacing the with "Lsstream.h" does get past the compile > problem for me. I am compiling now, so I will know if the whole thing > works shortly. > Yes, this does work. I now have the latest daily CVS tarball and RPMS in the

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Alfredo Braunstein wrote: > PS: using previews with current cvs, I get a strange behaviour. In a new > document, make a math inset (like... C-m 1 esc). Then Latex and dvipsk are > called twice. Does anyone else see it? Is it intended? Why? Yes I see it. No it's not. Don't know. -- Angus

Re: kmap quote character doesn't work

2003-02-19 Thread Zvezdan Petkovic
I repeat my question from the last week since nobody bothered to reply. Why the quote character doesn't get remaped properly? See the explanation below. This has worked in 1.1.6. It doesn't in 1.2.3 and 1.3.0 (neither xforms nor qt) On Thu, Feb 13, 2003 at 11:02:52PM -0500, Zvezdan Petkovic wr

Re: queue

2003-02-19 Thread Kuba Ober
On środa 19 luty 2003 01:47 pm, Alfredo Braunstein wrote: > Sorry for the dumb question, but why is it that a std::queue doesn't have a > swap() method while list, map, set and vector all have it ? Maybe because when one is waiting in a line (a queue!), one doesn't like other people getting in fr

queue

2003-02-19 Thread Alfredo Braunstein
Sorry for the dumb question, but why is it that a std::queue doesn't have a swap() method while list, map, set and vector all have it ? Alfredo

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-19 Thread John Levon
On Wed, Feb 19, 2003 at 06:26:28PM +0100, Peter Breitenlohner wrote: > ../../../lyx-1.3.0/boost/boost/shared_ptr.hpp:203: >template instantiation depth exceeds maximum of 17 > > It seems that somewhere there is a C++ construct misunderstood by > gcc-2.95.3, or do you really need more than

Re: CVS LyX compile fails

2003-02-19 Thread Kayvan A. Sylvan
On Tue, Feb 18, 2003 at 12:10:08PM +0100, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost > Kayvan> -I/usr/X11R6/include -O2 -fpermissive -ftemplate-depth-30 -W > Kayvan> -Wall -c

Re: Graphics Loader

2003-02-19 Thread Alfredo Braunstein
Angus Leeming wrote: > Actually, after I wrote this, I think that your code is perfect as it > is. No need for the isInsetVisible stuff or the 2 second pause at all. > > Moreover, if you modified GraphicsConverter as well so that it > created a queue of scripts to execute sequentially, as describ

lyx-1.3.0 -- serious (gcc) build problems

2003-02-19 Thread Peter Breitenlohner
Hi, Today I was trying to build lyx-1.3.0 for our ix86-linux-gnu systems, but in doing so I encountered serious problems. == First I tried with gcc-2.95.3 and got (with long lines wrapped in order not to exceed 80 columns) ../../../lyx-1.3.0/boost/boost/s

Re: virtual base classes

2003-02-19 Thread Angus Leeming
Andre Poenitz wrote: > On Wed, Feb 19, 2003 at 04:08:26PM +, Angus Leeming wrote: >> Sorry, I didn't see this one. I saw only >> >> | The problem with this is that the BufferView is sometimes redone >> | and you point to a non valid pointer (the problems we had >> | especially in the beginnin

Re: virtual base classes

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 04:08:26PM +, Angus Leeming wrote: > Sorry, I didn't see this one. I saw only > > | The problem with this is that the BufferView is sometimes redone > | and you point to a non valid pointer (the problems we had > | especially in the beginning with InsetText after clean

Re: virtual base classes

2003-02-19 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Thanks for the explanation. C++ annotations is indeed very useful. I > have a few other links, but I do not rememebr whether they come from > the lyx docs: > > * http://cpptips.hyperformix.com/cpptips.html > > Some threads on the pitfalls of virtual inheritance > htt

Re: virtual base classes

2003-02-19 Thread Angus Leeming
Andre Poenitz wrote: > On Wed, Feb 19, 2003 at 03:29:56PM +, Angus Leeming wrote: >> > Have you checked this work? >> I have now. >> >> > If not one has probably derive "diamondlike" >> Yes, that would work too. > > What about Juergen's "stability" argument, and handing over a > BufferView *

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Alfredo Braunstein wrote: >> We have a nice ForkedCall class that emits a signal when the forked >> process ends. We could have a function processQueue() that pops a >> single item off the queue and forks a process with it. When it >> finishes, the ForkedCall emits a signal which LyX uses to start

Re: virtual base classes

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 03:29:56PM +, Angus Leeming wrote: > > Have you checked this work? > I have now. > > > If not one has probably derive "diamondlike" > Yes, that would work too. What about Juergen's "stability" argument, and handing over a BufferView * in each call that might need it?

spellcheck failure

2003-02-19 Thread Dr. Richard E. Hawkins
I haven't seen anything like this in a while. February 6 devel, plain old xforms (does anything else actually work, anyway?) I tried to spellcheck my file, lyx hung for about 15 seconds. gdb shows: Error: The file "/home/hawk/Research/Price/price.dict" is not in the proper format. Ispell read t

Re: virtual base classes

2003-02-19 Thread Angus Leeming
Andre Poenitz wrote: > Have you checked this work? I have now. > If not one has probably derive "diamondlike" Yes, that would work too. The code below is interesting in that Derived1 needs to explicitly redefine data() or I get an error cxx: Error: trial2.C, line 25: object of abstract class

Re: virtual base classes

2003-02-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> But, as André points out, it might all be hot air. I should try Angus> it out first. Angus> Incidentally, I got all this from C++ Annotations (on our Angus> recommended reading list) which is downloadable off the web and Angus> is

Re: virtual base classes

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 03:54:15PM +0100, Jean-Marc Lasgouttes wrote: > Angus> * Does anyone have any experience with such a beast? * Are > Angus> there any problems I should watch out for? * Is this a good > Angus> thing to do? > > Can you tell me again what virtual inheritence of classes is? cl

Re: virtual base classes

2003-02-19 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> It seems to me that it would be apropriate to use multiple > Angus> inheritance for insets that have a dialog. Attached is a > sample Angus> piece of code that compiles but is otherwise untested. >

Re: Graphics Loader

2003-02-19 Thread Alfredo Braunstein
Hi Angus, Angus Leeming wrote: > No, I thought you said that you posted it for examination only? It is in a working state. I meant the obvious: is not for applying to cvs (said mostly to cover my back with dignity if you rejected it in disgust :) >> If you scroll fast, then all insets not load

Re: some C++ queries

2003-02-19 Thread Angus Leeming
Juergen Vigna wrote: > Andre Poenitz wrote: >> I am starting to believe that all insets should cache a bufferview >> or some "context" after e.g. draw() is called ... > > The problem with this is that the BufferView is sometimes redone and > you point to a non valid pointer (the problems we had e

Re: virtual base classes

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 02:47:07PM +, Angus Leeming wrote: > * Does anyone have any experience with such a beast? Limited. > * Are there any problems I should watch out for? Just make sure that enuough "virtuals" are in the code ;-) > * Is this a good thing to do? Looks sensible in this co

Re: virtual base classes

2003-02-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It seems to me that it would be apropriate to use multiple Angus> inheritance for insets that have a dialog. Attached is a sample Angus> piece of code that compiles but is otherwise untested. Angus> * Does anyone have any experienc

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> It should be on BRANCH_1_3_X of the lyx-devel repository. Problem >> is that the cvs repository is dead today. Angus> What's the prognosis on this? Do we have to wait for Lars' Angus> return? I am af

Re: some C++ queries

2003-02-19 Thread Juergen Vigna
Andre Poenitz wrote: I am starting to believe that all insets should cache a bufferview or some "context" after e.g. draw() is called ... The problem with this is that the BufferView is sometimes redone and you point to a non valid pointer (the problems we had especially in the beginning with In

virtual base classes

2003-02-19 Thread Angus Leeming
It seems to me that it would be apropriate to use multiple inheritance for insets that have a dialog. Attached is a sample piece of code that compiles but is otherwise untested. * Does anyone have any experience with such a beast? * Are there any problems I should watch out for? * Is this a goo

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > It should be on BRANCH_1_3_X of the lyx-devel repository. Problem is > that the cvs repository is dead today. What's the prognosis on this? Do we have to wait for Lars' return? -- Angus

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Jean-Marc Lasgouttes
> "Karsten" == Karsten Heymann <[EMAIL PROTECTED]> writes: Karsten> On Wed, 19 Feb 2003 13:23:51 +0200 Karsten> Dekel Tsur <[EMAIL PROTECTED]> wrote: Karsten> That should have gone to the list... >> On Wed, Feb 19, 2003 at 10:45:24AM +0100, Karsten Heymann wrote: Karsten> Hi Dekel. >> > 2.

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Andre Poenitz wrote: > On Wed, Feb 19, 2003 at 01:24:15PM +, Angus Leeming wrote: >> So, call André the wizard and call me his apprentice, Mickey Mouse. > > And just to give some insight into what makes a wizard in Angus' > eyes: > > One has to be too dumb to understand anything spanning mor

Re: Graphics Loader

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 01:24:15PM +, Angus Leeming wrote: > So, call André the wizard and call me his apprentice, Mickey Mouse. And just to give some insight into what makes a wizard in Angus' eyes: One has to be too dumb to understand anything spanning more than a screenful of code or more

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 02:04:30PM +0100, Jean-Marc Lasgouttes wrote: > Andre> I'd urge you to have a look at tex2lyx first. > > This would not chnage the original problem, which is to know whether > 1-column multicolumns should be changed to normal columns. This is not a problem of any tex-to-l

主机托管春节全国最低价3800元/年

2003-02-19 Thread 主机托管
Èç¹ûÄú¶ÔÖ÷»úÍйܲ»¸ÐÐËȤ£¬Çëɾ³ý£¡ÎÒÃÇÍò·Ö±§Ç¸£¬Íû¼ûÁ£¡ Ç×°®µÄÅóÓÑ£ºÄúºÃ£¡ ÕâÊÇÀ´×ÔÕ¿½­ÐÇ»ª¹«Ë¾(www.zj0759.com)µÄÎʺ¸ÐлÄúÊÕ¿´Õâ·âÓʼþ¡£ÎÒÃÇ Õæ³ÏµÄÏ£ÍûÄÜΪÄúÌṩ·þÎñ¡£³ÏÕ÷¸÷µØ´úÀí, »¶Ó­¼ÓÃË ·þÎñÆ÷ÍÐ¹Ü ´º½ÚÈ«¹ú×îµÍ´ÙÏú¼Û¸ñ£º3800Ôª/Äê(ºñ¶È²»³¬¹ý20CM)£¨ÏÞǰ20̨£¬2003Äê1ÔÂ27ÈÕÆðÖÁ2003Äê2ÔÂ

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Alfredo Braunstein wrote: > Angus Leeming wrote: > >>> I see. But draw() is called for all insets at startup time, right? >> >> Yes. That's why we have to have this "see if the inset is visible" >> check (uses GraphicsSupport's isInsetVisible.) >> >> The two second pause between the call to Ins

More strange behavior

2003-02-19 Thread Dekel Tsur
Create a new document with two paragraphs, the first containing 'a' and the second containing 'bc'. 1. Put the cursor after the 'a', press shift+right and then ctrl+x -> nothing happens (in 1.3.1cvs, the two paragraphs are merged). 2. Put the cursor after the 'a', press shift+right _twice_ and the

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Feb 19, 2003 at 01:21:59PM +0100, Karsten Heymann Andre> wrote: >> It seems I'll have to write an additional sanityzer >> CleanLatex2reLyXLatex to cope with that. Andre> I'd urge you to have a look at tex2lyx first. This w

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 01:21:59PM +0100, Karsten Heymann wrote: > It seems I'll have to write an additional sanityzer > CleanLatex2reLyXLatex to cope with that. I'd urge you to have a look at tex2lyx first. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have,

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Karsten Heymann
On Wed, 19 Feb 2003 11:11:06 + Angus Leeming <[EMAIL PROTECTED]> wrote: > Karsten Heymann wrote: Hi Angus, > > 1. are there plans to support changing chapter<->section when > > changing the documentclass from article to report/book or back? It's > > a bit annoying to change all sections&co w

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Karsten Heymann
On Wed, 19 Feb 2003 10:59:34 + Angus Leeming <[EMAIL PROTECTED]> wrote: > Hello Karsten. Hello, > reLyX may "someday soon" be retired in favour of tex2lyx, André's new > baby. It is still very new indeed but has the advantage of using a > proper TeX parser rather than regex magic acting a

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Karsten Heymann
On Wed, 19 Feb 2003 13:23:51 +0200 Dekel Tsur <[EMAIL PROTECTED]> wrote: That should have gone to the list... > On Wed, Feb 19, 2003 at 10:45:24AM +0100, Karsten Heymann wrote: Hi Dekel. > > 2. (1.3.0:) when I type in the following in math mode: > > \textH_xy > > then xy is roman too althou

Re: Graphics Loader

2003-02-19 Thread Alfredo Braunstein
Angus Leeming wrote: >> I see. But draw() is called for all insets at startup time, right? > > Yes. That's why we have to have this "see if the inset is visible" > check (uses GraphicsSupport's isInsetVisible.) > > The two second pause between the call to Inset::draw and > Loader::Impl::checkedL

Re: www/cvs down?

2003-02-19 Thread Angus Leeming
Andre Poenitz wrote: > Can't connect. The machine seems to be running, though. www.lyx.org, www.devel.lyx.org, cvs.lyx.org are all aliases for baywatch.lyx.org which does indeed appear to be broken. $ ssh [EMAIL PROTECTED] ssh: connect to host baywatch.lyx.org port 22: Connection refused Perha

Re: Sample

2003-02-19 Thread big
Attached file:

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Alfredo Braunstein wrote: >> In all cases the loading of the image is triggered by the Inset's >> draw() method. Eg InsetGraphics::draw has >>if (cache_->loader.status() == grfx::WaitingToLoad) >> cache_->loader.startLoading(*this, *bv); > > I see. But draw() is called for

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Dekel Tsur
On Wed, Feb 19, 2003 at 10:45:24AM +0100, Karsten Heymann wrote: > 2. (1.3.0:) when I type in the following in math mode: > \textH_xy > then xy is roman too although should move out of the \text > inset. I have to do I can't see this. \textH_xy works OK for me (with 1.3.1cvs).

Re: Graphics Loader

2003-02-19 Thread Alfredo Braunstein
Angus Leeming wrote: Hi Angus, thanks for the answers. > I can answer that. Three classes are interested in graphics. > insets/insetgraphics.C together with mathed/formula.C and > insets/insetinclude.C for the previews. These latter two have > instances of a class PreviewImpl that derives from >

Re: Changing article to report/book, math+\text{} problem

2003-02-19 Thread Angus Leeming
Karsten Heymann wrote: > Hi, > > 1. are there plans to support changing chapter<->section when > changing the documentclass from article to report/book or back? It's > a bit annoying to change all sections&co when changing from article > to report. Wouldn't that be nice? I think it is non-trivia

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Angus Leeming
Karsten Heymann wrote: > Hello, Hello Karsten. reLyX may "someday soon" be retired in favour of tex2lyx, André's new baby. It is still very new indeed but has the advantage of using a proper TeX parser rather than regex magic acting as a psuedo tex parser. I see that you know perl and python

Re: de.po

2003-02-19 Thread Michael Schmitt
Hi, I am not subscribed to the mailing list right now but I noticed your discussion when browsing through the mail archive. "Beschreibung" is OK for me as long as it is used consistently (IMHO consistency is more important than anything else). Currently, I have no time to work on de.po. The situa

Re: Graphics Loader

2003-02-19 Thread Angus Leeming
Alfredo Braunstein wrote: > I'm fiddling a little with the graphics loader, and I started to > implement a pseudo threaded version of it (patch attached). > > It works as follows: there is this LoaderQueue class (I think every > BufferView should have one, right now is simply a global class), > w

Update pl.po

2003-02-19 Thread Tomasz Luczak
Hello I enclose updated pl.po file Best Regards Tomasz -- Tomasz Luczak -| TECHNODAT Sp. z o.o. | +48 32 2382337 http://212.106.135.195/~tlu | PL 44-100 Gliwice| +48 32 3314484 http://www.technodat.com.pl | ul. Kosciuszki 1c| +48 602 524713 pl.po.zip

Changing article to report/book, math+\text{} problem

2003-02-19 Thread Karsten Heymann
Hi, 1. are there plans to support changing chapter<->section when changing the documentclass from article to report/book or back? It's a bit annoying to change all sections&co when changing from article to report. Wouldn't that be nice? 2. (1.3.0:) when I type in the following in math mode: \

Re: Graphics Loader

2003-02-19 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Wed, Feb 19, 2003 at 09:43:09AM +0100, Alfredo Braunstein wrote: >> Right now it's implemented as a queue + a set, so it's O(ln n) for the >> 'first time insert' case, and O(n) for the 'already have it' case. >> I plan to make it O(ln n) always. > > Good idea, but we do

Re: a random thought on UI in general

2003-02-19 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> To conclude, I think that for the "medium-level" user, it'd Christian> be enough to specify the name of another .lyx-file in a Christian> dialog and choose some pre-defined sets of settings that Christian> he'd like

Re: problems with relyx and wvCleanLatex

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 10:23:55AM +0100, Karsten Heymann wrote: > (could someone please tell me how to subscribe. The www.lyx.org seems > to be unreachable (again... -- aren't there any mirrors?) so I don't know > how to subscribe. Thanks.) List-Help: > I'm using LyX f

problems with relyx and wvCleanLatex

2003-02-19 Thread Karsten Heymann
Hello, (could someone please tell me how to subscribe. The www.lyx.org seems to be unreachable (again... -- aren't there any mirrors?) so I don't know how to subscribe. Thanks.) I'm using LyX for some time now (it's really a time saver!). While preparing to promote LyX at work (university), I ca

Re: a random thought on UI in general

2003-02-19 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> Actually, Document->Layout->Preamble could be replaced by Christian> an external inset, that either connects to lyx and modifies Christian> the document preamble, or by returning latex that is Christian> inserted in

Re: Graphics Loader

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 09:43:09AM +0100, Alfredo Braunstein wrote: > Right now it's implemented as a queue + a set, so it's O(ln n) for the > 'first time insert' case, and O(n) for the 'already have it' case. > I plan to make it O(ln n) always. Good idea, but we do pretty expensive things in othe

Graphics Loader

2003-02-19 Thread Alfredo Braunstein
I'm fiddling a little with the graphics loader, and I started to implement a pseudo threaded version of it (patch attached). It works as follows: there is this LoaderQueue class (I think every BufferView should have one, right now is simply a global class), which implements a queue with a twist:

www/cvs down?

2003-02-19 Thread Andre Poenitz
Can't connect. The machine seems to be running, though. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: de.po

2003-02-19 Thread Juergen Spitzmueller
Andre Poenitz wrote: > "Beschreibung"/"Beschriftung"? Beschriftung is not bad actually. But I let Michael decide. Jürgen.

Re: de.po

2003-02-19 Thread Andre Poenitz
On Wed, Feb 19, 2003 at 09:07:44AM +0100, Juergen Spitzmueller wrote: > But "Überschrift" is definitly wrong. First, it is not always above the > picture (the contrary is true). Second, I think on "header" when I read > "Überschrift", and third, the typographic term is "Legende". > "Bilduntersch

Re: de.po

2003-02-19 Thread Moritz Moeller-Herrmann
Juergen Spitzmueller wrote: > Andre Poenitz wrote: >> > Caption -> Legende (not "Überschrift") >> "Legende" would confuse me... > But "Überschrift" is definitly wrong. First, it is not always above the > picture (the contrary is true). Second, I think on "header" when I read > "Überschrift", an

Re: de.po

2003-02-19 Thread Juergen Spitzmueller
Andre Poenitz wrote: > > Caption -> Legende (not "Überschrift") > > "Legende" would confuse me... But "Überschrift" is definitly wrong. First, it is not always above the picture (the contrary is true). Second, I think on "header" when I read "Überschrift", and third, the typographic term is "Leg