]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Extended.lyx
doc/Makefile.am: add missing image file
[lyx.git] / lib / doc / Extended.lyx
index 0193d5c49c84eb33d907bf513237fd4a7cd4954b..7a15dec79e0d617a72ec5c6b42b591c999801400 100644 (file)
@@ -1,5 +1,5 @@
 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 338
+\lyxformat 340
 \begin_document
 \begin_header
 \textclass scrbook
@@ -2958,6 +2958,59 @@ buffer
  to use.
 \end_layout
 
+\begin_layout Subsection
+Bibliography Lists in all Subdocuments
+\end_layout
+
+\begin_layout Standard
+Copy the bibliography list with all entries to all subdocuments and transform
+ them to a comment.
+ This way LyX will find the 
+\family typewriter
+.bib
+\family default
+-files and you can easily insert references without making the bibliography
+ list visible.
+\end_layout
+
+\begin_layout Standard
+As the bibliography list is in a comment, LaTeX won't use use it and the
+ references will look like this [?] instead of [1].
+ A solution is to use the LaTeX-package 
+\family typewriter
+comment
+\family default
+ that will only include comments by processing the files separately.
+ To do this, add in the LaTeX preamble of every subdocument the following:
+\end_layout
+
+\begin_layout LyX-Code
+
+\backslash
+usepackage{comment}
+\end_layout
+
+\begin_layout LyX-Code
+
+\backslash
+includecomment{comment}
+\end_layout
+
+\begin_layout Standard
+See also 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://wiki.lyx.org/FAQ/Unsorted#toc31
+\end_layout
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Section
 Fancy Headers and Footers
 \end_layout
@@ -12631,29 +12684,15 @@ Building a Set of Foils
 \begin_layout Standard
 This section will give a simple introduction to using the different environments
  to build a set of foils.
- If you want to see an example set of foils take a look at the 
+ If you want to see an example set of foils, take a look at the 
 \family typewriter
 Foils.lyx
 \family default
- file accessible from the 
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
-
-\bar under
-O
-\bar default
-pen\SpecialChar \ldots{}
-
-\family default
- dialog under the 
-\family sans
-Examples
+ file you find in LyX's 
+\family typewriter
+examples
 \family default
- button.
+ folder.
 \end_layout
 
 \begin_layout Subsubsection
@@ -16117,7 +16156,11 @@ Version Control in LyX
 \begin_layout Standard
 by
 \noun on
- Lars Gullik Bjønnes
+ Lars Gullik Bjønnes, 
+\noun default
+updated by 
+\noun on
+Pavel Sanda
 \end_layout
 
 \begin_layout Subsection
@@ -16161,8 +16204,10 @@ man rcsintro
 \end_layout
 
 \begin_layout Standard
-Also, as there is only basic CVS/SVN implementation you should be familiar
- with CVS/SVN usage before start using it under LyX.
+Later basic CVS/SVN support was added.
+ You should be familiar with CVS/SVN usage before start using it under LyX.
+ Most of the log messages are not currently displayed after operations -
+ you can check them in terminal window if unsure.
 \end_layout
 
 \begin_layout Standard
@@ -16543,7 +16588,7 @@ Control
 \family default
  submenu.
  Please note that if you use password protected access to repository via
- ssh, you will be asked on termial window.
+ ssh, you will be asked in terminal window.
 \end_layout
 
 \begin_layout Subsubsection
@@ -16637,7 +16682,7 @@ Updates the changes of this file from the repository.
 \end_layout
 
 \begin_layout Standard
-RCS command: 
+SVN command: 
 \family typewriter
 svn update 
 \begin_inset Quotes eld
@@ -16664,7 +16709,7 @@ This will discard all changes made to the document since the last check
 \end_layout
 
 \begin_layout Standard
-CVS command: 
+SVN command: 
 \family typewriter
 svn revert -q 
 \begin_inset Quotes eld