Public release of LyX version 2.0.5.1 ===================================== We are pleased to announce the release of LyX 2.0.5.1. This is a service update to 2.0.5. The only change in LyX 2.0.5.1 is that we have returned to previous behavior by loading the babel package even with English-only documents. The package is really required only when languages other than English are used, but it appears that there are several document classes (including the Komascript letter class) that depend upon the earlier behavior. This fixes bug 8423. The other changes that were included in 2.0.5 are listed below. LyX is a document processor that encourages an approach to writing based on the structure of your documents and not simply their appearance. It is released under a Free and Open Source Software license. You can download LyX 2.0.5.1 from http://www.lyx.org/Download/. If you think you found a bug in LyX 2.0.5.1, either e-mail the LyX developers' mailing list (lyx-devel lists.lyx.org), or open a bug report at http://www.lyx.org/trac/wiki/BugTrackerHome. If you have trouble using LyX or have a question, consult the documentation that comes with LyX and the LyX wiki, which lives at http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX users' list (lyx-users at lists.lyx.org). We hope you enjoy using LyX 2.0.5.1. The LyX team. http://www.lyx.org What's new in LyX 2.0.5 ======================= The View>Source widget now allows you to select the backend to display, e.g., LaTeX or XHTML, rather than the output format. The previous choice really made no sense: You didn't see a PDF there if you chose one of the PDF output formats, but rather LaTeX. This solves some long-standing issues with View>Source. There has been an important change in how the "language" lfun works. - "language " now toggles between languages (status quo ante LyX 2.0.2) - "language set" sets to language (meaning of "language " as of LyX 2.0.2) - "language [reset]" resets to the document language. - Menu functions are unchanged. What's new ========== ** Updates: *********** * DOCUMENT INPUT/OUTPUT - Add explicit dvilualatex output format. - Add support for some IPA diacritics. - Enclose underlined \ref{} commands in \mbox{} to protect them when using the package soul in place of (or together with) ulem. * TEX2LYX IMPROVEMENTS - The polyglossia/XeTeX language commands are now supported (bug 8212). - It is now recognized if syncTeX is used (bug 8217). * USER INTERFACE - Reset only the top-level counter when starting the appendix. - Show backends, not formats, in menu View->Source (bug #7652). - Allow native LyX format to be shown in menu View->Source. - Implementation of spell check of current selection (bug #2511). - Add property list entries for high resolution display on Mac. - Semantic change of the "language" lfun (bug 8175): - "language " now toggles between languages (status quo ante LyX 2.0.2) - "language set" sets to language (meaning of "language " as of LyX 2.0.2) - "language [reset]" resets to the document language. - Menu functions are unchanged. * DOCUMENTATION AND LOCALIZATION - Updated French, German, Interlingua, Italian, Nynorsk, Polish, Slovak, Spanish, Swedish and Ukrainian user interface localizations. - New Spanish example files europeCV.lyx and modernCV.lyx. - Updated Spanish translation of the LyX manuals. - Updated french translation of the linguistics manual. - Updated information about literate programming (noweb). ** Bug fixes: ************* * DOCUMENT INPUT/OUTPUT - Fix assertion when start of appendix is in ERT (bug 8271). - Do not output empty language switch commands (bug 8216). - Do not let the master document interfere when a child is compiled standalone (bug 8000). - When using Turkish language, use the xkeyval package to avoid incompatibilities (bug 2005). - Do not ignore polyglossia commands in partial source preview (bug 8209). - Show enabled child-only branches content in source preview (bug 8001). - Export correct language change commands if document contains different CJK languages (bug 8215). - Fix encoding problems in hyperlink name field (bug 8357). - Fix bug that Elsevier documents became uncompilable when using refstyle for cross-references. - Fixed the layout and template file for scientific articles published by the American Psychological Association (APA) (bug 8187). - Write correct DTD for MathML (bug 8160). - Make the ~ char in Basque, Estonian and Galician non-active (bug 8265). - Embrace babel settings to \makeatletter ... \makeatother if they contain an @ glyph. - Improve the external file monitor. LyX should now also honor changes in graphics that are included via ERT or generated via knitr (bug 8336). - Fix LaTeX errors with right-to-left text when using XeTeX/Polyglossia (part of bug 8251). - Fix brackets direction in Hebrew documents when using XeTeX/Polyglossia and in Arabic documents on plain text output (part of bug 8251). - Fix bracket output with RTL languages (bug 8278). - Fix babel call with Arabic (arabi). - Fix suppression of language package. - Fix forward search with the Okular viewer. If you were affected by this, please change the forward search command in Preferences > Output to okular --unique "$$o#src:$$n $$f" (as provided now in the dropdown list). - Fix LaTeX output of IPA tone symbols. - Fix support for mhchem upward arrows, which in mathed are rendered as empty (brace insets) superscripts (bug 8305). - Fix tex2lyx import of mhchem commands outside math mode (bug 8306). - Fix failure of lyxknitr.R to move files when /tmp was on a different file system (e.g. an encrypted home partition). - Do not load the color or xcolor package with the beamer class, since beamer already loads it itself (bug 8103). - Do not suppress the loading of geometry and hyperref if the class "article (koma + beamer)". - Fixed layout file for ACM Sigplan conference articles (bug 8378). - Removed unnecessary dependency on the package europs.sty from the g-brief layout files. - Do not skip bibtex files specified by their full path when creating a LyX archive (bug 8379). * USER INTERFACE - Fix crash in text replacement with spell checker (bug 8238). - Fix various crashes when single document is edited in more windows (bug 8203). - Fix crash when renaming a child buffer. - Fix crash when using undo in a paragraph with layout Bibliography (bug 7111). - Fix bug where references were erroneously changed when a duplicate label name was resolved (bug 8147). - Make sure that undo restores environment depth correctly (bug 8159). - Make sure that undo restores paragraph longest label width correctly (bug 8242). - Fix undo machinery confusion after checking in a document under version control (bug 8342). - Replace current selection when pasting (bug 8027). - Fix issues with crossref dialog in read-only documents (#8177). - Fix enumitem module translation (bug #8201). - Set math display format when showing XHTML in menu View->Source. - Fix problem with configure.py when the user profile path on Windows contains non-ascii characters (bug 8254). - Remove annoying startup debug message. - Shorten source file names in debug messages. - Fix display of file names that contain many non-ascii characters. - When using a non-default language for the GUI, do not change locale settings of child proceses (bug 7741). - Change the logic for listing available languages for the GUI, which broke the possibility of loading non-english help file on Mac OS X. - Do not disable Instant Preview widgets in preferences when Display Graphics is unchecked (bug 7462). * DOCUMENTATION AND LOCALIZATION - Update/correct in the Userguide the description of the labeling list (bug 8224). - Add info in the Userguide how to handle special characters in nomenclature entries (bug 8366). * TEX2LYX - Fix bug that language change commands were not always recognized (bug 8210). - Fix wrong import of \xymatrix (bug 8396). * BUILD/INSTALLATION - recognize version numbers like 2.0.5.1dev as development versions when computing the default value of --enable-build-type.