Commit Graph

7002 Commits

Author SHA1 Message Date
Uwe Stöhr
8cb15c218b French documentation files: port today's changes 2014-06-13 01:27:19 +02:00
Kornel Benko
1b3e4c73f8 Cmake tests: Added parser_tools test to the lyx2lyx group tests 2014-06-12 09:07:57 +02:00
Georg Baum
c1ac09e11f Fix bug #7954 (now really)
Thanks to maciejr we know now what the remaining problem was with bug 7954:
My unicode symbol fallback works fine, the problem was that a font named
"Symbol" is available on OS X, but it does not use the font-specific encoding
we expect: Almost all glyphs are at their unicode code point.
Therefore the bug is fixed by re-enabling the unicode workaround and blocking
the Symbol font on OS X.
2014-06-07 10:54:17 +02:00
Enrico Forestieri
00547009c2 Cleanup seminar.layout after the upgrade to format 50. 2014-05-29 22:07:37 +02:00
Georg Baum
953a4d13d9 Add missing bits of layout file format update
This is needed so that the new format number is actually used. Since the
conversion is a noop I did not update the layout files (more updates will
come).
2014-05-29 21:25:08 +02:00
Georg Baum
4e078230a0 Update layouts with separators to format 50 2014-05-29 21:22:15 +02:00
Georg Baum
1187b8834e Include lyx2lyx test in tarball 2014-05-29 15:13:59 +02:00
Georg Baum
11be833a2e Execute lyx2lyx unit test when running tests
Actually lyx2lyx has a tiny unit test. Add it to the autotools test machinery
and fix it: Since nobody knew about it the test was of course broken.
2014-05-29 14:57:05 +02:00
Georg Baum
55af9cb006 Fix the fix
MAC-style (pre-OS X) line ends were not recognized anymore
2014-05-29 14:44:38 +02:00
Juergen Spitzmueller
20bcaec061 Add layout tag that determines if/when a paragraph can be indented.
Fixes: #7327, #7458, #8670
2014-05-29 14:10:32 +02:00
Juergen Spitzmueller
06cee46d7e Add some SVG versions of self-made icons found here on my box 2014-05-29 13:32:45 +02:00
Georg Baum
c75c6e446a Do not corrupt documents without newline at EOF
trim_eol() assumes that a line always ends either with \n, \r, or \r\n.
This assumption is always valid except for the last line of a document, since it
may miss the trailing newline. LyX does not create such documents, bu they may
result from automatic creation tools, and LyX can read them, so lyx2lyx should
be able to read them as well.
2014-05-29 13:15:07 +02:00
Enrico Forestieri
0080201977 Avoid processing multiple times the same paragraph when converting latex arguments. 2014-05-29 11:05:34 +02:00
Enrico Forestieri
dbd4d781dc Fix an off-by-one error in the reversion of beamer documents. 2014-05-29 10:55:30 +02:00
Enrico Forestieri
da75d31948 Fix reversion of box insets. 2014-05-29 10:44:02 +02:00
Georg Baum
4cea2efe21 Native support for \notag
This is mainly needed to reduce the amount of ERT if you convert AMS example
documents with tex2lyx. No GUI support is needed, since \notag is equivalent
to \nonumber.
2014-05-27 22:17:35 +02:00
Georg Baum
5dc9568f8d Native support for \smash[t] and \smash[b]
This is a follow-up of bug #8967. The implementation is self-explaining, the
only part which needs a comment is lyx2lyx: Since a 100% correct solution is
not possible, it has been decided not to switch amsmath off in the forward
conversion if no other ams command than \smash[t] and \smash[b] is used, but
to consider it a bug that older versions do not load amsmath automatically for
these commands. In the backward direction it is easy to keep the document
compilable, so just do that.
2014-05-27 22:13:58 +02:00
Juergen Spitzmueller
c7eb04158f Clean up empty ERTs that are produced in comples beamer argument conversions 2014-05-25 22:46:42 +02:00
Juergen Spitzmueller
e8e75f45b9 Support spreaded argument delimiters in beamer block conversion 2014-05-25 22:42:44 +02:00
Juergen Spitzmueller
57664026f2 In collorary conversion, support argument delimiters spread over several ERTs
The roundtrip still has issues.
2014-05-25 15:08:08 +02:00
Juergen Spitzmueller
36051e1daa Fixes in the beamer block routine
This makes beamerlyxexample1 open after the roundtrip, but the file does not compile yet (remaining issues in other routines)
2014-05-25 15:00:38 +02:00
Scott Kostyshak
e716f1ef12 Add Sumatra as a PDF reader
It currently does not make a difference that it is before
Adobe Reader in configure.py because as Enrico points out
on Windows the default viewer configured in the OS is used.
2014-05-24 07:37:16 -04:00
Pavel Sanda
70ce2dffcf * Additional.lyx - note for windows git users.
https://www.mail-archive.com/lyx-users%40lists.lyx.org/msg98988.html
2014-05-21 11:12:02 -07:00
Juergen Spitzmueller
c21e51a4f9 Fix nesting in some beamer reversion methods.
Patch by Enrico
2014-05-21 11:37:51 +02:00
Juergen Spitzmueller
9b4160e0f8 Fix reversion of beamer overprint when a nested paragraph has an argument 2014-05-21 11:36:47 +02:00
Enrico Forestieri
cda00d8329 Fix reversion of beamer documents.
Beamer documents do not have a "--Separator--" layout but a
"Separator" one. Also fix a thinko causing the deletion of
"\end_layout" tags in some cases.
2014-05-19 19:39:51 +02:00
Richard Heck
72acf9fb27 Fix copy/paste error, and whitespace. 2014-05-19 09:41:05 -04:00
Richard Heck
eb26d85dc9 Add limits to searches in convert_TeX_brace_to_Argument. 2014-05-18 11:24:53 -04:00
Enrico Forestieri
3eefb8cfa6 Update documented command for running tex2lyx tests. 2014-05-12 23:54:50 +02:00
Georg Baum
ced24dea55 Fix lyx2lyx warning for tex2lyx files
I would not have thought that reLyX was considered, but not tex2lyx!
2014-05-12 22:06:24 +02:00
Georg Baum
9e5ecdcdce Update version 2014-05-12 21:53:27 +02:00
Richard Heck
62d4af2f9c Install lyx2lyx/lyx_2_2.py. 2014-05-12 09:16:31 -04:00
Enrico Forestieri
c668ebf611 Fix bugs #8546 and #9055, and introduce new separator inset.
The algorithm used for breaking a paragraph in LaTeX export is changed
for avoiding spurious blank lines causing too much vertical space.
This change is tied to the introduction of a new inset (with two
different specializations) helping in either outputing LaTeX paragraph
breaks or separating environments in LyX. Both of the above goals were
previously achieved by the ---Separator--- layout and can now be
accomplished by the new inset in a more natural way. As an example,
after leaving an environment by hitting the Return key for two times,
a third return automatically inserts a parbreak inset, which is
equivalent to the old separator layout, i.e., it also introduces a
blank line in the output. If this blank line is not wanted, the
parbreak separator can be changed to a plain separator by a right
click of the mouse. Of course, an environment can still be separated
by the following one by using the Alt+P+Return shortcut (or the
corresponding menu key), but now the plain separator inset is used
instead of the old separator layout, such that no blank line occurs in
the LaTeX output.

Old documents are converted such that the LaTeX output remains unchanged.
As a result of this conversion, the old separator layout is replaced by
the new parbreak inset, which may also appear in places where the old
algorithm was introducing blank lines while the new one is not.
Note that not all blank lines were actually affecting the LaTeX output,
because a blank line is simply ignored by the TeX engine when it occurs
in the so called "vertical mode" (e.g., after an alignment environment).
The old ---Separator--- layout is now gone and old layout files using it
are also automatically converted.

Round trip conversions between old and new format should leave a document
unchanged. This means that the new behavior about paragraph breaking is
not "carried back" to the old format. Indeed, this would need introducing
special LaTeX commands in ERT that would accumulate in roundtrip
conversions, horribly cluttering the document. So, when converting a
modified document to old formats, the LaTeX output may slightly differ in
vertical spacing if the document is processed by an old version of LyX.
In other words, forward compatibility is guaranteed, but not backwards.
2014-05-10 23:25:11 +02:00
Juergen Spitzmueller
769b585176 Beamer block conversion: consider ERT arguments with leading/trailing blanks
Should also go to branch.
2014-05-08 15:14:44 +02:00
Juergen Spitzmueller
ea2242b817 Monolingualization 2014-05-08 08:37:12 +02:00
Stephan Witt
f24feb9038 Until there is some more general solution… prepare 2.1 prefs migration manually. 2014-04-29 21:43:41 +02:00
Vincent van Ravesteijn
b0629c79ac lyx2lyx: Update the emergency value
Actually, this should not be hardcoded.
2014-04-29 15:50:41 +02:00
Vincent van Ravesteijn
cee8e61b2e Capitalize layout tag 2014-04-29 11:16:41 +02:00
Uwe Stöhr
2da56e8c5b French doc files: backport recent changes 2014-04-28 22:57:53 +02:00
Uwe Stöhr
40aedb5146 Merge branch 'master' of git.lyx.org:lyx 2014-04-28 22:57:23 +02:00
Uwe Stöhr
6faa9b6a14 CREDITS: add Min Ding and Roy Xia 2014-04-28 22:57:03 +02:00
Georg Baum
d6fecb4aa4 Fix table rotate conversion to 2.0 format
The old code did create invalid documents, since the space between the rotate
flag dn the previous flag was removed.
2014-04-27 20:58:53 +02:00
Juergen Spitzmueller
dced492489 Fix conversion of beamer block titles that end with a non-ERT inset.
Should also go to branch!
2014-04-26 17:39:56 +02:00
Richard Heck
7e1541dd49 Fix failure to detect quoted flex insets in conversion to layout
48. Also, simplify this code.
2014-04-25 17:18:29 -04:00
Georg Baum
52d2588613 Fix lyx2lyx math package defaults (bug #9069)
lyx2lyx sets all new math packages to off when converting from old formats.
This is correct if any command which would cause an automatic package loading
exists in the document. However, it is wrong if no command exists: This leads
to problems if later a command is added (bug #9069), which is especially
annoying for templates.
The fix consists of two parts:
1) convert_use_package() considers now the used commands like
   revert_use_package(), and uses them to decide whether to set the package to
   auto or off.
2) convert_undertilde() and revert_undertilde() use a slightly adjusted copy of
   convert_use_package() and revert_use_package(), so that the bug is also
   fixed for undertilde. We cannot use the latter functions directly, because
   of "\usepackage undertilde" vs. "\use_undertilde".
2014-04-25 22:39:22 +02:00
Georg Baum
5710f68c34 Fix math package conversion to 2.0 format
When doing the lyx2lyx round trip of the 2.0.8 user guide from format
413 -> 474 -> 413 you get an invalid document, because the math packages
mhchem and undertilde are incorrectly converted.
It turned out that the old reversion code did only work for particular
package oderings. The new one works for abitrary sorted packages.
2014-04-25 22:12:04 +02:00
Georg Baum
2fe07e1fe1 Fix data loss in user guide conversion to 2.0.x
When doing the lyx2lyx round trip of the 2.0.8 user guide from format
413 -> 474 -> 413 you do not get a zero diff. The most important problem is
caused by the conversion of the argument insets to the old syntax: This
conversion adds an additional empty line (harmless), and it destroys the
document structure if the first inset in e.g. a subsection is not an argument
inset, but e.g. an index or label inset.
The fix is quite easy: Ensure that the paragraph begin is set to the first
argument inset.
2014-04-25 21:35:51 +02:00
Georg Baum
cacd2a041d Fix warning in lyx2lyx 2.0<->2.1 round trip
revert_justification() issues a warning if the \justification parameter does
not exist, and LyX itself always writes it unconditionally as well, so add it
also in lyx2lyx when converting old documents.
Currently this does not have any user visible effect, but it decouples the
default value of BufferParams::justification from the conversion of old
documents: Now it is possible to set the default to false in LyX, and old
documents will still be converted correctly.
2014-04-24 21:52:32 +02:00
Scott Kostyshak
e7b16d961f Do not spellcheck "code" in logical markup module 2014-04-22 10:49:18 -04:00
Richard Heck
f83aab43e5 Whitespace. 2014-04-21 11:52:00 -04:00
Richard Heck
f80ef1a159 Typo. 2014-04-21 11:52:00 -04:00
Richard Heck
47c3b0fce7 Typos in algorithm module. 2014-04-21 11:51:59 -04:00
Uwe Stöhr
30f2c2c4e3 stdmenus.inc: add move rows/columns feature to Edit menu
fixes bug #9047
2014-04-21 11:51:58 -04:00
Richard Heck
4540e6c2ef Patch from Enrico fixing a problem with the lyxpak.py script when
"Add Bibliography to TOC" is used. Fixes #9044.
2014-04-21 11:51:58 -04:00
Richard Heck
64e0c5589c Return an error if LaTeX is unable to compile the file. 2014-04-21 11:51:57 -04:00
Scott Kostyshak
4133be11b3 Fix compilation of Springer template
Replace two images with text placeholders. This is necessary
after a860d18b moved the file back from being an example.
2014-04-21 02:57:45 -04:00
Scott Kostyshak
afdab15aa3 Fix compilation of ACM-sigplan
Compilation was failing with TeX Live 2013 because of
the format of one of the references. This commit just
changes one of the references to a different one.
2014-04-21 02:57:44 -04:00
Pavel Sanda
ce55ae201d * layouttranslations.review zh_CN checked.
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg98644.html
2014-04-19 10:29:53 -07:00
Vincent van Ravesteijn
b9489e73b5 configure: Add export format for 2.1.x 2014-04-18 14:06:37 +02:00
Vincent van Ravesteijn
03a73a40d8 lyx2lyx: Add the 2.2 entry 2014-04-18 14:06:33 +02:00
Vincent van Ravesteijn
1468a40bac * doc/ja: Updates from Koji Yokota 2014-04-13 18:51:12 +02:00
Pavel Sanda
6d30cfdd69 * layouttranslations.review - nn reviewed 2014-04-11 20:23:33 -07:00
Pavel Sanda
bdc1271c39 * pt.po & layouttranslation from Jose. 2014-04-11 20:20:43 -07:00
Pavel Sanda
d9be16e1b3 * layouttranslations.review - got explicit ack for danish translation. 2014-04-11 12:49:55 -07:00
Vincent van Ravesteijn
777b8f7133 Update lib/layouttranslations
Italian translations were updated
2014-04-11 21:33:11 +02:00
Vincent van Ravesteijn
c9dd2d4624 * EmbeddedObjects.lyx: Increase version number 2014-04-11 21:17:58 +02:00
Vincent van Ravesteijn
cafe6c60f3 * fr/linguistics.lyx: Update from Jean-Pierre Chretien 2014-04-11 21:06:00 +02:00
Vincent van Ravesteijn
80dfb44171 * fr.po: Update from Jean-Pierre Chretien
In discussion with Juergen Spitzmuller was decided to just have the same translation as for the List of Tables.
2014-04-11 20:55:13 +02:00
Richard Heck
b5c2cba0b3 Fix problem with verbatim reversion. 2014-04-11 14:49:41 -04:00
Vincent van Ravesteijn
1b4986793e * nn.po: Update from Ingar Pareliussen 2014-04-11 20:44:08 +02:00
Kornel Benko
d52a462887 sk.po: Rechecked 'mathematical' context 2014-04-11 09:19:30 +02:00
Uwe Stöhr
6ad876f91a manuals: fix 2 typos spotted by Ignacio 2014-04-11 01:16:54 +02:00
Uwe Stöhr
5be328c231 Additional.lyx: update version name to "2.1.x" 2014-04-11 01:05:57 +02:00
Uwe Stöhr
5e68b12a06 Spanish manuals: translations by Ignacio 2014-04-11 01:04:58 +02:00
Uwe Stöhr
4cac31be63 French Math.lyx: re-introduce 2 formulas that got accidentally lost by the last commit 2014-04-11 00:45:41 +02:00
Uwe Stöhr
e566eac285 French doc files: translations by Jean-Pierre 2014-04-11 00:32:27 +02:00
Vincent van Ravesteijn
a79e161f51 * nl.po: Improve translation of Graph [[mathematical]] 2014-04-10 22:13:02 +02:00
Georg Baum
fe080790f1 Improve translation of "Graph" for achemso.layout
As discussed. achemso.layout contains both "Chart" and "Graph", therefore it
does not make sense to use "Graph" in the "Chart" / "Graph" / "Diagram" sense,
but in the mathematical sense like in "graph theory".
Therefore I added the context [[mathematicl]].
All translations are unchanged except the german one, which is now again
"Graph" as in 2.0.0 instead of "Schaubild".
2014-04-10 21:51:05 +02:00
Vincent van Ravesteijn
e67b3c347e * zh_CN.po: Translate "List of Listings" 2014-04-10 20:18:08 +02:00
Vincent van Ravesteijn
6dee93f26b * nl.po : Update from Vincent van Ravesteijn 2014-04-09 20:52:52 +02:00
Vincent van Ravesteijn
5ac5897198 Update layouttranslations
This string was not picked up by the script to generate the layouttranslations file. After deleting the file and re-running the script, this string was picked up.
2014-04-09 20:44:54 +02:00
Vincent van Ravesteijn
cf9c7ad108 Disable the languages Urdu and Syriac
At the moment these languages are unusable because the characters on
screen do not appear in their contextual forms.
2014-04-09 18:29:56 +02:00
Vincent van Ravesteijn
2c6264d0b0 Fix the languages entry for Urdu and Syriac 2014-04-09 18:29:52 +02:00
Pavel Sanda
faa87bf9f3 * layouttranslations.review - remove dupes 2014-04-09 08:57:26 -07:00
Pavel Sanda
64e2b3608d layouttranslations fot pt(_br) checked by Jose. 2014-04-09 08:31:31 -07:00
Pavel Sanda
9466c952c8 * layouttranslations.review - sk reviewed by Kornel 2014-04-09 08:11:34 -07:00
Pavel Sanda
7b48843c77 * layouttranslations.review - review of all langs.
This list is hard to get exactly, but tried my best according
to git blame & knowledge of translators.
2014-04-08 21:33:13 -07:00
Pavel Sanda
2cc5e04a45 ia.po - technical error in translatio 2014-04-08 21:25:23 -07:00
Pavel Sanda
951fe2e305 * layouttranslations.review - less precise but also less confusing 2014-04-08 21:06:39 -07:00
Pavel Sanda
992ec33e42 * layouttranslations.review - da - Note eems to be correct according to 9a3ba796d8. 2014-04-08 21:00:21 -07:00
Pavel Sanda
c9176c2fe1 * layouttranslations.review - ia updated in 5435701af1. 2014-04-08 20:56:41 -07:00
Pavel Sanda
3a921d7325 * layouttranslations.review - ja changes in 10d8a929. 2014-04-08 20:45:58 -07:00
Pavel Sanda
76616cfe63 * layouttranslations - zh_TW recently checked. 2014-04-08 20:42:40 -07:00
Pavel Sanda
f8bd2840b7 * layouttranslations.review - sr done at 9fc888fa65. 2014-04-08 20:34:03 -07:00
Pavel Sanda
169858d8e0 * layouttranslations.review - de seems to be updated at 050c768eef. 2014-04-08 20:29:21 -07:00
Pavel Sanda
ac273c685d * layouttranslations.review - sk done in multiple commits. 2014-04-08 20:26:24 -07:00
Pavel Sanda
20ba71f8d2 Forgotten in 0ad02c437e. 2014-04-08 20:22:41 -07:00
Uwe Stöhr
ef5ae575cf French EmbeddedObjects.lyx: translations for LyX 2.1 by Jean-Pierre 2014-04-09 00:55:49 +02:00
Vincent van Ravesteijn
7178d99792 Update layouttranslations 2014-04-06 21:53:25 +02:00
Uwe Stöhr
7c266edfa8 French splash.lyx: update fileformat 2014-04-04 01:33:35 +02:00
Uwe Stöhr
7d7cf52cae Spanish manuals: translations by Ignacio 2014-04-04 00:59:15 +02:00
Uwe Stöhr
a264d50faa UserGuide.lyx: fix 2 Typos (thanks Ignacio) 2014-04-04 00:53:29 +02:00
Uwe Stöhr
aea6ddfcb9 French splash.lyx: a fix by Jean-Pierre 2014-04-03 02:12:05 +02:00
Uwe Stöhr
2291c6289b Intro.lyx: change a sentence to avoid misunderstandings
- as reported today on the lyx-docs list
2014-04-02 01:41:52 +02:00
Vincent van Ravesteijn
72d81f3b7e lib/Makefile.am: Fix 2014-04-01 21:41:13 +02:00
Vincent van Ravesteijn
216fa28aaa lib/Makefile.am: Add missing images 2014-04-01 21:41:12 +02:00
Uwe Stöhr
0300a2ce66 Japanese EmbeddedObjects.lyx: fix a formatting 2014-03-31 23:19:13 +02:00
Uwe Stöhr
5ff8a3941b partly revert commit a860d18b5a
svmono and svmult must stay in the examples folder because they include childs
2014-03-30 17:41:02 +02:00
Uwe Stöhr
a860d18b5a template files: remove all relative paths to re-eanable to use "new from template"
- this brings back all our template files (they are no example files, would have been a regression otherwise because LyX 2.0 offers them already in "new from template")
- the thesis files will stay in the examples folder for now until we have a real fiix for bug #8643
2014-03-30 17:22:05 +02:00
Uwe Stöhr
da1a3726a5 template files: remove relative paths
this re-enables the feature to use them as "new from template"
2014-03-30 16:35:09 +02:00
Uwe Stöhr
83988bd5c6 xypic.lyx: updates from Jean-Pierre 2014-03-29 05:08:01 +01:00
Juergen Spitzmueller
4bc29abb70 elsarticle: use standard xampl bib from texmf tree (relative path does not work for templates) 2014-03-28 15:19:28 +01:00
Juergen Spitzmueller
200f1ca37b Re-enable translation of pdfpages help text (works around #9045)
Note that this is not a string change in l7n sense (see discussion in #9045)
2014-03-27 14:25:30 +01:00
Pavel Sanda
f66c72542b * cs/Tutorial.lyx 2014-03-27 01:59:00 -07:00
Pavel Sanda
311145b949 * cs/splash.lyx update 2014-03-27 01:30:29 -07:00
Pavel Sanda
e7003f5e9f * Additional.lyx (accept changes) 2014-03-27 01:16:49 -07:00
Pavel Sanda
eebbbf8555 Fix make install phase.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg183199.html
2014-03-26 20:16:24 -07:00
Uwe Stöhr
03830ba245 Japanese docs: another update from Koji 2014-03-27 00:46:41 +01:00
Uwe Stöhr
7288a1b4dc doc files: push all changes sine master was closed and the updates from Koji 2014-03-27 00:17:25 +01:00
Uwe Stöhr
5c5d61bfe0 Japanese doc image files: updates and additions by Koji 2014-03-27 00:13:36 +01:00
Vincent van Ravesteijn
9f5739e237 Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
Vincent van Ravesteijn
4e5fd8e980 Update examples to latest fileformat 2014-03-23 17:49:36 +01:00
Vincent van Ravesteijn
0d13205780 Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
Vincent van Ravesteijn
84827c8705 lyx2lyx: Set last minor version of the 2.0.x series 2014-03-23 17:48:07 +01:00
Vincent van Ravesteijn
6eba310ef7 lyx2lyx: Set conversion table for LyX 2.1 2014-03-23 17:48:06 +01:00
Vincent van Ravesteijn
5d15807954 lyx2lyx: Fix conversion table for LyX 2.0 2014-03-23 17:48:02 +01:00
Vincent van Ravesteijn
aa5bf3c727 Rename break-paragraph to paragraph-break in docs 2014-03-20 22:11:14 +01:00
Vincent van Ravesteijn
7cda8f36b2 Update uifiles to latest fileformat 2014-03-20 22:11:13 +01:00
Vincent van Ravesteijn
d4ac337f0b Update bindfiles to latest fileformat 2014-03-20 22:11:13 +01:00
Scott Kostyshak
23a28e78a8 Bump RC format for commit 214f7ed2 2014-03-19 21:56:31 -04:00
Stephan Witt
97341eab7c Automatic copying and migration of elder user config directories
With a check for platform = darwin this is done on Mac only
2014-03-19 19:12:30 +01:00
Richard Heck
1c76460858 A a copule comments reminding us where preference formats should
be updated.
2014-03-19 11:05:34 -04:00
Richard Heck
717d19d3c3 Fix for bug #8939: Don't just close if the user enters a shortcut
that is already assigned.

From new contributor Roy Xia.
2014-03-15 23:05:48 -04:00
Georg Baum
5833f2609b Update layouttranslation review status 2014-03-13 21:29:27 +01:00
Vincent van Ravesteijn
0ad02c437e Update layouttranslations 2014-03-10 21:04:25 +01:00
Uwe Stöhr
dcde635d87 UserGuide.lyx: describe new output format "PDF (cropped)" 2014-03-09 21:40:01 +01:00
Uwe Stöhr
27fc428d43 UserGuide.lyx: remove a now obsolete info 2014-03-09 19:22:11 +01:00
Juergen Spitzmueller
030d75187c Re-sort credits. 2014-03-09 13:07:30 +01:00
Juergen Spitzmueller
cefbd644f3 Update credits and add Dal Ho Park. 2014-03-09 12:53:47 +01:00
Juergen Spitzmueller
2c2b5e4841 Add Korean Splash, provided by Dal Ho Park 2014-03-09 12:46:56 +01:00
Uwe Stöhr
d841229fae chkconfig.ltx: remove double entry for iftex
- also correct sorting
2014-03-09 05:36:20 +01:00
Uwe Stöhr
d8e4fb9c17 UserGuide.lyx: add another missing part of description of environment separator 2014-03-08 21:23:42 +01:00
Richard Heck
f10df83fab Revert addition of Question and Question* environments, for the
reasons discussed at bug #9015.
2014-03-08 11:38:50 -05:00
Georg Baum
ef4f2e6f50 Add review comments for translations in beta
The LyX 2.1 beta release does already contain some new layout translations
(compared to LyX 2.0.x), which have not been reviewed yet.
2014-03-08 12:36:59 +01:00
Georg Baum
188dd74618 Add two missing unicodesymbols 2014-03-08 10:59:43 +01:00
Uwe Stöhr
0e294cedda UserGuide.lyx: add missing part of description for menu Start New Environment 2014-03-08 02:34:11 +01:00
Uwe Stöhr
f1f4d7f632 UserGuide.lyx: describe the new menu Edit→Start New Environment
- also correct some changes LFUNs
2014-03-08 02:13:24 +01:00
Pavel Sanda
ee7eee24f4 Update cs layouttranslations. 2014-03-07 15:46:50 -08:00
Georg Baum
717a503fb5 Update chinese layouttranslations
We actually have a GPL statement, sorry for overlooking
2014-03-07 22:44:54 +01:00
Scott Kostyshak
b1d5671361 Add Mingyi Wu to contributors
Contribution was translations for Chinese (traditional).
2014-03-07 15:55:11 -05:00