Uwe Stöhr
ed0d002166
Tutorial.lyx: port last change
2016-06-03 01:29:59 +02:00
Georg Baum
eade4ceb92
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-06-02 22:34:28 +02:00
Uwe Stöhr
b4ab194216
UserGuide.lyx: update 2 images
2016-05-30 23:20:49 +02:00
Kornel Benko
161cf52363
Dont use invalid tag '<pre></pre>' in xhtml export
2016-05-30 09:48:06 +02:00
Uwe Stöhr
dd0330c349
UserGuide.lyx: update 2 images
2016-05-30 04:27:36 +02:00
Uwe Stöhr
234d482e1e
tufte-handout.lyx: add the lost \origon tag
...
That the origin tag is automatically removed sucks. It consumes a lot of time to re-add it again and again.
2016-05-30 01:46:16 +02:00
Uwe Stöhr
be5ec39cf2
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:42:00 +02:00
Kornel Benko
82e0ad3efa
Correct wrong path for included lyx-file
...
Although the fix affects only a content of a LyX note, it is
still surprising to get a dialog-window demanding creation
a new document if trying to edit the subdocument.
2016-05-29 17:55:55 -04:00
Jean-Marc Lasgouttes
d30fe45f4c
Fixup 1b2aad9 : Cleanup of spacing in mathed
...
Now that 5mu are added on each side of : (because it is a relation), there is no need to do the same in the definition of \vcentcolon.
This is closer to what is done in mathtools.sty.
2016-05-29 17:55:55 -04:00
Günter Milde
320b616c50
Improve documentation of LyX' "smart quotes" feature.
2016-05-29 17:55:55 -04:00
Georg Baum
306eb8d2a7
Add Shankar Giri Venkita Giri to CREDITS
2016-05-29 17:55:43 -04:00
Günter Milde
5fc431594f
More fixes for #9897 (wrong inset-icon size in PDF)
...
Inset-icons are auto-scaled according to their width.
This is problematic, if converted from SVG
with the bounding box set to content (ignoring the page size)
and the content is not square.
OTOH, ignoring page size is done for good reasons - we usually want just
the drawing area when inserting an image into a document.
An invisible square with fixes this problem.
Some icons had spurious invisible elements outside the page -- leading
to too small results in the PDF. These were removed.
2016-05-29 17:55:43 -04:00
Guillaume Munch
6d4e6aad24
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-05-29 17:55:42 -04:00
Juergen Spitzmueller
8ed362fda7
Implement some forgotten context menu items for arguments
...
* Dissolve context menu
* Label toggle (for conglomerate-styled arguments)
Fixes : #10150
2016-05-29 12:32:53 +02:00
Jean-Marc Lasgouttes
01bbac4738
Move the documentation changelogs out of attic
...
They should not be hidden in this directory.
2016-05-28 17:43:01 -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
Uwe Stöhr
e2f5505d41
Japanese UserGuide.lyx: fix broken image links
2016-05-15 16:34:06 +02:00
Uwe Stöhr
72c9ff8a50
Tutorial.lyx: fixes all other languages according to previous commit
...
- typographic fixes, break links etc.
2016-05-15 03:29:04 +02:00
Uwe Stöhr
1742b371aa
German Tutorial.lyx: some fixes from Mike and me
2016-05-15 03:25:37 +02:00
Juergen Spitzmueller
48e4363482
beamer manual: fix grammar issues spotted by Anthony Campbell.
2016-05-14 10:27:08 +02:00
Pavel Sanda
518876b370
* lib/RELEASE-NOTES
2016-05-11 10:31:59 -07:00
Georg Baum
8da5d01ff7
Detect ImageMagick 7
...
Imagemagick 7 does not have a convert command anymore, it is now called magick.
Joint work by Uwe and me.
2016-05-10 21:27:57 +02:00
Georg Baum
a1cc936548
Ensure that TeXFiles.py is run by python2
...
We ensure that configure.py is called by python2, regardless whether 'python'
is python 2 or 3. Therefore we can simply call TeXFiles.py with the currently
running interpreter. This fixes configuration on systems where 'python' is
python 3.
2016-05-10 07:18:48 +02:00
Georg Baum
38e9752c01
Change line ends back to unix.
...
They were changed to windows by accident at 41e928b2e5
.
2016-05-09 22:03:16 +02:00
Uwe Stöhr
4ac85c61b6
German UserGuide.lyx: unset compression
...
thanks Guillaume for the hint
2016-05-09 01:42:35 +02:00
Uwe Stöhr
c62cad7a71
Merge branch 'master' of git.lyx.org:lyx
2016-05-09 01:24:14 +02:00
Uwe Stöhr
41e928b2e5
German UserGuide.lyx: tons of typographic fixes sent in by an unknown user
2016-05-09 01:24:02 +02:00
Guillaume Munch
10cbed2abe
Examples: remove parbreak and latexpar separators
...
The difference has been validated with diffpdf.
The following could not be tested and were left unchanged:
docbook_article.lyx
lilypond.lyx
linguistics.lyx
springer/sv*.lyx
de/linguistics.lyx
es/linguistics.lyx
ja/FeynmanDiagrams.lyx
ja/lilypond.lyx
ja/beamer.lyx
ja/xypic.lyx
The following is the script that I used (in lib/examples):
LYX=../../build/src/lyx
$LYX -E pdf2 $1.old.pdf $1
sed -i "s/^\\\\begin_inset Separator parbreak$/\\\\begin_inset Separator plain/" $1
sed -i "/^\\\\begin_inset Separator latexpar$/ { N; d; }" $1
$LYX -e lyx $1
$LYX -E pdf2 $1.pdf $1
diffpdf $1.old.pdf $1.pdf
2016-05-08 22:14:46 +01:00
Guillaume Munch
edc8e76591
Templates: remove parbreak and latexpar separators
...
The difference has been validated with diffpdf.
The following could not be tested and were left unchanged:
AEA.lyx
IJMPC.lyx
ja_beamer-conference-ornate-20min.lyx
The following is the script that I used (in lib/templates):
LYX=../../build/src/lyx
$LYX -E pdf2 $1.old.pdf $1
sed -i "s/^\\\\begin_inset Separator parbreak$/\\\\begin_inset Separator plain/" $1
sed -i "/^\\\\begin_inset Separator latexpar$/ { N; d; }" $1
$LYX -e lyx $1
$LYX -E pdf2 $1.pdf $1
diffpdf $1.old.pdf $1.pdf
2016-05-08 22:14:46 +01:00
Uwe Stöhr
2ea95d0c1f
Tutorial.lyx: some mote typographic fixes
2016-05-08 22:32:57 +02:00
Uwe Stöhr
75ff35e089
Tutorial.lyx: typographic fixes spotted by a user
2016-05-08 22:19:49 +02:00
Uwe Stöhr
b289c597ae
Japanese doc files: big translation update fro 2.2.0 from Koji
2016-05-04 01:12:04 +02:00
Scott Kostyshak
2ab7c3ac11
RELEASE-NOTES: advise MSVC 2015 update 2 on Win
...
When compiling with Qt 5.6, MSVC 2015 update 2 is recommended in
order to avoid #9892 .
2016-04-25 23:53:29 -04:00
Scott Kostyshak
287db1239b
Fix a \origin unavailable
2016-04-16 15:20:33 -04:00
jpc
3d5cae4edd
Minor rephrasing of last commit
2016-04-16 09:15:42 +01:00
Jean-Marc Lasgouttes
4807338ba9
Remove image spellcheck-continously.svgz
...
It is not a proper icon and is not used currently.
2016-04-15 09:21:44 +02:00
Scott Kostyshak
d28c4ae2c4
Update acmsiggraph-0-92.layout to latest format
2016-04-11 21:28:32 -04:00
Scott Kostyshak
847b69ea89
lyx2lyx: Set last minor version of 2.1.x series
2016-04-11 20:41:23 -04:00
Scott Kostyshak
7c3fd63646
Revert "AGUTeX: update layout to AGUTeX 2015 according to our new guidelines"
...
For why this reversion is being done, see:
https://www.mail-archive.com/search?l=mid&q=nebrfg%249t4%241%40ger.gmane.org
This reverts commit 700edf93d7
.
The style correction regarding lib/Makefile.am is kept. This amends
647b106b
.
2016-04-11 11:34:11 -04:00
Uwe Stöhr
ac6824e4f2
French UserGuide.lyx: restore the \origin tag
2016-04-11 00:39:53 +02:00
jpc
01ea2b5fb1
Adaptation of sections 3.3.6.2 ans 3.9.3.1 to French typography
2016-04-10 19:27:26 +01:00
Kornel Benko
b5e81c6370
Correct list of template files
...
Change to new layout for aastex6.cls removed aastex.lyx and added aastex6.lyx
2016-04-09 21:24:13 +02:00
Uwe Stöhr
700edf93d7
AGUTeX: update layout to AGUTeX 2015 according to our new guidelines
2016-04-09 18:38:07 +02:00
Uwe Stöhr
647b106be6
ACM siggraph: update layout as discussed
2016-04-09 18:18:04 +02:00
Scott Kostyshak
fe82ce961a
Fix layout strings that cause a make error
...
We do not currently handle UTF-8 characters in our layout strings.
Replace dashes with simple ASCII dashes to avoid the following
error:
msguniq -o lyx.po
msguniq: input file '-' doesn't contain a header entry with a
charset specification
This commit amends the recent commit b4dcad83
.
2016-04-08 18:40:56 -04:00
Günter Milde
b4dcad83b2
New layout for aastex6.cls. Fixes #10027 .
...
Some more work for new and improved styles optional.
2016-04-08 21:34:23 +02:00
Helge Hafting
f5cea5abc2
Corrected the path to ToolBarEnvBox.png, so the document compiles again.
2016-04-07 10:02:25 +02:00
Georg Baum
7c1b6cd73f
Update translation of Chart by Georger
...
This has been discussed on the docs list, Diagrama is much more general.
2016-04-07 07:37:44 +02:00
Georg Baum
d3ebda2333
Fix graph translations for es, pt_BR and pt_PT
...
This was discussed in the thread "Translations of Math environments in LyX
output for LyX 2.2" at http://www.mail-archive.com/lyx-docs@lists.lyx.org/msg08633.html
and has been reviewed. The problem was that in 2.1, the portuguese translation
was correct in lib/layouttranslations but different in po/pt_PT.po. In fact,
the translation is the same for all three languages spanish, portuguese and
brazilian portuguese.
2016-04-06 08:22:59 +02:00
Enrico Forestieri
b856a3ad9b
Update docs to latest format.
2016-04-06 05:43:44 +02:00
Enrico Forestieri
d4ca8d7404
Introduce the latexpar separator.
...
This is the same as the parbreak separator and is represented on screen
as the old parbreak. Old parbreak separators are converted to latexpar
separators when they are used for introducing blank lines in the
latex output rather than for separating environments.
Instead, parbreak separators are now represented on screen by a
double line. In essence, latexpar and parbreak separators produce
the same output but are represented differently on screen.
The context menu does not account for latexpar separators and only
"true" separators can be turned each into the other one.
2016-04-06 05:25:27 +02:00
Georg Baum
b509e072e8
Overtake layout translations from sl.po
...
sl is completely unreviewed, so we do nothing wrong if we translate previously
untranslated strings.
2016-04-05 22:02:00 +02:00
Georg Baum
a1c248a47c
Overtake layout translations from ko.po
...
ko is completely unreviewed, so we do nothing wrong if we translate previously
untranslated strings.
2016-04-05 21:59:48 +02:00
Georg Baum
2f266caa9f
Overtake layout translations from bg.po
...
bg is completely unreviewed, so we do nothing wrong if we translate previously
untranslated strings.
2016-04-05 21:54:10 +02:00
Georg Baum
90fdd49b2b
Review of portuguese layout translations by Pedro
...
He made more suggestions, but those are not 100% clear yet.
2016-04-05 08:26:38 +02:00
Georg Baum
b9ca82578d
Latest brazilian translations from Georger
...
After some discussion between Georger, Pedro, Pavel and me Georger came to the
conclusion that Mapa is not the correct translation of Chart in this context.
Originally he proposed Gráfico, but since that would be identical to the
translation of Graph we decided that Diagram is better. It is a bit more
general than Gráfico, but it is also used in pt_PT, and the german translation
uses the german equivalent, which is more general as well. Those who need a
Gráfico can still use Graph.
Unfortunately Geoger based the new .po file on the remerged one at
259196e1a6
, so we have now the situation that pt_BR is remerged, but the
other languages are not.
2016-04-05 08:07:56 +02:00
Uwe Stöhr
f0e45c817d
EmbeddedObjects.lyx: update a changed name
...
- de.po: update translation accordingly
2016-04-05 00:35:56 +02:00
Georg Baum
e87735f789
Review of greek layout translations by Οδυσσέας
2016-04-04 22:05:31 +02:00
Georg Baum
7ffaf4eca6
Review of norwegian layout translations by Helge
2016-04-04 21:54:11 +02:00
Günter Milde
7e33fd7fac
Development.lyx: Simplify the list of reasons for file format updates.
2016-04-04 10:25:43 +02:00
Georg Baum
77fc7fe8b6
Review of brazilian layout translations by Georger
2016-04-03 20:30:29 +02:00
Günter Milde
a2dcc4dfcc
Review material on updating layout files to the development docs.
2016-04-03 19:11:43 +02:00
Georg Baum
4467ee4405
Arabic translations have been reviewed
2016-04-03 10:09:45 +02:00
Richard Heck
95169b1000
Add material on updating layout files to the development docs.
...
Joint work by Guenter Milde, Georg Baum, and Richard Heck.
2016-04-02 11:37:25 -04:00
Georg Baum
d3094dca10
Accept footmisc removal
...
I don't remember why I used change tracking there, but we certainly don't
want to ship documentation with enabled change tracking.
2016-04-02 10:40:19 +02:00
Georg Baum
a78cc97b2a
Fix List of Listings in finnish
...
I forgot to update that at e74a862418
, this one was reviewed by Martin as well.
2016-04-01 21:45:13 +02:00
Jean-Marc Lasgouttes
6196645cce
Update documents and layouts after fd1ee3b4
.
2016-04-01 10:08:39 +02:00
Georg Baum
e74a862418
Update finnish layout translations
...
Now all finnish layout translations are reviewed (by Martin Vermeer).
2016-03-31 22:09:56 +02:00
Georg Baum
0690d9033c
Mark brazilian translations for review
...
These translations were changed implicitly at ad6ab20bb1
: Previously, the
translations were taken from pt. At ad6ab20bb1
all pt_BR translations were
copied from pt_BR.po, so we do still need a review for those that differ from
pt_PT.
2016-03-30 21:49:36 +02:00
Jean-Marc Lasgouttes
fd1ee3b424
Rename Caption:LongTableNoNumber to Caption:Unnumbered
...
The term LongTable has been deprecated and moreover the renaming makes the interface easier to the eye.
File format updated to 507. (conversion based on jamatos patch)
Layout format updated to 60.
tex2ylx tests updated.
Document EmbeddedObjects.lyx has been updated.
2016-03-30 16:07:00 +02:00
Scott Kostyshak
e5e21da467
Remove a duplicate \origin tag
2016-03-29 17:40:49 -04:00
Scott Kostyshak
e48a03460b
RELEASE-NOTES: document creation of backup file
...
We now create a backup file when overwriting a file with a new file
format. See #9554 and cc83dfa8
. This is now documented in
RELEASE-NOTES.
Thanks to Livu.
2016-03-28 01:33:49 -04:00
Uwe Stöhr
cfd2d808cc
French UserGuide.lyx: another update from Jean-Pierre
2016-03-27 19:50:09 +02:00
Uwe Stöhr
b8fc31ad6f
French UserGuide.lyx: update from Jean-Pierre
2016-03-27 19:46:20 +02:00
Georg Baum
a285ff046f
Add missing layout translation keys
...
These have been forgotten by the last update, since bg, ko and sl are not in
po/LINGUAS. I add them here so that it is obvious that these translations are
missing.
2016-03-27 11:07:50 +02:00
Uwe Stöhr
9955fbbf2c
Norwegian files: add missing \origin tag
...
otherwise I cannot compile LyX:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets
(151,5): error MSB6006: "cmd.exe" was ended with Code 1. [D:\LyXGit\Master\compile-2010\doc\doc.vcxproj]
2016-03-21 02:23:35 +01:00
Uwe Stöhr
935da758f4
French beamer.lyx: updates by Jean-Pierre
2016-03-20 23:22:35 +01:00
Helge Hafting
e1c609781a
Update lib/Makefile.am and lib/doc/Makefile.am to reference newly
...
translated files (Norwegian (nb) Tutorial, splash and examples)
2016-03-20 02:38:02 +01:00
Helge Hafting
1b684dd513
Norwegian (nb) translations of splash.lyx, Tutorial.lyx,
...
and the example files referenced from the Tutorial.
2016-03-20 01:11:07 +01:00
Uwe Stöhr
3d178720f0
beamer: add French example files, patch from Jean-Pierre
2016-03-16 00:20:18 +01:00
Uwe Stöhr
fdab91be63
Norsk Intro.lyx: update from Helge
2016-03-11 20:19:22 +01:00
Scott Kostyshak
d319a9e831
Inherit "Provides color" in *-article.layout
...
This commit is Consistent with 97521c4e
.
Patch from Jürgen. See discussion here:
https://www.mail-archive.com/search?l=mid&q=20160305184215.GA17005%40cotopaxi.hsd1.dc.comcast.net
2016-03-11 04:12:54 -05:00
Scott Kostyshak
97521c4ec4
Fix xcolor use with *-beamer.layout
...
This commit fixes the minimal example of using e.g. purple text in
article-beamer.
Patch from Jürgen. See discussion here:
https://www.mail-archive.com/search?l=mid&q=20160305184215.GA17005%40cotopaxi.hsd1.dc.comcast.net
2016-03-10 16:48:18 -05:00
Uwe Stöhr
fae1cd6af0
splash.lyx: fix hyphenation
2016-03-04 01:54:19 +01:00
Uwe Stöhr
d3715336fe
French linguistics.lyx: updates by Jean-Pierre
2016-02-27 19:58:10 +01:00
Guillaume Munch
2f17a9d029
Fix bindnasrepma.svgz
...
It's ampersand rotated 180 degrees, not its vertical mirror
2016-02-26 16:11:00 +00:00
Uwe Stöhr
70b7958aa1
French Math.lyx: changes by Jean-Pierre
2016-02-25 20:38:18 +01:00
Uwe Stöhr
d17a38ac24
Math.lyx: some fixes
2016-02-25 00:15:54 +01:00
Uwe Stöhr
82ac5dcc6f
French Math.lyx: translations by Jean-Pierre
2016-02-25 00:15:00 +01:00
Uwe Stöhr
e8eed35c5c
Math.lyx: revise section about subnumbering
...
thanks to Andrew Aparsloe for the hint
2016-02-21 17:46:55 +01:00
Juergen Spitzmueller
f60a152a29
Adapt forest (linguistic structure tree) to new syntax of the package
...
while maintaining backwards compatibility (#9967 ).
2016-02-21 11:54:25 +01:00
Uwe Stöhr
ee039005ac
Spanish modernCV.lyx: updates by Ignacio
2016-02-20 02:39:41 +01:00
Uwe Stöhr
ba28f504b5
Spanish modernCV.lyx: update the file and make it compilable
...
(a special preamble is necessary for Spanish)
Ignacio will translate it soon.
2016-02-19 02:16:36 +01:00
Uwe Stöhr
8dc6c22b73
linguistics.lyx: re-add the \origin tag
...
Btw. the file is not compilable, see bug #9967
2016-02-18 02:00:38 +01:00
Uwe Stöhr
b6eb3f58be
example files: fixes and updates by Ignacio
2016-02-18 01:53:08 +01:00
Uwe Stöhr
ca337df809
Spanish example files: updates by Ignacio (part 2/2)
2016-02-18 01:32:37 +01:00
Uwe Stöhr
0564785b3e
tufte layouts: add new dependencies
2016-02-18 01:32:17 +01:00
Uwe Stöhr
33e550a986
linguistics.module: add new dependencies
2016-02-18 01:31:51 +01:00
Uwe Stöhr
a7c89edeaa
Spanish example files: updates by Ignacio (part 1/2)
2016-02-18 01:07:08 +01:00
Georg Baum
5dcc89d257
Remove date from LFUNs.lyx as discussed.
...
Also update format to 506.
2016-02-11 21:22:07 +01:00
Scott Kostyshak
ce071eec92
Update docs to 2.2.0beta1 format
2016-02-09 21:38:47 -05:00
Scott Kostyshak
693ca643fc
RELEASE-NOTES: document tabular-feature change
2016-02-09 19:13:43 -05:00
Uwe Stöhr
97dfacfffa
Italian doc files: some updates from Claudio
2016-02-08 21:09:01 +01:00
Kornel Benko
49b6a89a14
Make ja/splash.lyx compilable again.
...
Using a second language (english) leads to errors if not using babel.
2016-02-08 11:02:34 +01:00
Uwe Stöhr
667bb0fd2a
French Tutorial.lyx: update by Jean-Pierre
2016-02-03 21:53:50 +01:00
Uwe Stöhr
43ea63197d
Japanese UserGuide.lyx: updates by Koji
2016-02-03 21:46:32 +01:00
Uwe Stöhr
67fa69ce6b
New Brazilian splash.lyx from Georger
...
- therefore split Portuguese into Brazilian and Portugal
2016-02-03 01:24:58 +01:00
Uwe Stöhr
12559b33c3
Math.lyx: remove a misleading info
...
mathed simply does not yet support \parbox
2016-02-03 00:51:50 +01:00
Uwe Stöhr
0d30333ec6
acmsiggraph.layout: revert c1e0b243
partly
2016-02-03 00:03:55 +01:00
Enrico Forestieri
340acadee8
Translate a few sentences in it/splash.lyx
2016-02-02 01:41:34 +01:00
Günter Milde
fa75f57603
ctest export tests: document requirements.
...
Add suggestion for policy for "reuse" of documentation files.
2016-02-01 23:56:37 +01:00
Uwe Stöhr
6cddc4617b
Spanish splash.lyx: translation from Ignacio
2016-02-01 21:41:08 +01:00
Uwe Stöhr
aa9e14c68f
Ukrainian translations: updates by Yuri
2016-02-01 21:32:56 +01:00
Uwe Stöhr
5ff2286c28
French translations: updates by Jean-Pierre
2016-02-01 21:31:36 +01:00
Uwe Stöhr
bd3dd7873a
Merge branch 'master' of git.lyx.org:lyx
2016-01-31 21:27:47 +01:00
Uwe Stöhr
4848c43ac0
splash.lyx: add note for Linux installations (part 2/2)
...
- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name
2016-01-31 21:26:20 +01:00
Scott Kostyshak
d5694318ef
Document need to use same subset if --rerun-failed
...
When running the tests with ctest, --rerun-failed can be used to run
the tests that failed on the previous run. However, the same subset
must be specified because it is the test numbers that are used to
index which tests failed on the previous run. For example, it would
be incorrect to do the following:
ctest -R export
ctest --rerun-failed
The following is correct:
ctest -R export
ctest -R export --rerun-failed
2016-01-31 15:22:10 -05:00
Uwe Stöhr
b0370857b4
splash.lyx: add note for Linux installations (part 1)
...
- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name
2016-01-31 21:16:29 +01:00
Uwe Stöhr
bac98eaf4b
Spanish Tutorial.lyx and Intro.lyx: updates by Ignacio
2016-01-31 15:28:45 +01:00
Uwe Stöhr
7b35843b0f
Spanish Tutorial.lyx: remove non-existing menu
2016-01-30 20:36:48 +01:00
Uwe Stöhr
5ebf8cd649
UserGuide.lyx: document longtable -> multi-page table
2016-01-30 20:28:46 +01:00
Uwe Stöhr
130ee11f63
Spanish UserGuide.lyx: updates by Ignacio
2016-01-30 20:25:51 +01:00
Uwe Stöhr
11689bec64
UserGuide.lyx: an update
2016-01-30 01:26:27 +01:00
Uwe Stöhr
962d5b1c20
Spanish doc files: updates by Ignacio
2016-01-30 00:55:21 +01:00
Uwe Stöhr
78ce4edbd2
French doc files: updates from Jean-Pierre
2016-01-29 00:31:08 +01:00
Uwe Stöhr
d6489afa5d
IOP-article.lyx: avoid some preamble code
2016-01-29 00:20:43 +01:00
Uwe Stöhr
4a8a2ef9a8
lyx_2_2.py: remove double code
...
thanks Guillaume
2016-01-27 22:51:49 +01:00
Uwe Stöhr
f8be82f76c
Japanese doc files: translations from Koji
2016-01-27 22:43:35 +01:00
Guillaume Munch
627bb7bd07
Document the automatic generation of LFUNs.lyx ( 51d4036d
)
2016-01-27 18:39:56 +01:00
Guillaume Munch
e5e8b55abb
Development.lyx: intructions for LFUN format increment
...
Document the new policy
2016-01-27 18:35:38 +01:00
Guillaume Munch
360742c515
New LFUN tabular-feature: update docs
...
Simply run updatedocs.py
2016-01-27 18:35:10 +01:00
Guillaume Munch
f58638c704
New LFUN tabular-feature: convert "inset-modify tabular" in LyX files
...
* Increase LyX format
* New function convert_info_insets in lyx2lyx_tools.py
Use this function in the future for future updates of info insets
* Convert "inset-modify tabular" to "tabular-feature" in info insets
* Remove icon naming hack regarding "inset-modify tabular"
2016-01-27 18:33:09 +01:00
Guillaume Munch
647b4efb1e
New LFUN tabular-feature: update bind and ui files
...
A simple run of development/tools/updatelfuns.sh
2016-01-27 18:22:32 +01:00
Guillaume Munch
366b319e42
New LFUN tabular-feature: update prefs2prefs.py
2016-01-27 18:20:53 +01:00
Uwe Stöhr
c1e0b24304
acmsiggraph.layout: update layout for ACM siggraph 0.92
...
fileformat change: update fileformat for all files
2016-01-27 01:58:13 +01:00
Uwe Stöhr
bae3bd67b7
Customization.lyx: update color list in Font description
2016-01-27 01:09:58 +01:00
Uwe Stöhr
9e4755ff97
ectaart.lyx: correct style of a note
2016-01-27 00:59:58 +01:00
Uwe Stöhr
5207333ef0
aa.lyx: add BibTeX info and update file for latest A&A version
2016-01-27 00:55:12 +01:00
Uwe Stöhr
6e59aff511
AEA.lyx: update to address latest AEA version
2016-01-27 00:34:03 +01:00
Georg Baum
4ab1d77577
Fix regression of 0bf8b8a1
(bug 9884)
...
Unfortunately the footmisc package does not work together with hyperref:
Before 0bf8b8a1
, a footnote in a section title was created as a link in pdf
outpout, after 0bf8b8a1
ist was no link anymore. For now we revert to the old
code, and wait until the footmisc and hyperref packages are made compatible.
2016-01-26 21:33:46 +01:00
Uwe Stöhr
5433db3931
acmsiggraph.layout: whitespace fixes
2016-01-26 01:52:39 +01:00
Uwe Stöhr
93faf3433c
UserGuide.lyx: a compile fix
...
It is a long standing bug that lyX does not automatically convert # to \# in the LaTeX output so that one easily gets compilation errors.
2016-01-26 00:27:28 +01:00
Uwe Stöhr
f1a05b413a
europasscv.layout: add dependencies
...
also some fine-tuning of the example file
2016-01-25 22:56:39 +01:00
Uwe Stöhr
8800068051
acmsiggraph.layout: add new dependency
2016-01-25 22:46:29 +01:00
Uwe Stöhr
f1930b0c68
IUCr layout: add new dependency
...
also mention new possible BibTeX style
2016-01-25 22:45:41 +01:00
Uwe Stöhr
14835f1da1
Changelog-XXX.txt: updates
2016-01-25 02:45:05 +01:00
Uwe Stöhr
45fde8bf97
UserGuide.lyx: describe dvips options
...
- also some unifications and fixes
2016-01-25 02:34:34 +01:00
Uwe Stöhr
61e338ffee
Spanish EmbeddedObjects.lyx: re-add lost \origin tag
2016-01-24 16:19:56 +01:00
Uwe Stöhr
6291fefe9e
EmbeddedObjects.lyx: update multi-page table description
2016-01-24 16:07:22 +01:00
Georg Baum
63974a9b6b
Fix autotools build
...
33b757e7ab
used a wrong extension for the new file in Makefile.am.
2016-01-24 15:09:35 +01:00
Uwe Stöhr
33b757e7ab
SVG-Drawing.svg: add a SVG example drawing
2016-01-24 13:48:56 +01:00
Georg Baum
e179b03065
Really regenerate cmex10.ttf from .sfd at af970c20
...
I somehow managed to submit the wrong file at 313d4c0dc8
.
Thanks again Enrico for noticing.
2016-01-24 11:40:03 +01:00
Kornel Benko
230c9275d1
Modified labelwidthstring containing '_'.
...
Otherwise the files is not compilable
2016-01-24 09:07:35 +01:00
Uwe Stöhr
68b18a4ccb
French and Japanese EmbeddedObjects.lyx: forgot this issue in previous commit
2016-01-24 04:55:46 +01:00
Uwe Stöhr
dcf4f024ea
EmbeddedObjects.lyx: update external templates section
2016-01-24 04:50:31 +01:00
Uwe Stöhr
3ca4a10924
UserGuide.lyx: describe new LaTeX log feature
2016-01-24 04:03:22 +01:00
Uwe Stöhr
60dd0e17e5
UserGuide.lyx: describe changed paragraph separation
2016-01-24 03:30:03 +01:00
Uwe Stöhr
f5f8e9e369
UserGuide.lyx: describe a new feature
2016-01-23 20:41:52 +01:00
Uwe Stöhr
e1e2e55472
Italian Tutorial.lyx: remove outdated underbars
2016-01-23 18:26:10 +01:00
Uwe Stöhr
2a507512e4
Japanese doc files: some tweaks
2016-01-23 18:16:25 +01:00
Uwe Stöhr
9ad4507f3b
Additional.lyx: fixes
2016-01-23 17:19:21 +01:00
Uwe Stöhr
e7adefb528
Changelog-XXX-LyX_22x.txt: update ToDo
2016-01-23 17:10:31 +01:00
Uwe Stöhr
576da0d88f
German Additional.lyx: corrections
...
German UserGuide.lyx: a fix
2016-01-23 17:09:14 +01:00
Uwe Stöhr
cbca21b8ed
Spanish doc files: some tweaks
2016-01-23 17:02:38 +01:00
Uwe Stöhr
41a9c97a8e
French doc files: some tweaks
2016-01-23 16:45:39 +01:00
Uwe Stöhr
53a3268c64
French doc files: translations by Jean-Pierre
2016-01-23 16:32:50 +01:00
Uwe Stöhr
716f44d5b9
Merge branch 'master' of git.lyx.org:lyx
2016-01-23 16:20:01 +01:00
Uwe Stöhr
d0ca4ddd98
French UserGuide.lyx: a translation from Jean-Pierre
2016-01-23 16:19:47 +01:00
Richard Heck
d763840a2f
enumitem and paralist should exclude each other.
...
Reverts cb2fe78a64
, which used the ExcludesModule tag, which
cannot be used in modules.
2016-01-23 09:54:08 -05:00
Günter Milde
7ecdcef236
Update/enhance/edit autotest documentation.
2016-01-22 22:42:40 +01:00
Günter Milde
ffb24b53f9
Remove enumitem example file from attic.
...
The content of this file is (in updated form) part of the UserGuide, so there is
no need for a separate example.
2016-01-22 22:42:40 +01:00
Georg Baum
cb2fe78a64
Do not allow paralist + enumitem modules
...
As discussed on the list. The two modules can only be used together with
special switches, and have partly overlapping functionality.
2016-01-22 21:55:40 +01:00
Uwe Stöhr
c0e5bbb600
French UserGuide.lyx: translations from Jean-Pierre
2016-01-22 00:11:53 +01:00
Uwe Stöhr
20c00c4fe6
enumitem.lyx: move this file to attic
...
See my post on the list - enumitem is already described in the userGuide.
(Besides this a makefile entry was missing for the file.)
Please don't add documentation files without a discussion or a review, especially not in a beta phase.
2016-01-20 23:56:27 +01:00
Günter Milde
f5a31cd9dc
Example file for enumitem module.
2016-01-20 23:24:28 +01:00
Günter Milde
8b2fa0a27b
Set default output to pdf (ps2pdf) - works for online viewing and presentation.
2016-01-20 23:23:48 +01:00
Georg Baum
10e98c2bbd
Remove stmary10.sfd from source package
...
We do now have .sfd sources for all fonts, so either we distribute all of them
with the source package or none. Since the accumulated size is not negligible,
and the are not needed to build LyX, but serve a really special purpose, we
do not add them to the source package for now.
2016-01-20 21:29:43 +01:00
Georg Baum
313d4c0dc8
Regenerate cmex10.ttf from cmex10.sfd at af970c20
...
Thanks to Enrico for doing the actual work (my fontforge omits the
TtInstrs...EndTTInstrs blocks for some reason I do not understand).
I did only check that the only difference between the old and new .ttf is the
changed position of the bracketleftbigg glyph. This does finally fix bug 6115.
2016-01-20 21:14:08 +01:00
Uwe Stöhr
8d00943aab
EmbeddedObjects.lyx: some tweaks
2016-01-20 02:33:19 +01:00
Richard Heck
070967b442
Example file for paralist module.
2016-01-19 06:50:13 -05:00
Richard Heck
29703f07d6
Fix typos in paralist module. The correct command is not compactdescr,
...
etc, but compactdesc. At least this is true in the most recent version
on CTAN.
2016-01-19 06:49:33 -05:00
Uwe Stöhr
bb379c2d87
Customization.lyx: forgot to turn off change tracking
2016-01-19 01:03:34 +01:00
Uwe Stöhr
877ea78877
Customization.lyx: fixes and updates from Jean-Pierre
2016-01-19 00:59:58 +01:00
Uwe Stöhr
a03ca62042
Development.lyx: restore \origin tag
...
Kornel, it seems that something is incorrect in your system because every change you make to the docs files removes the \origin tag
2016-01-19 00:17:02 +01:00
Kornel Benko
10ec8ed91d
Typo
2016-01-18 10:59:35 +01:00
Günter Milde
3ec76c472e
ctest autotest documentation update
2016-01-18 10:25:23 +01:00
Günter Milde
26a3f46388
Use \inputencoding auto for examples/aas_sample.lyx
...
Also sort and commen related ctest pattern.
2016-01-18 09:01:28 +01:00
Uwe Stöhr
f1a46bac7c
UserGuide.lyx: describe the horizontal scrolling
2016-01-18 00:25:11 +01:00
Uwe Stöhr
82624a1302
UserGuide.lyx: typographic corrections
2016-01-17 20:30:52 +01:00
Uwe Stöhr
dc9489b9f5
Spanish Customization.lyx and UserGuide.lyx: translations by Ignacio
2016-01-17 19:25:40 +01:00
Georg Baum
af970c2055
Move bracketleftbigg to correct position
...
Generating a ttf from cmex10.sfd would fix bug 6115, but unfortunately I am
unable to export a ttf with the same settings as the existing one, so this has
still to be done.
2016-01-17 10:51:26 +01:00
Uwe Stöhr
ffa4072980
UserGuide.lyx: review Appendix C
2016-01-17 03:33:01 +01:00
Uwe Stöhr
401bdcc2f0
UserGuide.lyx: remove an outdated note
...
- also some minor fixes
2016-01-17 03:05:13 +01:00
Uwe Stöhr
b18fac7508
doc files: update more screenshots
...
- also fix a menu issue in EmbeddedObjects.lyx
2016-01-17 02:40:46 +01:00
Uwe Stöhr
87cbf2f27a
Changelog-EmbeddedObjects-LyX_22x.txt: update
2016-01-17 02:22:25 +01:00
Uwe Stöhr
eb03c75fde
doc files: update French screenshots
2016-01-17 02:20:33 +01:00
Uwe Stöhr
a8e673600c
doc files: update Spanish screenshots
2016-01-17 01:52:18 +01:00
Uwe Stöhr
3a5d796831
doc files: update Italian screenshots
2016-01-17 01:35:50 +01:00
Uwe Stöhr
298da11c7c
doc files: update some more screenshots
2016-01-17 01:28:45 +01:00
Kornel Benko
1590b4dd82
Update some image names
2016-01-16 21:20:34 +01:00
Uwe Stöhr
f3a5f7845e
doc files: update and rename more sceenshots
...
- also update a menu name
- update a section French UserGuide.lyx
2016-01-16 20:52:02 +01:00
Uwe Stöhr
304d197a02
Intro.lyx: correct an image path
2016-01-16 19:49:45 +01:00
Enrico Forestieri
a3926b9e60
Add fontforge files
2016-01-16 15:46:48 +01:00
Uwe Stöhr
0628df4a19
amend last commit
2016-01-16 13:41:42 +01:00
Uwe Stöhr
8c6a51c17b
Doc files: register image changes in Makefile.am
...
- also update Ukrainian
2016-01-16 13:38:33 +01:00
Uwe Stöhr
71b60e07c3
UserGuide.lyx: revise Appendix A
...
- update the toolbar screenshots, update some images and their names (more to follow)
2016-01-16 04:19:35 +01:00
Uwe Stöhr
b48a44e136
Spanish UserGuide.lyx: translate color names
2016-01-16 01:09:53 +01:00
Uwe Stöhr
056bc1c9e3
Spanish UserGuide.lyx: some tweaks
2016-01-16 00:51:01 +01:00
Georg Baum
4c3b8bf7c7
Update LFUNs.lyx to current format
2016-01-15 21:31:57 +01:00
Georg Baum
867ecaad4f
Update docs for \output_changes move
...
Since \output_changes is written again at the original position, we need to
fix those files that have been updated using the intermediate version.
The update was done by running development/tools/updatedocs.py <lyxexe> where
<lyxexe> was the path to an up to date LyX binary. All files that did contain
additional changes were reverted:
lib/doc/LFUNs.lyx
lib/doc/UserGuide.lyx
lib/doc/Shortcuts.lyx
lib/examples/de/beamer.lyx
The \SpecialChar changes are fine, these files have never been saved by LyX
after the update to 483.
2016-01-15 21:23:13 +01:00
Uwe Stöhr
3ac456f444
EmbeddedObjects.lyx: fix some issues and typos
2016-01-14 22:32:35 +01:00
Guillaume Munch
9267b2b245
Amend 5c2d0499
2016-01-14 20:17:46 +00:00
Uwe Stöhr
57712b35b6
French linguistics.lyx: updates from Jean-Pierre
2016-01-14 02:56:52 +01:00
Kornel Benko
51bc75ca2b
Prefered use of direct links to ctan, not to a mirror
2016-01-14 00:07:57 +01:00
Uwe Stöhr
6d3d686c51
Spanish Math and Additional.lyx: translations by Ignacio
2016-01-13 23:46:31 +01:00
Uwe Stöhr
4bf8aeb8e9
templates: save all files with latest LyX 2.2git
2016-01-13 03:22:37 +01:00
Uwe Stöhr
9766e43a83
stmary10.lyx: update fileformat
2016-01-13 03:17:15 +01:00
Uwe Stöhr
6caff72cef
example files: save all with latest 2.2.git (part 2/2)
2016-01-13 03:06:03 +01:00
Uwe Stöhr
5e1d11d1df
example files: save all with latest 2.2.git
2016-01-13 02:51:42 +01:00
Uwe Stöhr
310aa94798
Changelog-Math-LyX_22.txt: remove done task
2016-01-13 02:05:13 +01:00
Uwe Stöhr
8803eac043
EmbeddedObjects.lyx: fix mistakes spotted by Ignacio
2016-01-13 02:01:15 +01:00
Uwe Stöhr
0330ffd4a4
doc files: re-add the \origin tag (part 2/2)
...
also save all files with latest 2.2dev
2016-01-13 01:22:11 +01:00
Uwe Stöhr
6abdf2bc69
doc files: re-add the \origin tag
...
also save all files with latest 2.2dev
2016-01-13 01:14:48 +01:00
Uwe Stöhr
40968a2fb9
GrisNotaImagenQt4.png: new version from Ignacio
2016-01-13 01:02:47 +01:00
Uwe Stöhr
cad5f0a4d4
Spanish EmbeddedObjects.lyx: translations by Ignacio
2016-01-13 01:02:07 +01:00
Guillaume Munch
4a1e158c95
Update docs
2016-01-12 21:30:37 +00:00
Guillaume Munch
5c2d049996
Add \save_transient_properties parameter ( #9841 )
...
Increment LyX format to 504.
With this new parameter, the user can indicate that some other parameters that
are frequently switched must not be recorded in the file (as if they were a
setting specific to the user or transient, rather than a document setting). This
will play nicer with version control systems.
See the discussion, e.g.:
http://thread.gmane.org/gmane.editors.lyx.devel/157824/focus=157993 (third
solution mentioned)
TODO:
* The interface remains to be set up. We cannot change this setting from LyX
for now.
* If save_transient_properties is false, we should read the user setting as a
per-user-per-document (session) setting (e.g. like the cursor position).
* Once the above is done, we can treat \justification the same way (but it would
be even better if \justification was moved to lyxrc).
2016-01-12 21:25:34 +00:00
Kornel Benko
27a2d32e49
Remaining broken links corrected
2016-01-12 19:16:41 +01:00
Kornel Benko
e4b539914a
Replace broken links.
2016-01-11 23:42:11 +01:00
Uwe Stöhr
f79fa4b2ec
Math.lyx: update to the new \aa handling
2016-01-11 23:19:54 +01:00
Uwe Stöhr
d6910e5f7c
- doc files: re-add some \origin
...
- For the Indonesian file in attic there must be no \origin to avoid an error in the ReplaceValues.py script
2016-01-11 23:16:43 +01:00
Uwe Stöhr
c8297baad9
French Customization.lyx: translations from Jean-Pierre
2016-01-11 22:54:43 +01:00