Kornel Benko
6e9e7f2b94
keytests: Allow definition of shortcuts for the test.
...
Since no extra shortcuts are defined, this is essentially a noop ATM.
2017-04-24 17:50:49 +02:00
Scott Kostyshak
944792402c
Update docs to 2.3.0alpha1 format
2017-04-24 00:03:19 -04:00
Scott Kostyshak
b1b49a6878
Recover \origin tag in documents
...
See the following ML thread:
https://www.mail-archive.com/search?l=mid&q=ndao0s%24vvb%242%40ger.gmane.org
2017-04-23 23:23:03 -04:00
Scott Kostyshak
e9deea03db
Update the formats of lyxrc.dist.in to 21
...
In the end, no changes were needed. This was decided by prefs2prefs
for MacOSX and cygwin, and by manual inspection for Win32.
2017-04-23 23:23:03 -04:00
Uwe Stöhr
a11e55f55f
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
It can be re-added when the bug is fixed (bug report follows soon by the original bug reporter)
2017-04-23 14:23:45 +02:00
Uwe Stöhr
130b4ddf83
doc files: port recent changes from branch
2017-04-23 13:54:54 +02:00
Tommaso Cucinotta
35bcc38ca3
about 'needauth' in RELEASE-NOTES
2017-04-22 23:28:48 +02:00
Uwe Stöhr
9ef3edf6d7
lyx_2_2.py: fix box reversion routine again
...
silly mistake, now Math.lyx reverts correctly again.
2017-04-21 01:05:54 +02:00
Uwe Stöhr
6421dd08c0
Arabic Intro.lyx: mark LTR text as English like we do for the Hebrew doc files
2017-04-21 00:00:30 +02:00
Guillaume MM
29a82fdc58
Add option obeyFinal for todo notes #10615
2017-04-20 23:49:02 +02:00
Günter Milde
f5ac0580ff
special character "allowbreak" (ZWSP), fileformat change
...
New special character to mark an optional line break
without inserting a hyphen (ZWSP). See #10585 .
Corresponds to the Unicode character U+200B ZERO WIDTH SPACE
This isn't a “space”. It is an invisible character that can be used
to provide line break opportunities.
http://unicode.org/notes/tn27/
While the literal Unicode character can be used in the LyX
file, it is invisible in the GUI.
For visible feedback, the patch adds a new special character "allowbreak".
The small mark is inspired by LibereOffice.
A tooltip is added.
2017-04-20 23:28:48 +02:00
Uwe Stöhr
7c419d5666
UserGuide.lyx: fix a typo
...
- also 2 formatting fixes
2017-04-20 22:43:51 +02:00
Uwe Stöhr
bc0591a265
lyx2lyx/lyx_2_0.py: fix a box reversion bug
...
- the use_makebox statement was not removed for nested boxes
2017-04-17 19:17:54 +02:00
Uwe Stöhr
8c4139434f
Revert "French Tutorial.lyx: some typographic fixes"
2017-04-17 15:26:41 +02:00
Uwe Stöhr
8783c88419
doc files: port recent changes from branch
2017-04-17 15:20:04 +02:00
Uwe Stöhr
fd777a6014
PDF-form.lyx: some minor fixes
2017-04-17 04:08:43 +02:00
Uwe Stöhr
5b4cc6b6c8
lyx2lyx/lyx_2_2.py: correct reversion of boxes
2017-04-17 04:06:52 +02:00
Uwe Stöhr
5ef6d596b6
doc files: improve 3 PDFs
2017-04-16 23:30:11 +02:00
Uwe Stöhr
ecddbe6fb9
doc files: port recent changes from the 2.2.x branch
...
- also delete a now unused screenshot (cannot be deleted in the stable 2.2.x branch)
2017-04-16 20:12:31 +02:00
Uwe Stöhr
6c2a8df504
lyx_2_3.py: whitespace fixes
2017-04-16 16:24:01 +02:00
Uwe Stöhr
9a94ca42b4
French Math.lyx: port a translation
2017-04-16 15:58:26 +02:00
Uwe Stöhr
66f010e863
PDF-form.lyx: some corrections and updates
2017-04-16 15:38:45 +02:00
Uwe Stöhr
e07cb1da96
lyx_2_2.py: fix reversion of colored boxes with special features
2017-04-15 19:58:56 +02:00
Uwe Stöhr
3677c20be9
BufferParams.cpp: correct output for \mathindent after [fc1c5c6f/lyxgit]
...
- also adapt the lyx2lyx logic to the changed implementation
2017-04-15 17:32:58 +02:00
Uwe Stöhr
58e6c6c876
InsetFloat: allow float placement for rotated floats
...
- fixes bug #10270
- fileformat change
- fixes also a bug that unwanted placement was output to LaTeX on certain cases
2017-04-15 06:57:52 +02:00
Uwe Stöhr
87c553af56
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:54:07 +02:00
Enrico Forestieri
217696d34b
lyxpak.py: Python 3 compatibility
2017-04-15 00:05:40 +02:00
Uwe Stöhr
d8185a6b8b
Math.lyx: correct wrong info about \mathindent
2017-04-14 00:59:32 +02:00
Enrico Forestieri
1a26f9b26c
layout2layout.py: Python 3 compatibility
...
The layout2layout.py script already reads and writes files in
binary format. However, all regexes and comparisons assume strings,
so that python3 chokes on them. This commit converts all involved
strings into bytes-like objects. In this way both python 2 and 3
behave the same.
2017-04-13 16:25:59 +02:00
Enrico Forestieri
8f70d55148
configure.py: Python 3 compatibility
...
Don't assume any encoding for the layout files and treat them in
the same way python 2 does. Thanks José for the idea.
This commit supersedes 50e21b71
and e19b2a71
.
2017-04-13 15:34:54 +02:00
Enrico Forestieri
db494452dc
TeXFiles.py: Python 3 compatibility
2017-04-13 10:49:38 +02:00
Uwe Stöhr
fc1c5c6f28
BufferParams: rename formula_indent to math_indent etc. as requested
...
- also add flyx2lyx feature to import existing document class option as requested by JMarc
- also don't use a real default indentation length
2017-04-13 02:31:26 +02:00
Jean-Marc Lasgouttes
e19b2a717e
Set encoding correctly when reading layout files
...
Patch from Enrico.
2017-04-10 15:06:14 +02:00
Stephan Witt
4a009c85bb
#9006 care to make prefs2prefs.py python 3 compatible
2017-04-08 20:58:16 +02:00
Uwe Stöhr
b3b7675f54
Length.cpp: add new unit representing \baselineskip
...
- fileformat change
2017-04-08 03:30:21 +02:00
Scott Kostyshak
22c4a24a36
Document new behavior of "delete" LFUNs
...
- Describe the change in RELEASE-NOTES.
- Update the example for inset-forall.
This commit follows 71623b88
.
2017-04-06 00:37:29 -04:00
Scott Kostyshak
4a255ec9db
Keep RELEASE-NOTES as ASCII
...
Might as well make it as simple as possible.
2017-04-06 00:13:32 -04:00
Uwe Stöhr
808339790c
support to indent formulas
...
- adds support for the general document class option fleqn
- adds support to specify the formula indentation
- fileformat change
2017-04-05 22:22:47 +02:00
Uwe Stöhr
51afcd4f4c
LaTeXConfig.lyx: add the noto fonts
2017-04-05 01:19:40 +02:00
Uwe Stöhr
e575e7eebd
Add support to cross out characters
...
- adds support for the command \xout of the LateX package ulem
- fileformat change
2017-04-05 00:01:19 +02:00
Uwe Stöhr
d81deed121
latexfonts: correct previous commit
...
this went in accidentally
2017-04-04 23:08:45 +02:00
Uwe Stöhr
7aaa85915f
latexfonts: support for the Noto fonts
...
- fileformat change
- the support to scale the sf and the tt fonts can be added later, see enhancement #10611
2017-04-04 23:02:47 +02:00
Uwe Stöhr
50e21b7166
configure.py: add support for Python 3 on Windows
...
fixes the last missing part of bug #9006 (hopefully)
2017-04-04 22:35:49 +02:00
Kornel Benko
0d6c64a4eb
Cmake build: Project names *should* be uniq
2017-03-30 14:01:56 +02:00
José Matos
dc7ac99d18
Get the file system encoding from sys instead of the locale
2017-03-29 14:24:34 +01:00
José Matos
67bf174b10
lyx2lyx: convert iteritems -> items to be compatible with python 2 and 3
2017-03-29 12:34:53 +01:00
José Matos
bcf715f398
lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default)
...
This patch fixes lyx2lyx running on python 3 for those systems
where the default encoding is not UTF-8, since open by default
uses the default system encoding.
2017-03-27 11:35:29 +01:00
José Matos
1269860b45
lyx2lyx: remove trailing whitespaces from lyx_1_6.py
2017-03-27 11:26:58 +01:00
José Matos
463e12827c
lyx2lyx: more descriptive member name (document.start -> document.initial_format)
2017-03-27 10:36:30 +01:00
José Matos
37901e2e25
lyx2lyx: Cosmetic clean up of the lyx_2_?.py files.
...
Remove the duplicated \# -*- coding: utf-8 -*-
lines that show in the third line.
As far as I know they are not used, the first line though is used
by python and text editors (emacs, vi & co) to get the file encoding.
That will also work in the second lines (because of the shebang convention)
but not in other lines.
Remove trailing whitespaces.
2017-03-27 10:16:31 +01:00