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
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
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