Re: TOC and section numbering

2000-10-28 Thread Dekel Tsur

On Thu, Oct 26, 2000 at 01:06:21PM -0500, Will Fischer wrote:
 Here's my problem:  I like to use the TOC to navigate around my
 documents, but I don't like to have the numbers in the section,
 subsection, etc.   
 
 Currently I use the Section environment while I'm writing, then
 (when I'm printing final copy) I edit the file with a text editor to
 change all the "Section" headings to "Section*".  This works, but is
 a pain.
 
 Could it be made possible to include the Section* etc. environments
 in the TOC?

The Section* environments do not appear in the TOC menu as they also do not
appear in the "Table of Contents" generated by latex.

However, you can use the non-stared environments (section, ...), and set the
section number depth (using layout-document menu) to -1 (this will omit the
numbering from these environments).



comment

2000-10-28 Thread Myriam Abramson


Hi!

I desperately need to print those nice comments I put in my papers. 
Any ideas how? I really do not want to write them back by hand.

Thanks,

-- 
   myriam
IM: tokujawa

Go Proverb:

When your opponent has two weak groups, attack them both at once.



Re: comment

2000-10-28 Thread Lars Gullik Bjønnes

Myriam Abramson [EMAIL PROTECTED] writes:

| Hi!
| 
| I desperately need to print those nice comments I put in my papers. 
| Any ideas how? I really do not want to write them back by hand.

Are the commens put in a "Comments" layout or in a note inset?

For the Comment environment a snippet in the preamble should do the
trick, but I am not enough of a LaTeX master to provide that.

for reference, this is the definition of comment in verbatim.sty:

\def\comment{\@bsphack
 \let\do\@makeother\dospecials\catcode`\^^M\active
 \let\verbatim@startline\relax
 \let\verbatim@addtoline\@gobble
 \let\verbatim@processline\relax
 \let\verbatim@finish\relax
 \verbatim@}
\let\endcomment=\@esphack  

It is is Note insets you have to play tricks on the .lyx file with
sed/awk or similar.

Lgb




Re: comment

2000-10-28 Thread Myriam Abramson


 | Does anybody know then what to put in the preamble to print the
 | comments? 
 
 You can of course try this, I have no clue if it will work:
 
 \renewenvironment{comment}{}{}
 
 worth a try perhaps...
 

Yes, that works!  

Thanks a million.  And on a Saturday night, no less! I love lyx!

-- 
   myriam
IM: tokujawa

Go Proverb:

Don't make empty triangles.



Re: TOC and section numbering

2000-10-28 Thread Dekel Tsur

On Thu, Oct 26, 2000 at 01:06:21PM -0500, Will Fischer wrote:
 Here's my problem:  I like to use the TOC to navigate around my
 documents, but I don't like to have the numbers in the section,
 subsection, etc.   
 
 Currently I use the Section environment while I'm writing, then
 (when I'm printing final copy) I edit the file with a text editor to
 change all the "Section" headings to "Section*".  This works, but is
 a pain.
 
 Could it be made possible to include the Section* etc. environments
 in the TOC?

The Section* environments do not appear in the TOC menu as they also do not
appear in the "Table of Contents" generated by latex.

However, you can use the non-stared environments (section, ...), and set the
section number depth (using layout-document menu) to -1 (this will omit the
numbering from these environments).



comment

2000-10-28 Thread Myriam Abramson


Hi!

I desperately need to print those nice comments I put in my papers. 
Any ideas how? I really do not want to write them back by hand.

Thanks,

-- 
   myriam
IM: tokujawa

Go Proverb:

When your opponent has two weak groups, attack them both at once.



Re: comment

2000-10-28 Thread Lars Gullik Bjønnes

Myriam Abramson [EMAIL PROTECTED] writes:

| Hi!
| 
| I desperately need to print those nice comments I put in my papers. 
| Any ideas how? I really do not want to write them back by hand.

Are the commens put in a "Comments" layout or in a note inset?

For the Comment environment a snippet in the preamble should do the
trick, but I am not enough of a LaTeX master to provide that.

for reference, this is the definition of comment in verbatim.sty:

\def\comment{\@bsphack
 \let\do\@makeother\dospecials\catcode`\^^M\active
 \let\verbatim@startline\relax
 \let\verbatim@addtoline\@gobble
 \let\verbatim@processline\relax
 \let\verbatim@finish\relax
 \verbatim@}
\let\endcomment=\@esphack  

It is is Note insets you have to play tricks on the .lyx file with
sed/awk or similar.

Lgb




Re: comment

2000-10-28 Thread Myriam Abramson


 | Does anybody know then what to put in the preamble to print the
 | comments? 
 
 You can of course try this, I have no clue if it will work:
 
 \renewenvironment{comment}{}{}
 
 worth a try perhaps...
 

Yes, that works!  

Thanks a million.  And on a Saturday night, no less! I love lyx!

-- 
   myriam
IM: tokujawa

Go Proverb:

Don't make empty triangles.



Re: TOC and section numbering

2000-10-28 Thread Dekel Tsur

On Thu, Oct 26, 2000 at 01:06:21PM -0500, Will Fischer wrote:
> Here's my problem:  I like to use the TOC to navigate around my
> documents, but I don't like to have the numbers in the section,
> subsection, etc.   
> 
> Currently I use the Section environment while I'm writing, then
> (when I'm printing final copy) I edit the file with a text editor to
> change all the "Section" headings to "Section*".  This works, but is
> a pain.
> 
> Could it be made possible to include the Section* etc. environments
> in the TOC?

The Section* environments do not appear in the TOC menu as they also do not
appear in the "Table of Contents" generated by latex.

However, you can use the non-stared environments (section, ...), and set the
section number depth (using layout->document menu) to -1 (this will omit the
numbering from these environments).



comment

2000-10-28 Thread Myriam Abramson


Hi!

I desperately need to print those nice comments I put in my papers. 
Any ideas how? I really do not want to write them back by hand.

Thanks,

-- 
   myriam
IM: tokujawa

Go Proverb:

When your opponent has two weak groups, attack them both at once.



Re: comment

2000-10-28 Thread Lars Gullik Bjønnes

Myriam Abramson <[EMAIL PROTECTED]> writes:

| Hi!
| 
| I desperately need to print those nice comments I put in my papers. 
| Any ideas how? I really do not want to write them back by hand.

Are the commens put in a "Comments" layout or in a note inset?

For the Comment environment a snippet in the preamble should do the
trick, but I am not enough of a LaTeX master to provide that.

for reference, this is the definition of comment in verbatim.sty:

\def\comment{\@bsphack
 \let\do\@makeother\dospecials\catcode`\^^M\active
 \let\verbatim@startline\relax
 \let\verbatim@addtoline\@gobble
 \let\verbatim@processline\relax
 \let\verbatim@finish\relax
 \verbatim@}
\let\endcomment=\@esphack  

It is is Note insets you have to play tricks on the .lyx file with
sed/awk or similar.

Lgb




Re: comment

2000-10-28 Thread Myriam Abramson


> | Does anybody know then what to put in the preamble to print the
> | comments? 
> 
> You can of course try this, I have no clue if it will work:
> 
> \renewenvironment{comment}{}{}
> 
> worth a try perhaps...
> 

Yes, that works!  

Thanks a million.  And on a Saturday night, no less! I love lyx!

-- 
   myriam
IM: tokujawa

Go Proverb:

Don't make empty triangles.