Uwe Stöhr
b1a95bc8f6
English UserGuide.lyx: a grammar fix
2012-05-30 01:25:53 +02:00
Uwe Stöhr
969a33b199
- German UserGuide.lyx: some translations
...
- German Additional.lyx: some backports from trunk
2012-05-30 01:22:50 +02:00
Pavel Sanda
a692b622fc
Backport 1a45c99a7
2012-05-29 13:10:55 +02:00
Juergen Spitzmueller
044ef5dc4e
add missing IPA glyph
2012-05-28 15:54:31 +02:00
Uwe Stöhr
e85ed820bb
German UserGuide.lyx: fix a typo spotted by Hartmut
2012-05-27 03:02:02 +02:00
Pavel Sanda
5f6f5091ab
Backport typos to branch
2012-05-23 22:19:44 +02:00
Uwe Stöhr
a96e49ef62
stdcontext.inc: fix 2 shortcut clashes (bug #8023 )
2012-05-23 00:47:48 +02:00
Enrico Forestieri
5909fc467a
Fix bug #8164 : lyxpak.py fails to include filenames with spaces
...
People love embedding spaces in filenames, so account for that.
(cherry picked from commit fbcf2486d8
)
2012-05-20 22:27:08 +02:00
Uwe Stöhr
ab28040ca4
seminar.lyx: new example file from Günter Milde (forgot it in last commit)
2012-05-18 23:20:20 +02:00
Uwe Stöhr
b0c3dce84f
seminar.layout: new version from Günter Milde (bug #7624 )
2012-05-18 21:29:21 +02:00
Jürgen Spitzmüller
d33fe5831c
Revert change on NON-BREAKING HYPHEN as discussed on the list.
2012-05-17 14:39:10 +02:00
Pavel Sanda
583c2a5f95
* Additional.lyx
2012-05-16 17:04:45 +02:00
Richard Heck
6291c0b19f
Change this back.
2012-05-14 17:07:42 -04:00
Richard Heck
b5d7ebd45c
Remove obsolete reference to usetempdir.
2012-05-14 08:48:40 -04:00
Richard Heck
1e27b1d144
Updates to Customization manual from Scott.
2012-05-14 08:45:59 -04:00
Richard Heck
fc3ed37c50
Add LibreOffice converters for ODT.
2012-05-11 08:01:58 -04:00
Vincent van Ravesteijn
6ff6d24355
Fix a missing slash in [6541b6bd/lyxgit]
...
(cherry picked from commit ae09edbf7b
)
2012-05-10 22:03:45 +02:00
Vincent van Ravesteijn
6541b6bd6c
Fix bug #8153 : Update to lib/unicodesymbols
...
Patch from Guenter Milde.
2012-05-10 17:58:38 +02:00
Pavel Sanda
9397d6217d
Backport 17e8ea8a
( #8018 ).
2012-05-10 17:34:11 +02:00
Pavel Sanda
9f51e76f8c
Backport fb45a49d
( #8021 ).
2012-05-10 17:28:53 +02:00
Uwe Stöhr
a4e83866bf
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (final part 2)
2012-05-07 23:23:34 +02:00
Uwe Stöhr
213f8f7237
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
2012-05-07 22:21:04 +02:00
Uwe Stöhr
6fc2abe7e6
CREDITS, generate_contributions.py: correct a mail address
2012-05-07 22:20:41 +02:00
Vincent van Ravesteijn
53cea14986
configure.py: Replace 'ltx' by 'log' case insensitively
...
On windows the temporary filename consists of uppercase characters. This
causes that the extension does not get replaced, and the logfile is left
behind.
Checking the extension case insensitively will correctly remove the
logfile.
(cherry picked from commit a02bfeebc5
)
2012-05-06 17:23:18 +02:00
Richard Heck
515708f6eb
Backport fix for #7611 .
...
Repairs to case environment, from Paul Rubin. Modified by RGH to use
enumitem, since we already have a module for that, and there will be
conflicts between enumerate.sty and enumitem.sty.
A side effect of this, however, is that we will load enumitem.sty
whenver we use case environments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40492 a592a061-630c-0410-9148-cb99ea01b6c8
(cherry picked from commit 4663e5ec88
)
Conflicts:
lib/layouts/theorems.inc
2012-05-03 15:34:37 -04:00
Uwe Stöhr
38491ed21a
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (part 1)
2012-04-26 01:25:47 +02:00
Pavel Sanda
292b607e19
Backport typo fix
2012-04-25 10:42:55 +02:00
Uwe Stöhr
4e1bc622ca
backport fix for #8102
2012-04-23 01:28:55 +02:00
Richard Heck
ea455f39da
Add some comments to include_bib.py about how to set up the converter.
2012-04-17 16:59:04 -04:00
Richard Heck
650ab1783a
Use InsetLayout to style the XHTML output.
...
Note that we have also changed the layout name to uppercase, but
this should be fine, since it was so far unused.
Conflicts:
src/insets/InsetScript.cpp
2012-04-17 09:28:28 -04:00
Uwe Stöhr
ec1c2253ad
German UserGuide.lyx: fix a typo spotted by a user
...
Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
2012-04-15 05:41:03 +02:00
Enrico Forestieri
99fe8ef2ba
Use the right latex backend when a converter needs aux files.
...
If a converter specifies the needaux flag, latex (or xelatex) is
always run to produce the needed auxiliary files. This is wrong
because there are documents that can only be compiled with a specific
backend and thus the conversion may fail. On the other hand, even if
the document specifies the backend to be used, LyX ignores this info.
This commit rectifies this behavior by letting LyX run the same flavor
of the latex backend that shall be used for previewing the document
also for producing the auxiliary files.
(cherry picked from commit 3285ce1d5c
)
Conflicts:
src/Converter.cpp
2012-04-11 20:32:27 +02:00
Uwe Stöhr
3c2c0c182f
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
2012-03-28 22:51:50 +02:00
Uwe Stöhr
44ee575562
beamer.layout: fix #8094 also for branch
2012-03-28 22:51:36 +02:00
Richard Heck
e5c8f33be7
Clean up the include_bib script a bit.
2012-03-26 12:07:46 -04:00
Juergen Spitzmueller
fc90e98298
Forgotten string change.
2012-03-26 12:42:18 +02:00
Juergen Spitzmueller
0ee5c1919a
Beamer supports \subsubsection. Add to layout.
2012-03-26 12:33:37 +02:00
Enrico Forestieri
f731a65507
Fix bug #8098
...
The Windows shell cannot have a UNC path as the current directory.
However, using pushd to change to the same directory automatically
maps the UNC path to a drive letter and thus it works.
Note that when calling cmd.exe from a UNC path there are still
warnings about the UNC path, but the command is then successfully
executed because the current directory is set to something digestible
by the shell.
(cherry picked from commit b907a0dc7c
)
2012-03-25 15:36:51 +02:00
Lars Gullik Bjønnes
862060f041
Setup .gitignore for generated files, now for branch.
2012-03-23 14:14:34 -04:00
Uwe Stöhr
45e4f20548
EmbeddedObjects.lyx: new section about rotated boxes and a workaround for a bug in KOMA-script
2012-03-15 01:37:10 +01:00
Uwe Stöhr
e9d40e754e
German Intro.lyx: fix a comment as suggested in the list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40889 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-08 19:14:37 +00:00
Enrico Forestieri
8c24088b79
On Windows, properly account for the encoding of the temporary directory.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40875 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 21:24:04 +00:00
Uwe Stöhr
d4c003b791
German UserGuide.lyx: some more translations and style fixes to be compliant with the other language variants
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40866 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 23:32:30 +00:00
Uwe Stöhr
e377fa3168
EmbeddedObjects.lyx: description how to color every second table row
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40855 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 23:54:31 +00:00
Uwe Stöhr
c8d702c0d3
- UserGuide.lyx: add the F5-key feature
...
- Japanese and German UserGuide.lyx: adapt a section to the other language variants
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40848 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 01:23:01 +00:00
Uwe Stöhr
91e11aff96
iop-article.lyx: add some important info to avoid compilation errors and improve the template a bit (thanks to MaX Funk for the hints)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40836 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 12:39:57 +00:00
Uwe Stöhr
db3152a3e0
modernCV.lyx: fix #8064 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40833 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-02 23:43:58 +00:00
Uwe Stöhr
4a36049bb6
splash.lyx: update link to homepage
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40818 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:42:33 +00:00
Uwe Stöhr
dc6f149a70
French UserGuide.lyx: backport updates from Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40817 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:41:45 +00:00
Uwe Stöhr
98e970e865
knitr.lyx: use the fileformat of lyX 2.0.x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40816 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:41:03 +00:00