Juergen Spitzmueller
b3ce60c96f
Fix incompatibility of covington and beamer.
...
Candidate for stable.
2016-07-08 16:50:04 +02:00
Georg Baum
26c0bb9bea
Export svg in xhtml, not svgz (bug 10160)
...
LyX did not distinguish compressed and uncompressed svg files previously.
Therefore XHTML export of vector graphics did use svgz images directly, which
is not supported by browsers. If svg and svgz are treated as two formats then
all works fine. This is also consistent with the loadable image formats
reported by qt: It reports both svg and svgz.
The gunzip dependency in converters is not new (it is already used internally),
but the gzip dependency is new, so it might not be available on windows.
This is not important at the moment, since we do not yet need to convert svg
to svgz, I only added the converter for completeness.
2016-07-07 21:45:12 +02:00
Uwe Stöhr
41d33d4c54
German UserGuide.lyx: port some typographic changes from Günter
2016-07-05 03:01:34 +02:00
Uwe Stöhr
f607b27c62
Japanese Customization.lyx: fix a language issue
2016-07-06 02:23:02 +02:00
Uwe Stöhr
c036549a00
Customization.lyx: fix format number as reported by Andrew Parsloe
...
- also fix some typos and typographic mistakes and remove outdated info
2016-07-06 01:58:57 +02:00
Uwe Stöhr
bfa5683639
Customization.lyx: accept changes by Richard
...
- also fix a typo
2016-07-06 01:43:32 +02:00
Uwe Stöhr
96665053c4
Math.lyx: add info contributed by Pavel
2016-07-02 20:10:22 +02:00
Uwe Stöhr
fb85b57af1
doc files: move a forgotten changelog file
2016-07-02 20:09:57 +02:00
Uwe Stöhr
52486ed3eb
UserGuide.lyx: some minor adjustments
...
result of a patch sent by a user
2016-07-02 19:34:14 +02:00
Georg Baum
67d7a17af5
Make LyX compiled by MSVC 2015 run on Vista again
...
Patch and tests from Dima Ruinskiy, comments by me. For details see discussion
in bug 10186.
2016-07-02 10:16:48 +02:00
Kornel Benko
ac786369ef
Pass through for filename characters of \ecvpicture command
...
For instance in case the path contains '_', it would otherwise
be converted to '\_', and so \ecvpicture cannot find the referenced
picture.
2016-06-29 10:54:19 +02:00
Richard Heck
9d02f0bcf1
JSS template should load math packages automatically.
...
Fixes bug 9242.
2016-06-28 23:39:13 -04:00
Richard Heck
f1f78c0333
Revert "JSS template should load math packages automatically."
...
This reverts commit 525e01ce29
.
2016-06-28 23:38:15 -04:00
Richard Heck
525e01ce29
JSS template should load math packages automatically.
...
Fixes bug 9242.
2016-06-28 23:37:28 -04:00
Pavel Sanda
a5f749bd1e
* Math.lyx : One more take on maxima output.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg195130.html
Reported the \it behaviour to maxima bugzilla.
https://sourceforge.net/p/maxima/bugs/3181/
2016-06-25 11:16:42 -07:00
Richard Heck
76bf4bbc9e
Document change to behavior of charstyles.
2016-06-21 15:55:15 -04:00
Georg Baum
380475f4db
Skip paragraph parameters for dash conversion
...
Some of them are directly passed to LaTeX, but for all of them a token
\twohyphens or \threehyphens is not valid. This fixes bug #10243 .
2016-06-20 20:22:23 +02:00
Richard Heck
bf06e9338e
Add new module:
...
Provides two new styles:
1. An "In Premable" style that puts whatever is entered into it into the preamble.
This can be used, if one wishes, to include preamble code in the body of the
LyX document.
2. An "In Title" style that will put its contents into the body of the LaTeX
document, but before \maketitle is issued. This is useful for making branches
and notes in title-related material. (If you put these in a Standard layout,
this signals to LyX to output \maketitle, which may then come too early.)
The ForceLocal machinery allows the module to be added to stable.
(cherry picked from commit a9af5333b2
)
2016-06-20 11:10:07 -04:00
Richard Heck
b593ba5b48
Fix bug #10218 , in a way less invasive than it has been fixed in
...
master. Patch due to Enrico.
2016-06-18 12:59:02 -04:00
Juergen Spitzmueller
8318473227
Implement some forgotten context menu items for arguments
...
* Dissolve context menu
* Label toggle (for conglomerate-styled arguments)
Fixes : #10150
2016-06-15 22:32:53 +01:00
Guillaume Munch
c137ae4c43
Automatically show the review toolbar if the document has tracked changes
...
(#8738 )
For efficiency, we add a new flag to the buffer indicating when changes are
present. This flag is updated at each buffer update, and also when explicitly
requested via a dispatch result flag.
2016-06-15 22:32:53 +01:00
Pavel Sanda
3545c51bc1
* Math.lyx put last changes under CT.
2016-06-12 18:57:58 -07:00
Pavel Sanda
8a1578e405
* Math.lyx : add few maxima examples to ch. 23.1.
2016-06-11 11:23:39 -07:00
Richard Heck
6234a48950
Forgot I shouldn't cherry pick changes to the docs. So fix it.
2016-06-07 17:37:54 -04:00
Richard Heck
c8a7759fdc
Fix some problems with the preamble in th eKoma-script letter
...
template.
Thanks to Richard Talley for the report.
(cherry picked from commit b3cf3b67d9
)
2016-06-06 19:58:09 -04:00
Uwe Stöhr
c672cfe74f
Tutorial.lyx: don't use true small caps
...
this would require another font package with several MB size for only one single word -> not worth it for the Tutorial. The other language versions of the Tutorial do already not use true small caps.
2016-06-03 01:27:48 +02:00
Uwe Stöhr
cbd103e159
UserGuide.lyx: update 2 images
2016-05-30 23:19:24 +02:00
Uwe Stöhr
b2f04f8784
UserGuide.lyx: update 2 images
2016-05-30 04:26:13 +02:00
Uwe Stöhr
eeef785bad
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:55:18 +02:00
Uwe Stöhr
4c7c3a24c1
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:54:30 +02:00
Jean-Marc Lasgouttes
c705347523
Move the documentation changelogs out of attic
...
They should not be hidden in this directory.
2016-05-28 17:41:20 -04:00
Enrico Forestieri
63153b8937
Add note about required svg support in Qt.
2016-05-23 03:05:36 +02:00
Scott Kostyshak
e16018afb8
RELEASE-NOTES: add a known issue regarding LuaTeX
...
Our LuaTeX export is not expected to work in all cases with the
newest version, e.g. the one shipped with TeX Live 2016.
2016-05-22 18:08:05 -04:00
Scott Kostyshak
6280d8f261
Fix compilation if Intro manual for it
2016-05-21 23:13:27 -04:00
Scott Kostyshak
e0ff8a3c8b
Fix compilation of Additional manual for es, fr
2016-05-21 23:05:35 -04:00
Georg Baum
5f36a413ae
LyX does work with ImageMagick 7
2016-05-21 11:24:39 +02:00
Georg Baum
8d4236bd1d
Fix python release notes
...
The old text was incorrect and came from the 2.0 release. LyX works fine if
the default python interpreter is python 3, as long as python 2 is available
as well.
Building LyX does also work with python 3, but since I did not check all
special build steps with both cmake and autotools, I kept a note about
possible problems.
2016-05-21 10:12:57 +02:00
Uwe Stöhr
5254045a4d
Tutorial.lyx: get rid of unnecessary preamble code
...
The aim of the tutorial is to explain how to use LyX and not special LaTeX issues with \frontmatter, non-TeX fonts etc. Therefore the preamble should kept clean.
2016-05-19 01:46:09 +02:00
Uwe Stöhr
3b3dccb34a
Japanese Additional.lyx: fix broken filename - this is a regression bug in LyX 2.2
...
see bug #10136
2016-05-18 00:43:51 +02:00
Uwe Stöhr
5d716ce77d
German Tutorial.lyx: few stylistic changes from Mike
2016-05-18 00:26:58 +02:00
Uwe Stöhr
9e437d7a93
German Additional.lyx: make compilable again
...
- some further typographic fixes
- use same PDF settings as the English version of Additional.lyx
2016-05-18 00:17:09 +02:00
Uwe Stöhr
efe72fd8e2
Additional.lyx: remove unnecessary TeX code
...
- also some typographic fixes
2016-05-18 00:08:20 +02:00
Uwe Stöhr
f3ee4a0a49
Japanese docs: fix some more paths
...
- also few beautification
2016-05-17 23:34:09 +02:00
Guillaume Munch
f60e705299
Remove test for luatex+fontspec compatibility ( #8478 )
...
This test used freeze on luatex's font cache generation, and only
very old versions of luatex and fontspec are incompatible with each
other.
2016-05-15 19:30:35 +01:00
Uwe Stöhr
9a16b2e87f
German Tutorial.lyx: a typographic fix
2016-05-15 19:09:38 +02:00
Uwe Stöhr
7376f2f37f
Tutorial.lyx: add a hint
2016-05-15 19:09:10 +02:00
Uwe Stöhr
e0d44fbf3c
German Tutorial.lyx: some more fixes from Mike and me
2016-05-15 18:50:22 +02:00
Uwe Stöhr
498eb64e1f
EmbeddedObjects.lyx: get rid of unnecessary ERT and fix an image size
2016-05-15 17:14:09 +02:00
Uwe Stöhr
564e72f29f
Japanese docs: fix some further broken images links etc.
2016-05-15 16:50:16 +02:00
Uwe Stöhr
2b4300a48d
UserGuide.lyx: fix some typographic issues spotted by Mike
2016-05-15 16:34:40 +02:00