Remove references to obsolete URL module and make some other minor changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22401 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-06 17:00:59 +00:00
parent ffbdd0e79a
commit a43667b5be

View File

@ -5827,8 +5827,8 @@ modules
\emph default
.
Modules are to LaTeX packages much as layouts are to LaTeX classes, and
some modules---such as the URL module---provide support for just such a
package.
some modules---such as the Endnotes module---provide support for just such
a package.
In a sense, layout modules are similar to included files---files like stdsectio
ns.inc---in that modules are not specific to a given document layout but
may be used with many different layouts.
@ -5862,9 +5862,7 @@ A module must begin with a line like the following:
\begin_layout LyX-Code
#
\backslash
DeclareLyXModule[url.sty]{Adds a character style for the
\backslash
url command.}{URL}
DeclareLyXModule[endnotes.sty]{Adds an endnote inset.}{Endnotes}
\end_layout
\begin_layout Standard
@ -5898,9 +5896,13 @@ OK
\end_inset
.
It is strongly recommended that you save your work before doing so.
It is, in fact, strongly recommended that you not attempt to create or
edit modules while simultaneously working on documents.
\emph on
It is strongly recommended that you save your work before doing so
\emph default
.
In fact, it is strongly recommended that you not attempt to create or edit
modules while simultaneously working on documents.
Though of course the developers strive to keep LyX stable in such situations,
syntax errors and the like in your module file could cause strange behavior.
\end_layout