Scott Kostyshak
0677c161a1
Additional.lyx: resave with LyX binary
...
After editing with the external sed command in the previous commit,
now resave with the LyX binary. This eliminates unnecessary language
switches (e.g., no need to switch from "English" to "English" now
that the intermediate switch to "British" is gone).
2023-01-04 22:11:18 -05:00
Scott Kostyshak
3c8a5d4dad
Additional.lyx: rm English variant switches
...
Use the following command to automate the process:
sed -i "/^\\\lang \(american\|british\)$/d" Additional.lyx
The next commit will just resave the file with LyX, so as to clean
up the file contents after the external command from this commit.
2023-01-04 22:10:05 -05:00
Pavel Sanda
3e97b90b40
Add note about deprecated layouts.
2023-01-04 22:13:38 +01:00
Pavel Sanda
d1080b0352
* Additional.lyx : Final remarks from John Hudson
2023-01-04 21:59:39 +01:00
John R Hudson
b2c2a7aaa3
Update entries for Foils, Slides and Reports in Chapter 3 Document classes and do final tidying up of Additional.lyx
2023-01-03 19:18:33 +01:00
John R Hudson
ead6a5beb9
Insert entries for Tufte, frletter, G-Brief and lettre into Chapter 3 Document classes of Additional.lyx
2023-01-02 20:37:19 +01:00
Pavel Sanda
03b4502260
Forgotten files
2023-01-01 22:36:04 +01:00
John R Hudson
be362357ec
Add KOMA-Script_Book.lyx and associated BibTeX file and CC logo to examples/Books and update Makefile.am
2023-01-01 22:29:14 +01:00
Thibaut Cuvelier
017588973f
Revert "New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing list. Rebased on top of master."
...
This reverts commit 42c2a25fb8
.
2022-12-31 11:28:56 +01:00
Thibaut Cuvelier
42c2a25fb8
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing list. Rebased on top of master.
...
I've modified all the non-AMS theorem modules so they would be independent of packages. currently
the code support \theoremstyle, but only with definition, plain and remark.
I'v added a new theorem module that support the thmtools \listoftheorems.
I've modified the syntax of all theorem modules, such that it would be easier to
create a new one, or maintaining the ones that exists. Instead of using \newtheorem
in the preamble of a lyaout, I wrote \lyx@newtheorem, and in each module I've defiened
\lyx@newtheorem as fitted. This way, there is only need in the files thorems-base, and theorems-extended,
instead of an .inc file for each module.
I've added theorems-labels.inc, a file that suppose to be included in a "Numbered by type" module,
to change the Label and the LabelCounter of the layouts in theorems-base.inc.
Note that in this configuration, all non-AMS modules will clash with the AMS ones, and so as the
proof versions. theorems-proof-std.inc suppose to be in the non-AMS while theorems-proof.inc
should be included only in AMS variants.
2022-12-31 01:56:51 +01:00
John R Hudson
dce99c1398
Insert more detail about page layout, Custom Class options KOMA-Script options and using the book document class in the KOMA-Script section of Chapter 3 Document classes of Additional.lyx and delete the section on KOMA-letter V.1.
2022-12-30 23:32:30 +01:00
John R Hudson
39d040b2a7
Insert brief introduction to Chapter 3 Document classes, update the introduction to the AMS document classes section, adding in references to the example files, update the module names used and the Fact, Assumption and Question paragraph styles and mention the (Numbered by Type) modules in the AMS document classes section.
2022-12-30 09:29:42 +01:00
John R Hudson
d63c9f8016
Insert entries for Hanging Paragraphs, Initials, Hyphenatable Text Markup and Logical Markup in Chapter 4 Modules of Additional.lyx
2022-12-29 15:12:50 +01:00
John R Hudson
2d9ff0d718
Insert entries for Custom Footer/Header Text and Landscape Document Mode and update the existing entry for Multiple Columns to match the new layout in Chapter 4 Modules of Additional.lyx
2022-12-28 16:34:14 +01:00
John R Hudson
9df0e943db
Insert entries for the sixteen Maths modules into Chapter 4 Modules of Additional.lyx
2022-12-28 12:23:13 +01:00
John R Hudson
5752617b50
Insert entries for Noweb, Rnw and Sweave in Chapter 4 Modules of Additional.lyx and make consequential updates to the Literate Programming section in the same document
2022-12-27 21:11:58 +01:00
Thibaut Cuvelier
7f5c917c71
layout2layout: remove unused regex.
2022-12-27 15:52:42 +01:00
Thibaut Cuvelier
0af5fbcc0e
DocBookGenerateTitle: update all layouts.
2022-12-27 15:52:26 +01:00
Thibaut Cuvelier
16a1aa9901
DocBook: add support for DocBookGenerateTitle.
...
The new parameter allows more flexibility when encoding some elements that have a poor mapping in DocBook, like theorems. The major use is to wrap the environment in a generic container, figure, which requires a title (but none is available).
2022-12-27 15:52:26 +01:00
John R Hudson
e950555788
Insert entries for Customizable lists and Paragraph lists into Chapter 4 Modules of Additional.lyx
2022-12-27 12:09:58 +01:00
Thibaut Cuvelier
55ccae72d4
layout2layout: improve coding style.
...
Useless parentheses (not helping with readability either) and semicolon. Redo indentation to be consistent throughout the file. Also, fix typos along the way.
2022-12-26 21:22:13 +01:00
John R Hudson
f1bb623fb2
Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additional.lyx.
2022-12-26 20:40:26 +01:00
Pavel Sanda
90dab5d1e9
Revert doc update for Additional.lyx so maitenance work can continue.
2022-12-26 17:46:55 +01:00
Juergen Spitzmueller
68146184a8
Minor doc updates
2022-12-26 13:43:11 +01:00
Juergen Spitzmueller
0c56f60535
Associate "run:" link types with "Other"
2022-12-26 13:19:52 +01:00
Thibaut Cuvelier
b9b0ac1b6c
Cleanup documentation about old XML support.
2022-12-26 01:42:27 +01:00
Thibaut Cuvelier
7556fc42ff
CommandDepth is no longer used, remove it from the documentation.
2022-12-26 01:41:07 +01:00
Thibaut Cuvelier
4c8cfae776
Cleanup documentation about old XML support.
2022-12-26 01:40:52 +01:00
Thibaut Cuvelier
c77872f314
Cleanup following the removal of HTML entities
...
The remaining part that was not handled in the previous commit. It focuses on lib/symbols.
2022-12-25 20:48:14 +01:00
Thibaut Cuvelier
bc73a85778
LyXHTML: switch the doctype to (X)HTML5 and only output XML entities.
...
This is a new take on c8e2c17a
that was reverted at da67bde61a
due to entities no more recognised by the browsers. Corresponding thread on the mailing list: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg213179.html
This patch is a huge cleanup overall, by removing the distinction between HTML and XML entities (the latter arrived due to the DocBook support).
In InsetListingParams, I also changed the mechanism that relied on " to use an XML entity to be consistent with the rest of the code, mostly in case someone looks for HTML entities and wonders why they are still there.
2022-12-25 20:48:14 +01:00
Richard Kimberly Heck
fadf8ca68f
Update doc format
2022-12-25 12:48:19 -05:00
Richard Kimberly Heck
144cf4bb9a
Allow an 'other' type for hyperlinks. Format change.
...
Also, perform the URL fixing magic for DocBook and XHTML.
As it was, it was impossible to enter e.g. "tel:" type links. Now
choosing the "Other" type just outputs the URL as given.
Also, the addition of "http" or "file" was not being done for
DocBook and XHTML. Now it is.
2022-12-25 12:45:48 -05:00
John R Hudson
962f2370b2
Insert entries for Section boxes, Variable-width minipages, Fix Computer Modern Fonts, LaTeX Kernel fixes, Minimalistic Insets and Title and Preamble Hacks into Chapter 4 Modules of Additional.lyx
2022-12-24 18:19:05 +01:00
John R Hudson
af5da98cae
Insert entries for APA with NatBiB, Fancy Colored Boxes and Graphic Boxes to Chapter 4: Modules of Additional.lyx
2022-12-24 01:06:40 +01:00
John R Hudson
d7ed4b9bd0
Insert entries for Braille, FiXme, PDF Comments, PDF Forms, Ruby and TODO notes into Chapter 4 Modules of Additional.lyx
2022-12-23 17:19:51 +01:00
John R Hudson
5732b0482a
Add entries for Hazard and Precautionary Statements, Risk and Safety Statements and Linguistics to Chapter 4 Modules of Additional.lyx
2022-12-22 22:56:45 +01:00
Thibaut Cuvelier
19b04c7bc8
Fix a typo in layouts.
2022-12-22 04:18:33 +01:00
Thibaut Cuvelier
c8c1c15631
Fix typos in comments
2022-12-22 02:54:28 +01:00
John R Hudson
1470a7b864
Update references to example files in Additional.lyx to match the 2.4 examples interface.
2022-12-21 18:46:39 +01:00
John R Hudson
56c9566feb
Update all references to templates in Additional.lyx to match the 2.4 template interface.
2022-12-21 17:13:27 +01:00
Juergen Spitzmueller
ceffadfbab
lyx2lyx: fix glitch in revert_starred_refs
2022-12-21 08:52:44 +01:00
John R Hudson
34d8a8e1d2
Insert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes of Additional.lyx
2022-12-19 22:12:31 +01:00
Juergen Spitzmueller
9966b4be4a
Adapt inset info to new version check
2022-12-19 17:42:49 +01:00
Juergen Spitzmueller
2e6ea5f613
Extend flexible version check to packages
2022-12-19 17:42:27 +01:00
Juergen Spitzmueller
029adfa28c
Improve LaTeX version checking
...
Instead of having to add and individually test the versions to check
for, we store the current version and test on that with a specific
function isAvailableAtLeastFrom(package, year, month, day)
Currently only used for the LaTeX version, but could also be extended
for package versions.
2022-12-19 15:15:41 +01:00
Juergen Spitzmueller
41146030b6
Simplify output code
2022-12-19 11:09:50 +01:00
John R Hudson
38e3538b77
Insert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document classes of Additional.lyx
2022-12-19 10:58:38 +01:00
John R Hudson
8eb8a9d2fd
Insert short entries for Extra Font Sizes, Hebrew and Japanese document classes in Chapter 3 Document Classes of Additional.lyx
2022-12-18 18:48:35 +01:00
Pavel Sanda
5e290e4bf9
Move Kluwer template to attic.
...
(We leave layout where it is to be compatible with old docs.)
2022-12-18 17:37:50 +01:00
Juergen Spitzmueller
3694553920
Re-shuffle lfuns in RELEASE-NOTES
2022-12-18 13:37:29 +01:00
Juergen Spitzmueller
9fc190d61c
Improve functions for bibliography managers ( #8193 )
...
- new function to list bibtex databases
- citation-insert returns the list of undefined keys
if the request comes from the LyX server
Original patch from Benjamin Piwowarski (2012!).
Modified and updated by Riki Heck and myself.
2022-12-18 13:25:24 +01:00
John R Hudson
399fd96fab
Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this completes the reordering of chapters in Additional.lyx to reflect entries in Document Settings
2022-12-18 10:58:19 +01:00
John R Hudson
e61e81757a
Make the first three sections of the Supplementary tools in Additional.lyx on using BibTeX and BiblaTeX into a new Chapter 5 Bibliography
2022-12-17 22:46:11 +01:00
John R Hudson
19ceef7f86
Move Non-standard Paragraph Shapes into new Chapter 4 Modules of Additional.lyx and rename Custom Paragraph Shapes
2022-12-17 12:39:46 +01:00
John R Hudson
357c7ab023
Create new Chapter 4 Modules and move Multiple text columns section into it
2022-12-16 22:50:39 +01:00
John R Hudson
c162c2e564
Move existing chapters 4, 5, 6 and 7 of Additional.lyx, all on RevTeX, into the RevTeX section in Chapter 3 Document classes
2022-12-15 19:50:44 +01:00
John R Hudson
aeadb79273
Delete old entries on Dinbrief, Elsevier, Paper and Springer in Special Document Classes in Additional.lyx
2022-12-15 11:01:04 +01:00
John R Hudson
bc51bab546
Insert short updated entries for Dinbrief, Elsevier, Paper and Springer in Chapter 3 Document classes of Additional.lyx
2022-12-14 20:46:09 +01:00
John R Hudson
0d50b62f73
Move Slides (SliTeX) section in Additional.lyx to Chapter 3 Document classes
2022-12-14 10:36:23 +01:00
John R Hudson
9f17026e93
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
2022-12-13 20:19:01 +01:00
John R Hudson
e33e2fe312
Move Article (mwart) section in Additional.lyx to Chapter 3 Document classes and change the heading to Polish M.W. collection
2022-12-13 11:28:42 +01:00
John R Hudson
8792e6418e
Move Foils (FoilTeX) section in Additional.lyx to Chapter 3 Document classes
2022-12-12 23:45:19 +01:00
John R Hudson
6e401da6ac
Move AasteX section in Additional.lyx into Chapter 3 Document classes
2022-12-12 19:22:05 +01:00
John R Hudson
dc81a3f95d
Insert updated section on A&A paper into Chapter 3 Document classes
2022-12-11 23:30:05 +01:00
Scott Kostyshak
a15303b938
Update format of docs using LyX binary
...
Especially after the change to use semantic linefeeds (7b23c76b
),
the diffs are large and it's hard to figure out what diff is the
result of the linefeed change and which diff is the result of an
edit.
By updating the docs, it will make the edits easier to understand
from the diff.
This commit used the LyX binary to write the new .lyx files since
lyx2lyx does not apply semantic linefeeds.
I used the following command:
./development/tools/updatedocs.py [path to 'lyx' binary]
A few documents were not updated (e.g., the command sequence used
failed because a dialog about a missing dependency was shown).
I did not update Additional.lyx for any language since it is
undergoing changes. I also didn't change anything in doc/fr since JP
is working on some of those. I also didn't change doc/ru since it
appears Yuriy already updated those.
2022-12-11 11:16:28 -05:00
Juergen Spitzmueller
a066b81380
Fix comment
2022-12-11 15:12:06 +01:00
Juergen Spitzmueller
163844a6d0
Allow defaultfamily change with non_TeX fonts ( #12608 )
2022-12-11 14:47:13 +01:00
John R Hudson
b278d5ac73
Move Hollywood section into new Chapter 3 Document classes
2022-12-11 12:04:05 +01:00
Yuriy Skalko
6741a8fbf8
Update ru docs
2022-12-10 22:20:40 +01:00
Yuriy Skalko
610765050a
Update format for doc/ru files
2022-12-10 22:14:17 +01:00
Juergen Spitzmueller
af7f4b90ef
Update IEEE Transactions Conference template
...
The crucial change here is bib file encoding, which is latin9.
2022-12-10 12:59:50 +01:00
Enrico Forestieri
ae961f004b
Partial fix for #12605
...
The equation number is now correctly generated when using
\ref in \tag, but if equations are numbered within sections,
the \tag'ed equations in the first sections are numbered wrongly.
However, I think this is a preview.sty bug not a lyx one.
2022-12-10 11:31:51 +01:00
John R Hudson
c3881f6e9e
Move Braodway section into new Chapter 3 Document classes
2022-12-09 22:23:41 +01:00
John R Hudson
a34411d542
Move Memoir section into new Chapter 3 Document classes
2022-12-09 19:17:30 +01:00
Juergen Spitzmueller
c90e656d9d
Fix cut and paste error
2022-12-09 09:12:23 +01:00
Thibaut Cuvelier
3925809170
XHTML: disable item tags within <pre>.
...
Fixes a remaining bug from https://www.lyx.org/trac/ticket/10553 .
2022-12-09 02:49:50 +01:00
Richard Kimberly Heck
4e7f6949bf
One more unused variable
2022-12-08 15:19:16 -05:00
Richard Kimberly Heck
b0fa3efd57
Remove more unused variables.
...
These flags are only relevant to reference-types that we are not
reverting. That's why they were unused.
2022-12-08 15:19:16 -05:00
Richard Kimberly Heck
8e3f99ddc9
Remove some unused variables
2022-12-08 15:19:16 -05:00
John R Hudson
85a1e9a69f
Move KOMA-script section into new Chapter 3: Document classes
2022-12-08 21:10:02 +01:00
Scott Kostyshak
f0a2114268
lyx2lyx: remove unused variable
...
Amend 7bbaead5
.
2022-12-08 13:32:00 -05:00
Scott Kostyshak
06975721b6
fr Addtional: Use quote insets instead of UTF-8
2022-12-08 13:24:33 -05:00
Scott Kostyshak
cb732ef5db
fr Additional: fix output with XeTeX
...
It was compiling with glyph warnings because of U+2009 characters
(which appear in LyX as just spaces so difficult to catch) inside
the << and >>.
2022-12-08 13:24:14 -05:00
Richard Kimberly Heck
7bbaead588
Amend last commit
2022-12-08 12:42:03 -05:00
jpc
b15cc19d72
Translation of index new features step 3
2022-12-08 17:54:27 +01:00
Richard Kimberly Heck
fa449e9769
Simplify conversion routine, and remove warning
2022-12-08 11:09:48 -05:00
John R Hudson
56f525cec3
Move AMS LaTeX section into new Chapter 3 Document classes
2022-12-08 16:20:38 +01:00
John R Hudson
4f190a584e
New chapter 3 Document classes inserted to contain all the material relating to document classes which will be moved in in stages
2022-12-08 05:01:21 +01:00
John R Hudson
5c2d92b930
Kluwer no longer available; remove Kluwer section
2022-12-06 22:17:23 +01:00
Richard Kimberly Heck
345eba1049
Update layouts to format 98
2022-12-06 01:02:22 -05:00
Richard Kimberly Heck
c50f0b125d
Add HTMLClass for InsetLayout as well. Layout format change.
2022-12-05 23:42:50 -05:00
Richard Kimberly Heck
8567e09dbf
Fix infinite loop. Thinko!
2022-12-05 23:37:40 -05:00
Richard Kimberly Heck
bbfff0e60f
Amend 4966da68
2022-12-05 14:48:48 -05:00
Richard Kimberly Heck
4966da6864
Add conversion routine for format 612.
...
I forgot that this is needed, because the new parameter is written to
the file no matter its value.
Also, fix two typos in the reversion routine.
2022-12-05 14:45:40 -05:00
Richard Kimberly Heck
409d889822
Missed this one: InsetLayout does not do HTMLClass (at least not yet).
2022-12-05 01:07:25 -05:00
Richard Kimberly Heck
70deab72bc
Release notes
2022-12-04 18:39:42 -05:00
Richard Kimberly Heck
d4f2460ac4
Fix bug #11410 .
...
Main part of patch from Daniel, adapted by me.
I also added the lyx2lyx code.
2022-12-04 18:33:58 -05:00
Richard Kimberly Heck
053e858e2c
InsetLayout does not understand HTMLClass
2022-12-04 16:39:44 -05:00
Richard Kimberly Heck
ea26cb2220
Update release notes
2022-12-04 15:22:57 -05:00
Jean-Marc Lasgouttes
ff1ddf6251
Fixup 71623b88
: change semantics of "delete" LFUNs again
...
Instead of specifying "force" to disable the deletion protection
mechanism, invert the default so that "confirm" is needed to activate
it. The idea is to keep the lfun reasonable for scripting and add a
special argument for interactive use.
Document in release notes.
Update LFUN.lyx documentation
Update bind files.
Add conversion step to prefs2prefs_lfun.py.
2022-12-04 21:13:51 +01:00
Richard Kimberly Heck
3800036b2a
Fix CSS
2022-12-04 14:46:30 -05:00
Richard Kimberly Heck
23a997bbf6
Customization update for HTMLClass
2022-12-04 14:33:47 -05:00
Richard Kimberly Heck
59acab7eea
Add CSS for enumerations to other classes
2022-12-04 14:33:29 -05:00
Richard Kimberly Heck
c72cef7e8a
Update layout format
2022-12-04 13:36:34 -05:00
Richard Kimberly Heck
69a6c41b94
Introduce HTMLClass tag, to make it easier to give these.
2022-12-04 13:36:34 -05:00
Richard Kimberly Heck
6f4f7442ef
Fix bug #11769
2022-12-04 12:51:47 -05:00
jpc
8e8825baa7
Translation of new index features step 2
2022-12-04 11:20:31 +01:00
Richard Kimberly Heck
76c7fab5a6
Update Customization manual
2022-12-04 00:38:07 -05:00
Richard Kimberly Heck
75b111aca7
Actually do the layout update
2022-12-04 00:35:33 -05:00
Richard Kimberly Heck
9d2ea6185b
Update layout formats
2022-12-04 00:35:01 -05:00
Richard Kimberly Heck
3eb3608138
Fix bug #11418 .
...
Add new HTMLInToc layout tag: When false, the thing will not be output
to the TOC. It's now set to false for starred sections.
2022-12-04 00:33:14 -05:00
Juergen Spitzmueller
2568e6d606
Fix shortcut conflicts
2022-12-03 13:30:41 +01:00
John R Hudson
0e0d21f905
IOP class no longer in CTAN; remove IOP section
2022-12-01 21:29:19 +01:00
John R Hudson
483620edfa
IJMPC/D no longer in CTAN; remove section on IJMPC/D
2022-12-01 21:28:48 +01:00
John R Hudson
924e74bd69
AA not longer exists in CTAN; deleting section on AA.
2022-11-29 19:50:10 +01:00
Jean-Marc Lasgouttes
9376f0203d
Merge branch 'killqt4'
...
Remove all trace of Qt4 support. The different elements have been
considered carefully before removal.
The only changes that need to be done concern Windows and macOS
compilation instruction and will need to be taken care of by the
respective maintainers before prerelease.
The file TODO.killqt4 lists what remains to be done.
2022-11-28 15:19:41 +01:00
jpc
77d6198807
Update doc (semantics of "graphique" in French)
2022-11-28 11:38:48 +01:00
Pavel Sanda
50ce45b529
* RELEASE-NOTES
2022-11-28 11:29:22 +01:00
Pavel Sanda
d82247985a
* RELEASE-NOTES
2022-11-28 11:09:37 +01:00
Yuriy Skalko
7b23c76b71
Add "semantic linefeeds" after punctuation marks.
...
We already had such breaks for dot.
File format change.
2022-11-28 11:58:53 +02:00
Jean-Marc Lasgouttes
ec767f02a0
Support macros from hepnames and hepparticles packages
...
This macros are important for particle physicists. Note that the
package hepparticles as distributed in recent texlive does not work
(see #11804 ) and need to be patched. This is however not something we
can do, and any physicist wanting to use this will have patched his
own version I guess.
I contacted Andy Buckley, the author of the package, who answered that
he is aware of the issue but does not have time right now to fix it.
The workaround is straightforward: on line 176 of hepparticles.sty,
replace "\updefault" by "n".
Two parts:
- add *lots* of definitions to lib/symbols
- add hepparticles and hepnames as simple features in LaTeXFeatures.
The definitions are courtesy of @renyhp, and extracted from the
aforemented packages:
https://www.ctan.org/pkg/hepparticles
https://www.ctan.org/pkg/hepnames
Fixes bug #11804 .
2022-11-27 19:47:02 +01:00
Richard Kimberly Heck
0266b70a5a
Update release notes.
2022-11-27 13:29:52 -05:00
Richard Kimberly Heck
e902b86f66
Minor update to release notes.
2022-11-27 13:28:31 -05:00
Daniel Ramoeller
2d01fcd079
Activate another tab group (aka split view)
...
Bind the new functions tab-group-next/previous to F6/S-F6 in CUA bindings.
Fix for #12115 .
2022-11-27 18:52:05 +01:00
Juergen Spitzmueller
315d347d3e
Include he/cua.bind ( #12052 )
...
To allow for its use, we add support to include a bind file from the
top dir (i.e., non-localized) via \bind_file ../<file>
2022-11-27 16:30:21 +01:00
Scott Kostyshak
6d4ab79917
Effectively disable the "Stop command?" dialog
...
We now allow the user to cancel the background process at any point
(via the red "x" in the status bar or Document > Cancel Export), so
we do not need to poll the user with the dialog.
The patch works by setting timeout to "-1" which is treated as a
special value to disable the poll.
Fix (by obviation) #12531 and #9953 , which were about the dialog.
2022-11-25 10:25:40 -05:00
Juergen Spitzmueller
10ad1670f7
Correct documentation of localized bind files
...
These are in subfolders nowadays (no more lang_ prefix)
2022-11-25 11:26:29 +01:00
Scott Kostyshak
4ade2f02cd
"Cancel Background Process" -> "Cancel Export"
...
"Cancel Export" sounds more user friendly.
Discussed briefly on ML here:
https://www.mail-archive.com/search?l=mid&q=20221122200127.th3qwgpimqndksmd%40gary
2022-11-24 21:15:50 -05:00
Scott Kostyshak
2b66765f6d
RELEASE-NOTES: document clicking on red x
...
New functionality introduced at 869247b6
.
2022-11-24 21:13:39 -05:00
Scott Kostyshak
ffff88e7fc
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
...
Change menu options "Figure Wrap Float" to "Wrapped Figure"
and "Table Wrap Float" to "Wrapped Table".
2022-11-24 20:17:53 -05:00
Juergen Spitzmueller
869247b617
Add button to stop processing
...
(rather than having it stop by clicking on the spinner)
2022-11-21 18:56:28 +01:00
jpc
0264141b3c
Translation of new index features step 1
2022-11-21 18:34:38 +01:00
Jean-Marc Lasgouttes
4603363fbc
Update check_glyphs.lyx document
2022-11-20 21:19:44 +01:00
Jean-Marc Lasgouttes
7d196fea77
Fix handling of codepoints 9, 10, 12, 13
...
Qt >= 5 refuses to display them. We work around this in lib/symbols
already, but make sure we do not try to display math glyphs at these
code points anyway.
Fixes bug #8493 .
2022-11-20 20:53:55 +01:00
Thibaut Cuvelier
3917cab408
symbols: fix a type for \Im
2022-11-20 16:32:58 +01:00
Thibaut Cuvelier
7a6024381c
Update the format for some doc pages
2022-11-20 15:20:53 +01:00
Thibaut Cuvelier
2f1861380d
Improve wording of RELEASE-NOTES entry
2022-11-19 23:33:43 +01:00
Jean-Marc Lasgouttes
db70aec262
update release notes
2022-11-19 15:08:21 +01:00
Juergen Spitzmueller
069122feba
Revert "Try to be more pedantic wrt blank lines in lyx2lyx output"
...
This reverts commit 9ce0ff50c1
.
2022-11-06 17:17:33 +01:00
Juergen Spitzmueller
9ce0ff50c1
Try to be more pedantic wrt blank lines in lyx2lyx output
...
Hopefully to the tests' please
2022-11-06 16:40:12 +01:00
Scott Kostyshak
cbc3804a2f
Correct typos of "occurred" in warnings/errors
...
Change "occured" and "ocurred" to "occurred".
2022-11-06 10:06:50 -05:00
Juergen Spitzmueller
2604274a88
de/UserGuide: document index-tag-all
2022-11-06 09:11:18 +01:00
Juergen Spitzmueller
3bbce7f24a
Introduce index-tag-all lfun
...
This is a convenience function for indexing. It adds a copy of the
index inset under cursor after any word in the buffer that is equal
(case-insensitively) to the word preceding the index inset.
The function can be easily used to generate bad indexes (and I warn
about that in the UserGuide), but if used with care, it can also be
extremely convenient.
2022-11-05 18:39:33 +01:00
Juergen Spitzmueller
e2105bed61
Update RELEASE_NOTES
2022-11-05 08:34:36 +01:00
Jean-Marc Lasgouttes
fad170be1a
New lfun to copy index insets from ToC
...
The new function inset-insert-copy can only be invoked from the ToC.
It is currently only implemented for Index inset.
It is a special lfun because Inset::dispatch is called directly from
the ToC widget with cursor pointing to the inset, whereas the patch
happens in the workarea at caret position. This function cannot be
called directly.
Add an entry for this function in the toc context menu.
Fixes bug #4582 .
2022-11-04 21:52:46 +01:00
Juergen Spitzmueller
68e268e117
Add some options to index context menu
2022-11-04 11:29:56 +01:00
Juergen Spitzmueller
4299d842e8
Adapt French docs to new index features
2022-11-04 09:03:55 +01:00
Juergen Spitzmueller
e316e21aa1
Amend b8502a3ea2
2022-11-03 07:14:14 +01:00
Juergen Spitzmueller
b8502a3ea2
Fix glitch in index reversion routine
2022-11-03 05:54:50 +01:00
Juergen Spitzmueller
0e710626b8
Adapt all German and English manuals to new index features
2022-11-02 15:24:13 +01:00
Juergen Spitzmueller
886d881ba3
lyx2lyx: fix index reversion
...
This was only a warning, but it made the tests fail
2022-11-02 09:33:09 +01:00
Juergen Spitzmueller
f41546d73c
German documentation of new index features
2022-11-01 14:45:37 +01:00
Juergen Spitzmueller
262f0b528a
UserGuide: use new features for all index entries
2022-11-01 11:06:50 +01:00
Juergen Spitzmueller
4e50da3e65
Merge branch 'features/indexmacros'
2022-10-31 19:32:52 +01:00
Juergen Spitzmueller
f4d588cea5
Document new inset features
2022-10-31 19:26:39 +01:00
Juergen Spitzmueller
077ccf905d
Rename subindex to subentry
...
Makes more sense, and distinguishes it better from printsubindex
2022-10-31 06:51:38 +01:00
Juergen Spitzmueller
0df63e3773
Add Christopher Hillenbrand to the credits
2022-10-31 04:33:07 +01:00
Juergen Spitzmueller
5a7c6aaeee
Add some comments
2022-10-29 15:40:06 +02:00
Juergen Spitzmueller
874f559bc7
Add last missing bit to insetindexmacros: file format change and lyx2lyx
...
The feature is now ready for primetime!
2022-10-29 15:11:11 +02:00
Juergen Spitzmueller
3a949b32f0
Merge branch 'master' into features/indexmacros
2022-10-29 11:42:14 +02:00
chillenb
22e5903bf3
adjust text display width in windowed mode
2022-10-27 17:49:43 +02:00
Juergen Spitzmueller
b3b22b0c70
Sync with master
2022-10-26 10:52:21 +02:00
Juergen Spitzmueller
d4d4654d63
Only load subscript package with LaTeX < 2005/12/01 ( #12387 )
2022-10-13 16:05:03 +02:00
Juergen Spitzmueller
2c72884f26
GuiLyXFiles: differentiate user and system folders
2022-10-09 16:13:48 +02:00
Juergen Spitzmueller
5ee0ba6403
GuiLyXFiles: Visually distinguish folders from files ( #12584 )
2022-10-08 16:45:52 +02:00
Jean-Marc Lasgouttes
a20477993b
Preview: do not overwrite fg/bg color names that beamer uses
...
Rename them to lyxfg/lyxbg
Fixes bug #12563 .
2022-10-08 16:42:55 +02:00
Jean-Marc Lasgouttes
8319bdbbbe
Unify wording for statistics
...
Use 'no blanks' uniformly.
Also remove separator in zoom menu.
2022-09-13 12:42:28 +02:00
Daniel Ramoeller
974534f28a
Disentangle status bar and zoom menu
...
- Moves the zoom menu to the zoom value
2022-09-13 11:49:41 +02:00
Jean-Marc Lasgouttes
bb1d955754
Simplify status bar context menu
...
Remove "Show" prefix.
Remove "(With Blanks)".
2022-09-02 19:58:13 +02:00
Juergen Spitzmueller
96d9e748cf
Polish status bar statistics
2022-08-17 14:59:50 +02:00
Juergen Spitzmueller
e6b93f7489
Load ucs before utf8x inputenc with recent ucs versions
...
Otherwise inputenc falls back to utf8 option, which breaks documents
2022-08-16 17:56:07 +02:00
Juergen Spitzmueller
771e46c58d
de/UserGuide: another minor correction
2022-08-16 12:28:13 +02:00
Juergen Spitzmueller
5d87131901
de/UserGuide: some minor corrections
2022-08-16 12:25:55 +02:00
Pavel Sanda
bd0510b08f
configure.py: sanitize restrictive policies of IM on some distributions.
...
Some distros banned GS for Imagemigick conversions.
In effect eps->png conversion is broken and this can't
be fixed locally by the user.
Our workaround is to allow eps->pdf->png conversion from
different tools when IM bans the conversion.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217834.html
2022-08-12 01:03:09 +02:00
Stephan Witt
9686fe0c79
Improved synctex support
...
- Check the state of the synchronize TeX output option of the document to enable or disable the LFUN for forward-search.
- write synctex macro to TeX source not only for PdfLaTeX
2022-08-11 22:45:51 +02:00
Pavel Sanda
04ada8e5fa
Fix shortcut
2022-08-10 00:03:20 +02:00
Pavel Sanda
c1575a5be1
* RELEASE-NOTES
2022-08-09 23:58:13 +02:00
Pavel Sanda
5b50a97fd7
Add document statistics to statusbar.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217810.html
2022-08-09 23:48:55 +02:00
Stephan Witt
4296df9960
Add detection for available macOS applications and add check for Skim.app as alternate PDF viewer.
2022-08-08 15:46:57 +02:00
Juergen Spitzmueller
199980412b
Install icon.aliases in images/ where it is searched
2022-08-08 10:13:23 +02:00
Stephan Witt
83bea9c8c1
Fix a typo in copied comment.
2022-07-31 23:35:14 +02:00
Pavel Sanda
79f321d0f5
pyupgrade related fixes to python scripts #2 .
...
Patch from Jose.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217790.html
2022-07-31 20:08:44 +02:00
jpc
4c72d8aeac
Info in French UserGuide
2022-07-31 18:29:23 +02:00
Pavel Sanda
c041925261
pyupgrade related fixes to python scripts #2 .
...
Patch from Jose.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217777.html
2022-07-31 11:13:53 +02:00
Pavel Sanda
d79637a88e
Various python fixes suggested by pyupgrade.
...
Patch from Jose.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217770.html
2022-07-31 00:36:51 +02:00
Daniel Ramoeller
d7eecccfd4
Fix for blue rectangles on math Style icon
...
Fix for bug #12103 .
2022-07-23 17:15:50 +02:00
Jean-Marc Lasgouttes
96e7fcd4e0
When pasting as LaTeX, honor textclass and modules
...
There are several small parts that are needed here:
* Implement LayoutModuleList::asString() that returns a comma-separated
list of modules.
* in Converter::convert(), handle the new tokens $$c for the current
textclass and $$m for the list of modules.
* in Buffer::importFile(), pass the current buffer as parameter instead
of nullptr.
* in pasteClipboardText(), copy the parameters of the current buffer to
the internal one used for importation, so that the textclass and
modules information is available to convert().
* finally, modify configure.py to pass "-c $$c -m $$m" to tex2lyx for
the latexclipoard->lyx converter.
Fixes bug #11312 .
2022-07-19 00:28:28 +02:00
Jean-Marc Lasgouttes
31579edd76
Fixup b2a7b715a2
: At least one 'HFill' should remain in the doc.
2022-07-16 00:33:55 +02:00
Daniel Ramoeller
95da270711
Check for icon aliases
...
The aliases are defined by a file in the (system or user) image
directory. The format is pretty simple: each line is like
<str1> <str2>
Where every instance of <str1> will be replaced with <str2>.
Fixes bug #12509 .
2022-07-12 23:35:48 +02:00
Scott Kostyshak
9108263d2f
Europe_CV: use "utf8" instead of "utf8x"
...
uf8x is not recommended
(https://github.com/latex3/latex2e/issues/833 ), and thanks to Europe
CV's recent release, is no longer needed. See here:
https://github.com/gsilano/EuropeCV/pull/30
Europe CV still fails on an updated TeX Live (see discussion on
hooks in the above discussion for why), but this commit at least
fixes the unicode-related errors.
2022-06-20 16:45:02 -04:00
Scott Kostyshak
6148b4424c
Europe_CV: update format
2022-06-20 16:45:02 -04:00
jpc
8605296ac0
Solve shortcut conflicts in std*.inc and fr.po
2022-06-14 15:41:32 +02:00
jpc
8fff0cf774
Update fr.po and a couple of shortcuts defined with non-existing letters
2022-06-13 09:47:54 +02:00
Juergen Spitzmueller
f40b8bf627
Amend b2a7b715a2
2022-06-12 14:24:20 +02:00
Daniel Ramoeller
b2a7b715a2
Make space names more standard
...
Fix for bug #12547 .
- "Interword" becomes "Normal"
- "Protected" becomes "Non-Breaking"
Plus a minor fixes to the "Horizontal Space Settings" dialog:
- Indicate that when "Non-Breaking" is disabled, the space will be non-breaking
2022-06-12 13:35:29 +02:00
Daniel Ramoeller
d9f51be6ed
Show size of named spaces in dialog
...
Fix for bug #12467 .
2022-06-03 12:37:39 +02:00
Kornel Benko
a379c5d5ea
Amend 9d8dfe934b
: Check _all_ visited dirs
2022-06-02 12:16:07 +02:00
Scott Kostyshak
f01b2b7f15
Revert "User Guide: add quotes to a PackageOptions command"
...
Jürgen fixed the core issue at a77c84a0
so this workaround is not
needed anymore. It is more intuitive, and easier to remember, to not
use the double-quotes.
This reverts commit 67e9add6d0
.
2022-05-24 09:47:21 -04:00
Scott Kostyshak
67e9add6d0
User Guide: add quotes to a PackageOptions command
...
The double-quotes are needed when there are two options.
Thanks to Jürgen.
2022-05-18 21:09:58 -04:00
Scott Kostyshak
58a0756a70
Typo in User Guide
...
"option1,option1" -> "option1,option2"
2022-05-17 21:24:58 -04:00
Juergen Spitzmueller
047004cb0f
Merge branch 'master' into features/indexmacros
2022-05-14 16:29:46 +02:00
Kornel Benko
aec76acecc
Small addition concerning advanced find and regular expression
2022-05-01 10:34:12 +02:00
Juergen Spitzmueller
7d7b21ec3e
Introduce InsetIndexMacros
...
This adds native macros for subindexes (!level), |see and |seealso
as well as native support for ranges |( |) and pagination format
-- e.g., |textbf -- via the index dialog
Resolves #12478 , #7232 and #5014
The feature is complete (incl. tex2lyx) except for
* file format change and lyx2lyx
* docbook/xhtml
* documentation
2022-04-19 11:46:08 +02:00
Pavel Sanda
335f158896
* RELEASE-NOTES
2022-04-17 00:49:35 +02:00
Pavel Sanda
5ba4d54b63
*doc - branch-sync-all
2022-04-17 00:37:22 +02:00
Pavel Sanda
5ac8a0b9ae
Update status of layouttranslations
2022-04-13 11:36:49 +02:00
Pavel Sanda
8471b97fd4
* layouttranslations updates from Veselin
2022-04-13 11:32:45 +02:00
Thibaut Cuvelier
544adb065b
XHTML tables: fix borders and implement booktabs.
...
https://www.lyx.org/trac/ticket/10154
Contributed by raccoon.
2022-04-02 03:34:33 +02:00
Pavel Sanda
46c6c40bea
* layouttranslations for bg
2022-04-01 23:05:04 +02:00
Pavel Sanda
d1f8c48d1b
* bash_completion from Hernan Solari
2022-04-01 22:56:57 +02:00
Pavel Sanda
9804b544e9
Add Hernan to credits
2022-04-01 22:55:41 +02:00
Pavel Sanda
b678844481
* RELEASE-NOTES
2022-03-26 11:58:49 +01:00
Pavel Sanda
b1db663d99
* bash_completion - outdated syntax
...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008257
2022-03-26 11:16:38 +01:00
Daniel Ramoeller
f21899661a
Add toggle feature for all, outer and inner borders
...
Fix for bug #12503 .
Also some bug fixes for the set inner lines algorithm. See discussion of #12503 .
2022-03-13 10:34:16 -04:00
Jean-Marc Lasgouttes
a6db1383f5
Get rid of spelling and language marks in info inset
...
These are just annoying. Note that the language mark cannot currently
be specified in a layout file, but it is not clear that there is a
need for that. Therefore I used the simple and hackish way.
2022-03-10 13:35:45 +01:00
Scott Kostyshak
ae31e16952
lyx2lyx: prefix warning messages with "lyx2lyx"
...
Both lyx2lyx and LyX write output to the terminal, and it's helpful
to know which messages are coming from lyx2lyx. For example, before
this commit if we opened a document in LyX that has a newer file format than
lyx2lyx can deal with, we see the following output in the terminal:
Warning: 619: Format not supported.
Warning: Quitting.
Error: Document format failure
The first two lines (the warnings) are output from lyx2lyx, and the
third is output by LyX. This output was particularly confusing
because I first thought "LyX tries to quit if the document is too
new?", but in fact LyX still stays open; it just doesn't open the
document. After this change, the output is now the following:
lyx2lyx warning: 619: Format not supported.
lyx2lyx warning: Quitting.
Error: Document format failure
2022-03-08 11:57:04 -05:00
Kornel Benko
4b58e3b4fe
Format of description of function search-ignore
2022-03-04 17:29:37 +01:00
Thibaut Cuvelier
030db93ab2
unicodesymbols: fix problematic entries.
2022-02-27 04:14:12 +01:00
Daniel Ramoeller
8bc6aa7535
Footnote LabelString should be "Foot" rather than "foot"
...
Fix for bug #12487 .
2022-02-22 10:33:51 +01:00
Thibaut Cuvelier
0cde3dce12
unicodesymbols: add math versions of some symbols according to unicodetex
2022-02-21 18:24:26 +01:00
Thibaut Cuvelier
548c12158f
unicodesymbols: mark several Greek characters as deprecated (oxia becoming tonos).
...
Some of corresponding commands did not have a matching LaTeX command for a currently recommended Unicode character; these have been added.
2022-02-21 18:24:26 +01:00
Thibaut Cuvelier
fb70452086
unicodesymbols: amend fec498d6
, there was an O (capital letter O) instead of an 0 (zero).
2022-02-20 22:29:15 +01:00
Thibaut Cuvelier
fec498d661
unicodesymbols: add several synonyms.
2022-02-20 01:33:28 +01:00
Thibaut Cuvelier
0dc7f34e00
unicodesymbols: parse supplementary lines to encode alternative ways to encode symbols in raw LaTeX.
2022-02-20 01:33:03 +01:00
Thibaut Cuvelier
faf0e9ee13
configure: for EPS to PNG, ask ImageMagick to only consider the first image.
...
Issue discussed in the mailing list: when the EPS contains several images (Adobe Photoshop exports two of them, one being a low-quality TIFF for preview), two files are generated, none with the existing name (prefix: -0 and -1). Hence, LyX thought that there was an error.
2022-02-20 01:33:02 +01:00
Enrico Forestieri
94a7f74423
Avoid a Qt warning about bad svg
...
See #10384 for the details.
2022-02-17 14:59:17 +01:00
Juergen Spitzmueller
58b8eda64f
de/Customization: fix typo.
2022-02-15 10:53:34 +01:00
Juergen Spitzmueller
e2adad20e8
Small doc addition concerning \DocumentMetadata
2022-02-13 10:28:00 +01:00
Juergen Spitzmueller
1da80d4d8f
Add basic support for \DeclareMetadata
...
File format change
2022-02-12 17:10:34 +01:00
Juergen Spitzmueller
a7c58e2ff3
Do not output hyperref option unicode with recent hyperref versions
...
unicode is true by default anyway, and it is now easier to opt out
via PackageOptions
2022-02-11 17:07:57 +01:00
Juergen Spitzmueller
e071d5fe29
HP-Statements example: update
...
Some of the examples used here seem to be no longer supported by
the hpstatement package and lead to errors.
2022-02-07 17:07:50 +01:00
Scott Kostyshak
29b386640e
Comment: link to Beamer enumitem feature request
2022-01-27 17:27:15 -05:00
jpc
d085830895
Update branch inset inversion explanation
2022-01-13 17:33:36 +01:00
Jean-Marc Lasgouttes
1ed9257c6d
Document \draw_strategy in release notes
...
Also trim some whitespace.
2022-01-07 17:59:26 +01:00
José Matos
109ea2be4a
Add new placeholder $${python} to configure
...
This ensures that we use a consistent Python interpreter in LyX.
$${python} is replaced by the Python version found.
Users can apply this in preferences and use the same version defined by
LyX.
2022-01-04 00:21:34 +00:00
Scott Kostyshak
13a7269b9d
Change LFUN arg from "zoom" to "zoomlevel"
...
This change is just to be more specific, to help when grepping and
reading.
The idea is from Daniel
(https://www.lyx.org/trac/ticket/12420?replyto=11#comment:11 ).
Amends cc787967
(and thus 49a17aaa
).
2022-01-03 15:57:35 -05:00
José Matos
940d3ceeb9
Make layout2layout compatible with Python 2 and 3
2022-01-03 19:59:42 +00:00
Jean-Marc Lasgouttes
0789f2f2ae
Fix font inside footnote inset
...
An inset that resets its font (like Footnote) does not care at all
about enclosing font. Therefore the real starting point is the class
default font. This avoid cases where the footnote contents is forced
to \normalsize.
It turns out that the Greyedout note inset, did inherit font but was
declared as not doing it. This commmit changes the definition by
adding \normalfont\normalsize so that no inheritance happens.
Note that actually \normalfont resets everything but the font size.
This does not matter for footnote (which has its own font size) and
greyedout (which is fixed now), but may matter elsewhere. Also, I do
not know what the situation with HTML is.
2021-12-31 13:40:53 +01:00
Stephan Witt
77670bc998
Reduce the mix of python versions in configure.py in case of running it with python3
2021-12-31 13:40:22 +01:00
Stephan Witt
6372f5569e
Avoid python based lilypond-book detection if it's not needed - e.g. on Mac
2021-12-31 11:54:28 +01:00
Scott Kostyshak
cc787967f4
Change "Show Zoom Value" to "Show Zoom Level"
...
See discussion at #12420 .
Amends 49a17aaa
.
2021-12-29 11:45:01 -05:00
Scott Kostyshak
49a17aaa5d
Change label "Show Zoom" to "Show Zoom Value"
2021-12-27 13:43:19 -05:00
Daniel Ramoeller
eae56b1194
Hide the zoom in the status bar from the status bar context menu
...
Fix for #12420 .
2021-12-27 13:43:19 -05:00
Juergen Spitzmueller
a7905c5b96
Do not protect \\ as of LaTeX 2021/06/01
2021-12-27 16:32:12 +01:00
Juergen Spitzmueller
2eaf30c57e
fr/Linguistics.lyx: fixes
...
* Fix up markup in and localize examples
* Remove local layout from lyx2lyx conversion
2021-12-08 09:49:23 +01:00
Thibaut Cuvelier
68ff3436c9
symbols: update HTML entities and Unicode encodings for Greek letter variations.
2021-12-08 02:02:46 +01:00
Thibaut Cuvelier
5b62d43835
symbols: don't encode vertical bars as nonexistent HTML entities.
...
Excerpt from https://www.lyx.org/trac/ticket/12221#comment:11
Created by lynx
2021-12-08 02:02:46 +01:00
Thibaut Cuvelier
e3489d54e3
DocBook: implement margin/sidenotes in Tufte.
2021-12-05 22:54:51 +01:00
Scott Kostyshak
c7b4cae840
Typo in doc: capitalize "t" in "EndLabeltype"
2021-12-04 15:17:36 -05:00
Juergen Spitzmueller
ea475c0ce6
Support 0x019b via tipa ( #12426 )
2021-11-12 11:43:11 +01:00
Thibaut Cuvelier
4643048583
DocBook LilyPond: add a comment to indicate that an issue cannot be worked around.
2021-11-02 00:55:24 +01:00
Thibaut Cuvelier
710fb50118
Fix the Unicode encoding of Rightarrow
...
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
2021-10-29 21:29:42 +02:00
Jean-Marc Lasgouttes
f8e893ce7e
Release note: remove fun "bidi"
...
As documented later, this has been removed.
2021-10-29 18:08:29 +02:00
Juergen Spitzmueller
9febb60190
Document parskip change in RELEASE NOTES ( #10968 )
2021-10-29 18:01:02 +02:00
Thibaut Cuvelier
ed052a7691
Fix the Unicode encoding of langle/rangle
...
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
The previous mapping was for HTML 4, the new one is for HTML 5.
2021-10-28 23:52:30 +02:00
Yuriy Skalko
54028c3eea
Mark inverted branch insets
2021-10-27 00:56:06 +03:00
Scott Kostyshak
9ca91b2566
Update layouts (run layout2layout.py)
...
There is nothing in the diff besides the format number changing from
93 to 95. From what I understand, this is as expected since 93 -> 94
and 94 -> 95 just add new layout tags.
Updating the layouts makes it easier to test master. Otherwise, in
some use cases layout2layout can be run hundreds of times which can
make some things slow (e.g., opening documents or even opening the
advanced find pane).
2021-10-25 12:37:21 -04:00
Stephan Witt
c52344e859
#12408 improved release notes text for changed shortcuts on macOS
2021-10-24 11:28:03 +02:00
Thibaut Cuvelier
e93e50bf56
DocBook: add the DocBookRenderAsImage tag.
2021-10-13 19:26:48 +02:00
Thibaut Cuvelier
73a63822c2
DocBook: update links to LilyPond bugs.
...
Also updates the test so that it matches the next version of LilyPond.
2021-10-13 02:36:39 +02:00
Thibaut Cuvelier
32bd5877e7
DocBook: make copier compatible with Python 2.
2021-10-13 02:36:39 +02:00
Daniel Ramoeller
0862042b28
SVG replacement of busy.gif
...
Fix for bug #10384 .
2021-09-29 12:49:56 +02:00
Pavel Sanda
05dd6614c4
Include docbook_copy.py in released tarball.
2021-09-27 22:07:07 +02:00
Thibaut Cuvelier
e9db9d3644
DocBook copy: add links to bug reports.
2021-09-27 01:46:01 +02:00
Thibaut Cuvelier
6d3be39587
DocBook copy: don't error if the file was already copied.
2021-09-27 01:15:16 +02:00
Thibaut Cuvelier
a464915f58
DocBook copy: large refactoring to improve readability.
2021-09-27 01:10:49 +02:00
Thibaut Cuvelier
e22f52e731
DocBook: make LilyPond work more reliably.
2021-09-27 00:39:10 +02:00
Thibaut Cuvelier
508badc78a
DocBook: redirect LilyPond output to main LyX output to ease debugging.
2021-09-26 21:13:17 +02:00
Thibaut Cuvelier
e983676f6c
DocBook: work around bug in LilyPond.
...
https://lists.gnu.org/archive/html/bug-lilypond/2021-09/msg00039.html
2021-09-26 21:00:59 +02:00
Thibaut Cuvelier
57e0b860cb
DocBook: add the new script as DocBook copier.
2021-09-26 19:10:13 +02:00
Thibaut Cuvelier
f0537d72ee
DocBook: add script to start LilyPond on the generated file.
...
Not yet used anywhere in the code for now (see next commit).
2021-09-26 18:15:09 +02:00
Thibaut Cuvelier
661fcb2628
Unused code.
2021-09-26 17:27:41 +02:00
Thibaut Cuvelier
b2c0604ad1
Typo.
2021-09-26 17:25:28 +02:00
Thibaut Cuvelier
db3efe4549
Amend 4fd6edf3
...
Escape paths in the generated RC file.
2021-09-23 23:40:21 +02:00
Thibaut Cuvelier
4fd6edf330
Find LilyPond on Windows too.
...
The main problem is that, while lilypond.exe exists, there is not lilypond-book.exe: the previous calls always failed, even though the file was there, just not called the right way.
2021-09-23 02:59:39 +02:00
Thibaut Cuvelier
ffa1b1dcc7
DocBook: add inner tags for layouts.
...
This makes it possible to implement LilyPond as prescribed in https://lilypond.org/doc/v2.22/Documentation/usage/docbook .
2021-09-21 01:21:25 +02:00
Thibaut Cuvelier
14ed5b2050
DocBook: start implementing LilyPond.
...
All the changes that can be achieved without C++ code changes.
2021-09-21 01:21:25 +02:00
Thibaut Cuvelier
8b6e3d3749
DocBook: add more flexibility for floats.
...
Intended to fix #12371 .
2021-09-20 00:06:20 +02:00
Pavel Sanda
5a9c6ce69b
xhtml Toc rendering seems bit too dense now.
2021-08-02 15:25:36 +02:00
Jean-Marc Lasgouttes
5920ddb567
Standard proof layout does not have an end label
...
Most proof environment have a qed box at the end, but not this one.
This only changes screen rendering.
2021-07-19 12:36:34 +02:00
Pavel Sanda
4fc7e9697e
* lib/RELEASE-NOTES
2021-07-11 18:16:42 +02:00
Pavel Sanda
cd5d1be8f8
Properly distribute metainfo.
2021-07-11 18:09:10 +02:00
Pavel Sanda
837791c5ef
Update metainfo to newer format.
...
Used appstream form:
https://www.freedesktop.org/software/appstream/metainfocreator/#/guiapp
2021-07-11 18:09:10 +02:00
jpc
27092c2af0
Add hint about the need of Acrobat DC
2021-07-06 18:52:58 +02:00
jpc
ab5e5e41a2
Update French translation of Linguistics manual
2021-06-28 11:01:30 +02:00
Scott Kostyshak
76a40d2af5
Fix reference to subequation documentation, #12316
...
The example file was incorporated into the Math manual at 3aa01442
.
2021-06-22 21:20:46 -04:00
Juergen Spitzmueller
eb43ae931a
Update Credits entry
2021-06-22 07:48:15 +02:00
jpc
5b0b3f053e
Remove spurious parentheses due to \thanks code
...
The LyX foonote inset was exported as a broken \thanks command
Replaced by a LyX note
2021-06-14 15:33:33 +02:00
Scott Kostyshak
20d0decf29
Powerdot.lyx: note the TL21 required ps2pdf flag
...
See 70b89e70
and #12303 .
2021-06-12 23:08:56 -04:00
Scott Kostyshak
3e78fd4139
Powerdot.lyx: update format for next commit
2021-06-12 23:08:56 -04:00
Yuriy Skalko
9c1cacaf18
Update Russian documentation
2021-06-08 15:14:01 +03:00
jpc
6553c4ae47
Fix LyX version number and translation info
2021-06-05 18:15:19 +02:00
jpc
ee57e9960d
Fix LyX version number
2021-06-05 18:13:07 +02:00
jpc
2634421cb4
Fix inputencoding in French manuals
2021-06-04 15:25:12 +02:00
jpc
4b7ce0e079
Update French EmbeddedObjects manual for 2.4.0
2021-06-04 13:34:33 +02:00
jpc
5f076b82e6
Minor fixes and a couple of enhancements for EmbeddedObjects manual
2021-06-04 13:33:18 +02:00
Kornel Benko
3c6632f3b0
Amend 357bc257
, Typo: correct reference of script
2021-06-04 10:51:48 +02:00
Scott Kostyshak
357bc2576c
Noweb.lyx: correct reference of script
...
Thanks to Kornel.
2021-06-03 12:41:49 -04:00
Pavel Sanda
6c42feb137
Update lib/doc/LFUNs.lyx
2021-06-03 15:08:29 +02:00
Scott Kostyshak
8c5b58a3f8
Noweb.lyx: fix a few mistakes from old lyx2lyx
...
In fb034884
I made some manual changes to documents that weren't
correctly converted by lyx2lyx (from ERT to Chunk insets) but I left
a "@" inside a chunk, which ended it prematurely and caused
incorrect output.
This current commit also cleans up a few other things in the
document.
Thanks to Kornel for catching this.
2021-06-02 20:09:58 -04:00
Scott Kostyshak
f5d02bc7c6
Noweb.lyx: update format for subsequent changes
2021-06-02 20:09:58 -04:00
jpc
db20196d30
Mark pieces of text as French + typos in fr.po
2021-06-01 18:33:35 +02:00
Kornel Benko
bc01f50955
Cmake export tests: Select "-dALLOWPSTRANSPARENCY" flag for ps2pdf converter
...
Add parameter "-dALLOWPSTRANSPARENCY" for call to ps2pdf.
Used only in test environment.
The fix is proposed by Scott.
Here his comment:
"Interestingly, the flag fixes the English Powerdot tests but not the
French ones."
2021-05-30 20:26:41 +02:00
jpc
097d7239f0
Mark as French pieces of English text detected by Kornel
2021-05-30 15:32:15 +02:00
Scott Kostyshak
70b89e7068
Instant_Preview.lyx: document ps2pdf flag
...
Starting with TeX Live 2021, the flag -dALLOWPSTRANSPARENCY may be
necessary for the ps2pdf converter.
2021-05-29 22:22:45 -04:00
jpc
ffa6a724ee
Typo
2021-05-28 08:50:05 +02:00
jpc
814febbdf7
Minor fixes in UserGuide
2021-05-27 16:32:55 +02:00
jpc
8d6a14e43f
Update French UserGuide for 2.4.0 and fr.po
2021-05-27 16:29:38 +02:00
jpc
049d162166
Some fixes + make section B.9 fit with the menus
2021-05-26 18:04:16 +02:00
jpc
0c6a71e602
Update French UserGuide (step 3) and fr.po
2021-05-26 17:58:31 +02:00
Kornel Benko
5158b54eb9
Cmake export tests: Enable unsafe dvipdfmx
...
Add parameter "-i dvipdfmx-unsafe.cfg" for call to dvipdfmx.
Used only in test environment.
This is needed because of regression for ja LilyPond found by Scott.
Coment by Jürgen:
"dvipdfmx-unsafe.cfg makes dvipdfmx call gs (rungs) with -dNOSAFER
rather than with -DSAFER (as in the default dvipdfmx.cfg of TL21).
However, this change should definitely only be applied to trustworthy
files, so changing the converter generally is certainly not such a good
idea."
2021-05-23 10:05:13 +02:00
jpc
cde4537a42
Restore gender-neutral formulation
2021-05-19 10:33:16 +02:00
jpc
fcd735d74c
Unify translation of 'markup' in French UserGuide
2021-05-18 17:55:37 +02:00
Juergen Spitzmueller
a84bf0c526
de/UserGuide: some minor fixes
2021-05-18 13:50:30 +02:00
Juergen Spitzmueller
cf8b5802a5
de/UserGuide: updates from Christoph Schmitz
2021-05-18 08:55:31 +02:00
jpc
93a08e5867
Restore dynamic insets
2021-05-16 18:25:36 +02:00
jpc
5598c1fa96
Typos in French UserGuide
2021-05-16 18:17:53 +02:00
jpc
095ebb4341
Review section 3.7
2021-05-14 17:56:27 +02:00
jpc
f344485c8f
Typos
2021-05-14 17:54:58 +02:00
jpc
53b5750acd
Update French UserGuide (step 2) and fr.po
2021-05-14 17:25:17 +02:00
jpc
849dbd4af4
UserGuide: missing item and incorrect shortcut in section 2.1
...
French Userguide: update for 2.4.0, step 1
2021-05-09 11:20:37 +02:00
jpc
b4e9c794fc
A couple of edits in section 5.5 (DocBook) of the Customization manual
2021-05-03 18:09:35 +02:00
jpc
5940c837ed
Update of French Customization manual for 2.4.0
2021-05-03 18:08:11 +02:00
jpc
119bf42a0f
A couple of fixes in Customization manual
2021-04-29 18:28:31 +02:00
jpc
9ccff4077d
Update of French Customization manual, intermediate step
2021-04-29 18:21:16 +02:00
jpc
9af5e2047e
Update of Math French manual for 2.4.0
2021-04-25 18:18:21 +02:00
Yuriy Skalko
04bcd1b484
Fix typos in credits
2021-04-24 15:31:48 +03:00
Scott Kostyshak
8ce6c81563
Fix compilation of de/Additional.lyx
2021-04-23 23:54:21 -04:00
Scott Kostyshak
b4a9cf1de7
fr/Additional: amend 65030649
2021-04-23 23:29:03 -04:00
jpc
3478b89810
Add translation info
2021-04-22 16:51:12 +02:00
jpc
371b732313
Fix path to file in French Additional Manual
2021-04-22 16:39:06 +02:00
jpc
9bf10d12d0
Update French Tutorial for 2.4.0
2021-04-22 16:28:52 +02:00
Juergen Spitzmueller
ff93bbbe20
de/Additional.lyx: correct language markup
2021-04-22 15:05:05 +02:00
Juergen Spitzmueller
85aa4e8e00
Add Christoph Schmitz to the credits
2021-04-22 15:02:14 +02:00
Juergen Spitzmueller
dbf73643e7
de/Additional.lyx: minor update by Christoph Schmitz
2021-04-21 08:37:37 +02:00
jpc
71cb996e27
Forgotten item in French Intro manual update
2021-04-20 18:22:41 +02:00
jpc
b562defae2
Update French manual Intro.lyx
2021-04-20 17:57:09 +02:00
jpc
a3f3d82768
Update Additional Manual for 2.4
2021-04-19 19:16:30 +02:00
jpc
6503064990
Import last updated version from 2.3
2021-04-19 11:03:19 +02:00
Scott Kostyshak
98fa63dcb4
Beamer's Alternative: AutoInsert both arguments
...
The "Default Text" argument is usually non-blank. If the user
desired to leave it blank, it seems that "Invisible" would be a
better choice.
Similarly, an action is usually specified for this layout to be
useful.
2021-04-06 12:20:08 -04:00
Scott Kostyshak
67d0b80f10
Fix compilation of Customization.lyx
...
The use of \prettyref was leading to a LaTeX error.
2021-04-05 23:19:19 -04:00
Scott Kostyshak
88ca319642
Customization.lyx: update format for next commit
2021-04-05 23:19:19 -04:00
Richard Kimberly Heck
7f590bc2a9
Move the information about arguments into its own section, since these are now used both with styles and inset layouts.
2021-03-26 13:37:14 -04:00
Thibaut Cuvelier
950a53db3b
DocBook: improve doc for MathML prefix.
2021-03-24 22:15:32 +01:00
Richard Kimberly Heck
7f2d488e45
Fix bug #12261 . From Daniel.
2021-03-24 13:50:43 -04:00
Thibaut Cuvelier
d0120078fd
DocBook: add some documentation in Additional.
2021-03-23 22:32:16 +01:00
Thibaut Cuvelier
7a1e048f44
Amend 0f782b0d
: add the required changes to lyx2lyx.
2021-03-23 21:12:45 +01:00
Richard Kimberly Heck
9dce3f878a
Fix note about resumed enumerations
2021-03-23 11:28:38 -04:00
Richard Kimberly Heck
ec677b25ea
Remove empty section, re-organize.
2021-03-23 10:53:54 -04:00
Thibaut Cuvelier
befeb204c9
DocBook: for PDF export with Pandoc, support the current syntax for PDf engine
2021-03-18 20:40:34 +01:00
Pavel Sanda
53ff5785f4
* RELEASE-NOTES
2021-03-17 21:58:13 +01:00
Pavel Sanda
833863c477
Allow bundled saxon not to be installed.
2021-03-17 21:51:01 +01:00
Pavel Sanda
901356fd58
Allow bundled saxon not to be installed.
2021-03-16 23:14:19 +01:00
Juergen Spitzmueller
1bf53d47a5
Use customizable zoom context menu
...
Based on a proposal by Daniel (#12187 )
2021-03-14 16:41:44 +01:00
Juergen Spitzmueller
c8feef2e23
Add way to remove items from document dictionary
2021-03-07 18:23:07 +01:00
Scott Kostyshak
3df4292445
French User Guide: fix file paths
2021-03-06 20:06:02 -05:00
Enrico Forestieri
7545698380
Fix bug #12181
...
The context menu for InsetMathRef is now usable.
InsetMathRef still misses support for RefStyle and thus the
corresponding entries are omitted from the menu. But this would
be a different bug.
2021-03-06 23:36:58 +01:00
Juergen Spitzmueller
07396ab244
Meet per-document spelling dictionaries ( fixes #86 [sic!])
...
Now who can beat that? ;-)
2021-03-06 16:53:33 +01:00
Yuriy Skalko
71e500c039
Update Russian localization
2021-03-06 14:01:55 +02:00
Juergen Spitzmueller
f1f475e1d3
Add LFUN_FONT_NO_SPELLCHECK
2021-03-05 18:23:38 +01:00
Juergen Spitzmueller
11d6708781
Fix tristate toolbar toggling via toolbar ( #12177 )
2021-03-05 17:12:51 +01:00
jpc
c8de36916a
Import updated UserGuide from 2.3
2021-03-02 18:22:54 +01:00
Yuriy Skalko
07625d55be
Update Russian localization
2021-02-26 23:56:51 +02:00
Yuriy Skalko
b97b61f3b8
Add Russian translation of Fancy_Colored_Boxes.lyx by Henry Chern
2021-02-26 23:56:47 +02:00
Thibaut Cuvelier
b9f355fdb1
ePub: try harder to find image files.
2021-02-19 20:59:20 +01:00
Yuriy Skalko
63f255dbd8
Update Russian localization
2021-02-19 18:25:11 +02:00
Yuriy Skalko
e4b99081a5
Fix margins for Beamer columns
2021-02-19 18:06:08 +02:00
Juergen Spitzmueller
db70eaf5c9
Improve search-options icon
2021-02-18 10:01:57 +01:00
Juergen Spitzmueller
a7e6dcc31d
GuiSearch: make search options visible/accessible in minimal mode
2021-02-18 07:33:26 +01:00
Thibaut Cuvelier
d39d6e92ed
DocBook: use DocBookArgumentAfterMainTag for short titles.
2021-02-17 21:09:21 +01:00
Thibaut Cuvelier
ba672f7f79
DocBook: add support for short titles.
...
Currently, the DocBook output is not valid. This is solved by the next two commits.
2021-02-17 21:09:20 +01:00
Thibaut Cuvelier
3a5625264d
French doc: two typos.
2021-02-17 20:22:00 +01:00
Pavel Sanda
f34db97500
Bring search-string-set back, someone actually wants this ;)
2021-02-16 15:08:19 +01:00
Pavel Sanda
597e832fd6
Revert the mac-style binding
2021-02-16 13:50:55 +01:00
Juergen Spitzmueller
222d62312e
use dialog-show with search dialogs
...
Now that focus setting works, and since find dialog can be closed with
Esc, this makes sense to get back from workarea to dialog.
2021-02-16 13:35:04 +01:00
Juergen Spitzmueller
794c2fabc8
Document find and replace changes
2021-02-16 10:37:37 +01:00
Richard Kimberly Heck
516a25cbb5
Use tabs in prefs2prefs.py, as in the other such files
2021-02-15 11:06:55 -05:00
Richard Kimberly Heck
e6395fd4ee
Release notes
2021-02-15 11:04:57 -05:00
Richard Kimberly Heck
01dc665a25
Make continuous spellcheck the default.
...
Convert old preferences to preserve previous setting, as well.
2021-02-15 11:03:43 -05:00
Stephan Witt
80f855581c
Revert " #8055 use standard shortcut for font-emph on Mac"
...
This reverts commit a9342ae098
.
2021-02-15 16:37:14 +01:00
Richard Kimberly Heck
21fa3f3f94
Update coding rules
2021-02-15 09:55:33 -05:00
Kornel Benko
6212d939b4
Use same find-dialogs as other bind-files also for x?emacs
2021-02-15 11:01:51 +01:00
Yuriy Skalko
7e9e81367f
Update and correct LyX manuals
2021-02-15 10:38:59 +02:00
Yuriy Skalko
919d8ac2fb
Update ru manuals
2021-02-15 10:38:53 +02:00
Stephan Witt
a9342ae098
#8055 use standard shortcut for font-emph on Mac
2021-02-15 09:35:31 +01:00
Juergen Spitzmueller
780cd7735c
Bind search-string-set to Ctrl-F3 in cua
2021-02-15 09:07:59 +01:00
Richard Kimberly Heck
3209e6604e
Update release notes again
2021-02-14 14:44:32 -05:00
Stephan Witt
a476cc4839
#8055 add support for system-wide find buffer on Mac
...
Command-E is standard for paste to find buffer on Mac. That's why the key binding is changed appropriately.
2021-02-14 18:56:25 +01:00
Richard Kimberly Heck
3aea4eec45
No reason not to use M as shortcut for Messages Pane.
2021-02-14 12:05:45 -05:00
Richard Kimberly Heck
fe38f02cde
Update release notes for bookmark shortcuts
2021-02-14 11:46:27 -05:00
Richard Kimberly Heck
29d77c1a40
Change bookmark-save bindings. Use S-F3 for word-find-backwards.
2021-02-14 11:22:22 -05:00
Juergen Spitzmueller
2baa3a46a6
Transform simple search dialog to dock widget ( #2625 )
...
Also solves #8054
2021-02-14 17:18:00 +01:00
Thibaut Cuvelier
5297862855
DocBook: mark dates to disallow fonts inside.
...
One more test passes.
2021-02-14 06:08:36 +01:00
Enrico Forestieri
31b7c18358
Update layouts
2021-02-13 15:16:58 +01:00
Pavel Sanda
1545b5b476
* configure.py - tested saxon + system lib stylesheets
2021-02-13 13:03:17 +01:00
Juergen Spitzmueller
9b6899365a
cua: add binding for word-find-backwards
2021-02-13 07:57:32 +01:00
Thibaut Cuvelier
d18dff22b5
DocBook: add the DocBookNoFontInside layout configuration.
2021-02-13 05:09:59 +01:00
Pavel Sanda
19a9387f72
Search for external xslt stylesheets.
...
Tested with debian's docbook-xsl-ns (1.79.1)
2021-02-12 23:42:36 +01:00
Thibaut Cuvelier
17d5f6e0fc
Zoom using Ctrl+something instead of Alt+something.
...
Mailing list:
[Windows] Remove the default binding between buffer-zoom and Alt+0
2021-02-12 23:09:21 +01:00
Pavel Sanda
223e23bca4
* docbook2epub.py syntax
2021-02-12 23:01:45 +01:00
Pavel Sanda
73c3036dca
* RELEASE-NOTES
2021-02-12 22:01:11 +01:00
Pavel Sanda
b6cf47c635
* RELEASE-NOTES
2021-02-12 21:49:14 +01:00
Juergen Spitzmueller
b75fc70561
Adapt comment
2021-02-12 14:43:56 +01:00
Juergen Spitzmueller
7f90e3b7d2
Introduce search-string-set ( #8055 )
...
This stores its argument, the currently selected text or the word under
cursor in the search cache that is used by word-find[-backward|-forward]
if no argument is given to those.
Prerequisite for a feature apparently expected on the Mac.
2021-02-12 14:30:50 +01:00
Juergen Spitzmueller
fbef5e687a
Use dialog-show in icon names
...
(and search for them also with dialog-toggle counterpart lfuns)
Fixes #12137
2021-02-12 12:18:51 +01:00
Thibaut Cuvelier
b1febf112d
ePub: improve compatibility with Python 2.
2021-02-12 05:26:32 +01:00
Juergen Spitzmueller
c2822d684b
Add LFUN_LYXFILES_OPEN
...
This opens the new templates/examples dialog and creates a view if
necessary (#12106 ).
2021-02-10 09:36:32 +01:00
Juergen Spitzmueller
fdde74cd24
de/Math.lyx: pull changes from en/
2021-02-09 19:10:48 +01:00
Juergen Spitzmueller
ce49e2cd8b
Use AutoNests in g-brief ( #7623 )
2021-02-09 15:07:53 +01:00
Juergen Spitzmueller
42ec433fd8
Remove outdated math panel png files
2021-02-09 14:02:09 +01:00
Juergen Spitzmueller
11b7714fc1
Use SVG icons in itemize bullet selector
...
This scales much better than the current png solution, is HiDPI- and
darkmode-ready
2021-02-09 10:32:16 +01:00
Scott Kostyshak
1ddc1c6bea
Math manual: use relative paths
2021-02-08 00:12:27 -05:00
Thibaut Cuvelier
7622292027
ePub: share a bit of code for parsing arguments.
2021-02-07 23:19:07 +01:00
Thibaut Cuvelier
f7beed1ee2
ePub: allow a user-specified Saxon.
2021-02-07 23:19:07 +01:00
Pavel Sanda
cad51390cd
Math.lyx: unintended part
2021-02-07 21:45:19 +01:00
Pavel Sanda
22a0ea85d0
Math.lyx: merged changes from Phil Netro.
...
Most changes accepted, some remain visible in CT, because they were real bugs
(etc. shortcuts, or mathed commands) which might be broken in other language
variants.
We will accept them for 2.4 in the final review.
2021-02-07 21:43:57 +01:00
Pavel Sanda
436fecd3d0
Math.lyx: save in updated format before merging.
2021-02-07 21:43:57 +01:00
Thibaut Cuvelier
bf976cb0ae
ePub: use None instead of an empty string.
2021-02-07 20:52:50 +01:00
Thibaut Cuvelier
e95513c823
ePub: add argument for external DocBook XSLT.
2021-02-07 20:51:25 +01:00
Thibaut Cuvelier
d7d31ab512
ePub: restructure the script as a class.
...
This allows to share a little bit more code and to avoid functions with many arguments.
2021-02-07 20:47:24 +01:00
Thibaut Cuvelier
9d4ffac7fb
ePub: detect and use xsltproc.
2021-02-07 20:33:06 +01:00
Thibaut Cuvelier
7f4782d51d
ePub: copy images into the ePub archive.
2021-02-07 20:00:45 +01:00
Thibaut Cuvelier
b8a4408ca8
ePub: refactor script as a series of small functions.
2021-02-07 20:00:44 +01:00
Yuriy Skalko
5780b514d3
Update Russian localization
2021-02-07 13:47:26 +02:00
Stephan Witt
f55efc6951
ePub: quote all path names of the command
2021-02-07 12:43:01 +01:00
Juergen Spitzmueller
f330682a0c
Fix some math icons dimensions
2021-02-07 12:31:48 +01:00
Thibaut Cuvelier
0b50da7321
ePub: comment about subprocess.run instead of os.system to simplify code.
2021-02-07 06:35:42 +01:00
Thibaut Cuvelier
a8853743c5
ePub: update doc for running script.
2021-02-07 06:32:46 +01:00
Thibaut Cuvelier
3e745fabbe
ePub: don't use glob.
...
Recursivity requires Python 3.5+.
2021-02-07 06:32:15 +01:00
Thibaut Cuvelier
6a99e88565
ePub: quote the command only on Windows.
2021-02-07 06:27:07 +01:00
Thibaut Cuvelier
4dcf3d56c2
ePub: remove commented line.
2021-02-07 06:23:21 +01:00
Thibaut Cuvelier
7472be428e
ePub: fix argument handling in Python script.
2021-02-07 01:55:43 +01:00
Enrico Forestieri
4615e2f09f
Update layouts
2021-02-06 20:28:41 +01:00
Juergen Spitzmueller
c05077f2c2
Improve some icon paddings
2021-02-06 17:02:01 +01:00
Pavel Sanda
b673ab0838
ePub related files for distribution.
2021-02-06 12:40:20 +01:00
Scott Kostyshak
ef2b282705
ru Embedded: use relative paths
2021-02-05 21:59:32 -05:00
Thibaut Cuvelier
f400359376
Update release notes for ePub.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
e3fe4d65b9
Configure: add ePub transformation.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
9ad760db92
docbook2epub.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
b7181b17e9
Add Saxon 6.5.5.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
ab94319b3b
Add DocBook XSLT 1 stylesheets 1.79.2.
2021-02-05 16:07:42 +01:00
Yuriy Skalko
a906ae9a4f
Russian translation of EmbeddedObjects manual by Henry Chern
2021-02-05 16:30:30 +02:00
Enrico Forestieri
c1e38c4f6c
Add support for \bigtimes
...
Fixes #11223
2021-02-04 23:20:01 +01:00
Thibaut Cuvelier
daa6f143de
Configure: look for Java in the registry on Windows.
2021-02-04 20:37:29 +01:00
Thibaut Cuvelier
c0fe25222b
Configure: turn a commented print into a logger.debug statement.
2021-02-04 20:35:02 +01:00
Thibaut Cuvelier
af49df00f5
Configure: get rid of mutable keyword arguments.
2021-02-04 20:34:37 +01:00
Thibaut Cuvelier
738dccbff4
Configure: remove the old docbook format, no more useful.
2021-02-04 20:31:05 +01:00
Thibaut Cuvelier
0b56495e48
ext_copy: bug when creating the error string.
...
Wrong usage of % syntax.
2021-02-04 20:30:33 +01:00
Juergen Spitzmueller
c567c78e90
Add ProvideInsetLayout and ModifyInsetLayout ( #12098 )
...
This complements ProvideStyle and ModifyStyle.
2021-01-30 15:56:31 +01:00
Juergen Spitzmueller
3e69665225
Improve \TestPackageVersion
...
No need to load packages manually
2021-01-30 14:00:20 +01:00
Juergen Spitzmueller
9dd71b9e4a
Recent multirow finally allows multiple paragraphs
2021-01-30 09:15:14 +01:00
Kornel Benko
9b79c639f7
SK-Bindings: remove a binding prohibiting the use as a prefix
2021-01-29 16:05:54 +01:00
Juergen Spitzmueller
b42c5dd7d6
Add frontispiece layout to KOMA classes
2021-01-28 10:24:28 +01:00
Juergen Spitzmueller
ab1d418f36
Consider cell language
2021-01-28 09:25:20 +01:00
Juergen Spitzmueller
364532a724
Improve lyx2lyx roundtrip with cellvarwidth
2021-01-28 08:44:21 +01:00
Yuriy Skalko
83a4384b27
Update Russian localization
2021-01-27 14:28:01 +02:00
Juergen Spitzmueller
92f8612ace
count_pars_in_inset: check nested insets
2021-01-27 08:24:17 +01:00
Juergen Spitzmueller
76eae4572e
Introduce InputGlobal ( #12087 )
...
This is a variant of Input for layout files that only searches build
and system directories and thus allows "InputGlobal name.inc" in a user
file name.inc that attempts to modify its global counterpart.
2021-01-26 08:42:39 +01:00
Juergen Spitzmueller
9ff51f7149
Fixup revert_vcolumns2 routine
2021-01-25 12:04:45 +01:00
Juergen Spitzmueller
5979a01b1d
Allow paragraph and line breaks in multirow ( #12083 )
2021-01-23 14:24:54 +01:00
Scott Kostyshak
0e589a7b3a
Fix compilation of ru/UserGuide.lyx
...
Consistent with 0629b9b7
.
2021-01-22 22:35:33 -05:00
Juergen Spitzmueller
0b0757916e
Format incremented to 605: Extended variable table cell support
...
- Multicolumn now supports multiple paragraphs in non-fixed-width context.
- Multicolumn now supports valign in non-fixed-width context.
- varwidth columns now properly align horizontally and vertically.
2021-01-22 19:16:43 +01:00
Yuriy Skalko
eab9108dc1
Update Development.lyx
2021-01-22 11:42:10 +02:00
Richard Kimberly Heck
b1e9206cab
Shortcut for custom insets
2021-01-21 16:51:16 -05:00
Yuriy Skalko
bd8e516138
Update Russian localization
2021-01-21 09:44:02 +02:00
Juergen Spitzmueller
7b762ee950
Branch: Implement separate static colors in dark mode
...
Set colors now apply to the active mode only. Matching reversed colors
are produced for the other mode if no color is assigned yet.
File format change.
2021-01-19 17:04:04 +01:00
Juergen Spitzmueller
9a6f7ece97
Add option to revert graphics colors in dark mode ( #12076 )
...
This amends [5d47a7ee57506/lyxgit]
2021-01-18 10:46:16 +01:00
Juergen Spitzmueller
057753dc75
Allow semantic colors in branches and use semantic background color by default
...
Addresses most crucial part of #12075
File format change
2021-01-18 09:56:53 +01:00
Thibaut Cuvelier
5ba8c6bd92
Stop using \vdag in AASTeX 6.2 example
2021-01-16 20:42:14 +01:00
Juergen Spitzmueller
437a287dee
fixup 7c57001ad7
2021-01-15 09:30:15 +01:00
Richard Kimberly Heck
7c57001ad7
Add theorem counter files to distribution
2021-01-14 14:07:32 -05:00
Juergen Spitzmueller
0629b9b7c1
Update documentation of nomencl escape
...
Alas, the escape char has silently changed in recent nomencl versions
2021-01-14 09:43:38 +01:00
Richard Kimberly Heck
ed2d3e199f
Fix bug #4241 : Addition to Intro
2021-01-09 22:17:52 -05:00
Richard Kimberly Heck
6821249994
Fix bug #11097
2021-01-09 17:41:50 -05:00
Juergen Spitzmueller
5d90968f7a
Arabic Beamer: set XeTeX as Default Output Format
...
LuaTeX (luabidi, for that matter) does not work well.
Also set some command texts in ERT, for readability.
2021-01-09 09:07:25 +01:00
Jean-Marc Lasgouttes
20e1fe4674
Fixup 2a80b0ac01
: fix the StartupWMClass in desktop file
2021-01-08 10:11:23 +01:00
Juergen Spitzmueller
92284d1c36
Make Arabic Beamer compile
2021-01-08 09:46:59 +01:00
Juergen Spitzmueller
cc5718d1eb
Amend [6887bc5c/lyxgit]
...
Use a more specific storage command
2021-01-08 09:22:55 +01:00
Richard Kimberly Heck
6887bc5c1d
Fix bug #8921
2021-01-07 11:19:17 -05:00
Yuriy Skalko
e5348078d7
Add Russian translation of Shortcuts.lyx
2021-01-06 11:01:50 +02:00
Yuriy Skalko
c785ba19a0
Remove duplicated words in en/ru manuals
...
Thanks Kornel for suggesting regexp "\b(\w+)\s+\1\b".
2021-01-06 10:57:35 +02:00
Richard Kimberly Heck
cf07d4825f
Fix bug #11104 . Activate refstyle support for InsetMathRef.
...
At the moment, there is no support for plurals and capitalization.
A long comment explains why. Support could be added for that without
a format change.
2021-01-05 18:17:53 -05:00
Jean-Marc Lasgouttes
824d1c993a
Fixup 294e4884
: center correctly Abstract label when paragraph is empty
...
When a paragraph is empty, it was not possible to query what the left
margin would be for an hypothetical second row.
Modify TextMetrics::leftMargin so that it does not test
whether position is after the last position of the paragraph.
Cosmetics: set the size of label to "small" for Abstract layout in
standard classes and reduce the spacing between label and text.
Fixes remainder of #11939 .
2021-01-05 15:21:04 +01:00
Jean-Marc Lasgouttes
b8188e54dd
Revert "Center correctly centered top labels (e.g. abstract)"
...
This reverts commit 6c1855313c
.
2021-01-05 15:14:41 +01:00
Jean-Marc Lasgouttes
6c1855313c
Center correctly centered top labels (e.g. abstract)
...
Since the first row may be indented, it is necessary to find out what
the left margin would be on the next row (even if this next row does
not exst.
To this end, modify TextMetrics::leftMargin so that it does not test
whether position is after the last position of the paragraph.
Cosmetics: set the size of label to "small" for Abstract layout in
standard classes and reduce the spacing between label and text.
Fixes remainder of #11939 .
2021-01-05 14:53:15 +01:00
Kornel Benko
c6bc5f0ce0
Fix file-path
2021-01-05 10:42:07 +01:00
Richard Kimberly Heck
8d8f9339f1
Revert "Remove elipses after 'Open'"
...
I totally misread this bug report! (#12019 )
This reverts commit 8871229f5f
.
2021-01-04 14:52:20 -05:00
Richard Kimberly Heck
c3a0136ad1
Makefile for Arabi beamer
2021-01-04 13:47:17 -05:00
Yuriy Skalko
4e92c34200
Add bindings for Russian keyboard layout (same keys as English)
2021-01-04 12:01:15 +02:00
Richard Kimberly Heck
7ad9e2ab49
Fix bug #11500
2021-01-04 00:12:10 -05:00
Richard Kimberly Heck
469d3270ae
Arabic Beamer template
2021-01-03 19:23:39 -05:00
Richard Kimberly Heck
33f9cfb796
Capitalize labels of floats, etc. Fixes #11993 .
...
Patch from Daniel.
2021-01-03 14:38:52 -05:00
Richard Kimberly Heck
8871229f5f
Remove elipses after 'Open'
2021-01-03 14:13:36 -05:00
Richard Kimberly Heck
e72a6e4e05
Update bind etc files
2020-12-29 12:03:46 -05:00
Richard Kimberly Heck
469168e592
Update documentation
2020-12-29 12:03:05 -05:00
Yuriy Skalko
dea8231b7b
Update Russian localization
2020-12-28 12:00:32 +02:00
Juergen Spitzmueller
b53b44266a
de: sofortige Vorschau > eingebettete Vorschau
2020-12-27 17:14:02 +01:00
Juergen Spitzmueller
0521051938
Correct function name
2020-12-24 10:55:10 +01:00
Juergen Spitzmueller
18f7dce3d9
Implement inset-split (only for text insets for now) ( #10260 )
2020-12-24 10:48:52 +01:00
Jean-Marc Lasgouttes
af1ab2caa9
Update layouts to version 90
2020-12-22 16:53:15 +01:00