Uwe Stöhr
f3085670f7
German
...
- Shortcuts.lyx: some fixes and corrections by me and Hartmut
- UserGuide.lyx: updates by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25708 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 22:35:35 +00:00
Uwe Stöhr
5d6ee61b84
documentation: update as bug 5051 is now fixed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 21:39:30 +00:00
Uwe Stöhr
056f227f1c
CREDITS: Enrico is also our it.po translator
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25704 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 21:16:23 +00:00
Jürgen Spitzmüller
459c52059f
* theorems-ams.inc:
...
* theorems.inc:
- better definition of cases environment, as suggested by Russ Woodroofe and Paul Rubin.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 07:53:25 +00:00
Jürgen Spitzmüller
a997641211
* lib/CREDITS:
...
* lib/generate_contributions.py:
- add Michał Fita
- Enrico contributed slightly more than the Italian translation of the Windows installer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25687 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-17 12:51:42 +00:00
Jürgen Spitzmüller
180121ed53
* stdinsets.inc:
...
- Force latex_language in listings inset (fixes bug 5051).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25676 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-16 20:40:05 +00:00
Uwe Stöhr
075799326d
German Customization.lyx: layout improvements by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25650 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-15 22:59:38 +00:00
Uwe Stöhr
8810a1e281
German UserGuide.lyx, Shortcuts.lyx: some corrections by me and Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25649 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-15 22:49:32 +00:00
Jürgen Spitzmüller
50cef47fbb
* lyxmacros.inc:
...
* beamer.layout:
- let lyxcode start a new paragraph, since it changes the alignment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25627 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-15 08:49:41 +00:00
Jürgen Spitzmüller
b6616ac0e7
* stdmenus.inc:
...
- disambiguate menu entry (bug 4757).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25595 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-14 07:22:20 +00:00
Richard Heck
f119b8f4de
Fix bug 4927 again. The latex2ert routine was geared too much toward IndexInset, where
...
the initial backslash in a LaTeX command is escaped, which it is not in a subfigure.
Note that we are NOT converting labels here into InsetLabel objects. That would not be
all that hard to do. I've put a comment in about how we could do that. It would be fairly
easy to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25581 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-13 19:24:09 +00:00
Uwe Stöhr
2b5a9f643d
Extended.lyx: fix the web resource of checktex and clarify when it is available
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25579 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-13 19:04:37 +00:00
Uwe Stöhr
65569d5b8e
German UserGuide.lyx: fix a reference
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25577 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-13 18:51:45 +00:00
Uwe Stöhr
f7a4ede2bd
Customization.lyx: actualize how to start a new .po file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25576 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-13 16:45:49 +00:00
Uwe Stöhr
61330b8291
minimalistic.module: correct string as the translators misunderstood this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25574 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-13 11:53:42 +00:00
Uwe Stöhr
f3dfad3b1e
German documentation updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25569 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-12 23:59:08 +00:00
Jürgen Spitzmüller
dcc4d58b66
*** Implement GUI names for encodings (part of bug 4971) ***
...
* lib/encodings:
- add new column "GUI names"
* src/Encoding.{cpp,h}:
- read in and handle GUI names
* src/frontends/qt4/GuiDocument.cpp:
- display GUI names instead of LaTeX names
* po/lyx_pot.py:
* po/Rules-lyx:
* development/scons/SConstruct:
- add encoding GUI names to the po files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25558 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-11 08:56:17 +00:00
Uwe Stöhr
70c5f6b2c1
- Math.lyx: fix an index entry, side effect of bug 5006
...
- EmbeddedObjects.lyx: fix an expression, spotted by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25552 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 23:12:09 +00:00
Uwe Stöhr
871ae016c7
French Math.lyx, EmbeddedObjects.lyx: updates by Siegfried
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25551 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 23:08:38 +00:00
Pavel Sanda
ee2ad9a9c1
Adjust tooltips.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25549 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 22:43:02 +00:00
Richard Heck
a3cfc7aea3
I suppose a line could begin: status openly. So we'll try harder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25547 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 22:18:14 +00:00
Uwe Stöhr
72b07ea716
German UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25546 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 22:16:31 +00:00
Richard Heck
d06e468995
Move the lyx2latex conversion into a separate routine, so that it could be used elsewhere, too.
...
People should welcome to add more conversions, if they seem necessary.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25543 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 22:01:57 +00:00
Richard Heck
2debd7d780
Revert IndexQuotes for Index entries. Note that this is totally basic. Someone
...
who understands quotes is welcome to fix it up.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25542 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 21:55:06 +00:00
Richard Heck
82152ac435
More work on 5006.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25539 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-10 16:24:19 +00:00
Uwe Stöhr
f96b79dc7c
UserGuide.lyx: a correction
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25529 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 23:39:18 +00:00
Uwe Stöhr
45b61db674
- French UserGuide.lyx: updates for LyX 1.6 from Siegfried
...
- English UserGuide.lyx: some corrections of issues spotted by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25526 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 23:02:48 +00:00
Jürgen Spitzmüller
55a9aa7149
Back to CJK sanity II: re-introduce Japanese (CJK) [bug 4700]
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25511 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 07:27:31 +00:00
Jürgen Spitzmüller
612e52b093
Back to CJK sanity I: Fix bug 4698 and 4696.
...
* lib/encodings:
* src/support/docstream.h:
- JIS is not a valid iconv name. Rename to ISO-2022-JP
* src/output_latex.cpp:
- fix wrong encoding switch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25510 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 07:21:02 +00:00
Uwe Stöhr
30f68a732b
Math.lyx: fix hyperref's autoref names
...
UserGuide.lyx: describe how to navigate in LyX, added some toolbar icons to the basics section, revision of chapter 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25509 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 00:11:51 +00:00
Richard Heck
dc6da80146
Try to fix bug 5006. The idea here is to wrap all LaTeX commands that are not in math into ERT.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25508 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-08 20:25:53 +00:00
Pavel Sanda
6119906dc0
Add some comments to modules.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25502 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 22:59:40 +00:00
Richard Heck
7c03f1808b
Some more cleanup of these conversion routines.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25498 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 21:20:30 +00:00
Richard Heck
77581b5c0d
Do a little more work towards making subcaptions work.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25497 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 21:13:02 +00:00
Richard Heck
bdb72502aa
Use the unicodesymbols file for the latex2lyx conversion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25495 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 20:31:06 +00:00
Richard Heck
0b4e475bb9
Move the LaTeX to LyX-text conversion into a separate routine, so it can be used
...
in other places. This is now latex2lyx().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25492 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 19:13:01 +00:00
Richard Heck
6033b020f3
Cosmetics, mostly.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25490 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:50:50 +00:00
Richard Heck
d48038c87d
Whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25489 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:22:59 +00:00
Richard Heck
166e3b8c0f
Remove the FIXME.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25488 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:22:28 +00:00
Richard Heck
bc6c3d91ae
Fix up convert_subfig a bit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25487 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:21:53 +00:00
Richard Heck
28fcaad580
Fix lstparams reversion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25486 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:17:16 +00:00
Richard Heck
e07caa5f52
Fix up some of the reversion and conversion routines.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25485 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 18:09:29 +00:00
Richard Heck
175959580f
Fix include reversion routine.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25484 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 17:41:56 +00:00
Richard Heck
3a2153b287
Whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25482 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 17:23:51 +00:00
Richard Heck
13f95530be
Fix whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25478 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 16:22:55 +00:00
Richard Heck
10f7b8cb35
Fix bug 4984: Revert Flex URL to InsetURL.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25477 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 16:12:32 +00:00
Pavel Sanda
b8f7bc90c6
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4749 .
...
New versions of Imagemagick do not antialias ppm images used for
screen presentation of pictures.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25475 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 15:09:44 +00:00
Uwe Stöhr
b09c1c50ed
Math.lyx: some index and preamble fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25470 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 00:10:22 +00:00
Uwe Stöhr
936f949d5c
German Customization.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25469 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-06 22:23:29 +00:00
Uwe Stöhr
d49e658f5c
German UserGuide.lyx: typo spotted by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25466 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-06 18:03:28 +00:00