]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoinstaller: prepare for a LyX 2.1beta release
Uwe Stöhr [Fri, 31 May 2013 02:27:08 +0000 (04:27 +0200)]
installer: prepare for a LyX 2.1beta release

11 years agoPackage.cpp: correctly quote configure call
Uwe Stöhr [Fri, 31 May 2013 02:23:40 +0000 (04:23 +0200)]
Package.cpp: correctly quote configure call

- fixes bug #8711

11 years agocsv2lyx.py: update for fileformat 413 (LyX 2.0.x)
Uwe Stöhr [Fri, 31 May 2013 00:02:28 +0000 (02:02 +0200)]
csv2lyx.py: update for fileformat 413 (LyX 2.0.x)

11 years agoDevelopment.lyx: some format fixes
Uwe Stöhr [Thu, 30 May 2013 21:20:09 +0000 (23:20 +0200)]
Development.lyx: some format fixes

- fix line breaks and a some  microtypography tuning

11 years agoReally update the files that create/install .mo files
Jean-Marc Lasgouttes [Tue, 14 May 2013 19:59:07 +0000 (21:59 +0200)]
Really update the files that create/install .mo files

Update po.m4 and the makefile machinery in po/ to use code from gettext 0.18.2.

11 years agoRead the right .gmo files when running in place
Jean-Marc Lasgouttes [Tue, 14 May 2013 14:35:34 +0000 (16:35 +0200)]
Read the right .gmo files when running in place

With gettext, we have been forced to install .mo files at the right place in order to read them. Now that we have our code, the situation changes.

* Add new method Package::messages_file(code), when returns the right path, depending on whether we are running in place.
* In Messages class use that intead of the existing one.

11 years agoCMake: Remove libintl
Vincent van Ravesteijn [Sun, 12 May 2013 13:43:22 +0000 (15:43 +0200)]
CMake: Remove libintl

11 years agoGet rid of all traces of libintl.
Jean-Marc Lasgouttes [Fri, 10 May 2013 22:15:57 +0000 (00:15 +0200)]
Get rid of all traces of libintl.

This requires to re-add some tests in configure.ac.

Note that the code to generate a Makefile in po/ has been kept.

11 years agoImplement native reading of mo files.
Jean-Marc Lasgouttes [Wed, 8 May 2013 16:50:38 +0000 (18:50 +0200)]
Implement native reading of mo files.

Get the default language by a mix of QLocale and LyXRC::gui_language

Known limitations:
   * encoding is supposed to be UTF-8 (the charset parameter is checked);
   * context is not handled (implemented differently in LyX);
   * plural forms not implemented (not used for now in LyX);.
   * tThe byte endianness of the machine on which the .mo file have been
     built is expected to be the same as the one of the machine where this
     code is run.

11 years ago* sk.po
Kornel Benko [Thu, 30 May 2013 18:29:19 +0000 (20:29 +0200)]
* sk.po

11 years agoPort postats.py from branch 2.0.x
Vincent van Ravesteijn [Thu, 30 May 2013 18:09:26 +0000 (20:09 +0200)]
Port postats.py from branch 2.0.x

11 years agoCustomization.lyx: remove unnecessary tables and some updates
Uwe Stöhr [Thu, 30 May 2013 17:44:07 +0000 (19:44 +0200)]
Customization.lyx: remove unnecessary tables and some updates

- remove the tables I once used to order all possible "Requires" features
- update the list with possible "Requires" features
- some style fixes here and there

11 years agopowerdot.layout: fix a typo spotted by Siegfried
Uwe Stöhr [Thu, 30 May 2013 17:28:29 +0000 (19:28 +0200)]
powerdot.layout: fix a typo spotted by Siegfried

11 years agoFrench UserGuide.lyx: translations from Jean-Pierre and Siegfried
Uwe Stöhr [Thu, 30 May 2013 17:12:19 +0000 (19:12 +0200)]
French UserGuide.lyx: translations from Jean-Pierre and Siegfried

11 years agofr.po: translations for LyX 2.1beta from Jean-Pierre
Uwe Stöhr [Thu, 30 May 2013 16:55:59 +0000 (18:55 +0200)]
fr.po: translations for LyX 2.1beta from Jean-Pierre

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Thu, 30 May 2013 16:15:57 +0000 (18:15 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoLaTeXFeatures.cpp: add rsphrase
Uwe Stöhr [Thu, 30 May 2013 16:15:44 +0000 (18:15 +0200)]
LaTeXFeatures.cpp: add rsphrase

- also modify the rsphrase.module
- correct naming scheme for the bicaption.module

11 years agoRevert "version.h: tex2lyx can have the same actual fileformat"
Richard Heck [Thu, 30 May 2013 16:10:27 +0000 (12:10 -0400)]
Revert "version.h: tex2lyx can have the same actual fileformat"

This reverts commit ca66e175c9705045793ba3cc2ba95909e5ef5a93.

11 years agoLaTeXFeatures.cpp: add multicol and shapepar
Uwe Stöhr [Thu, 30 May 2013 15:55:21 +0000 (17:55 +0200)]
LaTeXFeatures.cpp: add multicol and shapepar

11 years agoversion.h: tex2lyx can have the same actual fileformat
Uwe Stöhr [Thu, 30 May 2013 15:40:29 +0000 (17:40 +0200)]
version.h: tex2lyx can have the same actual fileformat

(nothing has been changed that requires the action of tex2lyx)

11 years agoupdate support for multicolumns
Uwe Stöhr [Thu, 30 May 2013 15:17:34 +0000 (17:17 +0200)]
update support for multicolumns

- Additional.lyx: update description and convert some TeX code to the multicolumn inset
- multicol.module: restore the preamble settings that was accidentally removed bin the previous commit

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Thu, 30 May 2013 14:45:51 +0000 (16:45 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agomulticol.module: style refinements by Jürgen
Uwe Stöhr [Thu, 30 May 2013 14:45:32 +0000 (16:45 +0200)]
multicol.module: style refinements by Jürgen

- fixes bug #8568

11 years agoFORMAT file for last commit.
Richard Heck [Thu, 30 May 2013 14:29:38 +0000 (10:29 -0400)]
FORMAT file for last commit.

Also took the opportunity to update my email address.

11 years agoPatch to convert Sweave chunk paragraphs to insets (bug #8588). Work
Richard Heck [Thu, 30 May 2013 13:12:48 +0000 (09:12 -0400)]
Patch to convert Sweave chunk paragraphs to insets (bug #8588). Work
by Liviu (C++) and Richard (Python).

11 years agoFix bug #8506: Output all references when asked to do so.
Richard Heck [Thu, 30 May 2013 14:00:02 +0000 (10:00 -0400)]
Fix bug #8506: Output all references when asked to do so.

11 years agoFix Basque User Guide bib paths
Scott Kostyshak [Wed, 29 May 2013 06:58:05 +0000 (02:58 -0400)]
Fix Basque User Guide bib paths

11 years agoFix typo of journal name in aa_sample.lyx, aa.lyx
Scott Kostyshak [Wed, 29 May 2013 06:53:38 +0000 (02:53 -0400)]
Fix typo of journal name in aa_sample.lyx, aa.lyx

11 years agoDo not load xeCJK when mot running XeTeX (resolve critical xeCJK error)
Juergen Spitzmueller [Wed, 29 May 2013 06:06:15 +0000 (08:06 +0200)]
Do not load xeCJK when mot running XeTeX (resolve critical xeCJK error)

11 years agomoderncv.layout: support the command \social
Uwe Stöhr [Tue, 28 May 2013 23:11:14 +0000 (01:11 +0200)]
moderncv.layout: support the command \social

- \social can be used for social network addresses in the address block

11 years agoaastex.layout: cleanup the file
Uwe Stöhr [Tue, 28 May 2013 22:20:53 +0000 (00:20 +0200)]
aastex.layout: cleanup the file

- rearrange the style definitions in the order they should appear
- remove the hackish ordering

11 years agoexamples: update format of some example files
Uwe Stöhr [Tue, 28 May 2013 22:14:54 +0000 (00:14 +0200)]
examples: update format of some example files

11 years agosupport to set Tibetan as document language
Uwe Stöhr [Tue, 28 May 2013 21:40:17 +0000 (23:40 +0200)]
support to set Tibetan as document language

- polyglossia supports http://en.wikipedia.org/wiki/Standard_Tibetan so we can support it too
- fileformat change

11 years agoEnumerate isn't always defined when the case stuff is included.
Richard Heck [Tue, 28 May 2013 17:31:56 +0000 (13:31 -0400)]
Enumerate isn't always defined when the case stuff is included.

11 years agoFix some double layout deletions (part of #8619)
Juergen Spitzmueller [Tue, 28 May 2013 17:07:52 +0000 (19:07 +0200)]
Fix some double layout deletions (part of #8619)

11 years agoFix logic of new InsetFlex::updateBuffer() routine from a9614f1.
Richard Heck [Tue, 28 May 2013 13:41:44 +0000 (09:41 -0400)]
Fix logic of new InsetFlex::updateBuffer() routine from a9614f1.

11 years ago* sk.po
Kornel Benko [Tue, 28 May 2013 09:49:11 +0000 (11:49 +0200)]
* sk.po

11 years agoAttempt to fix #8702
Juergen Spitzmueller [Tue, 28 May 2013 09:45:42 +0000 (11:45 +0200)]
Attempt to fix #8702

11 years agoWe already allowed a counter declaraton for flex insets. We just
Richard Heck [Thu, 23 May 2013 20:36:59 +0000 (16:36 -0400)]
We already allowed a counter declaraton for flex insets. We just
didn't do anything with it. So let's do something with it.

Fixes bug #8470.

11 years agoChinese Intro and Tutorial.lyx: make files compilable wit XeTeX
Uwe Stöhr [Mon, 27 May 2013 22:03:33 +0000 (00:03 +0200)]
Chinese Intro and Tutorial.lyx: make files compilable wit XeTeX

- both files: remove \CJKindent which prevented the compilation with XeTeX, load the xeCJK package which is necessary to get text lines broken at the page margin
Both files are still compilable with pdfTeX because then xeCJk does simply nothing.
- Intro: replace TeX code by its LyX inset and alsoremove unnecessary document class option "cjk"

11 years agoAdd formats and converters for cropped PDF/EPS
Vincent van Ravesteijn [Thu, 23 May 2013 13:04:12 +0000 (15:04 +0200)]
Add formats and converters for cropped PDF/EPS

With LyX configured in this way, the user would only need to:

File > New from Template > EPS.lyx (or PDF-cropped.lyx):
- insert a math inset and type in an equation, or create whatever
  content LaTeX can handle,
- view/export to cropped EPS/PDF.

This would allow for LyX to act as a "generator for includable graphics" (equations, commented graphics, etc).

This fixes bug #7839.

11 years agoAdd FIXME
Juergen Spitzmueller [Mon, 27 May 2013 16:48:46 +0000 (18:48 +0200)]
Add FIXME

11 years agoUpdate our documentation to mention git instead of svn.
Jean-Marc Lasgouttes [Mon, 27 May 2013 16:13:09 +0000 (18:13 +0200)]
Update our documentation to mention git instead of svn.

Note that some mentions of svn remain in
* development/cmake/LyxPackaging.cmake
* development/LyX-Mac-binary-release.sh
* development/Win32/packaging/installer/settings.nsh

11 years agoCatch and report BibTeX/biber errors (#2757)
Juergen Spitzmueller [Mon, 27 May 2013 15:27:05 +0000 (17:27 +0200)]
Catch and report BibTeX/biber errors (#2757)

11 years agoInsetArgument: Set ResetsFontEdit to false
Juergen Spitzmueller [Mon, 27 May 2013 09:29:15 +0000 (11:29 +0200)]
InsetArgument: Set ResetsFontEdit to false

This makes the language of arguments adapt to the language of the paragraph, which is what we want.

11 years agoAdd babelbib, bibgerm, chscite, and opcit to LaTeXFeatures.
Julien Rioux [Mon, 20 May 2013 18:29:15 +0000 (20:29 +0200)]
Add babelbib, bibgerm, chscite, and opcit to LaTeXFeatures.

This way they can be Required by layout or module files and LyX
will insert them in the appropriate location in the preamble.

11 years agoA&A support: further updates
Uwe Stöhr [Sun, 26 May 2013 15:55:10 +0000 (17:55 +0200)]
A&A support: further updates

- mention that the aa class loads natbib to avoid compilation errors
- the aa package contains an outdated an customized version of natbib.sty. This file only works with aa, but breaks the compilation of many other files on your system, therefore remove the bibliography and replace it by BibTeX
- add a note about the encoding

11 years agoRemove include test with space
Georg Baum [Sun, 26 May 2013 14:47:17 +0000 (16:47 +0200)]
Remove include test with space

Unfortunately automake does not support file names with spaces for files in
EXTRA_DIST: These file names are put into a shell list, and it is impossible
quote the name in a way that works both with the shell and with make.
Therefore I removed the corresponding test file.

11 years agoFix tex2lyx include output for roundtrip
Georg Baum [Sun, 26 May 2013 14:06:11 +0000 (16:06 +0200)]
Fix tex2lyx include output for roundtrip

In roundtrip mode, tex2lyx produces documents with extension lyx.lyx, so that
the original files are not overwritten on re-export. This was not done for
included documents which were converted, and this broke 'make dist'.

11 years agoRecognize biber warnings/errors/info messages
Juergen Spitzmueller [Sun, 26 May 2013 14:06:13 +0000 (16:06 +0200)]
Recognize biber warnings/errors/info messages

11 years ago* sk.po
Kornel Benko [Sun, 26 May 2013 08:19:41 +0000 (10:19 +0200)]
* sk.po

11 years agoaa.layout: updated for A&A 8.2
Uwe Stöhr [Sun, 26 May 2013 03:29:24 +0000 (05:29 +0200)]
aa.layout: updated for A&A 8.2

11 years agoFarsi splash.lyx: remove unnecessary preamble
Uwe Stöhr [Sun, 26 May 2013 03:04:18 +0000 (05:04 +0200)]
Farsi splash.lyx: remove unnecessary preamble

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 26 May 2013 01:05:28 +0000 (03:05 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoaa: fix compilation of the templates/aa.lyx
Uwe Stöhr [Sun, 26 May 2013 01:04:59 +0000 (03:04 +0200)]
aa: fix compilation of the templates/aa.lyx

- aa already loads inputenc

11 years agoYears forgotten file
Pavel Sanda [Sat, 25 May 2013 23:40:19 +0000 (16:40 -0700)]
Years forgotten file

11 years agoHeader cleanup cont.
Pavel Sanda [Sat, 25 May 2013 23:38:20 +0000 (16:38 -0700)]
Header cleanup cont.

11 years agomake Documents folder of disk image optional
Stephan Witt [Sat, 25 May 2013 18:16:10 +0000 (20:16 +0200)]
make Documents folder of disk image optional

11 years ago* sk.po
Kornel Benko [Sat, 25 May 2013 17:02:27 +0000 (19:02 +0200)]
* sk.po

11 years agoUpdate it.po
Enrico Forestieri [Sat, 25 May 2013 16:32:05 +0000 (18:32 +0200)]
Update it.po

11 years agoUpdate it.po
Enrico Forestieri [Sat, 25 May 2013 16:15:04 +0000 (18:15 +0200)]
Update it.po

11 years agoOn Mac, moving down a paragraph should place the cursor at the end of the current...
Stephan Witt [Sat, 25 May 2013 16:02:21 +0000 (18:02 +0200)]
On Mac, moving down a paragraph should place the cursor at the end of the current paragraph
(unless it's already there, in which case it should move to the end of the next paragraph).
Change the preference setting name (mac_like_word_movement to mac_like_cursor_movement)
to better reflect its function.

Patch and description from Bennett Helm

11 years agoGuiBox.cpp, InsetBox.cpp: fix some wrong logic
Uwe Stöhr [Sat, 25 May 2013 13:07:17 +0000 (15:07 +0200)]
GuiBox.cpp, InsetBox.cpp: fix some wrong logic

- InsetBox.cpp:
 a framebox without inner box and without a width is \fbox
 a framebox with inner box is also \fbox
 a framebox without inner box and with width is \framebox

- GuiBox.cpp: the width checkbox must be checked if there is width

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 25 May 2013 11:52:38 +0000 (13:52 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoGuiBox.cpp: addendum to [f04c7711/lyxgit]
Uwe Stöhr [Sat, 25 May 2013 11:52:09 +0000 (13:52 +0200)]
GuiBox.cpp: addendum to [f04c7711/lyxgit]

- this was forgotten to commit;
(without this we would get invalid LaTeX code when changing in the box dialog a makebox without a width to a minipage and press apply - a makebox required to specify a width, at least an invisible one like "0cm")

11 years agoFix Chinese Tutorial copilation
Juergen Spitzmueller [Sat, 25 May 2013 09:48:38 +0000 (11:48 +0200)]
Fix Chinese Tutorial copilation

11 years agoFix empty width support for Box inset
Jean-Marc Lasgouttes [Wed, 17 Apr 2013 09:30:25 +0000 (11:30 +0200)]
Fix empty width support for Box inset

* InsetBox and GuiBox: Use proper empty length instead of the broken -9.99col% trick
* some slight changes to the logic of GuiBox to make sure that values are set as needed.
* lengthToWidget(): handle properly the empty length case. All the other related Qt helpers did it already, it was probably an oversight. Also set the default_unit parameter as optional (not needed in this patch actually, but I got carried away :)
* allow generating LaTeX code for an empty length, since some broken code does that.

11 years agoImprove support for empty lengths
Jean-Marc Lasgouttes [Mon, 15 Apr 2013 10:35:11 +0000 (12:35 +0200)]
Improve support for empty lengths

Parse empty string as empty length
Output empty length as empty string when it makes sense (not for LaTeX strings, for example).

11 years ago* sk.po
Kornel Benko [Fri, 24 May 2013 08:13:13 +0000 (10:13 +0200)]
* sk.po

11 years agoYears forgotten files.
Pavel Sanda [Fri, 24 May 2013 05:17:20 +0000 (22:17 -0700)]
Years forgotten files.

11 years agoHeader cleanup cont.
Pavel Sanda [Fri, 24 May 2013 05:11:50 +0000 (22:11 -0700)]
Header cleanup cont.

11 years agoUserGuide.lyx: finish the revision
Uwe Stöhr [Thu, 23 May 2013 21:38:18 +0000 (23:38 +0200)]
UserGuide.lyx: finish the revision

- many thanks to John Hudson for his amazing work!

11 years agoUpdate documentation for parser tools a bit.
Richard Heck [Thu, 23 May 2013 19:12:03 +0000 (15:12 -0400)]
Update documentation for parser tools a bit.

11 years agoFix autotools build
Georg Baum [Thu, 23 May 2013 20:02:34 +0000 (22:02 +0200)]
Fix autotools build

This typo was introduced in 01add2d52fee.

11 years agoFix layout tests for autotools
Georg Baum [Thu, 23 May 2013 20:00:56 +0000 (22:00 +0200)]
Fix layout tests for autotools

This part was forgotten in 6f16814d3b9f.

11 years agoLayouts for ACMS SIGS styles, contributed by Gioele Barabucci.
Richard Heck [Thu, 23 May 2013 14:22:52 +0000 (10:22 -0400)]
Layouts for ACMS SIGS styles, contributed by Gioele Barabucci.

11 years agoWhitespace.
Richard Heck [Thu, 23 May 2013 13:39:16 +0000 (09:39 -0400)]
Whitespace.

11 years agoAdd support for package options in layout files. E.g.:
Richard Heck [Thu, 23 May 2013 13:25:40 +0000 (09:25 -0400)]
Add support for package options in layout files. E.g.:
           PackageOption tipa safe will load tipa with the
 "safe" option, if we load it.

11 years agoFix ereg and a typo.
Richard Heck [Thu, 23 May 2013 12:58:23 +0000 (08:58 -0400)]
Fix ereg and a typo.

11 years agofix whitespace: avoid mixed tabs and spaces
Stephan Witt [Thu, 23 May 2013 05:52:49 +0000 (07:52 +0200)]
fix whitespace: avoid mixed tabs and spaces

11 years agoHeader cleanup cont.
Pavel Sanda [Thu, 23 May 2013 02:58:58 +0000 (19:58 -0700)]
Header cleanup cont.

11 years agoinstaller: install some XeTeX requirements
Uwe Stöhr [Wed, 22 May 2013 23:30:28 +0000 (01:30 +0200)]
installer: install some XeTeX requirements

- iftex and xetex-def is in general necessary
- makecmds is necessary for Arabic and Farsi in combination with XeTeX

11 years agochkconfig.ltx: check for some XeTeX requirements
Uwe Stöhr [Wed, 22 May 2013 23:29:01 +0000 (01:29 +0200)]
chkconfig.ltx: check for some XeTeX requirements

- iftex is necessary for XeTeX with non-Latin scripts
- xetex.def is a separate package on CTAN and necessary for XeTeX and colors and graphics

11 years agoUserGuide.lyx: translations
Uwe Stöhr [Wed, 22 May 2013 23:25:54 +0000 (01:25 +0200)]
UserGuide.lyx: translations

- to fix the mysterious compilation problems on some machines

11 years agoRemerge po-files
Vincent van Ravesteijn [Wed, 22 May 2013 06:18:25 +0000 (08:18 +0200)]
Remerge po-files

The po-files are now remerged against the versions in branch. This will slightly reduce the effort needed from the translators.

11 years agoFrench UserGuide.lyx: fix a paragraph language
Uwe Stöhr [Tue, 21 May 2013 21:40:38 +0000 (23:40 +0200)]
French UserGuide.lyx: fix a paragraph language

11 years agoUserGuide.lyx: some more revision work
Uwe Stöhr [Tue, 21 May 2013 21:35:06 +0000 (23:35 +0200)]
UserGuide.lyx: some more revision work

- also the last try to fix Scott's compilations problems

11 years agopo-files: copy from branch
Uwe Stöhr [Tue, 21 May 2013 20:44:15 +0000 (22:44 +0200)]
po-files: copy from branch

- copy the latest versions from branch, except of the languages where we already have LyX 2.1-specific translations.

11 years agoUserGuide.lyx: some corrections
Uwe Stöhr [Tue, 21 May 2013 19:13:14 +0000 (21:13 +0200)]
UserGuide.lyx: some corrections

- hopefully fix compilation of German UserGuide for Scott
- some German translations

11 years agoCmake tests: use multiple log files for multiple test-cases
Kornel Benko [Tue, 21 May 2013 17:54:20 +0000 (19:54 +0200)]
Cmake tests: use multiple log files for multiple test-cases

11 years agode.po: some translations
Uwe Stöhr [Tue, 21 May 2013 17:45:47 +0000 (19:45 +0200)]
de.po: some translations

11 years ago* sk.po
Kornel Benko [Tue, 21 May 2013 17:27:25 +0000 (19:27 +0200)]
* sk.po

11 years agoUpdate layouttranslations
Vincent van Ravesteijn [Tue, 21 May 2013 17:04:56 +0000 (19:04 +0200)]
Update layouttranslations

11 years agoRemerge po-files
Vincent van Ravesteijn [Tue, 21 May 2013 16:13:46 +0000 (18:13 +0200)]
Remerge po-files

11 years agoTypo
Kornel Benko [Tue, 21 May 2013 11:26:26 +0000 (13:26 +0200)]
Typo

11 years agoRJournal.layout: remove unneeded code
Scott Kostyshak [Tue, 21 May 2013 05:28:26 +0000 (01:28 -0400)]
RJournal.layout: remove unneeded code

Part of this code was moved to the template in a previous commit
and part was removed because it is no longer needed.

Patch by Yihui Xie.

11 years agoHeader cleanup cont.
Pavel Sanda [Tue, 21 May 2013 01:47:16 +0000 (18:47 -0700)]
Header cleanup cont.

11 years agoUserGuide.lyx: port recent changes to master
Uwe Stöhr [Mon, 20 May 2013 23:45:19 +0000 (01:45 +0200)]
UserGuide.lyx: port recent changes to master

11 years agoAdd autotests for #8684
Scott Kostyshak [Mon, 20 May 2013 22:50:56 +0000 (18:50 -0400)]
Add autotests for #8684

(these should currently fail)

11 years agoUpdate tex2lyx test cases to format 471
Vincent van Ravesteijn [Mon, 20 May 2013 12:37:33 +0000 (14:37 +0200)]
Update tex2lyx test cases to format 471