Udi Fogiel
abd35bc33c
fix jlreq abstract layout and adapt Chinese docs for unicode engines
...
jlreq layout defined the abstract environment to be boxed
in the preamble. Doing any kind of typesetting before
all the setup has finished is error prone and may lead to
wrong output (wrong fonts for example). The correct
place to put the abstract code is right before \maketitle.
The Chinese docs loaded the ctex package in case system fonts
were used. Now, with the new support for languages with babel
and polyglossia it is no longer necessary and creates collisions.
2024-09-10 15:17:07 +03:00
Juergen Spitzmueller
2552f350ba
disambiguate string
2024-08-21 18:07:47 +02:00
Juergen Spitzmueller
13ee0bc8cd
Add support for the nomentbl nomenclature option
...
file format change
2024-08-21 17:39:36 +02:00
Juergen Spitzmueller
083e9b44a0
harmonize indendation
2024-08-17 13:32:07 +02:00
Juergen Spitzmueller
0659af15fb
Add InsertCotext tag to InsetLayout
...
Avoids hardcoding of insets, and this behavior is possibly useful to
other insets than index and nomencl
We take this on yesterday's layout format change
2024-08-13 07:29:14 +02:00
Juergen Spitzmueller
6fa0532ed4
Escape special chars in indexes
...
We now have the functionality via sub-insets, and unexperienced users
are surprised when they don't get a literal !.
The unescaped chars can still be used via ERT.
2024-08-12 17:10:57 +02:00
Juergen Spitzmueller
a5841b3312
Transform InsetNomenclature to a collapsible
...
Fixes : #10460 , #12595 , #6353
2024-08-12 12:33:16 +02:00
Juergen Spitzmueller
66afab4497
Update layout formats
2024-08-12 12:29:50 +02:00
Juergen Spitzmueller
7ac4e53e37
Disambiguate string
...
At least in German "label" in a form and "label" as in \label
translate differently
2024-08-01 12:16:10 +02:00
Juergen Spitzmueller
d4f58c96b5
Add support for multiple indexes in Memoir
...
As with almost everything, this class bakes its own cake also with
multiple indexes. So we need to account for this to produce
compilable output.
Not very nice, but there you go!
2024-07-26 12:48:12 +02:00
Scott Kostyshak
8c3d378217
Amend previous commit ( 4b33e603
)
...
Jürgen confirmed that the layout change to the last file is indeed
expected [1].
[1] https://www.mail-archive.com/search?l=mid&q=e00fb2e29dfd77b992761aaa1f822fc979059728.camel%40lyx.org
2024-07-24 11:00:51 -04:00
Scott Kostyshak
4b33e60346
Update layouts
...
I do not commit the update to the following file since it has a
non-trivial change:
lib/layouts/jlreq-common.inc
I'll ask for confirmation on the list before updating that file.
2024-07-24 10:19:31 -04:00
Juergen Spitzmueller
5c2652fa12
BiblioInfo: Ability to distinguish '&' and 'and' author separation
...
Finicky styles such as APA use both in different context, and we need
to represent this to make style choice differentiatable
2024-07-11 09:13:43 +02:00
Udi Fogiel
3854086e59
Remove hebrew letter document class
...
The only difference from regular letter is the alignment of
"Send To Address" layout, but it no longer reflect the output
corrctly, probably because LyX revert the alignment of layouts
in RTL context now.
2024-06-11 21:14:27 +03:00
Scott Kostyshak
adefdf8eeb
Revert "Update layouts"
...
This reverts commit 7c041af642
.
We will hold this back until we fix the issue discussed here:
https://marc.info/?l=lyx-devel&m=171733833610242&w=2
2024-06-03 10:37:02 -04:00
Richard Kimberly Heck
0c70f340c0
Fix bug #13066
...
Patch from Lorenzo
2024-06-02 23:07:34 -04:00
Scott Kostyshak
7c041af642
Update layouts
2024-06-02 22:52:37 -04:00
Juergen Spitzmueller
2a7ec054be
Support half und full line parskip class options ( #12946 )
...
Currently only employed by the KOMA classes.
Layout format change.
2024-06-02 11:41:54 +02:00
Juergen Spitzmueller
d3d8b3d748
Update aastex63.layout according to https://journals.aas.org/aastexguide/#acknowledgments
2024-05-20 16:10:23 +02:00
Juergen Spitzmueller
6ef18c3583
Limit the nopassthurchars case in beamer to URL
...
and also generally extend to classes that provide hyperref
2024-05-20 08:26:03 +02:00
Juergen Spitzmueller
a716fb96b5
NeedCProtect -1 also for InsetLayouts
2024-05-14 13:37:29 +02:00
Juergen Spitzmueller
ed62816eb6
Handle URL escaping in beamer frames
...
File format change -- this introduces the first LyX 2.5 format and
hence sets up the lyx2lyx machinery
2024-05-13 07:26:41 +02:00
Juergen Spitzmueller
eeb3f9e719
Amend 207eaeee90
...
FragileFrame, as opposed to normal frame, supports cprotect (and needs
it in the usual circumstances)
2024-05-12 08:52:09 +02:00
Juergen Spitzmueller
207eaeee90
Introduce NeedCProtect -1 layout option
...
It turns out beamer frame does not allow \cprotect and errors if it is
used. Hence we need to prevent it in this context entirely.
2024-05-12 07:52:16 +02:00
Juergen Spitzmueller
2f6b24297f
g-brief loads babel internally. So don't load it ourselves.
...
This makes the class fully functional with non-TeX fonts (it uses
\babelfont for the purpose). Before, docs were compiling but the
output was wrong.
2024-04-16 18:25:38 +02:00
Juergen Spitzmueller
c3c96a446b
gbrief-2 loads babel internally. So don't load it ourselves.
...
This makes the class fully functional with non-TeX fonts (it uses
\babelfont for the purpose). Before, docs were compiling but the
output was wrong.
2024-04-13 07:32:30 +02:00
Thibaut Cuvelier
04beccca4c
DocBook: add missing mapping for AASTeX 6.3.
...
The result is far from perfect, see the TODOs. The corresponding tests are still inverted.
2024-03-09 15:09:45 +01:00
Juergen Spitzmueller
7250f15b83
grmpf
2024-03-05 15:55:53 +01:00
jpc
c0f6631f59
layout fot aastex v631
2024-03-05 12:29:27 +01:00
Juergen Spitzmueller
ead6eb8944
Consider bookauthor in preview
...
Hence, also support the inbook type
2024-02-27 05:40:57 +01:00
Juergen Spitzmueller
337f953426
Consider biblatex subtitles in bibliography preview
2024-02-24 16:09:47 +01:00
Juergen Spitzmueller
f72d68cd9f
fix column default of IEEEtran layout
2024-02-24 08:57:14 +01:00
Richard Kimberly Heck
91bd457a67
Fix display of counters for included listings.
2024-02-09 19:54:56 -05:00
Richard Kimberly Heck
28b5f1d5e0
Fix reference format for propositions.
...
Reported by Andrew Parsloe.
2024-01-17 17:22:11 -05:00
Juergen Spitzmueller
4723f8e754
Amend ddc5fed0ad
...
*facepalm*
2023-12-05 18:37:26 +01:00
Juergen Spitzmueller
ddc5fed0ad
Omit character activation with hanging package
...
We do not use this feature anyway, and it breaks with other packages/
languages that activate characters
2023-12-05 17:07:10 +01:00
Jürgen Spitzmüller
fcbbb138a2
Adapt listings label color for darkmode
...
Do not use semantic foreground color here, as label button color does
not change in dark mode.
2023-09-21 07:11:07 +02:00
Juergen Spitzmueller
9119671ee6
Set Box label color to static black.
...
Foreground in dark mode does not have enough contrast against the label
background
2023-09-18 07:29:02 +02:00
Jean-Marc Lasgouttes
7c62a6b3c5
Do not use superscript display for now.
...
There are font issues on some platforms.
2023-08-25 11:50:14 -04:00
Juergen Spitzmueller
e2e74ffb0a
Grammar
2023-08-10 18:11:25 +02:00
Thibaut Cuvelier
3112728a58
DocBook: implement the Hanging and Initials modules.
2023-07-31 21:28:42 -04:00
Thibaut Cuvelier
d1398a5ba2
Highlight limitations of current multicol DocBook implementation.
2023-07-31 21:28:42 -04:00
Thibaut Cuvelier
92f79baea6
Fix encoding of examples.
2023-07-31 21:28:42 -04:00
Scott Kostyshak
e9fb0df5ea
Whitespace
...
Use tab for consistency.
2023-07-31 18:41:11 -04:00
Scott Kostyshak
e8b01f3d83
Layout typo
...
Amends e932dc45
.
2023-07-31 18:37:46 -04:00
Richard Kimberly Heck
dc12c19337
Fix copy/paste error
2023-07-29 12:28:09 -04:00
Richard Kimberly Heck
e932dc4561
Add a bunch of RefFormat and PrettyFormat tags.
2023-07-28 18:22:14 -04:00
Richard Kimberly Heck
d2d7c41643
Update layouts.
2023-07-28 18:21:47 -04:00
Richard Kimberly Heck
46b7343b34
Fix some pretty counters.
...
Polish for c609e9cbcf
.
2023-07-28 12:49:53 -04:00
Richard Kimberly Heck
a6e20d7138
Update layouts
2023-07-27 21:22:17 -04:00