Uwe Stöhr
67bfa2f87e
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (final part 2)
2012-05-07 23:24:56 +02:00
Vincent van Ravesteijn
c3ba1eb3e2
Consistent casing of menu items
2012-05-07 21:25:44 +02:00
Georg Baum
b86c984bf4
Disentangle amsmath and amssymb loading.
...
This is needed if you load a font package incompatible to amssymb manually
(see bug #5058 ).
2012-05-06 20:49:49 +02:00
Vincent van Ravesteijn
2e42350523
Also generate a packages.lst when configuring without LaTeX
...
A default txtclass.lst is generated, but no packages.lst was generated.
This causes every start to run configure.py.
2012-05-06 20:42:43 +02:00
Vincent van Ravesteijn
a02bfeebc5
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.
2012-05-03 16:14:40 +02:00
Vincent van Ravesteijn
5d392e2575
Fix a typo
2012-04-29 14:53:40 +02:00
Vincent van Ravesteijn
739f9fb59c
Do not test unused packages
...
These packages are no longer used since they are commented out in the
lib/unicodesymbols file.
2012-04-29 14:52:57 +02:00
Uwe Stöhr
1f547493ec
generate_contributions.py, CREDITS: correct Ignacio's mail address to one that works
...
OK for branch or do we have a policy that doesn't allow to change the mail addresses?
2012-04-28 17:16:42 +02:00
Uwe Stöhr
e76389721a
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (part 1)
2012-04-26 01:27:46 +02:00
Uwe Stöhr
1905b1f78a
layouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit]
2012-04-25 23:18:05 +02:00
Pavel Sanda
189bb91e58
Typo in 503bd6cf71
, patch from Scott Kostyshak.
2012-04-25 10:41:26 +02:00
Uwe Stöhr
40cc43f150
layouttranslations: correct a German and English translation
2012-04-23 01:34:24 +02:00
Enrico Forestieri
f812156363
Update layouttranslations
2012-04-22 23:39:15 +02:00
Pavel Sanda
d48486ca80
fi.po reminder from #8115
2012-04-22 12:49:22 +02:00
Pavel Sanda
c177e85944
layouttranslations reminder.
2012-04-22 12:29:57 +02:00
Kornel Benko
0dde9cc163
Listing for sk
2012-04-21 18:39:01 +02:00
Pavel Sanda
dce6c8875c
Allow Insetlayout for Branch inset ( #8106 ).
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg173659.html
2012-04-19 11:56:32 +02:00
Georg Baum
1845b310aa
Correct description of layout translation.
...
The old version pretended that the translations are provided via gettext,
but this is wrong.
2012-04-18 21:17:35 +02:00
Georg Baum
8c45279696
Let lyx2lyx create a proper TOC inset
...
Now that \lstlistoflistings is supported by InsetTOC, we should use that
instead of ERT. I could have updated the file format and directly used an
InsetTOC instead, but I was too lazy.
2012-04-18 20:44:33 +02:00
Richard Heck
12ba6a19d0
Add some comments to include_bib.py about how to set up the converter.
2012-04-17 16:58:28 -04:00
Richard Heck
dbf6daf99e
Re-organize and repair the InsetLayout for the script inset.
2012-04-17 09:43:21 -04:00
Richard Heck
33022ebb5a
Use InsetLayout for LaTeX output.
2012-04-17 09:35:25 -04:00
Richard Heck
1c33d95adf
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.
2012-04-17 09:16:34 -04:00
Georg Baum
27733452f7
Native support for \lstlistoflistings
2012-04-16 21:40:59 +02:00
Uwe Stöhr
503bd6cf71
chkconfig.ltx: fix #8102 by installing all symbol packages we support when LyX is installed
2012-04-15 18:48:51 +02:00
Uwe Stöhr
491284e59e
German UserGuide.lyx: fix a typo spotted by a user
2012-04-15 05:42:32 +02:00
Georg Baum
a2e8cb758b
Translations for listings insets
...
The listings inset and include inset of type listings use two english terms
that are not localized yet: "Listing" for the caption and "Listings" for the
list of listings (not supported natively by LyX yet). The existing layout
translation mechanism has been extended to translate these terms as well:
1) Support [[stuff]] context in lib/layouttranslations
2) Support BabelPreamble and LangPreamble in InsetLayout
3) Use a InsetLayout for InsetInclude of type listings
4) Define BabelPreamble and LangPreamble in the layouts for InsetInclude
and InsetListings
2012-04-10 20:21:01 +02:00
Pavel Sanda
014942d855
Finnish layouttranslations, checked by Hannu Vuolasaho.
...
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91879.html
2012-04-07 01:12:08 +02:00
Richard Heck
a71e831d23
Clean up the include_bib script a bit.
2012-03-26 12:06:04 -04:00
Juergen Spitzmueller
9e570cc90e
Forgotten string change.
2012-03-26 12:41:44 +02:00
Juergen Spitzmueller
100036e6e8
Beamer supports \subsubsection. Add to layout.
...
OK for branch?
2012-03-26 12:12:14 +02:00
Georg Baum
1a6c599917
Extend the notermination flag to math as well.
...
Math commands need it as well as text commands. At the same time, this
further unifies the checking for termination and fixes cases of wrong
output (e.g. for 0x2005).
2012-03-25 15:57:38 +02:00
Enrico Forestieri
b907a0dc7c
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.
2012-03-25 05:14:58 +02:00
Richard Heck
ef9f83d47e
Add a few more things to ignore, mostly generated files.
2012-03-23 14:09:19 -04:00
Lars Gullik Bjønnes
c7bb190fd3
Setup .gitignore for generated files
...
Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.
Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
2012-03-22 02:16:12 +01:00
Uwe Stöhr
138b615a3b
again some things which cherry pick did not catch, sorry
2012-03-22 00:02:36 +01:00
Uwe Stöhr
34014336fa
lyx2lyx/lyx_2_1.py: add missing things from previous commit (cherry pick seems to make mistakes or I used it not correctly)
2012-03-21 23:39:33 +01:00
Uwe Stöhr
ea54461d85
full support for table rotations; fileformat change
2012-03-21 23:04:45 +01:00
Uwe Stöhr
ebb9683a02
beamer.layout: fix #8092 (Block can have nested childs so that all of its contents must have a dynamic margin, not only the first)
2012-03-21 21:40:17 +01:00
Uwe Stöhr
0332e90ed1
- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
...
- GuiTabular.cpp: fix a comment
2012-03-20 01:26:55 +01:00
Pavel Sanda
af6a03a331
Lets try first commit and bring trunk back to compiling.
2012-03-17 01:29:18 +01:00
Uwe Stöhr
7a46910f04
support for table cell rotations; fileformat change
2012-03-16 02:29:37 +01:00
Vincent van Ravesteijn
42aeab2aac
Update autogenerated lib/layouttranslations.
2012-03-15 15:58:52 +01:00
Uwe Stöhr
e6a542fd6d
further port from branch: - IOP-article.lyx
2012-03-15 02:04:28 +01:00
Uwe Stöhr
3fa7aeefec
port recent changes to master:
...
- EmbeddedObjects.lyx
- splash.lyx
2012-03-15 01:48:06 +01:00
Julien Rioux
3e8bf5477d
Fix lyx2lyx revertion for natbib.
...
We need to search for the \cite_engine line starting from the
beginning of the document header.
2012-03-14 00:49:33 +01:00
Jürgen Spitzmüller
38e92582af
fix glitch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40907 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 14:35:46 +00:00
Jürgen Spitzmüller
2cf5de28a9
Add "notermination" flag to unicodesymbols. This tells us not to try any termination of the command (such as '{}' or ' ' ).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40905 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 13:34:42 +00:00
Georg Baum
1e44661fa0
fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40904 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 12:28:44 +00:00
Georg Baum
4f6579e9d3
Update tex2lyx to file format 427. InsetIPA is not yet supported, but the
...
produced output is valid format 427.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40903 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 11:53:47 +00:00