[LyX/2.3.x] Copy caveats from RELEASE-NOTES to UPGRADING

2018-02-22 Thread Scott Kostyshak
commit b12156255dbc5439cd7e16eb7eadde264dc787e7
Author: Scott Kostyshak 
Date:   Thu Feb 22 23:23:32 2018 -0500

Copy caveats from RELEASE-NOTES to UPGRADING
---
 UPGRADING |   28 
 1 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/UPGRADING b/UPGRADING
index 8414883..f28461c 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -9,26 +9,14 @@ to add new templates or modify existing ones. If you have 
modified
 the external_templates file, you will have to move the modifications to
 the respective *.xtemplate file manually.
 
-By default, LyX 2.3 forces output of all en and em dashes as -- and ---
-when exporting to LaTeX. This can lead to incorrect line breaks, wrong
-characters in typewriter fonts, and problems with some LaTeX packages.
-Unselect "Document->Settings->Fonts->Output em- and en-dash as ligatures"
-to keep the LyX 2.2 behaviour and avoid these problems. See chapter 3.9.1.1
-"Dashes and line breaks" of the User Guide for details.
-
-ZWSP characters (u200b) following literal em- and en-dashes are deleted by
-lyx2lyx when converting to 2.3 format. If you used them as optional line
-breaks after dashes, convert them to space insets before opening your
-document with LyX 2.3 or the optional line breaks will be lost!
-
-If using TeX fonts and en- and em-dashes are output as font ligatures,
-when exporting documents containing en- and em-dashes to the format of
-LyX 2.0 or earlier, the following line has to be manually added to the
-unicodesymbols file of that LyX version:
-0x200b "\\hspace{0pt}" "" "" "" "" # ZERO WIDTH SPACE
-This avoids "uncodable character" issues if the document is actually
-loaded by that LyX version. LyX 2.1 and later versions already have the
-necessary definition in their unicodesymbols file.
+By default, LyX 2.3 outputs en- and em-dashes as -- and --- respectively,
+so that a line break can occur in the output immediately after the dash.
+Sometimes, this results in undesired line breaks or overfull lines due to
+suppression of hyphenation in the word preceding the dash.
+Select "Document->Settings->Fonts->Disallow line breaks after dashes"
+to keep the LyX 2.2 behaviour.
+See chapter 3.9.1.1, "Dashes and Line Breaks", of the User Guide
+for details.
 
 If trying to compile documents using R scripts and sweave/knitr, LyX
 2.3.x would not allow for re-running the R scripts, unless the user:


[LyX/2.3.x] Copy caveats from RELEASE-NOTES to UPGRADING

2017-10-27 Thread Scott Kostyshak
commit 291152efe89ee0edd185fdbcc87d4619da9fdff8
Author: Scott Kostyshak 
Date:   Fri Oct 27 13:21:58 2017 -0400

Copy caveats from RELEASE-NOTES to UPGRADING
---
 UPGRADING |   25 +++--
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/UPGRADING b/UPGRADING
index 4308e8c..8414883 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -3,18 +3,24 @@ How do I upgrade my existing LyX system to version 2.3.x?
 
 * Upgrading from LyX 2.2.x:
 
-The format of preference and session files has changed. LyX 2.3.x is able to
-read old files but will save them in the new format.
-
-The format of layout files has changed but, as before, layout2layout.py will
-convert older versions to the new format automatically.
-
 The external_templates file has been split into one file per template,
 which are now located in lib/xtemplates/*.xtemplate. This makes it easier
 to add new templates or modify existing ones. If you have modified
 the external_templates file, you will have to move the modifications to
 the respective *.xtemplate file manually.
 
+By default, LyX 2.3 forces output of all en and em dashes as -- and ---
+when exporting to LaTeX. This can lead to incorrect line breaks, wrong
+characters in typewriter fonts, and problems with some LaTeX packages.
+Unselect "Document->Settings->Fonts->Output em- and en-dash as ligatures"
+to keep the LyX 2.2 behaviour and avoid these problems. See chapter 3.9.1.1
+"Dashes and line breaks" of the User Guide for details.
+
+ZWSP characters (u200b) following literal em- and en-dashes are deleted by
+lyx2lyx when converting to 2.3 format. If you used them as optional line
+breaks after dashes, convert them to space insets before opening your
+document with LyX 2.3 or the optional line breaks will be lost!
+
 If using TeX fonts and en- and em-dashes are output as font ligatures,
 when exporting documents containing en- and em-dashes to the format of
 LyX 2.0 or earlier, the following line has to be manually added to the
@@ -31,6 +37,13 @@ option in the LyX preferences;
 2) provides explicit consent to the use of the converter on the first
 compilation of the R-enhanced document.
 
+LyX now gives a warning if a document mixes title and non-title layouts.
+In some cases, this warning is harmless, but in other cases the document has
+a serious problem even though the LaTeX command does not exit with error. For
+example, create a document with a title layout, then a standard layout, and
+then an author layout, and you will see in the PDF that the author is not
+typeset as an author.
+
 * Upgrading from LyX 2.1.x:
 
 The format of preference and session files has changed. LyX 2.2.x is able to