Re: Anything happening to the UserGuide?

2006-01-16 Thread Martin Vermeer
On Mon, 2006-01-16 at 07:41 +0100, Jean-Marc Lasgouttes wrote:
  Martin == Martin Vermeer [EMAIL PROTECTED] writes:
 
 Martin I suggest to just put this in, as a start. Many more changes
 Martin will be needed.
 
 Martin Powers that be, OK to commit?
 
 Yes, it seems I forgot about this one too. Sorry.
 
 JMarc

Find attached a patch that combines Angus's work (that appears to have
fallen through the cracks), Helge's contribution, and some things from
myself.

Please review.

- Martin

Index: Intro.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Intro.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Intro.lyx
--- Intro.lyx	2 Jan 2006 01:51:18 -	1.3
+++ Intro.lyx	16 Jan 2006 08:48:46 -
@@ -514,7 +514,7 @@ Granted, many modern word processors can
  WYSIWYM concept.
  However, they've only recently been able to do so, whereas LyX is built
  upon the LaTeX document preparation system.
- LaTeX has been around for over 15 years, and 
+ LaTeX has been around for decades, and 
 \emph on
 works
 \emph default
@@ -1677,7 +1677,7 @@ Contributing to LyX
 \end_layout
 
 \begin_layout Standard
-LyX is mostly written in C++ (the LaTeX importer is written in Perl).
+LyX is mostly written in C++.
  It is a large project, and as a result it is not free from bugs, or the
  need for improvements in the source code.
 \end_layout
Index: Tutorial.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Tutorial.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Tutorial.lyx
--- Tutorial.lyx	2 Jan 2006 01:51:18 -	1.3
+++ Tutorial.lyx	16 Jan 2006 08:48:47 -
@@ -45,7 +45,11 @@ Amir Karger
 \noun default
 .
  If you have comments or error corrections, please send them to the LyX
- Documentation mailing list, lyx-docs@lists.lyx.org.
+ Documentation mailing list, 
+\family typewriter
[EMAIL PROTECTED]
+\family default
+.
 \end_layout
 
 \end_inset
@@ -2213,7 +2217,7 @@ exercise
 \begin_inset Quotes erd
 \end_inset
 
- here; just write a letter to someone
+ here; just write a letter to someone!
 \begin_inset Foot
 status collapsed
 
@@ -2237,7 +2241,7 @@ Environment
 
 \end_inset
 
-!
+
 \end_layout
 
 \begin_layout Standard
@@ -2493,7 +2497,6 @@ LyX puts the references in a box right w
  In the printed document, this reference marker will be replaced with either
  the page or section number (depending on what you selected in the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
  dialog).
@@ -2546,7 +2549,7 @@ Reference
 \family sans
 Go\InsetSpace ~
 to\InsetSpace ~
-reference
+Label
 \family default
  will move the cursor to the referenced label.
 \end_layout
@@ -2560,8 +2563,11 @@ We told you that LyX worries about numbe
  test that.
  Add a new section before Section\InsetSpace ~
 2.
- Now rerun LaTeX, and --- voilà! --- the section cross reference changed
- to 
+ Now rerun LaTeX, and --- 
+\lang french
+voilà
+\lang english
+! --- the section cross reference changed to 
 \begin_inset Quotes eld
 \end_inset
 
@@ -2593,10 +2599,9 @@ If you want some more practice with labe
  If you'll be inserting cross-references often (if, for example, you're
  writing a journal article), it may be convenient to leave the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
- window open.
+ dialog open.
 \end_layout
 
 \begin_layout Standard
@@ -2923,10 +2928,9 @@ nsert\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-itation\InsetSpace ~
-Reference\SpecialChar [EMAIL PROTECTED]
-
+itation
 \family default
+.
  A 
 \family sans
 Citation
@@ -2953,12 +2957,11 @@ lyxtutorial
 \begin_layout Standard
 How are the other fields used? The 
 \family sans
-Text\InsetSpace ~
-aft
 \bar under
-e
+T
 \bar default
-r
+ext\InsetSpace ~
+after
 \family default
  field in the 
 \family sans
@@ -2985,7 +2988,8 @@ abel 
 field in the 
 \family sans
 Bibliography\InsetSpace ~
-item
+Entry\InsetSpace ~
+Settings
 \family default
  dialog.
  As usual, you can see the 
@@ -4349,7 +4353,7 @@ G
 \bar default
 raphics
 \family default
-\SpecialChar [EMAIL PROTECTED]
+.
  Then click on the figure to choose the file to include, rotate or scale
  it, etc.) Tables and figures can have captions, and LyX will automatically
  generate lists of figures and/or tables.
@@ -4492,9 +4496,10 @@ learn
  The short answer is that LyX can do pretty much everything LaTeX can do
  in one form or another, and it definitely simplifies most parts of writing
  a LaTeX document.
- Currently, there may be some annoyance in converting old LaTeX documents
- and in a couple other areas, but later releases of LyX will get rid of
- these problems.
+ The tool that is used to convert a LaTeX document to LyX was rewritten
+ completely for LyX\InsetSpace ~
+1.4.
+ It should now be able to handle most LaTeX gracefully.
 \end_layout
 
 \begin_layout Standard
@@ -4533,8 +4538,10 @@ nsert\SpecialChar \menuseparator
 Te
 \bar 

Re: Anything happening to the UserGuide?

2006-01-16 Thread Jean-Marc Lasgouttes
 Martin == Martin Vermeer [EMAIL PROTECTED] writes:

Martin Find attached a patch that combines Angus's work (that appears
Martin to have fallen through the cracks), Helge's contribution, and
Martin some things from myself.

Small remarks:

- Now rerun LaTeX, and --- voil�! --- the section cross reference changed
- to 
+ Now rerun LaTeX, and --- 
+\lang french
+voil�
+\lang english
+! --- the section cross reference changed to 

Merriam webster has ``voilà'' as an english word. No need to put it in
french (adds a distracting blue line).

--- UserGuide.lyx   2 Jan 2006 01:51:18 -   1.17
+++ UserGuide.lyx   16 Jan 2006 08:48:56 -
@@ -93,17 +93,12 @@ The LyX User's Guide
 \begin_layout Author
 by the LyX Team
 \begin_inset Foot
-status collapsed
+status open

Keep the note closed.

+\begin_layout Standard
+The 
+\family typewriter
+preferences
+\family default
+ file is found in different directories on different systems:

To find where the file is, tell the user to use AboutLyX and look for
the user directory.

- and voil�! You're all set.
+ and 
+\lang french
+voil�
+\lang english
+! You're all set.
 \end_layout

See above.

Other than that, the changes are OK.

JMarc


Re: Anything happening to the UserGuide?

2006-01-16 Thread Martin Vermeer
On Mon, Jan 16, 2006 at 10:13:05AM +0100, Jean-Marc Lasgouttes wrote:
  Martin == Martin Vermeer [EMAIL PROTECTED] writes:
 
 Martin Find attached a patch that combines Angus's work (that appears
 Martin to have fallen through the cracks), Helge's contribution, and
 Martin some things from myself.
 
 Small remarks:

...
 
 Other than that, the changes are OK.

Committed in the attached form.

- Martin
 
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/ChangeLog,v
retrieving revision 1.46
diff -u -p -r1.46 ChangeLog
--- ChangeLog   2 Jan 2006 02:29:45 -   1.46
+++ ChangeLog   16 Jan 2006 10:37:06 -
@@ -1,3 +1,22 @@
+
+2006-01-16  Martin Vermeer  [EMAIL PROTECTED] (committed)
+
+   * UserGuide.lyx: Corrected information about nesting:
+ - sections etc can be nested into other environments,
+   so removed information about this being impossible.
+ - An abstract can be nested, and other stuff may be nested
+   into it, removed information about this being impossible
+ - A caption can be nested into other paragraphs, removed
+   the vice versa indicating this being impossible.
+ - Updated the lists in section What You Can and Can't Nest
+   to reflect reality. 
+   (Helge Hafting [EMAIL PROTECTED])
+   * UserGuide.lyx:
+   * Intro.lyx:
+   * Tutorial.lyx: A large number of updates needed due to changes
+ since 1.3.
+   (Angus Leeming [EMAIL PROTECTED], Martin Vermeer)
+
 2006-01-01  Angus Leeming  [EMAIL PROTECTED]
 
* *.lyx: update all files to the latest file format.
Index: Intro.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Intro.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Intro.lyx
--- Intro.lyx   2 Jan 2006 01:51:18 -   1.3
+++ Intro.lyx   16 Jan 2006 10:37:07 -
@@ -514,7 +514,7 @@ Granted, many modern word processors can
  WYSIWYM concept.
  However, they've only recently been able to do so, whereas LyX is built
  upon the LaTeX document preparation system.
- LaTeX has been around for over 15 years, and 
+ LaTeX has been around for decades, and 
 \emph on
 works
 \emph default
@@ -1677,7 +1677,7 @@ Contributing to LyX
 \end_layout
 
 \begin_layout Standard
-LyX is mostly written in C++ (the LaTeX importer is written in Perl).
+LyX is mostly written in C++.
  It is a large project, and as a result it is not free from bugs, or the
  need for improvements in the source code.
 \end_layout
Index: Tutorial.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Tutorial.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Tutorial.lyx
--- Tutorial.lyx2 Jan 2006 01:51:18 -   1.3
+++ Tutorial.lyx16 Jan 2006 10:37:09 -
@@ -45,7 +45,11 @@ Amir Karger
 \noun default
 .
  If you have comments or error corrections, please send them to the LyX
- Documentation mailing list, lyx-docs@lists.lyx.org.
+ Documentation mailing list, 
+\family typewriter
[EMAIL PROTECTED]
+\family default
+.
 \end_layout
 
 \end_inset
@@ -2213,7 +2217,7 @@ exercise
 \begin_inset Quotes erd
 \end_inset
 
- here; just write a letter to someone
+ here; just write a letter to someone!
 \begin_inset Foot
 status collapsed
 
@@ -2237,7 +2241,7 @@ Environment
 
 \end_inset
 
-!
+
 \end_layout
 
 \begin_layout Standard
@@ -2493,7 +2497,6 @@ LyX puts the references in a box right w
  In the printed document, this reference marker will be replaced with either
  the page or section number (depending on what you selected in the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
  dialog).
@@ -2546,7 +2549,7 @@ Reference
 \family sans
 Go\InsetSpace ~
 to\InsetSpace ~
-reference
+Label
 \family default
  will move the cursor to the referenced label.
 \end_layout
@@ -2593,10 +2596,9 @@ If you want some more practice with labe
  If you'll be inserting cross-references often (if, for example, you're
  writing a journal article), it may be convenient to leave the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
- window open.
+ dialog open.
 \end_layout
 
 \begin_layout Standard
@@ -2923,10 +2925,9 @@ nsert\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-itation\InsetSpace ~
-Reference\SpecialChar [EMAIL PROTECTED]
-
+itation
 \family default
+.
  A 
 \family sans
 Citation
@@ -2953,12 +2954,11 @@ lyxtutorial
 \begin_layout Standard
 How are the other fields used? The 
 \family sans
-Text\InsetSpace ~
-aft
 \bar under
-e
+T
 \bar default
-r
+ext\InsetSpace ~
+after
 \family default
  field in the 
 \family sans
@@ -2985,7 +2985,8 @@ abel 
 field in the 
 \family sans
 Bibliography\InsetSpace ~
-item
+Entry\InsetSpace ~
+Settings
 \family default
  dialog.
  As usual, you can see the 
@@ -4349,7 +4350,7 @@ G
 \bar default
 raphics
 

Re: Anything happening to the UserGuide?

2006-01-16 Thread Martin Vermeer
On Mon, 2006-01-16 at 07:41 +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> I suggest to just put this in, as a start. Many more changes
> Martin> will be needed.
> 
> Martin> Powers that be, OK to commit?
> 
> Yes, it seems I forgot about this one too. Sorry.
> 
> JMarc

Find attached a patch that combines Angus's work (that appears to have
fallen through the cracks), Helge's contribution, and some things from
myself.

Please review.

- Martin

Index: Intro.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Intro.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Intro.lyx
--- Intro.lyx	2 Jan 2006 01:51:18 -	1.3
+++ Intro.lyx	16 Jan 2006 08:48:46 -
@@ -514,7 +514,7 @@ Granted, many modern word processors can
  WYSIWYM concept.
  However, they've only recently been able to do so, whereas LyX is built
  upon the LaTeX document preparation system.
- LaTeX has been around for over 15 years, and 
+ LaTeX has been around for decades, and 
 \emph on
 works
 \emph default
@@ -1677,7 +1677,7 @@ Contributing to LyX
 \end_layout
 
 \begin_layout Standard
-LyX is mostly written in C++ (the LaTeX importer is written in Perl).
+LyX is mostly written in C++.
  It is a large project, and as a result it is not free from bugs, or the
  need for improvements in the source code.
 \end_layout
Index: Tutorial.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Tutorial.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Tutorial.lyx
--- Tutorial.lyx	2 Jan 2006 01:51:18 -	1.3
+++ Tutorial.lyx	16 Jan 2006 08:48:47 -
@@ -45,7 +45,11 @@ Amir Karger
 \noun default
 .
  If you have comments or error corrections, please send them to the LyX
- Documentation mailing list, .
+ Documentation mailing list, 
+\family typewriter
[EMAIL PROTECTED]
+\family default
+.
 \end_layout
 
 \end_inset
@@ -2213,7 +2217,7 @@ exercise
 \begin_inset Quotes erd
 \end_inset
 
- here; just write a letter to someone
+ here; just write a letter to someone!
 \begin_inset Foot
 status collapsed
 
@@ -2237,7 +2241,7 @@ Environment
 
 \end_inset
 
-!
+
 \end_layout
 
 \begin_layout Standard
@@ -2493,7 +2497,6 @@ LyX puts the references in a box right w
  In the printed document, this reference marker will be replaced with either
  the page or section number (depending on what you selected in the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
  dialog).
@@ -2546,7 +2549,7 @@ Reference
 \family sans
 Go\InsetSpace ~
 to\InsetSpace ~
-reference
+Label
 \family default
  will move the cursor to the referenced label.
 \end_layout
@@ -2560,8 +2563,11 @@ We told you that LyX worries about numbe
  test that.
  Add a new section before Section\InsetSpace ~
 2.
- Now rerun LaTeX, and --- voilà! --- the section cross reference changed
- to 
+ Now rerun LaTeX, and --- 
+\lang french
+voilà
+\lang english
+! --- the section cross reference changed to 
 \begin_inset Quotes eld
 \end_inset
 
@@ -2593,10 +2599,9 @@ If you want some more practice with labe
  If you'll be inserting cross-references often (if, for example, you're
  writing a journal article), it may be convenient to leave the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
- window open.
+ dialog open.
 \end_layout
 
 \begin_layout Standard
@@ -2923,10 +2928,9 @@ nsert\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-itation\InsetSpace ~
-Reference\SpecialChar [EMAIL PROTECTED]
-
+itation
 \family default
+.
  A 
 \family sans
 Citation
@@ -2953,12 +2957,11 @@ lyxtutorial
 \begin_layout Standard
 How are the other fields used? The 
 \family sans
-Text\InsetSpace ~
-aft
 \bar under
-e
+T
 \bar default
-r
+ext\InsetSpace ~
+after
 \family default
  field in the 
 \family sans
@@ -2985,7 +2988,8 @@ abel 
 field in the 
 \family sans
 Bibliography\InsetSpace ~
-item
+Entry\InsetSpace ~
+Settings
 \family default
  dialog.
  As usual, you can see the 
@@ -4349,7 +4353,7 @@ G
 \bar default
 raphics
 \family default
-\SpecialChar [EMAIL PROTECTED]
+.
  Then click on the figure to choose the file to include, rotate or scale
  it, etc.) Tables and figures can have captions, and LyX will automatically
  generate lists of figures and/or tables.
@@ -4492,9 +4496,10 @@ learn
  The short answer is that LyX can do pretty much everything LaTeX can do
  in one form or another, and it definitely simplifies most parts of writing
  a LaTeX document.
- Currently, there may be some annoyance in converting old LaTeX documents
- and in a couple other areas, but later releases of LyX will get rid of
- these problems.
+ The tool that is used to convert a LaTeX document to LyX was rewritten
+ completely for LyX\InsetSpace ~
+1.4.
+ It should now be able to handle most LaTeX gracefully.
 \end_layout
 
 \begin_layout Standard
@@ -4533,8 +4538,10 @@ nsert\SpecialChar 

Re: Anything happening to the UserGuide?

2006-01-16 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:

Martin> Find attached a patch that combines Angus's work (that appears
Martin> to have fallen through the cracks), Helge's contribution, and
Martin> some things from myself.

Small remarks:

- Now rerun LaTeX, and --- voil�! --- the section cross reference changed
- to 
+ Now rerun LaTeX, and --- 
+\lang french
+voil�
+\lang english
+! --- the section cross reference changed to 

Merriam webster has ``voilà'' as an english word. No need to put it in
french (adds a distracting blue line).

--- UserGuide.lyx   2 Jan 2006 01:51:18 -   1.17
+++ UserGuide.lyx   16 Jan 2006 08:48:56 -
@@ -93,17 +93,12 @@ The LyX User's Guide
 \begin_layout Author
 by the LyX Team
 \begin_inset Foot
-status collapsed
+status open

Keep the note closed.

+\begin_layout Standard
+The 
+\family typewriter
+preferences
+\family default
+ file is found in different directories on different systems:

To find where the file is, tell the user to use About>LyX and look for
the user directory.

- and voil�! You're all set.
+ and 
+\lang french
+voil�
+\lang english
+! You're all set.
 \end_layout

See above.

Other than that, the changes are OK.

JMarc


Re: Anything happening to the UserGuide?

2006-01-16 Thread Martin Vermeer
On Mon, Jan 16, 2006 at 10:13:05AM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> Find attached a patch that combines Angus's work (that appears
> Martin> to have fallen through the cracks), Helge's contribution, and
> Martin> some things from myself.
> 
> Small remarks:

...
 
> Other than that, the changes are OK.

Committed in the attached form.

- Martin
 
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/ChangeLog,v
retrieving revision 1.46
diff -u -p -r1.46 ChangeLog
--- ChangeLog   2 Jan 2006 02:29:45 -   1.46
+++ ChangeLog   16 Jan 2006 10:37:06 -
@@ -1,3 +1,22 @@
+
+2006-01-16  Martin Vermeer  <[EMAIL PROTECTED]> (committed)
+
+   * UserGuide.lyx: Corrected information about nesting:
+ - sections etc can be nested into other environments,
+   so removed information about this being impossible.
+ - An abstract can be nested, and other stuff may be nested
+   into it, removed information about this being impossible
+ - A caption can be nested into other paragraphs, removed
+   the "vice versa" indicating this being impossible.
+ - Updated the lists in section "What You Can and Can't Nest"
+   to reflect reality. 
+   (Helge Hafting <[EMAIL PROTECTED]>)
+   * UserGuide.lyx:
+   * Intro.lyx:
+   * Tutorial.lyx: A large number of updates needed due to changes
+ since 1.3.
+   (Angus Leeming <[EMAIL PROTECTED]>, Martin Vermeer)
+
 2006-01-01  Angus Leeming  <[EMAIL PROTECTED]>
 
* *.lyx: update all files to the latest file format.
Index: Intro.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Intro.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Intro.lyx
--- Intro.lyx   2 Jan 2006 01:51:18 -   1.3
+++ Intro.lyx   16 Jan 2006 10:37:07 -
@@ -514,7 +514,7 @@ Granted, many modern word processors can
  WYSIWYM concept.
  However, they've only recently been able to do so, whereas LyX is built
  upon the LaTeX document preparation system.
- LaTeX has been around for over 15 years, and 
+ LaTeX has been around for decades, and 
 \emph on
 works
 \emph default
@@ -1677,7 +1677,7 @@ Contributing to LyX
 \end_layout
 
 \begin_layout Standard
-LyX is mostly written in C++ (the LaTeX importer is written in Perl).
+LyX is mostly written in C++.
  It is a large project, and as a result it is not free from bugs, or the
  need for improvements in the source code.
 \end_layout
Index: Tutorial.lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/Tutorial.lyx,v
retrieving revision 1.3
diff -u -p -r1.3 Tutorial.lyx
--- Tutorial.lyx2 Jan 2006 01:51:18 -   1.3
+++ Tutorial.lyx16 Jan 2006 10:37:09 -
@@ -45,7 +45,11 @@ Amir Karger
 \noun default
 .
  If you have comments or error corrections, please send them to the LyX
- Documentation mailing list, .
+ Documentation mailing list, 
+\family typewriter
[EMAIL PROTECTED]
+\family default
+.
 \end_layout
 
 \end_inset
@@ -2213,7 +2217,7 @@ exercise
 \begin_inset Quotes erd
 \end_inset
 
- here; just write a letter to someone
+ here; just write a letter to someone!
 \begin_inset Foot
 status collapsed
 
@@ -2237,7 +2241,7 @@ Environment
 
 \end_inset
 
-!
+
 \end_layout
 
 \begin_layout Standard
@@ -2493,7 +2497,6 @@ LyX puts the references in a box right w
  In the printed document, this reference marker will be replaced with either
  the page or section number (depending on what you selected in the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
  dialog).
@@ -2546,7 +2549,7 @@ Reference
 \family sans
 Go\InsetSpace ~
 to\InsetSpace ~
-reference
+Label
 \family default
  will move the cursor to the referenced label.
 \end_layout
@@ -2593,10 +2596,9 @@ If you want some more practice with labe
  If you'll be inserting cross-references often (if, for example, you're
  writing a journal article), it may be convenient to leave the 
 \family sans
-Insert\InsetSpace ~
 Reference
 \family default
- window open.
+ dialog open.
 \end_layout
 
 \begin_layout Standard
@@ -2923,10 +2925,9 @@ nsert\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-itation\InsetSpace ~
-Reference\SpecialChar [EMAIL PROTECTED]
-
+itation
 \family default
+.
  A 
 \family sans
 Citation
@@ -2953,12 +2954,11 @@ lyxtutorial
 \begin_layout Standard
 How are the other fields used? The 
 \family sans
-Text\InsetSpace ~
-aft
 \bar under
-e
+T
 \bar default
-r
+ext\InsetSpace ~
+after
 \family default
  field in the 
 \family sans
@@ -2985,7 +2985,8 @@ abel 
 field in the 
 \family sans
 Bibliography\InsetSpace ~
-item
+Entry\InsetSpace ~
+Settings
 \family default
  dialog.
  As usual, you can see the 
@@ -4349,7 

Anything happening to the UserGuide?

2006-01-15 Thread Helge Hafting
Some time ago, I sent in a documentation patch for the UserGuide,
but nothing seems to happen.  I was under the impression that this
is a time for doc patches, before 1.4

The patch corrected some errors, several environments can be nested
but the current userguide claims they cannot.  

Please tell if there is anything wrong with the patch, I can try to fix it
before 1.4.0.  My english isn't great, but this was mostly moving
stuff from the unnestable list to the nestable list.

Helge Hafting


Re: Anything happening to the UserGuide?

2006-01-15 Thread Martin Vermeer
On Sun, Jan 15, 2006 at 12:52:42PM +0100, Helge Hafting wrote:
 Some time ago, I sent in a documentation patch for the UserGuide,
 but nothing seems to happen.  I was under the impression that this
 is a time for doc patches, before 1.4
 
 The patch corrected some errors, several environments can be nested
 but the current userguide claims they cannot.  
 
 Please tell if there is anything wrong with the patch, I can try to fix it
 before 1.4.0.  My english isn't great, but this was mostly moving
 stuff from the unnestable list to the nestable list.
 
 Helge Hafting

I suggest to just put this in, as a start. Many more changes will be
needed.

Powers that be, OK to commit?

- Martin



pgp3tEumRQx1r.pgp
Description: PGP signature


Re: Anything happening to the UserGuide?

2006-01-15 Thread Jean-Marc Lasgouttes
 Martin == Martin Vermeer [EMAIL PROTECTED] writes:

Martin I suggest to just put this in, as a start. Many more changes
Martin will be needed.

Martin Powers that be, OK to commit?

Yes, it seems I forgot about this one too. Sorry.

JMarc


Anything happening to the UserGuide?

2006-01-15 Thread Helge Hafting
Some time ago, I sent in a documentation patch for the UserGuide,
but nothing seems to happen.  I was under the impression that this
is a time for doc patches, before 1.4

The patch corrected some errors, several environments can be nested
but the current userguide claims they cannot.  

Please tell if there is anything wrong with the patch, I can try to fix it
before 1.4.0.  My english isn't great, but this was mostly moving
stuff from the "unnestable" list to the nestable list.

Helge Hafting


Re: Anything happening to the UserGuide?

2006-01-15 Thread Martin Vermeer
On Sun, Jan 15, 2006 at 12:52:42PM +0100, Helge Hafting wrote:
> Some time ago, I sent in a documentation patch for the UserGuide,
> but nothing seems to happen.  I was under the impression that this
> is a time for doc patches, before 1.4
> 
> The patch corrected some errors, several environments can be nested
> but the current userguide claims they cannot.  
> 
> Please tell if there is anything wrong with the patch, I can try to fix it
> before 1.4.0.  My english isn't great, but this was mostly moving
> stuff from the "unnestable" list to the nestable list.
> 
> Helge Hafting

I suggest to just put this in, as a start. Many more changes will be
needed.

Powers that be, OK to commit?

- Martin



pgp3tEumRQx1r.pgp
Description: PGP signature


Re: Anything happening to the UserGuide?

2006-01-15 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:

Martin> I suggest to just put this in, as a start. Many more changes
Martin> will be needed.

Martin> Powers that be, OK to commit?

Yes, it seems I forgot about this one too. Sorry.

JMarc