Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Yes, that's what I ended up doing. It was just a bit painful to
Ramon track or scan that log file by hand -- and I wasn't sure how to
Ramon do it automatically via some kind of Unix redirect -- so I
Ramon thought I'd drop a line to see if LyX supported it.

Ramon Is there an official way to add something to the wishlist?

Yes, go to lyxbugs.sourceforge.net and file a bug (with the Feature
Request category).

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

|  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
| 
| Ramon Yes, that's what I ended up doing. It was just a bit painful to
| Ramon track or scan that log file by hand -- and I wasn't sure how to
| Ramon do it automatically via some kind of Unix redirect -- so I
| Ramon thought I'd drop a line to see if LyX supported it.
| 
| Ramon Is there an official way to add something to the wishlist?
| 
| Yes, go to lyxbugs.sourceforge.net and file a bug (with the Feature
| Request category).

The framework in LaTeX.C is almost ready to handle warnings in
addition to the errors that it already does.

We should however test this case by scanning the document instead,
should actually be quite easy to do. The easiest is to use a two-pass
scan, where the first finds all the labels and the second all the
references. Then it is easy to find unreferenced labels and references
that does not point to a valid label. 

We could also take this into account when writing out the latex
document: never output an unreverenced label, or an reference that point to 
nowhere...(the second is more questionable)

This would also make it easier for us to have automatic lables for
sections and such without cluttering the resulting latex document with
unused labels.

This could be a nice project for someone...

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Andre Poenitz

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that point
 to nowhere...(the second is more questionable)

I find both questionable. Suppose you want to cooperated with people that
use plain LaTeX that insert their labels for later use, or suppose your
LaTeX export will be part of something bigger that needs to reference it.

Clever things tend to be stupid things in some cases and the last thing I
want to see in LyX are MS Word like features like automatic correction of
ill-behaving users... If someone put in some label, he likely had a
reason to do so. There is not point to correct this -- unless explicitly
asked for, of course.

Andre'


-- 
André Pönitz . [EMAIL PROTECTED]



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that
 point to nowhere...(the second is more questionable)

Andre I find both questionable. Suppose you want to cooperated with
Andre people that use plain LaTeX that insert their labels for later
Andre use, or suppose your LaTeX export will be part of something
Andre bigger that needs to reference it.

Andre Clever things tend to be stupid things in some cases and the
Andre last thing I want to see in LyX are MS Word like features like
Andre automatic correction of ill-behaving users... If someone put
Andre in some label, he likely had a reason to do so. There is not
Andre point to correct this -- unless explicitly asked for, of
Andre course.

Seconded. I think parsing the log file is the safest thing to do.

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Pierre.Chretien


From: Andre Poenitz [EMAIL PROTECTED]
Subject: Re: Does LyX complain about broken label or citation references?
To: Lars Gullik Bjønnes [EMAIL PROTECTED]
Date: Tue, 12 Jun 2001 12:17:53 +0200 (CEST)
CC: [EMAIL PROTECTED]

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that point
 to nowhere...(the second is more questionable)

I find both questionable. Suppose you want to cooperated with people that
use plain LaTeX that insert their labels for later use, or suppose your
LaTeX export will be part of something bigger that needs to reference it.

Clever things tend to be stupid things in some cases and the last thing I
want to see in LyX are MS Word like features like automatic correction of
ill-behaving users... If someone put in some label, he likely had a
reason to do so. There is not point to correct this -- unless explicitly
asked for, of course.

In the same line, why not output the dvi/ps/... even in error ?
Using laTeX, I don't count the number of documents which got printed and
used with remaining errors. When you're at the deadline, you
become less particular about unsolved typographic problems...

Of course, export to LaTeX, compile and xdvi solves it, but
that's a good reason to do it the same way in LyX. « Normal » LyX users
(i.e those who never use ERT) won't see the difference as LyX
hopefully is never in error by itself :-)

As we are to preferences, did I understand correctely that 1.1.6
does not allow anymore to have the current dir as default ?
With the new interface, you have to give en abolute path, so that
the browse menu offers « Home » or the lasr dir set in the preferences dialog.
. does not seem any more allowed.


-- 
Jean-Pierre


 




Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Andre Poenitz [EMAIL PROTECTED] writes:

|  We could also take this into account when writing out the latex
|  document: never output an unreverenced label, or an reference that point
|  to nowhere...(the second is more questionable)
| 
| I find both questionable. Suppose you want to cooperated with people that
| use plain LaTeX that insert their labels for later use, or suppose your
| LaTeX export will be part of something bigger that needs to reference it.

Having this tunable is no prob.
 
| Clever things tend to be stupid things in some cases and the last thing I
| want to see in LyX are MS Word like features like automatic correction of
| ill-behaving users... If someone put in some label, he likely had a
| reason to do so. There is not point to correct this -- unless explicitly
| asked for, of course.

I know a lot of LyX users see LyX as a latex editor, I don't
(anymore). To mee all ert is just bandeid for things that LyX really
should be able to handle/support natively.

So from my point of view removal of unreferenced labels make good
sense. (especially together with automaic label insertion (ALI) )

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

| Andre Clever things tend to be stupid things in some cases and the
| Andre last thing I want to see in LyX are MS Word like features like
| Andre automatic correction of ill-behaving users... If someone put
| Andre in some label, he likely had a reason to do so. There is not
| Andre point to correct this -- unless explicitly asked for, of
| Andre course.
| 
| Seconded. I think parsing the log file is the safest thing to do.

We need some distinciton between manual and automatic labels then.
(outputting hundres of unreferenced automatic labels is not nice)

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Yes, that's what I ended up doing. It was just a bit painful to
Ramon track or scan that log file by hand -- and I wasn't sure how to
Ramon do it automatically via some kind of Unix redirect -- so I
Ramon thought I'd drop a line to see if LyX supported it.

Ramon Is there an official way to add something to the wishlist?

Yes, go to lyxbugs.sourceforge.net and file a bug (with the Feature
Request category).

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

|  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
| 
| Ramon Yes, that's what I ended up doing. It was just a bit painful to
| Ramon track or scan that log file by hand -- and I wasn't sure how to
| Ramon do it automatically via some kind of Unix redirect -- so I
| Ramon thought I'd drop a line to see if LyX supported it.
| 
| Ramon Is there an official way to add something to the wishlist?
| 
| Yes, go to lyxbugs.sourceforge.net and file a bug (with the Feature
| Request category).

The framework in LaTeX.C is almost ready to handle warnings in
addition to the errors that it already does.

We should however test this case by scanning the document instead,
should actually be quite easy to do. The easiest is to use a two-pass
scan, where the first finds all the labels and the second all the
references. Then it is easy to find unreferenced labels and references
that does not point to a valid label. 

We could also take this into account when writing out the latex
document: never output an unreverenced label, or an reference that point to 
nowhere...(the second is more questionable)

This would also make it easier for us to have automatic lables for
sections and such without cluttering the resulting latex document with
unused labels.

This could be a nice project for someone...

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Andre Poenitz

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that point
 to nowhere...(the second is more questionable)

I find both questionable. Suppose you want to cooperated with people that
use plain LaTeX that insert their labels for later use, or suppose your
LaTeX export will be part of something bigger that needs to reference it.

Clever things tend to be stupid things in some cases and the last thing I
want to see in LyX are MS Word like features like automatic correction of
ill-behaving users... If someone put in some label, he likely had a
reason to do so. There is not point to correct this -- unless explicitly
asked for, of course.

Andre'


-- 
André Pönitz . [EMAIL PROTECTED]



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that
 point to nowhere...(the second is more questionable)

Andre I find both questionable. Suppose you want to cooperated with
Andre people that use plain LaTeX that insert their labels for later
Andre use, or suppose your LaTeX export will be part of something
Andre bigger that needs to reference it.

Andre Clever things tend to be stupid things in some cases and the
Andre last thing I want to see in LyX are MS Word like features like
Andre automatic correction of ill-behaving users... If someone put
Andre in some label, he likely had a reason to do so. There is not
Andre point to correct this -- unless explicitly asked for, of
Andre course.

Seconded. I think parsing the log file is the safest thing to do.

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Pierre.Chretien


From: Andre Poenitz [EMAIL PROTECTED]
Subject: Re: Does LyX complain about broken label or citation references?
To: Lars Gullik Bjønnes [EMAIL PROTECTED]
Date: Tue, 12 Jun 2001 12:17:53 +0200 (CEST)
CC: [EMAIL PROTECTED]

 We could also take this into account when writing out the latex
 document: never output an unreverenced label, or an reference that point
 to nowhere...(the second is more questionable)

I find both questionable. Suppose you want to cooperated with people that
use plain LaTeX that insert their labels for later use, or suppose your
LaTeX export will be part of something bigger that needs to reference it.

Clever things tend to be stupid things in some cases and the last thing I
want to see in LyX are MS Word like features like automatic correction of
ill-behaving users... If someone put in some label, he likely had a
reason to do so. There is not point to correct this -- unless explicitly
asked for, of course.

In the same line, why not output the dvi/ps/... even in error ?
Using laTeX, I don't count the number of documents which got printed and
used with remaining errors. When you're at the deadline, you
become less particular about unsolved typographic problems...

Of course, export to LaTeX, compile and xdvi solves it, but
that's a good reason to do it the same way in LyX. « Normal » LyX users
(i.e those who never use ERT) won't see the difference as LyX
hopefully is never in error by itself :-)

As we are to preferences, did I understand correctely that 1.1.6
does not allow anymore to have the current dir as default ?
With the new interface, you have to give en abolute path, so that
the browse menu offers « Home » or the lasr dir set in the preferences dialog.
. does not seem any more allowed.


-- 
Jean-Pierre


 




Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Andre Poenitz [EMAIL PROTECTED] writes:

|  We could also take this into account when writing out the latex
|  document: never output an unreverenced label, or an reference that point
|  to nowhere...(the second is more questionable)
| 
| I find both questionable. Suppose you want to cooperated with people that
| use plain LaTeX that insert their labels for later use, or suppose your
| LaTeX export will be part of something bigger that needs to reference it.

Having this tunable is no prob.
 
| Clever things tend to be stupid things in some cases and the last thing I
| want to see in LyX are MS Word like features like automatic correction of
| ill-behaving users... If someone put in some label, he likely had a
| reason to do so. There is not point to correct this -- unless explicitly
| asked for, of course.

I know a lot of LyX users see LyX as a latex editor, I don't
(anymore). To mee all ert is just bandeid for things that LyX really
should be able to handle/support natively.

So from my point of view removal of unreferenced labels make good
sense. (especially together with automaic label insertion (ALI) )

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

| Andre Clever things tend to be stupid things in some cases and the
| Andre last thing I want to see in LyX are MS Word like features like
| Andre automatic correction of ill-behaving users... If someone put
| Andre in some label, he likely had a reason to do so. There is not
| Andre point to correct this -- unless explicitly asked for, of
| Andre course.
| 
| Seconded. I think parsing the log file is the safest thing to do.

We need some distinciton between manual and automatic labels then.
(outputting hundres of unreferenced automatic labels is not nice)

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

> "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:

Ramon> Yes, that's what I ended up doing. It was just a bit painful to
Ramon> track or scan that log file by hand -- and I wasn't sure how to
Ramon> do it automatically via some kind of Unix redirect -- so I
Ramon> thought I'd drop a line to see if LyX supported it.

Ramon> Is there an official way to add something to the wishlist?

Yes, go to lyxbugs.sourceforge.net and file a bug (with the "Feature
Request" category).

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| > "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:
| 
| Ramon> Yes, that's what I ended up doing. It was just a bit painful to
| Ramon> track or scan that log file by hand -- and I wasn't sure how to
| Ramon> do it automatically via some kind of Unix redirect -- so I
| Ramon> thought I'd drop a line to see if LyX supported it.
| 
| Ramon> Is there an official way to add something to the wishlist?
| 
| Yes, go to lyxbugs.sourceforge.net and file a bug (with the "Feature
| Request" category).

The framework in LaTeX.C is almost ready to handle warnings in
addition to the errors that it already does.

We should however test this case by scanning the document instead,
should actually be quite easy to do. The easiest is to use a two-pass
scan, where the first finds all the labels and the second all the
references. Then it is easy to find unreferenced labels and references
that does not point to a valid label. 

We could also take this into account when writing out the latex
document: never output an unreverenced label, or an reference that point to 
nowhere...(the second is more questionable)

This would also make it easier for us to have automatic lables for
sections and such without cluttering the resulting latex document with
unused labels.

This could be a nice project for someone...

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Andre Poenitz

> We could also take this into account when writing out the latex
> document: never output an unreverenced label, or an reference that point
> to nowhere...(the second is more questionable)

I find both questionable. Suppose you want to cooperated with people that
use plain LaTeX that insert their labels for later use, or suppose your
LaTeX export will be part of something bigger that needs to reference it.

"Clever" things tend to be stupid things in some cases and the last thing I
want to see in LyX are MS Word like features like "automatic correction of
ill-behaving users"... If someone put in some label, he likely had a
reason to do so. There is not point to "correct" this -- unless explicitly
asked for, of course.

Andre'


-- 
André Pönitz . [EMAIL PROTECTED]



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Marc Lasgouttes

> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

>> We could also take this into account when writing out the latex
>> document: never output an unreverenced label, or an reference that
>> point to nowhere...(the second is more questionable)

Andre> I find both questionable. Suppose you want to cooperated with
Andre> people that use plain LaTeX that insert their labels for later
Andre> use, or suppose your LaTeX export will be part of something
Andre> bigger that needs to reference it.

Andre> "Clever" things tend to be stupid things in some cases and the
Andre> last thing I want to see in LyX are MS Word like features like
Andre> "automatic correction of ill-behaving users"... If someone put
Andre> in some label, he likely had a reason to do so. There is not
Andre> point to "correct" this -- unless explicitly asked for, of
Andre> course.

Seconded. I think parsing the log file is the safest thing to do.

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Jean-Pierre.Chretien


>>From: Andre Poenitz <[EMAIL PROTECTED]>
>>Subject: Re: Does LyX complain about broken label or citation references?
>>To: Lars Gullik Bjønnes <[EMAIL PROTECTED]>
>>Date: Tue, 12 Jun 2001 12:17:53 +0200 (CEST)
>>CC: [EMAIL PROTECTED]
>>
>>> We could also take this into account when writing out the latex
>>> document: never output an unreverenced label, or an reference that point
>>> to nowhere...(the second is more questionable)
>>
>>I find both questionable. Suppose you want to cooperated with people that
>>use plain LaTeX that insert their labels for later use, or suppose your
>>LaTeX export will be part of something bigger that needs to reference it.
>>
>>"Clever" things tend to be stupid things in some cases and the last thing I
>>want to see in LyX are MS Word like features like "automatic correction of
>>ill-behaving users"... If someone put in some label, he likely had a
>>reason to do so. There is not point to "correct" this -- unless explicitly
>>asked for, of course.

In the same line, why not output the dvi/ps/... even in error ?
Using laTeX, I don't count the number of documents which got printed and
used with remaining errors. When you're at the deadline, you
become less particular about unsolved typographic problems...

Of course, export to LaTeX, compile and xdvi solves it, but
that's a good reason to do it the same way in LyX. « Normal » LyX users
(i.e those who never use ERT) won't see the difference as LyX
hopefully is never in error by itself :-)

As we are to preferences, did I understand correctely that 1.1.6
does not allow anymore to have the current dir as default ?
With the new interface, you have to give en abolute path, so that
the browse menu offers « Home » or the lasr dir set in the preferences dialog.
. does not seem any more allowed.


-- 
Jean-Pierre


 




Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Andre Poenitz <[EMAIL PROTECTED]> writes:

| > We could also take this into account when writing out the latex
| > document: never output an unreverenced label, or an reference that point
| > to nowhere...(the second is more questionable)
| 
| I find both questionable. Suppose you want to cooperated with people that
| use plain LaTeX that insert their labels for later use, or suppose your
| LaTeX export will be part of something bigger that needs to reference it.

Having this tunable is no prob.
 
| "Clever" things tend to be stupid things in some cases and the last thing I
| want to see in LyX are MS Word like features like "automatic correction of
| ill-behaving users"... If someone put in some label, he likely had a
| reason to do so. There is not point to "correct" this -- unless explicitly
| asked for, of course.

I know a lot of LyX users see LyX as a latex editor, I don't
(anymore). To mee all ert is just bandeid for things that LyX really
should be able to handle/support natively.

So from my point of view removal of unreferenced labels make good
sense. (especially together with automaic label insertion (ALI) )

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-12 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Andre> "Clever" things tend to be stupid things in some cases and the
| Andre> last thing I want to see in LyX are MS Word like features like
| Andre> "automatic correction of ill-behaving users"... If someone put
| Andre> in some label, he likely had a reason to do so. There is not
| Andre> point to "correct" this -- unless explicitly asked for, of
| Andre> course.
| 
| Seconded. I think parsing the log file is the safest thing to do.

We need some distinciton between manual and automatic labels then.
(outputting hundres of unreferenced automatic labels is not nice)

-- 
Lgb



Re: Does LyX complain about broken label or citation references?

2001-06-09 Thread Ramon Felciano

Yes, that's what I ended up doing. It was just a bit painful to track or
scan that log file by hand -- and I wasn't sure how to do it automatically
via some kind of Unix redirect -- so I thought I'd drop a line to see if LyX
supported it.

Is there an official way to add something to the wishlist?

Ramon

- Original Message -
From: Jean-Pierre.Chretien [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 08, 2001 10:25 AM
Subject: Re: Does LyX complain about broken label or citation references?



 
  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
 
 Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
 Ramon complain about broken label references. Instead, the reference
 Ramon gets printed with a ? indicating that the target couldn't be
 Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
 Ramon document to check the references and make sure they are all
 Ramon present and accessible?
 
 LyX does not have this feature yet. It would certainly be useful...
 
 JMarc

 LaTeX does, look for undefined references in the log file.
 It should not be very hard to search for it and open a warning popup
 I guess as it does something of the kind to re-run LaTeX.


 --
 Jean-Pierre





Re: Does LyX complain about broken label or citation references?

2001-06-09 Thread Ramon Felciano

Yes, that's what I ended up doing. It was just a bit painful to track or
scan that log file by hand -- and I wasn't sure how to do it automatically
via some kind of Unix redirect -- so I thought I'd drop a line to see if LyX
supported it.

Is there an official way to add something to the wishlist?

Ramon

- Original Message -
From: Jean-Pierre.Chretien [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 08, 2001 10:25 AM
Subject: Re: Does LyX complain about broken label or citation references?



 
  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
 
 Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
 Ramon complain about broken label references. Instead, the reference
 Ramon gets printed with a ? indicating that the target couldn't be
 Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
 Ramon document to check the references and make sure they are all
 Ramon present and accessible?
 
 LyX does not have this feature yet. It would certainly be useful...
 
 JMarc

 LaTeX does, look for undefined references in the log file.
 It should not be very hard to search for it and open a warning popup
 I guess as it does something of the kind to re-run LaTeX.


 --
 Jean-Pierre





Re: Does LyX complain about broken label or citation references?

2001-06-09 Thread Ramon Felciano

Yes, that's what I ended up doing. It was just a bit painful to track or
scan that log file by hand -- and I wasn't sure how to do it automatically
via some kind of Unix redirect -- so I thought I'd drop a line to see if LyX
supported it.

Is there an official way to add something to the wishlist?

Ramon

- Original Message -
From: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 10:25 AM
Subject: Re: Does LyX complain about broken label or citation references?


>
> >>
> >>>>>>> "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:
> >>
> >>Ramon> Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
> >>Ramon> complain about broken label references. Instead, the reference
> >>Ramon> gets printed with a "?" indicating that the target couldn't be
> >>Ramon> found. Is there any way to do a pre-flight of a LyX (LaTeX)
> >>Ramon> document to check the references and make sure they are all
> >>Ramon> present and accessible?
> >>
> >>LyX does not have this feature yet. It would certainly be useful...
> >>
> >>JMarc
>
> LaTeX does, look for undefined references in the log file.
> It should not be very hard to search for it and open a warning popup
> I guess as it does something of the kind to re-run LaTeX.
>
>
> --
> Jean-Pierre
>




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Marc Lasgouttes

 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
Ramon complain about broken label references. Instead, the reference
Ramon gets printed with a ? indicating that the target couldn't be
Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
Ramon document to check the references and make sure they are all
Ramon present and accessible?

LyX does not have this feature yet. It would certainly be useful...

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread mike.ressler

On 8 Jun 2001, Jean-Marc Lasgouttes wrote:

  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
 Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
 Ramon document to check the references and make sure they are all
 Ramon present and accessible?

 LyX does not have this feature yet. It would certainly be useful...

Does ChkTeX, which is supported at some level by LyX, check for these
sorts of errors? I'm probably just showing my ignorance of ChkTeX, but I
know it catches a whole host of other errors ...

Mike

-- 
Mike Ressler
[EMAIL PROTECTED]
OK, I'm lame: I don't have my own website ...




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Pierre.Chretien



 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
Ramon complain about broken label references. Instead, the reference
Ramon gets printed with a ? indicating that the target couldn't be
Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
Ramon document to check the references and make sure they are all
Ramon present and accessible?

LyX does not have this feature yet. It would certainly be useful...

JMarc

LaTeX does, look for undefined references in the log file.
It should not be very hard to search for it and open a warning popup
I guess as it does something of the kind to re-run LaTeX.


-- 
Jean-Pierre




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Marc Lasgouttes

 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
Ramon complain about broken label references. Instead, the reference
Ramon gets printed with a ? indicating that the target couldn't be
Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
Ramon document to check the references and make sure they are all
Ramon present and accessible?

LyX does not have this feature yet. It would certainly be useful...

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread mike.ressler

On 8 Jun 2001, Jean-Marc Lasgouttes wrote:

  Ramon == Ramon Felciano [EMAIL PROTECTED] writes:
 Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
 Ramon document to check the references and make sure they are all
 Ramon present and accessible?

 LyX does not have this feature yet. It would certainly be useful...

Does ChkTeX, which is supported at some level by LyX, check for these
sorts of errors? I'm probably just showing my ignorance of ChkTeX, but I
know it catches a whole host of other errors ...

Mike

-- 
Mike Ressler
[EMAIL PROTECTED]
OK, I'm lame: I don't have my own website ...




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Pierre.Chretien



 Ramon == Ramon Felciano [EMAIL PROTECTED] writes:

Ramon Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
Ramon complain about broken label references. Instead, the reference
Ramon gets printed with a ? indicating that the target couldn't be
Ramon found. Is there any way to do a pre-flight of a LyX (LaTeX)
Ramon document to check the references and make sure they are all
Ramon present and accessible?

LyX does not have this feature yet. It would certainly be useful...

JMarc

LaTeX does, look for undefined references in the log file.
It should not be very hard to search for it and open a warning popup
I guess as it does something of the kind to re-run LaTeX.


-- 
Jean-Pierre




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Marc Lasgouttes

> "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:

Ramon> Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
Ramon> complain about broken label references. Instead, the reference
Ramon> gets printed with a "?" indicating that the target couldn't be
Ramon> found. Is there any way to do a pre-flight of a LyX (LaTeX)
Ramon> document to check the references and make sure they are all
Ramon> present and accessible?

LyX does not have this feature yet. It would certainly be useful...

JMarc



Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread mike.ressler

On 8 Jun 2001, Jean-Marc Lasgouttes wrote:

> > "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:
> Ramon> found. Is there any way to do a pre-flight of a LyX (LaTeX)
> Ramon> document to check the references and make sure they are all
> Ramon> present and accessible?
>
> LyX does not have this feature yet. It would certainly be useful...

Does ChkTeX, which is supported at some level by LyX, check for these
sorts of errors? I'm probably just showing my ignorance of ChkTeX, but I
know it catches a whole host of other errors ...

Mike

-- 
Mike Ressler
[EMAIL PROTECTED]
OK, I'm lame: I don't have my own website ...




Re: Does LyX complain about broken label or citation references?

2001-06-08 Thread Jean-Pierre.Chretien


>>
>>> "Ramon" == Ramon Felciano <[EMAIL PROTECTED]> writes:
>>
>>Ramon> Hi -- I've noticed that LyX (or LaTeX I guess) doesn't seem to
>>Ramon> complain about broken label references. Instead, the reference
>>Ramon> gets printed with a "?" indicating that the target couldn't be
>>Ramon> found. Is there any way to do a pre-flight of a LyX (LaTeX)
>>Ramon> document to check the references and make sure they are all
>>Ramon> present and accessible?
>>
>>LyX does not have this feature yet. It would certainly be useful...
>>
>>JMarc

LaTeX does, look for undefined references in the log file.
It should not be very hard to search for it and open a warning popup
I guess as it does something of the kind to re-run LaTeX.


-- 
Jean-Pierre




Re: Does LyX complain about broken label or citation references?

2001-05-31 Thread Dekel Tsur

On Wed, May 30, 2001 at 09:44:47AM -0700, Ramon Felciano wrote:
 Hi --
 
 I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
 broken label references. Instead, the reference gets printed with a ?
 indicating that the target couldn't be found. Is there any way to do a
 pre-flight of a LyX (LaTeX) document to check the references and make sure
 they are all present and accessible?

Look at the latex log. If there are undefined references, then at the end of
the file there will be a line

LaTeX Warning: There were undefined references.



Re: Does LyX complain about broken label or citation references?

2001-05-31 Thread Dekel Tsur

On Wed, May 30, 2001 at 09:44:47AM -0700, Ramon Felciano wrote:
 Hi --
 
 I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
 broken label references. Instead, the reference gets printed with a ?
 indicating that the target couldn't be found. Is there any way to do a
 pre-flight of a LyX (LaTeX) document to check the references and make sure
 they are all present and accessible?

Look at the latex log. If there are undefined references, then at the end of
the file there will be a line

LaTeX Warning: There were undefined references.



Re: Does LyX complain about broken label or citation references?

2001-05-31 Thread Dekel Tsur

On Wed, May 30, 2001 at 09:44:47AM -0700, Ramon Felciano wrote:
> Hi --
> 
> I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
> broken label references. Instead, the reference gets printed with a "?"
> indicating that the target couldn't be found. Is there any way to do a
> pre-flight of a LyX (LaTeX) document to check the references and make sure
> they are all present and accessible?

Look at the latex log. If there are undefined references, then at the end of
the file there will be a line

LaTeX Warning: There were undefined references.



Does LyX complain about broken label or citation references?

2001-05-30 Thread Ramon Felciano

Hi --

I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
broken label references. Instead, the reference gets printed with a ?
indicating that the target couldn't be found. Is there any way to do a
pre-flight of a LyX (LaTeX) document to check the references and make sure
they are all present and accessible?

Thanks in advance for your time!

Ramon




Does LyX complain about broken label or citation references?

2001-05-30 Thread Ramon Felciano

Hi --

I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
broken label references. Instead, the reference gets printed with a ?
indicating that the target couldn't be found. Is there any way to do a
pre-flight of a LyX (LaTeX) document to check the references and make sure
they are all present and accessible?

Thanks in advance for your time!

Ramon




Does LyX complain about broken label or citation references?

2001-05-30 Thread Ramon Felciano

Hi --

I've noticed that LyX (or LaTeX I guess) doesn't seem to complain about
broken label references. Instead, the reference gets printed with a "?"
indicating that the target couldn't be found. Is there any way to do a
pre-flight of a LyX (LaTeX) document to check the references and make sure
they are all present and accessible?

Thanks in advance for your time!

Ramon