Development.lyx: some format fixes

- fix line breaks and a some  microtypography tuning
This commit is contained in:
Uwe Stöhr 2013-05-30 23:20:09 +02:00
parent c372f7ad23
commit 683a4d20bd

View File

@ -1,5 +1,5 @@
#LyX 2.1 created this file. For more info see http://www.lyx.org/ #LyX 2.1 created this file. For more info see http://www.lyx.org/
\lyxformat 470 \lyxformat 474
\begin_document \begin_document
\begin_header \begin_header
\textclass scrbook \textclass scrbook
@ -56,7 +56,7 @@ End
\pdf_keywords "LyX, Documentation, Development" \pdf_keywords "LyX, Documentation, Development"
\pdf_bookmarks true \pdf_bookmarks true
\pdf_bookmarksnumbered true \pdf_bookmarksnumbered true
\pdf_bookmarksopen false \pdf_bookmarksopen true
\pdf_bookmarksopenlevel 1 \pdf_bookmarksopenlevel 1
\pdf_breaklinks false \pdf_breaklinks false
\pdf_pdfborder false \pdf_pdfborder false
@ -77,7 +77,7 @@ End
\use_package stmaryrd 0 \use_package stmaryrd 0
\use_package undertilde 0 \use_package undertilde 0
\cite_engine basic \cite_engine basic
\cite_engine_type numerical \cite_engine_type default
\biblio_style plain \biblio_style plain
\use_bibtopic false \use_bibtopic false
\use_indices false \use_indices false
@ -216,8 +216,15 @@ document
setting Whenever you introduce a new setting that is stored in the document setting Whenever you introduce a new setting that is stored in the document
header, a file format update is needed. header, a file format update is needed.
This is also true if you add a new valid value to an existing setting, This is also true if you add a new valid value to an existing setting,
e.g. e.
a new language that is stored in \begin_inset space \thinspace{}
\end_inset
g.
\begin_inset space \space{}
\end_inset
a new language that is stored in
\begin_inset Flex Code \begin_inset Flex Code
status collapsed status collapsed
@ -345,19 +352,30 @@ src/version.h
\end_layout \end_layout
\begin_layout Enumerate \begin_layout Enumerate
Add an entry to both format lists (for conversion and reversion) in Add an entry to both format lists (for conversion and reversion) in
\begin_inset Newline newline
\end_inset
\begin_inset Flex Code \begin_inset Flex Code
status collapsed status collapsed
\begin_layout Plain Layout \begin_layout Plain Layout
lib/lyx2lyx_lyx2lyx_2_1.py lib/lyx2lyx/lyx_2_1.py
\end_layout \end_layout
\end_inset \end_inset
. .
Add a conversion routine if needed (e.g. Add a conversion routine if needed (e.
a new header setting always needs a conversion that adds the new setting, \begin_inset space \thinspace{}
\end_inset
g.
\begin_inset space \space{}
\end_inset
a new header setting always needs a conversion that adds the new setting,
a new document language does not need one). a new document language does not need one).
Add a reversion routine if needed. Add a reversion routine if needed.
While the conversion routine is required to produce a document that is While the conversion routine is required to produce a document that is
@ -714,8 +732,15 @@ name "sec:Updating-test-references"
\begin_layout Standard \begin_layout Standard
In some cases a changed tex2lyx output is not a test failure, but wanted, In some cases a changed tex2lyx output is not a test failure, but wanted,
e.g. e.
if a tex2lyx bug was fixed, or a new feature was added. \begin_inset space \thinspace{}
\end_inset
g.
\begin_inset space \space{}
\end_inset
if a tex2lyx bug was fixed, or a new feature was added.
In these cases the stored references need to be updated. In these cases the stored references need to be updated.
To do so, call To do so, call
\begin_inset Flex Code \begin_inset Flex Code