Juergen Spitzmueller
fb6665becb
Comment out FontEncoding for Hebrew
...
This needs a specific loading order, which is handled by Hebrew babel itself.
2015-02-19 10:37:05 +01:00
Scott Kostyshak
02b3a7b35e
Correct the \lyxformat of aastex template
...
The current format is 480. Commit 6594289d
changed
the format in this file to 481, which caused the file
to not be loadable in LyX.
2015-02-18 00:15:49 -05:00
Kornel Benko
3104c105d8
eplace unparseable char in lib/configure.py.
...
Apparently xgettext is choking on that unicode char (\302 \240)
2015-02-17 13:24:56 +01:00
Uwe Stöhr
1b9030d861
UserGuide.lyx: port recent changes to master
2015-02-17 00:45:55 +01:00
Uwe Stöhr
4549468dc9
configure.py: change name of a converter as discussed
2015-02-17 00:44:47 +01:00
Uwe Stöhr
23f9b71187
stdmenus.inc: add PDF-comment.lyx as special manual
2015-02-17 00:24:55 +01:00
Uwe Stöhr
3bc0b26020
pdfcomment.module: add required style files
...
the the module requires datetime and fmtcount
2015-02-17 00:24:29 +01:00
Uwe Stöhr
6f04bfaf96
Development.lyx: add a documentation policy as requested by Scott
2015-02-17 00:12:02 +01:00
Enrico Forestieri
31a2cb5ed2
Correct name of a svg icon.
2015-02-16 16:12:09 +01:00
Juergen Spitzmueller
30ccfaade6
More documentation on InternalEncoding
2015-02-16 11:17:39 +01:00
Richard Heck
eaaeda65cb
Do not show new "cropped" formats on export menu.
...
(cherry picked from commit 2fc44e96f5
)
2015-02-15 10:59:04 -05:00
Georg Baum
f9f05c364b
Unify layout categories
2015-02-14 11:35:40 +01:00
Georg Baum
ff97582e01
Fix lyxrc formatting error
...
Thanks to Jürgen for noticing this. I rearranged the formatting after testing,
so this slipped through.
2015-02-14 10:30:29 +01:00
Juergen Spitzmueller
712773eeed
Fix reversion of beamer description overlay args
...
Candidate for branch.
2015-02-13 17:45:38 +01:00
Juergen Spitzmueller
b47b4299e0
Fix conversion of beamer block arguments where the overlay argument and the closing title argument bracket share the same ERT
...
Fixes : #9411
2015-02-13 16:01:57 +01:00
Juergen Spitzmueller
24d3236493
Fix conversion of frame ends when frame is nested in inset
...
Fixes : #9409
2015-02-13 10:15:29 +01:00
Juergen Spitzmueller
3d8b02b58e
Fix bug in get_containing_inset and get_containing_layout
...
We have to check if this is really a parent (or just the first inset/layout we have).
Candidate for branch.
2015-02-13 10:13:43 +01:00
Uwe Stöhr
fd10b868ca
EmbeddedObjects.lyx; port recent changes to master
2015-02-13 02:18:29 +01:00
Georg Baum
70afbc82ac
Add low-res pdf export as suggested by James
...
As discussed on the list, but I did not need to create two new pdf formats
since any given document either uses TeX fonts or not. For the same reason
I also added an additional converter to PDF (cropped).
2015-02-11 22:24:04 +01:00
Uwe Stöhr
b2c761a7db
configure.py: quote path to python
...
this fixes a path issue unveiled while inspecting bug #8478
2015-02-10 23:35:25 +01:00
Scott Kostyshak
c924692e5a
CREDITS: change "--userdir" to "-userdir"
2015-02-10 11:58:37 -05:00
Scott Kostyshak
31890efaf8
Update Lior's email address
2015-02-10 11:57:35 -05:00
Scott Kostyshak
74b538f75d
Add a "Development policies" section to dev manual
...
Writing these policies down makes it easier for newcommers to
understand guidelines and the intuition behind them.
The two policies this commit adds were responses by Georg and Richard
to two threads on the mailing list. The policies are titled
"When to set a fixed milestone" and
"Can we add rc entries in stable branch?".
2015-02-08 16:33:43 -05:00
Scott Kostyshak
460976eea8
Typo
2015-02-08 16:18:56 -05:00
Richard Heck
d70ddce841
Actually add the Beamer template.
2015-02-08 09:19:47 -05:00
Richard Heck
72395fe404
Add new Japanese beamer template from stable.
2015-02-07 10:47:28 -05:00
Juergen Spitzmueller
600a84471b
Babel supports ancient Greek
2015-01-25 10:00:00 +01:00
Juergen Spitzmueller
23e8db3e5c
Fixes and additions to the textcyr macros in unicodesymbols
...
Patch by Guenter Milde.
See #8600 .
2015-01-24 17:29:41 +01:00
Juergen Spitzmueller
d7cf6ca71b
Add proper font encoding to Russian and Ukrainian
2015-01-24 16:25:21 +01:00
Juergen Spitzmueller
16c33b5f6e
Move font encoding information to languages.
2015-01-24 14:02:16 +01:00
Uwe Stöhr
6594289d3d
aastex: fix optional argument of a command
...
- aastex.layout: fix name and hint of \figcaption
- aastex.lyx: improved template file
2015-01-23 00:23:37 +01:00
Kornel Benko
ecdeffb52b
Added inset-select-all to emacs bindings
...
In emacs this shortcut means: Make region contain the current paragraph
2015-01-22 10:34:02 +01:00
Enrico Forestieri
f496ec373b
Solve the "soft-hyphen" (0x00ad) symbol problem.
...
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229 .
2015-01-21 14:12:42 +01:00
Georg Baum
486c7cc069
Convert layout files to current format
2015-01-11 20:25:58 +01:00
Georg Baum
eb121f9993
Replace hardcoded hack with InsetLayout tag
2015-01-11 20:01:19 +01:00
Uwe Stöhr
84886d4b13
aastex.lyx: repair a broken figure float
2015-01-11 03:40:31 +01:00
Jean-Marc Lasgouttes
1e18ab586e
Fixes to InsetCaption \protect-ion
...
* \caption does not need to be protected in general
* the contents of \caption arguments need to be protected, though.
All styles related to caoption inset have been audited and updated.
The special casing of captions in longtables has been removed, since there is no special case.
Fixes bug: #9177
2015-01-10 19:48:56 +01:00
Juergen Spitzmueller
706960eba4
Add Question and Question* theorem types (bug #9015 )
...
File format change.
2015-01-09 11:24:45 +01:00
Uwe Stöhr
91859fa390
chkconfig.ltx: remove an entry that was added only for the Win-installer
2015-01-08 01:41:34 +01:00
Georg Baum
f8016af3f9
Parse subcaption.sty commands correctly (bug #8690 )
2015-01-03 20:23:02 +01:00
Georg Baum
b1bfbfb3f9
Adjust subfigure and subcaption options
2015-01-03 18:43:01 +01:00
Georg Baum
c280574402
Parse tikzpicture env. correctly (bug #9011 )
2014-12-30 18:49:11 +01:00
Georg Baum
cc87f81002
Fix html export of \ne (second part of bug #9372 )
...
The fix consists of two parts: The needed infrastructure to assign HTML
entities to global math macros, and the actual fix for \ne and \neq.
2014-12-29 21:13:42 +01:00
Georg Baum
1be6f59612
Fix HTML output of \gg and \ll
...
This is a part of bug #9372 . The remaining part (\ne) is not easy to fix,
since \ne is a predefined macro internally, so the HTML output is done for
the expanded macro, and we have no machinery to assign a HTML output to a
complete macro.
2014-12-28 18:54:19 +01:00
Scott Kostyshak
15ae3eb85c
Initialize recently added forceownlines_ bool
...
This adds on to the fix for #8875 (a25569eb
).
2014-12-20 15:05:20 -05:00
Juergen Spitzmueller
021caeeb86
We cannot convert Flex to Layout by ObsoletedBy
2014-12-10 08:15:51 +01:00
Juergen Spitzmueller
43c0149796
Update layouts to current format
2014-12-08 09:24:44 +01:00
Juergen Spitzmueller
bedccc7b98
Use ObsoletedBy in fixme and todonotes modules.
2014-12-08 09:08:46 +01:00
Juergen Spitzmueller
cfeddb9293
Add ObsoletedBy tag to InsetLayout
...
Fixes : #9000 .
2014-12-08 09:08:45 +01:00
Uwe Stöhr
a6ac7be84c
IEEEtran templates: fix language package
2014-12-03 23:33:02 +01:00