Uwe Stöhr
62ad4a1ab5
lyx2lyx/lyx_2_2.py: backport another box reversion issue
2017-04-24 23:02:09 +02:00
Uwe Stöhr
d6f6cca35d
Arabic Shortcuts.lyx: remove an inset-info
...
as reported on the lyx-docs list this inset prevents the compilation of the file on Mac OS
2017-04-23 14:22:34 +02:00
Uwe Stöhr
ee0ba5948e
Shortcuts.lyx: save with LyX 2.2.2
...
Changelog-UserGuide-LyX_22x.txt: document a missing translation
2017-04-23 01:39:52 +02:00
Uwe Stöhr
d345ff3831
Arabic doc files: some fine-tuning
...
a phantom does trick better than a space because the output won't be changed
2017-04-22 19:16:00 +02:00
Uwe Stöhr
5bb6e25617
Arabic Intro.lyx: fix LyX logo in section headings
...
the previous commit changed the LyX logo to be in English but that broke the PDF bookmark text and also the TOC. The solution is to use the real logo and a short title with \texorpdfstring
2017-04-22 00:05:51 +02:00
Uwe Stöhr
cac7b005e4
Arabic Intro.lyx: mark LTR text as English like we do for the Hebrew doc files
...
thanks to Mike from the lyx-docs list for this
2017-04-20 23:53:18 +02:00
Uwe Stöhr
1a0535e78a
UserGuide.lyx: fix a typo
...
- also 2 formatting fixes
2017-04-20 22:38:19 +02:00
Uwe Stöhr
fc2db913e0
lyx2lyx/lyx_2_0.py: fix box reversion and conversion routines
2017-04-17 22:13:46 +02:00
Uwe Stöhr
113c9a2f7f
lyx2lyx/lyx_2_2.py: rewrite the box reversion routines
...
- will fix several bugs with nested boxes
2017-04-17 21:06:47 +02:00
Uwe Stöhr
848c424588
Revert "French Tutorial.lyx: some typographic fixes"
...
This reverts commit 2a10603c87
.
2017-04-17 15:26:17 +02:00
Uwe Stöhr
ac479dd814
doc files: update the changelogs
2017-04-17 15:19:17 +02:00
jpc
d7405f5c9e
Translate two remaining chunks
2017-04-17 10:16:56 +02:00
Uwe Stöhr
7ceaa7e783
PDF-form.lyx: some minor fixes
2017-04-17 04:10:48 +02:00
Uwe Stöhr
a36fc2b8e4
doc files: improve 3 PDFs
2017-04-16 23:14:25 +02:00
Uwe Stöhr
de5d392581
German EmbeddedObjects.lyx: correct an image path
2017-04-16 20:06:28 +02:00
Uwe Stöhr
58b5c70d23
doc files: update more images
...
- the ERT example
- the Japanese screenshot images
- adapt the LyX files accordingly
2017-04-16 19:54:51 +02:00
Uwe Stöhr
2a10603c87
French Tutorial.lyx: some typographic fixes
...
- footnotes should be after the sentence dot
2017-04-16 19:09:48 +02:00
Uwe Stöhr
67428dcf95
doc files: update images
...
- as requested by a user we can use PostScript level 3 for EPS and PDF version 1.5
- he also requested to update the screenshot images
- rescale the SVG image to the CSS standard (96 dpi) as recommended by Inkscape
- update the docs files to the new screenshot image size
2017-04-16 19:08:26 +02:00
Uwe Stöhr
64206d3725
lyx2lyx/lyx_2_2.py: fix 2 issues with the reversion of boxes
2017-04-16 16:37:05 +02:00
Uwe Stöhr
23daedf05d
French Math.lyx: a tiny correction
2017-04-16 15:59:11 +02:00
Uwe Stöhr
c4b15264aa
French Math.lyx: revert [ade28912/lyxgit]
...
LyX 2.2.x can only handle the fileformat of LyX 2.2
(I kept the new translation)
2017-04-16 15:55:46 +02:00
Uwe Stöhr
f45ee330f5
PDF-form.lyx: some corrections and updates
2017-04-16 15:46:27 +02:00
jpc
ade2891218
Translate a sentence
2017-04-16 09:17:42 +02:00
Uwe Stöhr
a9e154cdee
PDF-form.lyx: New German translation
...
- also many fixes and updates of the English version
- also some according fixes in de.po
2017-04-15 04:59:30 +02:00
Uwe Stöhr
bdb5849aa7
Math.lyx: correct wrong info about \mathindent
2017-04-14 00:58:54 +02:00
jpc
1ad2de5a64
Revert " Additions to record needed external applications and LaTeX packages"
...
This reverts commit fe17ad5700
.
Commit not appropriate after discussion on the list
2017-04-01 11:13:43 +02:00
jpc
fe17ad5700
Additions to record needed external applications and LaTeX packages
...
needed fot ctest standard exports to run without failures
2017-04-01 10:30:10 +02:00
Juergen Spitzmueller
c8f40508e7
Use \providecommand for logical markup macros
...
\strong is already defined by recent fontspec.
Also use non-long definition (starred version), since the insets
only contain one paragraph.
2017-02-23 18:18:45 +01:00
Juergen Spitzmueller
53933a4927
Compatibility fix for acmsiggraph.cls v0.93
...
Reported by Jean-Pierre Chrétien, fix suggested by Günter Milde.
Also add a note about obsolescence of the class, by Jean-Pierre.
2017-02-23 18:17:19 +01:00
Juergen Spitzmueller
9ac3e3a49a
Fix Fixme module description to make it translatable
...
See #10058
2017-02-23 10:44:05 +01:00
Scott Kostyshak
e0a80254cc
Theorem style: set NextNoIndent to 0
...
After a Theorem environment, LaTeX does by default indent the
following paragraph.
I checked various classes and no ModifyStyle was needed. The
hollywood and broadway classes are strange cases where there is an
indent after the Theorem environment, but it is much smaller than
the normal indent. The indent is the same as the opening indent of
normal text, which we currently ignore. Further, I don't expect it
is common to use theorems in these classes.
(cherry picked from commit f9ee47dfa2
)
2017-02-22 17:39:25 -05:00
Scott Kostyshak
7fb8d4b9fb
Fix ParIndent for various "Standard" styles
...
(cherry picked from commit 2b1a99e57d
)
2017-02-22 17:39:24 -05:00
Scott Kostyshak
065a9ced63
Remove a \textipa that snuck into es/UserGuide.lyx
...
This empty inset caused problems with LuaTeX + system fonts (see
b863fb07
). Although these problems seem to be resolved, this empty
inset is not supposed to be there.
2017-02-22 11:55:12 -05:00
Uwe Stöhr
3d3312042b
zh_CN.po: updates from Zheru
...
- also add Zheru to the CREDITS
2017-02-14 00:17:51 +01:00
Richard Heck
d741370ea7
Regeneate CREDITS.
2017-01-19 15:41:46 -05:00
Richard Heck
239be02234
Allow LyX to open empty files (created, e.g., via "touch").
...
Patch from new contributor Jan Niklas Hasse.
(cherry picked from commit 0d77a7e325
)
2017-01-19 15:37:08 -05:00
Richard Heck
6693fe5d6d
Add some remarks about defining formatted references.
2017-01-19 15:26:31 -05:00
Richard Heck
dc7a5ecea1
Do not replace "--" with "\twohyphens" in formula macros.
...
(cherry picked from commit 5cb5d2cb5a
)
2017-01-18 21:52:14 -05:00
Richard Heck
1d93cfca8f
Section and Section* should have the same font size.
...
Going with normal corresponds better to how the PDF displays.
(cherry picked from commit cb6ea90256
)
2017-01-14 16:14:24 -05:00
Uwe Stöhr
8b2d0af975
fix last traces of bug #10068
2017-01-09 01:25:22 +01:00
Uwe Stöhr
95248c51d2
linguistics.lyx: 2 minor style fixes
2017-01-09 01:19:27 +01:00
Uwe Stöhr
af353b521d
Additional.lyx: backport a change from master
...
PLEASE work in branch for the doc files. There is no reason not to release improved manuals with the next bugfix release. Only new features of LyX 2.3 are only for master.
2017-01-09 01:18:51 +01:00
jpc
a5f802ae00
Update French EmbeddedObjects manual
2017-01-08 10:57:31 +00:00
jpc
9211ea7e26
Update section 2.5.1
2017-01-07 18:07:45 +00:00
Juergen Spitzmueller
d4ea3478fe
Add Joel Kulesza to the credits
2016-12-29 08:46:41 +01:00
Georg Baum
b692e3a484
Fix regression of 88603655
...
The XHTML entries were added in the wrong field, if they are given we need
extra xhtml requires. The order is inconsistent, there are discussions on the
list about that but for now I'll use the existing order to fix the export tests.
The format of the lib/symbols file does not support "" for empty strings.
One would have to use x for fields that are not set (this is a hack), but
actually we know how to fill the extra field.
(cherry-pick of commit 338cef2a
)
2016-12-27 19:17:13 +01:00
Uwe Stöhr
e5ad7ee9c8
EmbeddedObjects.lyx: backport recent changes
2016-12-21 02:22:53 +01:00
Uwe Stöhr
0bc604a5ed
UserGuide.lyx: fix 2 typos spotted by a user
2016-12-19 23:50:29 +01:00
Richard Heck
8d247e2407
Fix 39e3fabf
.
...
Rather than including the file, just cut and paste it so that we
can mark the new layouts as "ForceLocal".
2016-12-07 12:29:27 -05:00
Richard Heck
39e3fabffb
Verbatim, etc, can be used with IOP articles.
...
Fixes #10505 .
(cherry picked from commit 91f980cf31
)
2016-12-06 17:56:46 -05:00