]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Additional.lyx
enhance documentation of forward/reverse search
[lyx.git] / lib / doc / Additional.lyx
index a800bf291a4a397624334d1bbb3839bc1ef689f2..34280b187ade0462b4e758523c87d9e11d29fe46 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 407
+#LyX 2.0 created this file. For more info see http://www.lyx.org/
+\lyxformat 413
 \begin_document
 \begin_header
 \textclass scrbook
@@ -68,13 +68,14 @@ EndPreamble
 End
 \end_local_layout
 \language english
+\language_package default
 \inputencoding latin1
 \fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
-\use_xetex false
+\use_non_tex_fonts false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
@@ -126,13 +127,11 @@ End
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
-\tracking_changes true
+\tracking_changes false
 \output_changes false
 \html_math_output 0
+\html_css_as_file 0
 \html_be_strict true
-\author 1 "ab" 
-\author 2 "bbb" 
-\author 3 "Stephan Witt" 
 \end_header
 
 \begin_body
@@ -4261,8 +4260,19 @@ eLyXer
 
 \end_inset
 
- solves some of these problems.
- In particular, its rendering of math tends to look better than 
+ (
+\begin_inset CommandInset href
+LatexCommand href
+name "http://elyxer.nongnu.org/"
+target "http://elyxer.nongnu.org/"
+
+\end_inset
+
+) solves some of these problems.
+ In particular, the formulae it produces scale perfectly, since it renders
+ math using a combination of HTML and CSS rather than converting the formulae
+ to images.
+ But even moderately complex formula are rendered less well than with 
 \begin_inset Flex Code
 status collapsed
 
@@ -4272,20 +4282,29 @@ htlatex
 
 \end_inset
 
-'s, at least in simpler cases, since it renders math using a combination
- of HTML and CSS rather than converting the formulae to images.
- But more complex formula tend to be rendered less well than with 
+; this reflects the limitations of HTML.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+That said, 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-htlatex
+eLyXer
+\end_layout
+
+\end_inset
+
+ can also use jsMath and MathJax for equations, but this setting is only
+ available globally and requires one to have access to a server that runs
+ the backend.
 \end_layout
 
 \end_inset
 
-, since there is no reasonable way of scaling parentheses in HTML, for example.
- More importantly (as of version 0.39, at least), 
+ More importantly (as of version 1.1.1, at least), 
 \begin_inset Flex Code
 status collapsed
 
@@ -4295,9 +4314,8 @@ eLyXer
 
 \end_inset
 
- has no support for math macros, for user-defined paragraph or character
- styles, or for tables of contents and figures, and its treatment of cross-refer
-ences is minimal.
+ has limited support for math macros and no support for user-defined paragraph
+ or character styles.
  These limitations make 
 \begin_inset Flex Code
 status collapsed
@@ -4308,11 +4326,11 @@ eLyXer
 
 \end_inset
 
- unsuitable for many of the documents more advanced LyX users would produce.
- In principle, of course, all of these problems could be solved, but the
- LyX developers have decided to follow a different path and have made LyX
- itself capable of writing XHTML, just as it is capable of writing LaTeX,
DocBook, and plaintext.
+ unsuitable for many of the documents LyX users produce.
+ In principle, of course, these problems could be solved, but the LyX developers
+ have decided to follow a different path and have made LyX itself capable
+ of writing XHTML, just as it is capable of writing LaTeX, DocBook, and
+ plaintext.
 \end_layout
 
 \begin_layout Standard
@@ -4349,6 +4367,15 @@ target "http://www.lyx.org/trac/browser/lyx-devel/trunk/development/HTML/HTML.no
 \end_inset
 
 , usually contains up-to-date information about the state of XHTML output.
+ See also the list of XHTML bugs on 
+\begin_inset CommandInset href
+LatexCommand href
+name "the bug tracker"
+target "http://www.lyx.org/trac/query?status=reopened&status=assigned&status=new&max=0&component=xhtml+export&order=id&col=id&col=summary&col=reporter&col=keywords&keywords=%21%7Efixedintrunk&desc=1"
+
+\end_inset
+
+.
 \end_layout
 
 \end_inset
@@ -4365,7 +4392,7 @@ These advantages are primarily due to the fact that the XHTML output routines,
 status collapsed
 
 \begin_layout Plain Layout
-Another advantege is that, since these routines are internal to LyX, they
+Another advantage is that, since these routines are internal to LyX, they
  are immune to changes in LyX's file format, or to changes in the semantics
  of existing insets.
 \end_layout
@@ -4401,7 +4428,7 @@ Kapitel
 \end_layout
 
 \begin_layout Standard
-Quite generally, the output routines know everything LyX knows about document
+Quite generally, the output routines know what LyX knows about document
  layout, that is, about how the document is to be rendered on screen.
  We use this information when we output the document as XHTML.
  In particular, LyX 
@@ -4424,10 +4451,7 @@ automatically
 \end_layout
 
 \begin_layout Standard
-The result is that XHTML output can be customized and extended in 
-\emph on
-exactly
-\emph default
+The result is that XHTML output can be customized and extended in exactly
  the same way LaTeX output can be customized and extended: through layout
  files and modules.
  See chapter five of the 
@@ -4474,13 +4498,7 @@ xymatrix
 
 \end_inset
 
- package or 
-\change_deleted 1 1289155717
-ERT
-\change_inserted 1 1289155720
-TeX code
-\change_unchanged
----then it will instead output the formula as an image.
+ package or ERT---then it will instead output the formula as an image.
  
 \end_layout
 
@@ -4527,7 +4545,7 @@ elyxer
 \begin_inset Newline newline
 \end_inset
 
-If Lyx is unable to render a formula as MathML---for example, if the formula
+If Lyx is unable to render a formula as HTML---for example, if the formula
  uses the 
 \begin_inset Flex Code
 status collapsed
@@ -4538,13 +4556,7 @@ xymatrix
 
 \end_inset
 
- package or 
-\change_deleted 1 1289155751
-ERT
-\change_inserted 1 1289155754
-Tex code
-\change_unchanged
----then it will instead output the formula as an image.
+ package or ERT---then it will instead output the formula as an image.
  
 \end_layout
 
@@ -4582,6 +4594,16 @@ have to be on for images to be output, however.
  LaTeX, so they are very accurate.
  The disadvantage, as mentioned earlier, is that these are bitmapped images,
  so they do not scale terribly well, and one cannot copy them, etc.
+ (As of this writing, there are also problems about equation numbering.
+ See 
+\begin_inset CommandInset href
+LatexCommand href
+name "bug 6894"
+target "http://www.lyx.org/trac/ticket/6894"
+
+\end_inset
+
+.)
 \begin_inset Newline newline
 \end_inset
 
@@ -4700,19 +4722,9 @@ Eventually, LyX will offer the user the option to select an alternate output
 status collapsed
 
 \begin_layout Plain Layout
-That said, since LyX falls back to images if the inset contains 
-\change_deleted 1 1289155760
-ERT
-\change_inserted 1 1289155765
-TeX code
-\change_unchanged
-, then one can force output as an image by putting some harmless 
-\change_deleted 1 1289155770
-ERT
-\change_inserted 1 1289155774
-TeX code
-\change_unchanged
- into the math, for example: 
+That said, since LyX falls back to images if the inset contains ERT, then
+ one can force output as an image by putting some harmless ERT into the
+ math, for example: 
 \begin_inset Formula $a=b\relax$
 \end_inset
 
@@ -4915,6 +4927,7 @@ Nomenclature and Glossary
 
 \begin_layout Standard
 There is at present no support for glossaries.
+ Adding it would be fairly trivial, and welcome.
 \end_layout
 
 \begin_layout Chapter
@@ -5074,7 +5087,7 @@ lyxpipe"
 
 \end_inset
 
- on Windows.
+ on Windows (but any working path can be used).
  You 
 \emph on
 must
@@ -5510,47 +5523,37 @@ lyxclient
 \end_layout
 
 \begin_layout Subsection
-
-\change_inserted 2 1274788899
 \begin_inset CommandInset label
 LatexCommand label
 name "sub:rev-search"
 
 \end_inset
 
-Automatical enabling
+Automatic setup
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 2 1274789582
 In most cases LyX will do the work for you by enabling 
 \begin_inset Flex MenuItem
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 2 1274789026
 Document\SpecialChar \menuseparator
 Output\SpecialChar \menuseparator
-Output Sync
+Synchronize with Output
 \end_layout
 
 \end_inset
 
 .
- In such a case LyX will automatically insert SyncTeX macro (for PDF) or
- srcltx package (for DVI) respectively.
+ In such a case LyX will automatically insert the necessary SyncTeX macro
(for PDF) or load the srcltx package (for DVI) respectively.
  This option can be easily reached also on 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 2 1274789582
-View/update
-\change_unchanged
-
+View/Update
 \end_layout
 
 \end_inset
@@ -5559,18 +5562,29 @@ View/update
 \end_layout
 
 \begin_layout Standard
+If you need a different setting, you can select or input a custom macro
+ from the drop down box just below 
+\begin_inset Flex MenuItem
+status collapsed
+
+\begin_layout Plain Layout
+Document\SpecialChar \menuseparator
+Output\SpecialChar \menuseparator
+Synchronize with Output
+\end_layout
+
+\end_inset
+
+.
+\end_layout
 
-\change_inserted 2 1274789534
-Plase note that including 
+\begin_layout Standard
+Please note that including the 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 2 1274789498
 srcltx
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -5580,37 +5594,57 @@ srcltx
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 2 1274789484
 src-specials
-\change_unchanged
+\end_layout
+
+\end_inset
+
+ sometimes has an undesired impact on the typesetting.
+ Thus, you should switch output synchronization off for the final typesetting
+ if you use the 
+\begin_inset Flex Code
+status collapsed
 
+\begin_layout Plain Layout
+srcltx
 \end_layout
 
 \end_inset
 
- sometimes have an impact on the typeset and you should switch them off
- for the final typesets.
-\change_unchanged
+ package or 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+src-specials
+\end_layout
+
+\end_inset
 
+.
 \end_layout
 
 \begin_layout Standard
+In case you need some more special settings that are not covered by the
+ automatic settings, read the next section about how to set up output synchroniz
+ation manually.
+ If the automatic setup suits your needs, you can readily jump to section
+\begin_inset space ~
+\end_inset
 
-\change_inserted 2 1274789340
-You can also define custom macro in preferences and in case you need some
- special tweaks read the next section about manual enabling.
-\change_unchanged
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:configuring-viewers"
 
-\begin_layout Subsection
+\end_inset
 
-\change_inserted 2 1274788680
-Manual enabling
-\change_unchanged
+, where the necessary configuration steps in your viewer -- needed both
+ with the automatic and the manual setup -- are described.
+\end_layout
 
+\begin_layout Subsection
+Manual setup
 \end_layout
 
 \begin_layout Standard
@@ -5630,8 +5664,6 @@ latex/pdflatex
  a given method (the built-in methods are rather new) and whether your viewer
  can cope with it.
  The available methods are described in the following.
-\change_inserted 2 1274788557
-
 \end_layout
 
 \begin_layout Subsubsection*
@@ -5978,6 +6010,13 @@ status collapsed
 
 \begin_layout Subsection
 Configuring and using specific viewers
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:configuring-viewers"
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsubsection*
@@ -6749,21 +6788,53 @@ lyxpipe
 
 \begin_layout Standard
 Reverse search is triggered by double-click.
-\change_inserted 1 1271453423
-
 \end_layout
 
 \begin_layout Section
-
-\change_inserted 1 1271453442
 Forward search
 \end_layout
 
 \begin_layout Standard
+Forward search is, as the name implies, in a sense the 
+\begin_inset Quotes eld
+\end_inset
+
+opposite
+\begin_inset Quotes erd
+\end_inset
+
+ to reverse search.
+ It allows you to let the viewer jump to a given position from within LyX.
+ If forward search is set up (as described in what follows), you can put
+ the cursor anywhere in your LyX document, and hit 
+\begin_inset Flex MenuItem
+status collapsed
+
+\begin_layout Plain Layout
+Navigate\SpecialChar \menuseparator
+Forward search
+\end_layout
+
+\end_inset
+
+ (or select 
+\begin_inset Flex MenuItem
+status collapsed
+
+\begin_layout Plain Layout
+Forward search
+\end_layout
 
-\change_inserted 1 1271454338
-To make forward search possible you need to provide generated output PDF/DVI
- file with additional information about TeX sources.
+\end_inset
+
+ in the context menu via right mouse click), and then the viewer will jump
+ to that position as well.
+ This implies, of course, that your viewer supports this function.
+\end_layout
+
+\begin_layout Standard
+To make forward search possible, you first need to provide the generated
+ output PDF/DVI file with additional information about the TeX sources.
  This can be done via the methods described in the section 
 \begin_inset CommandInset ref
 LatexCommand ref
@@ -6775,15 +6846,12 @@ reference "sub:rev-search"
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 1 1271454479
-Secondly you need to configure LyX for using your viewers in 
+Additionally, you need to configure LyX for using your viewers in 
 \begin_inset Flex MenuItem
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 1 1271453866
+Tools\SpecialChar \menuseparator
 Preferences\SpecialChar \menuseparator
 Output\SpecialChar \menuseparator
 General
@@ -6792,29 +6860,100 @@ General
 \end_inset
 
 .
- Only some of the viewers allows this operation --- yap, xdvi, okular, Sumatra
- PDF
-\begin_inset Foot
+ We provide a range of tested configurations for some viewers, which you
+ can select from the drop down list.
+ If none of these configurations suits you, you have to find out and enter
+ a suitable configuration yourself.
+ The definition syntax uses the following placeholders: 
+\end_layout
+
+\begin_layout Itemize
+\noindent
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
+$$n
+\end_layout
 
-\change_inserted 1 1271454273
+\end_inset
+
+: row number
+\end_layout
+
+\begin_layout Itemize
+\noindent
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+$$t
+\end_layout
+
+\end_inset
+
+: name of the (temporary) exported .tex file
+\end_layout
+
+\begin_layout Itemize
+\noindent
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+$$o
+\end_layout
+
+\end_inset
+
+: name of the exported output file (either dvi or pdf, depending on which
+ one exists in the temporary directory)
+\end_layout
+
+\begin_layout Standard
+Note that only some of the viewers provide full forward search functionality,
+ among them yap, xdvi, okular and Sumatra PDF
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
 For Sumatra CMCDDE is needed --- downloadable from http://www.istri.fr/zip/CMCDDE.z
 ip
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
 .
- Some other viewers allow at least reloading and positioning to particular
- page of the file --- Evince or xpdf --- for these cases you can use external
- call of synctex.
- Please study the prepared examples in the Preferences dialog.
-\change_unchanged
+ While many of the widespread PDF viewers (most notably Adobe Reader) do
+ not support forward search at all, some other viewers -- e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+ evince and xpdf -- allow at least to reload the document and jump to a
+ specific page of the file, so you can at least navigate 
+\begin_inset Quotes eld
+\end_inset
+
+near
+\begin_inset Quotes erd
+\end_inset
+
+.
+ These latter functionality is provided by an external call of synctex (see
+ the predefined example configurations).
+\end_layout
+
+\begin_layout Standard
+Forward search works both with DVI and PDF output.
+ LyX simply checks which preview format you have used before (i.
+\begin_inset space \thinspace{}
+\end_inset
 
+e., which format is already there in the temporary directory) and chooses
+ the appropriate configuration for the respective format.
 \end_layout
 
 \begin_layout Chapter
@@ -18889,15 +19028,8 @@ A friend of mine wanted to try LyX for a group project.
 \begin_layout Standard
 Before you begin to use the version control features in LyX, you should
  be familiar with RCS/CVS/SVN usage before start using it under LyX.
- Also note that CVS support 
-\change_deleted 3 1288125350
-was
-\change_inserted 3 1288125359
-is not as good as
-\change_deleted 3 1288125367
- obsoloted by introducing
-\change_unchanged
- subversion support so we advice using SVN instead.
+ Also note that CVS support is not as good as subversion support so we advice
+ using SVN instead.
  Good place to start with Subversion is SVN Book
 \begin_inset Foot
 status open
@@ -18940,12 +19072,7 @@ man rcsintro
 \begin_layout Standard
 The implementation in LyX assumes a recent version of the GNU RCS or CVS/SVN
  package—no guarantees are made for older versions.
- Most of the log messages are not currently displayed after operations 
-\change_deleted 3 1288125419
--
-\change_inserted 3 1288125419
-—
-\change_unchanged
+ Most of the log messages are not currently displayed after operations —
  you can check them in Messages pane if unsure.
 \end_layout
 
@@ -19157,19 +19284,7 @@ CVS commands in LyX
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288247612
-A subset of 
-\change_unchanged
-CVS
-\change_inserted 3 1288247626
- operations
-\change_unchanged
- is 
-\change_deleted 3 1288243981
-now partially 
-\change_unchanged
-supported by LyX.
+A subset of CVS operations is supported by LyX.
  You can find the commands in the 
 \family sans
 File\SpecialChar \menuseparator
@@ -19180,26 +19295,17 @@ Version
 Control
 \family default
  submenu.
-\change_inserted 3 1288244251
-The version control system SVN is more powerful
-\change_deleted 3 1288244024
-Focus of the development moved to SVN support
-\change_unchanged
-, so please use it instead of CVS if possible.
+ The version control system SVN is more powerful, so please use it instead
+ of CVS if possible.
 \end_layout
 
 \begin_layout Subsubsection
 
-\change_inserted 3 1288247508
-
 \family sans
 General CVS usage
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288250722
 If you start from scratch with CVS you have to create your repository and
  checkout the working copy with external tools.
  If you're using a client-server setup you may need to login before doing
@@ -19207,8 +19313,6 @@ If you start from scratch with CVS you have to create your repository and
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334713
 If your documents are under revision control and others are using the same
  repository problems arise when different changes to the same document at
  the same location happen.
@@ -19236,11 +19340,7 @@ reserved checkouts
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288249115
 .cvsrc
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19250,11 +19350,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288249133
 cvs -r
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19266,8 +19362,6 @@ cvs -r
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288335184
 LyX tries to guess if you're using reserved or non-reserved checkouts.
  If your working copy is readonly or it is writable and an additional copy
  of your document exists in the CVS/Base sub-directory a reserved otherwise
@@ -19277,11 +19371,7 @@ LyX tries to guess if you're using reserved or non-reserved checkouts.
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288250009
 Check Out
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19292,32 +19382,22 @@ Check Out
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288250087
 Check In
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
  operation is possible and that makes your working copy readonly again after
  transferring your changes to the repository.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334864
 More information about CVS can be found here 
 \begin_inset Flex URL
 status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted 3 1288247651
-
 http://www.nongnu.org/cvs
 \end_layout
 
@@ -19329,11 +19409,7 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted 3 1288249216
-
 http://ximbiot.com/cvs
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19342,8 +19418,6 @@ http://ximbiot.com/cvs
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334912
 Read 
 \family typewriter
 man cvs
@@ -19373,10 +19447,6 @@ egister
 
 \begin_layout Standard
 This command registers in CVS your document 
-\change_deleted 3 1288340087
-ONLY
-\change_inserted 3 1288340119
-
 \emph on
 
 \begin_inset Flex Strong
@@ -19384,19 +19454,13 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted 3 1288340119
-
 \emph on
 only
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
 
-\change_unchanged
-
 \emph default
  in case you have already the documents directory under CVS control (in
  particular 
@@ -19404,85 +19468,24 @@ only
 CVS/Entries
 \family default
  file exists).
- This means you have to 
-\change_inserted 3 1288244315
-create or 
-\change_unchanged
-checkout the archive by yourself
-\change_inserted 3 1288250891
- using external tools
-\change_unchanged
-.
-\change_inserted 3 1288340303
-(In case you forget that step LyX registers the document with RCS.)
-\change_unchanged
-
+ This means you have to create or checkout the archive by yourself using
+ external tools.
+ (In case you forget that step LyX registers the document with RCS.)
 \end_layout
 
 \begin_layout Standard
 Then you are asked interactively to supply an initial description of the
  document.
- Don't forget that registered file is not yet 
-\change_deleted 3 1288335206
-commited
-\change_inserted 3 1288335207
-checked in
-\change_unchanged
-.
+ Don't forget that registered file is not yet checked in.
 \end_layout
 
 \begin_layout Standard
 CVS command that is run: 
 \family typewriter
-cvs -q add -m
-\change_deleted 3 1288125821
-
-\begin_inset Quotes erd
-\end_inset
-
-
-\change_inserted 3 1288125838
-"
-\change_unchanged
-<entered message>" 
-\change_deleted 3 1288125821
-
-\begin_inset Quotes eld
-\end_inset
-
-
-\change_inserted 3 1288125844
-"
-\change_unchanged
-<file-name>
-\change_deleted 3 1288125847
-
-\begin_inset Quotes erd
-\end_inset
-
-
-\change_inserted 3 1288125847
-"
-\change_unchanged
-
-\end_layout
-
-\begin_layout Standard
-
-\change_deleted 3 1288334858
-Read 
-\family typewriter
-man svn
-\family default
- to understand the switches.
-\change_inserted 3 1288333847
-
+cvs -q add -m"<entered message>" "<file-name>"
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334097
 The term 
 \family typewriter
 "<file-name>"
@@ -19497,11 +19500,6 @@ change the current working directory to file location and use the file name
 \end_inset
 
 .
-
-\change_deleted 3 1288333847
-\change_unchanged
-
 \end_layout
 
 \begin_layout Subsubsection
@@ -19512,44 +19510,25 @@ Check In Changes
 
 \begin_layout Standard
 When you are finished editing a file, you commit your changes.
- When you do this
-\change_inserted 3 1288250244
- and you had changed the document
-\change_unchanged
-, you are asked for a description of the changes.
- After that changes are 
-\change_deleted 3 1288335277
-commited
-\change_inserted 3 1288335294
-written to the repository
-\change_unchanged
-.
-
-\change_inserted 3 1288339925
+ When you do this and you had changed the document, you are asked for a
+ description of the changes.
+ After that changes are written to the repository.
  In case you didn't change the document and a reserved checkout is detected
  the reservation made on 
 \begin_inset Flex MenuItem
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288250359
 Check Out
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
  is undone.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-
-\change_inserted 3 1288250487
 CVS
 \begin_inset space ~
 \end_inset
@@ -19567,8 +19546,6 @@ command:
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288250469
 cvs 
 \family typewriter
 -q commit -m"<description>" "<file-name>"
@@ -19585,59 +19562,39 @@ cvs
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288250960
 cvs -q unedit 
 \family typewriter
 "<file-name>"
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
 
-\change_deleted 3 1288250529
-CVS command: 
-\family typewriter
-cvs -q commit -m"<description>" "<file-name>"
-\change_unchanged
-
 \end_layout
 
 \begin_layout Subsubsection
 
-\change_inserted 3 1288246619
-
 \family sans
 Check Out Changes
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288249364
 When you are sharing a repository with others, you may have to incorporate
  their changes into your working copy.
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288250585
 CVS command: 
 \family typewriter
 cvs -q update "<file-name>"
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334180
 If a readonly checkout is detected the working copy is made writable and
  reserved.
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288250685
 CVS command: 
 \family typewriter
 cvs -q edit "<file-name>"
@@ -19659,65 +19616,31 @@ This will discard all changes made to the document since the last check
 \begin_layout Standard
 CVS command: 
 \family typewriter
-cvs 
-\change_inserted 3 1288246762
--q 
-\change_unchanged
-update 
-\change_deleted 3 1288125856
-
-\begin_inset Quotes eld
-\end_inset
-
-
-\change_inserted 3 1288125856
-"
-\change_unchanged
-<file-name>
-\change_deleted 3 1288125856
-
-\begin_inset Quotes erd
-\end_inset
-
-
-\change_inserted 3 1288251381
-"
+cvs -q update "<file-name>"
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288334211
 If a reserved checkout is detected and the working copy has no changes only
  the reservation is undone.
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288251440
 CVS command: 
 \family typewriter
 cvs -q unedit "<file-name>"
-\change_unchanged
-
 \end_layout
 
 \begin_layout Subsubsection
-
-\change_inserted 3 1288126016
 Update of the local directory checkout from repository
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288339359
 Once your documents gets more complex, containing sub-documents and pictures,
  including external 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288126016
 .tex
 \end_layout
 
@@ -19731,20 +19654,14 @@ status collapsed
  You have to organize the files structure so that all external files are
  in the same directory or subdirectories of the document.
  It's good practice anyway to store multipart documents in an extra directory.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288341358
 The 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288126016
 Update local directory from repository
 \end_layout
 
@@ -19760,11 +19677,7 @@ Update local directory from repository
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288341002
 <<<<<<<
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19774,11 +19687,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288340987
 >>>>>>>
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19788,11 +19697,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288341043
 =======
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19806,24 +19711,16 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288341281
 >
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
  signs.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-
-\change_inserted 3 1288340598
 CVS
 \begin_inset space ~
 \end_inset
@@ -19841,13 +19738,9 @@ commands:
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288334066
 cd $path; cvs diff 
 \family typewriter
 "."
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19861,13 +19754,9 @@ cd $path; cvs diff
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288334063
 cd $path; cvs -q update 
 \family typewriter
 "."
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -19876,15 +19765,11 @@ cd $path; cvs -q update
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted 3 1288126016
 where 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted 3 1288126016
 $path
 \end_layout
 
@@ -19903,27 +19788,7 @@ Show History
 This shows the complete history of the CVS document.
  The output of 
 \family typewriter
-cvs log 
-\change_deleted 3 1288125861
-
-\begin_inset Quotes eld
-\end_inset
-
-
-\change_inserted 3 1288125861
-"
-\change_unchanged
-<file-name>
-\change_deleted 3 1288125864
-
-\begin_inset Quotes erd
-\end_inset
-
-
-\change_inserted 3 1288125864
-"
-\change_unchanged
-
+cvs log "<file-name>"
 \family default
  is shown in a browser.
 \end_layout
@@ -21012,11 +20877,7 @@ Control
 \end_layout
 
 \begin_layout Subsubsection
-SSH tu
-\change_inserted 3 1288376976
-n
-\change_unchanged
-nel used with SVN under Windows
+SSH tunnel used with SVN under Windows
 \end_layout
 
 \begin_layout Standard