[LyX/master] Fix a layout error in newly added file

2023-02-08 Thread Scott Kostyshak
commit bb9ef421fdd178e06055fb6fbdad907ab10c49a7
Author: Scott Kostyshak 
Date:   Wed Feb 8 13:11:34 2023 -0500

Fix a layout error in newly added file

Fix the following terminal output:

  TextClass.cpp (850): Unable to remove counter: chapter
---
 lib/layouts/jlreq-article.layout |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/jlreq-article.layout b/lib/layouts/jlreq-article.layout
index 6282bb4..9b3a899 100644
--- a/lib/layouts/jlreq-article.layout
+++ b/lib/layouts/jlreq-article.layout
@@ -18,5 +18,4 @@ Input article.layout
 Input jlreq-common.inc
 
 NoStyle Chapter
-NoCounter chapter
 NoStyle Chapter*
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Remove executable flag on some image files

2023-02-08 Thread Scott Kostyshak
commit 1ac7dfc17448b733d075d8e651c6f580dd8d61f2
Author: Scott Kostyshak 
Date:   Wed Feb 8 11:59:40 2023 -0500

Remove executable flag on some image files
---
 lib/images/classic/toolbar-toggle_review.png |  Bin 413 -> 413 bytes
 lib/images/oxygen/iconsize.png   |  Bin 191 -> 191 bytes
 lib/images/oxygen/toolbar-toggle_review.svgz |  Bin 6149 -> 6149 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix layout font settings of newly added file

2023-02-08 Thread Scott Kostyshak
commit ba264ec485170b49d766732189bf602f8f672aea
Author: Scott Kostyshak 
Date:   Wed Feb 8 11:46:42 2023 -0500

Fix layout font settings of newly added file

Change "TextFont" to "Font". This fixes the following terminal
errors when opening the file:

  LyX: Unknown InsetLayout tag [around line 247 of file
  [layouts/jlreq-common.inc] current token: 'TextFont' context: '']
  LyX: Unknown InsetLayout tag [around line 247 of file
  [layouts/jlreq-common.inc] current token: 'Family' context: '']
  LyX: Unknown InsetLayout tag [around line 248 of file
  [layouts/jlreq-common.inc] current token: 'Typewriter' context: '']
  LyX: Unknown InsetLayout tag [around line 249 of file
  [layouts/jlreq-common.inc] current token: 'EndFont' context: '']
---
 lib/layouts/jlreq-common.inc |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/jlreq-common.inc b/lib/layouts/jlreq-common.inc
index df4c8fc..55fd144 100644
--- a/lib/layouts/jlreq-common.inc
+++ b/lib/layouts/jlreq-common.inc
@@ -244,7 +244,7 @@ InsetLayout Flex:Warichu*
PassThru1
MultiPar1
ParbreakIgnored 1
-   TextFont
+   Font
Family  Typewriter
EndFont
HTMLLabel   \arabic{footnote}
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix a \origin of newly added file

2023-02-08 Thread Scott Kostyshak
commit afbf9dc6f7c260a25487583329aa9a55c55348d6
Author: Scott Kostyshak 
Date:   Wed Feb 8 11:28:18 2023 -0500

Fix a \origin of newly added file
---
 .../Japanese_Article_%28JLReq_Class%29.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx 
b/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
index 0ce8185..0e6c8e9 100644
--- a/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
+++ b/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
@@ -3,7 +3,7 @@
 \begin_document
 \begin_header
 \save_transient_properties true
-\origin unavailable
+\origin /systemlyxdir/examples/ja/Articles/
 \textclass jlreq-article
 \options tate, b5paper, sidenote_length=30mm
 \use_default_options true
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Remove executable flag on newly added files

2023-02-08 Thread Scott Kostyshak
commit 2d6341cdb48eb1de01b1c1caf5c655203d1efd75
Author: Scott Kostyshak 
Date:   Wed Feb 8 11:22:54 2023 -0500

Remove executable flag on newly added files
---
 0 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx 
b/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
old mode 100755
new mode 100644
diff --git a/lib/layouts/jlreq-common.inc b/lib/layouts/jlreq-common.inc
old mode 100755
new mode 100644
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Revert "Fix crash with info inset and dialogs"

2023-02-08 Thread Jean-Marc Lasgouttes
commit 2a626f76fd13bdbc5afb17a4bb4e4d9c2d94a75a
Author: Jean-Marc Lasgouttes 
Date:   Wed Feb 8 12:53:39 2023 +0100

Revert "Fix crash with info inset and dialogs"

This reverts commit 17e60e2e8559e5b702189c82a5a746b9f41cd219.
---
 src/insets/InsetInfo.cpp |8 +---
 src/insets/InsetInfo.h   |2 --
 2 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index f2d3b93..46d656c 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -467,7 +467,7 @@ string InsetInfoParams::infoType() const
 
 
 InsetInfo::InsetInfo(Buffer * buf, string const & info)
-   : InsetCollapsible(buf), initialized_(false), dirty_(true)
+   : InsetCollapsible(buf), initialized_(false)
 {
params_.type = InsetInfoParams::UNKNOWN_INFO;
params_.force_ltr = false;
@@ -779,19 +779,15 @@ void InsetInfo::metrics(MetricsInfo & mi, Dimension & 
dim) const
 {
const_cast(this)->build();
InsetCollapsible::metrics(mi, dim);
-   dirty_ = false;
 }
 
 
 void InsetInfo::draw(PainterInfo & pi, int x, int y) const
 {
-   if (dirty_)
-   return;
Changer chg = changeVar(lyxrc.mark_foreign_language, false);
InsetCollapsible::draw(pi, x, y);
 }
 
-
 void InsetInfo::updateBuffer(ParIterator const & it, UpdateType utype, bool 
const deleted)
 
 {
@@ -1239,8 +1235,6 @@ void InsetInfo::build()
}
}
 
-   // indicate that metrics are not usable anymore
-   dirty_ = true;
// Just to do something with that string
LYXERR(Debug::INFO, "info inset text: " << gui);
 }
diff --git a/src/insets/InsetInfo.h b/src/insets/InsetInfo.h
index 17d60e2..3531b41 100644
--- a/src/insets/InsetInfo.h
+++ b/src/insets/InsetInfo.h
@@ -236,8 +236,6 @@ private:
void build();
///
bool initialized_;
-   /// true when metrics Row object should not be used
-   mutable bool dirty_;
///
InsetInfoParams params_;
///
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-02-08 Thread Jean-Marc Lasgouttes
commit f23085ae409c43236447ff6c7e5a0d0489895df4
Author: Jean-Marc Lasgouttes 
Date:   Wed Feb 8 17:11:14 2023 +0100

typo
---
 po/fr.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 1b56b82..8338ce3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -37236,7 +37236,7 @@ msgstr ""
 #: src/insets/InsetInfo.cpp:1053
 #, c-format
 msgid "No menu entry for action %1$s"
-msgstr "Pas d'entré de menu pour l'action %1$s"
+msgstr "Pas d'entrée de menu pour l'action %1$s"
 
 #: src/insets/InsetInfo.cpp:1178
 #, c-format
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] fix comment.

2023-02-08 Thread Jean-Marc Lasgouttes
commit f0b60d0b4e8998b25675317fa53c3279d57d0af7
Author: Jean-Marc Lasgouttes 
Date:   Wed Feb 8 12:28:01 2023 +0100

fix comment.
---
 src/frontends/qt/GuiWorkArea.cpp |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/GuiWorkArea.cpp b/src/frontends/qt/GuiWorkArea.cpp
index 31cfec1..cc1fdb5 100644
--- a/src/frontends/qt/GuiWorkArea.cpp
+++ b/src/frontends/qt/GuiWorkArea.cpp
@@ -1241,9 +1241,10 @@ void GuiWorkArea::paintEvent(QPaintEvent * ev)
// bug #10989). The second test triggers when in the middle of a
// dispatch operation.
if (view().busy() || 
d->buffer_view_->buffer().undo().activeUndoGroup()) {
-   // Since macOS has turned the screen black at this point, our
-   // backing store has to be copied to screen (this is a no-op
-   // except on macOS).
+   // Since the screen may have turned black at this point, our
+   // backing store has to be copied to screen. This is a no-op
+   // except when our drawing strategy is "backingstore" (macOS,
+   // Wayland, or set in prefs).
d->updateScreen(ev->rect());
// Ignore this paint event, but request a new one for later.
viewport()->update(ev->rect());
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] de.po

2023-02-08 Thread Juergen Spitzmueller
commit a7e797079f8478e18166e3ef7c6f6c6f68805a6a
Author: Juergen Spitzmueller 
Date:   Wed Feb 8 11:41:28 2023 +0100

de.po
---
 po/de.gmo |  Bin 633277 -> 637824 bytes
 po/de.po  |  447 ++---
 2 files changed, 280 insertions(+), 167 deletions(-)

diff --git a/po/de.gmo b/po/de.gmo
index 74d4f8d..eadfeb7 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index ebae212..93fee44 100644
--- a/po/de.po
+++ b/po/de.po
@@ -94,8 +94,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LyX 2.4git\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
-"POT-Creation-Date: 2023-02-05 12:10+0100\n"
-"PO-Revision-Date: 2023-02-05 12:13+0100\n"
+"POT-Creation-Date: 2023-02-08 11:30+0100\n"
+"PO-Revision-Date: 2023-02-08 11:41+0100\n"
 "Last-Translator: Jürgen Spitzmüller \n"
 "Language-Team: Deutsch \n"
 "Language: de\n"
@@ -1728,7 +1728,7 @@ msgid "Restrict search to whole words only"
 msgstr "Suche auf vollständige Wörter beschränken"
 
 #: src/frontends/qt/ui/FindAndReplaceUi.ui:153
-#: src/frontends/qt/ui/SearchUi.ui:241 src/frontends/qt/GuiSearch.cpp:100
+#: src/frontends/qt/ui/SearchUi.ui:241 src/frontends/qt/GuiSearch.cpp:101
 msgid "Wh words"
 msgstr "Gan Wörter"
 
@@ -4612,7 +4612,7 @@ msgstr ""
 msgid "Ctrl"
 msgstr "Strg-Taste"
 
-#: src/frontends/qt/ui/PrefInputUi.ui:249 src/insets/InsetInfo.cpp:894
+#: src/frontends/qt/ui/PrefInputUi.ui:249 src/insets/InsetInfo.cpp:898
 msgid "Shift"
 msgstr "Umschalttaste"
 
@@ -5479,11 +5479,11 @@ msgstr "&< Suchen"
 msgid "Replace all occurrences"
 msgstr "Alle Vorkommen auf einmal ersetzen"
 
-#: src/frontends/qt/ui/SearchUi.ui:100 src/frontends/qt/GuiSearch.cpp:204
+#: src/frontends/qt/ui/SearchUi.ui:100 src/frontends/qt/GuiSearch.cpp:206
 msgid "Hide replace and option widgets"
 msgstr "Ersetzen-Werkzeuge und Optionen verbergen"
 
-#: src/frontends/qt/ui/SearchUi.ui:103 src/frontends/qt/GuiSearch.cpp:203
+#: src/frontends/qt/ui/SearchUi.ui:103 src/frontends/qt/GuiSearch.cpp:205
 msgid ""
 msgstr ""
 
@@ -5519,7 +5519,7 @@ msgstr "Nächster Treffer (Eingabe)"
 msgid "Treat uppercase/lowercase writing as distinct"
 msgstr "Groß- und Kleinschreibung differenzieren"
 
-#: src/frontends/qt/ui/SearchUi.ui:231 src/frontends/qt/GuiSearch.cpp:98
+#: src/frontends/qt/ui/SearchUi.ui:231 src/frontends/qt/GuiSearch.cpp:99
 msgid " sensitive[[search]]"
 msgstr "ß-/Kleinschreibung beachten"
 
@@ -5531,7 +5531,7 @@ msgstr "Nur ganze Wörter suchen"
 msgid "Limit search and replace to selection"
 msgstr "Suchen und Ersetzen auf die Auswahl beschränken"
 
-#: src/frontends/qt/ui/SearchUi.ui:251 src/frontends/qt/GuiSearch.cpp:102
+#: src/frontends/qt/ui/SearchUi.ui:251 src/frontends/qt/GuiSearch.cpp:103
 msgid "Selection onl"
 msgstr "N Auswahl"
 
@@ -5540,7 +5540,7 @@ msgid "If this is checked, LyX will search forward 
immediately"
 msgstr ""
 "Wenn dies ausgewählt ist, sucht LyX direkt (während der Eingabe) vorwärts"
 
-#: src/frontends/qt/ui/SearchUi.ui:261 src/frontends/qt/GuiSearch.cpp:104
+#: src/frontends/qt/ui/SearchUi.ui:261 src/frontends/qt/GuiSearch.cpp:105
 msgid "Search as yo type"
 msgstr "Dire suchen"
 
@@ -5550,7 +5550,7 @@ msgstr ""
 "Suche von vorne/hinten weiter, wenn das Ende oder der Anfang des Dokuments "
 "erreicht ist."
 
-#: src/frontends/qt/ui/SearchUi.ui:271 src/frontends/qt/GuiSearch.cpp:106
+#: src/frontends/qt/ui/SearchUi.ui:271 src/frontends/qt/GuiSearch.cpp:107
 msgid ""
 msgstr "Mit Schlei"
 
@@ -6656,17 +6656,17 @@ msgstr "American Economic Association (AEA)"
 #: lib/layouts/iopart.layout:4 lib/layouts/isprs.layout:4
 #: lib/layouts/iucr.layout:4 lib/layouts/jarticle.layout:4
 #: lib/layouts/jasatex.layout:4 lib/layouts/jgrga.layout:4
-#: lib/layouts/jsarticle.layout:4 lib/layouts/jss.layout:4
-#: lib/layouts/kluwer.layout:4 lib/layouts/llncs.layout:4
-#: lib/layouts/ltugboat.layout:4 lib/layouts/maa-monthly.layout:4
-#: lib/layouts/mwart.layout:4 lib/layouts/paper.layout:4
-#: lib/layouts/revtex4-1.layout:4 lib/layouts/revtex4-2.layout:4
-#: lib/layouts/revtex4.layout:4 lib/layouts/scrartcl.layout:4
-#: lib/layouts/scrarticle-beamer.layout:4 lib/layouts/siamltex.layout:4
-#: lib/layouts/singlecol-new.layout:4 lib/layouts/spie.layout:4
-#: lib/layouts/svglobal3.layout:4 lib/layouts/svjog.layout:4
-#: lib/layouts/svprobth.layout:4 lib/layouts/tarticle.layout:4
-#: lib/examples/Articles:0
+#: lib/layouts/jlreq-article.layout:4 lib/layouts/jsarticle.layout:4
+#: lib/layouts/jss.layout:4 lib/layouts/kluwer.layout:4
+#: lib/layouts/llncs.layout:4 lib/layouts/ltugboat.layout:4
+#: lib/layouts/maa-monthly.layout:4 lib/layouts/mwart.layout:4
+#: lib/layouts/paper.layout:4 lib/layouts/revtex4-1.layout:4
+#: lib/layouts/revtex4-2.layout:4 lib/layouts/revtex4.layout:4
+#: lib/layouts/scrartcl.layout:4 lib/layouts/scrarticle-beamer.layout:4
+#: lib/layouts/siamltex.layout:4 lib/layouts/singlecol-new.layout:4
+#: lib/layouts/spie.layout:4 lib/layouts/svglobal3.layout:4
+#: 

[LyX/master] Adapt documentation of Japanese classes

2023-02-08 Thread Juergen Spitzmueller
commit 8820b0e4419c106730e0afec248857fad5214d90
Author: Juergen Spitzmueller 
Date:   Wed Feb 8 11:27:20 2023 +0100

Adapt documentation of Japanese classes
---
 lib/doc/Additional.lyx|  425 +
 lib/doc/LaTeXConfig.lyx   |   95 ++-
 lib/doc/de/Additional.lyx |  274 +++--
 3 files changed, 703 insertions(+), 91 deletions(-)

diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx
index e1210ab..f7a568a 100644
--- a/lib/doc/Additional.lyx
+++ b/lib/doc/Additional.lyx
@@ -4056,11 +4056,108 @@ name "subsec:Japanese"
 \end_inset
 
 Japanese
+\change_inserted -712698321 1675848645
+ (Standard Classes)
+\change_inserted 564990737 1671383236
+
 \end_layout
 
 \begin_layout Standard
 
-\change_inserted 564990737 1671383236
+\change_inserted -712698321 1675848905
+\SpecialChar LyX
+ included a collection of several bundles that aim to facilitate typesetting 
Japanese documents.
+ The bundles have been developed at different times,
+ they thus support different typesetting engines and features.
+ This collection is the oldest one.
+ It adjusts the \SpecialChar LaTeX
+ standard classes to requirements of Japanese typesetting,
+ for horizontal and vertical writing.
+ The collection includes 
+\family sans
+Japanese Article (Standard Class)
+\family default
+,
+ 
+\family sans
+Japanese Article
+\begin_inset space \thinspace{}
+\end_inset
+
+(Standard Class Vertical Writing)
+\family default
+,
+ 
+\family sans
+Japanese Book
+\begin_inset space \thinspace{}
+\end_inset
+
+(Standard Class)
+\family default
+,
+ 
+\family sans
+Japanese Book
+\begin_inset space \thinspace{}
+\end_inset
+
+(Standard Class Vertical Writing)
+\family default
+,
+ 
+\family sans
+Japanese Report
+\begin_inset space \thinspace{}
+\end_inset
+
+(Japanese Standard Class)
+\family default
+,
+ and
+\family sans
+ Japanese Report
+\begin_inset space \thinspace{}
+\end_inset
+
+(Standard Class Vertical Writing).
+\end_layout
+
+\begin_layout Subsection
+
+\change_inserted -712698321 1675848929
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:Japanese-JS"
+
+\end_inset
+
+Japanese (JS Bundle)
+\change_unchanged
+
+\end_layout
+
+\begin_layout Standard
+
+\change_inserted -712698321 1675849034
+This collection includes improved versions of the classes included in 
+\family sans
+Japanese (Standard Classes)
+\family default
+ (see
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:Japanese"
+
+\end_inset
+
+).
+ It includes 
+\change_deleted -712698321 1675849038
 The document classes 
 \change_inserted -712698321 1673089024
 
@@ -4079,46 +4176,42 @@ rticle
 \change_deleted -712698321 1673089027
 Japanese 
 \change_inserted 564990737 1671383236
-JS Class)
+JS 
+\change_deleted -712698321 1675848222
+Class
+\change_inserted -712698321 1675848223
+Bundle
+\change_inserted 564990737 1671383236
+)
+\change_deleted -712698321 1675849103
+
 \family default
 ,
 
+\change_inserted 564990737 1671383236
+
 \family sans
  
-\change_deleted -712698321 1673089041
+\change_deleted -712698321 1675849055
 article
-\change_inserted -712698321 1673089041
-Japanese Article
-\change_inserted 564990737 1671383236
-
 \begin_inset space \thinspace{}
 \end_inset
 
-(
-\change_deleted -712698321 1673089044
-Japanese 
-\change_inserted 564990737 1671383236
-Standard Class Vertical Writing)
+(Japanese Standard Class Vertical Writing)
 \family default
 ,
  
-\change_deleted -712698321 1673089041
-
 \family sans
 article
 \begin_inset space \thinspace{}
 \end_inset
 
 (Japanese Standard Class)
-\change_inserted -712698321 1673088992
-Japanese Article (Standard Class)
-\change_inserted 564990737 1671383236
-
 \family default
 ,
  
-\change_inserted -712698321 1673089053
-
+\change_inserted -712698321 1675849107
+and 
 \family sans
 Japanese 
 \change_deleted -712698321 1673089053
@@ -4134,86 +4227,277 @@ ook
 \change_deleted -712698321 1673089067
 Japanese 
 \change_inserted 564990737 1671383236
-JS Class)
+JS 
+\change_deleted -712698321 1675849059
+Class
+\change_inserted -712698321 1675849059
+Bundle
+\change_inserted 564990737 1671383236
+)
+\change_deleted -712698321 1675849095
+
 \family default
 ,
 
 \family sans
+ book
+\begin_inset space \thinspace{}
+\end_inset
+
+(Japanese Standard Class Vertical Writing)
+\family default
+,
  
-\change_inserted -712698321 1673089073
-Japanese B
-\change_deleted -712698321 1673089270
-b
-\change_inserted 564990737 1671383236
-ook
+\family sans
+book
 \begin_inset space \thinspace{}
 \end_inset
 
-(
-\change_deleted -712698321 1673089077
-Japanese 
-\change_inserted 564990737 1671383236
-Standard Class Vertical Writing)
+(Japanese Standard Class)
 \family default
 ,
  
-\change_deleted -712698321 1673089083
+\family sans
+report
+\begin_inset space \thinspace{}
+\end_inset
 
+(Japanese Vertical Writing)
+\family default
+ and 
 \family sans
-b
-\change_inserted -712698321 

[LyX/master] Support for the JLReq class, by Koji Yokota (#12657)

2023-02-08 Thread Juergen Spitzmueller
commit 83d281f81e86653739e450fe456d30e5982e00b2
Author: Juergen Spitzmueller 
Date:   Wed Feb 8 11:19:11 2023 +0100

Support for the JLReq class, by Koji Yokota (#12657)

 lib/Makefile.am|9 +
 .../Japanese_Article_%28JLReq_Class%29.lyx | 3378 
 lib/layouts/jlreq-article.layout   |   22 +
 lib/layouts/jlreq-book.layout  |   22 +
 lib/layouts/jlreq-common.inc   |  310 ++
 lib/layouts/jlreq-report.layout|   22 +
 6 files changed, 3763 insertions(+), 0 deletions(-)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Improve labeling of Japanese classes

2023-02-08 Thread Juergen Spitzmueller
commit 882f7387921078af1ae72c8d31566d3d53d61e79
Author: Juergen Spitzmueller 
Date:   Wed Feb 8 11:26:54 2023 +0100

Improve labeling of Japanese classes
---
 lib/layouts/bxjsarticle.layout |2 +-
 lib/layouts/bxjsbook.layout|2 +-
 lib/layouts/bxjsreport.layout  |2 +-
 lib/layouts/bxjsslide.layout   |2 +-
 lib/layouts/jsarticle.layout   |2 +-
 lib/layouts/jsbook.layout  |2 +-
 lib/layouts/tarticle.layout|2 +-
 lib/layouts/tbook.layout   |2 +-
 lib/layouts/treport.layout |2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/layouts/bxjsarticle.layout b/lib/layouts/bxjsarticle.layout
index 6af40ce..cfd5d52 100644
--- a/lib/layouts/bxjsarticle.layout
+++ b/lib/layouts/bxjsarticle.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Article (BXJS Class)}
+#  \DeclareLaTeXClass{Japanese Article (BX Bundle)}
 #  \DeclareCategory{Articles}
 # Japanese BXJS article textclass is an extension of JS textclass
 # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
diff --git a/lib/layouts/bxjsbook.layout b/lib/layouts/bxjsbook.layout
index 66819cb..e69ea76 100644
--- a/lib/layouts/bxjsbook.layout
+++ b/lib/layouts/bxjsbook.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Book (BXJS Class)}
+#  \DeclareLaTeXClass{Japanese Book (BX Bundle)}
 #  \DeclareCategory{Books}
 # Japanese BXJS book textclass is an extension of JS textclass 
 # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
diff --git a/lib/layouts/bxjsreport.layout b/lib/layouts/bxjsreport.layout
index 00ef35a..21faf57 100644
--- a/lib/layouts/bxjsreport.layout
+++ b/lib/layouts/bxjsreport.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Report (BXJS Class)}
+#  \DeclareLaTeXClass{Japanese Report (BX Bundle)}
 #  \DeclareCategory{Reports}
 # Japanese BXJS report textclass is an extension of JS textclass 
 # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
diff --git a/lib/layouts/bxjsslide.layout b/lib/layouts/bxjsslide.layout
index 9543feb..94175f0 100644
--- a/lib/layouts/bxjsslide.layout
+++ b/lib/layouts/bxjsslide.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Slide (BXJS Class)}
+#  \DeclareLaTeXClass{Japanese Slides (BX Bundle)}
 #  \DeclareCategory{Presentations}
 # Japanese BXJS slide textclass is an extension of JS textclass 
 # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
diff --git a/lib/layouts/jsarticle.layout b/lib/layouts/jsarticle.layout
index a7aee8d..c9ffb2b 100644
--- a/lib/layouts/jsarticle.layout
+++ b/lib/layouts/jsarticle.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Article (JS Class)}
+#  \DeclareLaTeXClass{Japanese Article (JS Bundle)}
 #  \DeclareCategory{Articles}
 # Japanese new standard article textclass definition file.
 # Author : Koji Yokota (yoko...@gmail.com)
diff --git a/lib/layouts/jsbook.layout b/lib/layouts/jsbook.layout
index d9147fc..cd9cb47 100644
--- a/lib/layouts/jsbook.layout
+++ b/lib/layouts/jsbook.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Book (JS Class)}
+#  \DeclareLaTeXClass{Japanese Book (JS Bundle)}
 #  \DeclareCategory{Books}
 # Japanese new standard book textclass definition file.
 # Author : Koji Yokota (yoko...@gmail.com)
diff --git a/lib/layouts/tarticle.layout b/lib/layouts/tarticle.layout
index dfd6be2..b2febe1 100644
--- a/lib/layouts/tarticle.layout
+++ b/lib/layouts/tarticle.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[tarticle,plext.sty]{Japanese Article (Standard Class: 
Vertical Writing)}
+#  \DeclareLaTeXClass[tarticle,plext.sty]{Japanese Article (Standard Class, 
vertical Writing)}
 #  \DeclareCategory{Articles}
 # Definition file of Japanese article textclass for vertical writing.
 # Author : Koji Yokota (yoko...@gmail.com)1
diff --git a/lib/layouts/tbook.layout b/lib/layouts/tbook.layout
index 8f38b2a..2fb926a 100644
--- a/lib/layouts/tbook.layout
+++ b/lib/layouts/tbook.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[tbook,plext.sty]{Japanese Book (Standard Class: Vertical 
Writing)}
+#  \DeclareLaTeXClass[tbook,plext.sty]{Japanese Book (Standard Class, vertical 
Writing)}
 #  \DeclareCategory{Books}
 # Definition file of Japanese book textclass for vertical writing.
 # Author : Koji Yokota (yoko...@gmail.com)
diff --git a/lib/layouts/treport.layout b/lib/layouts/treport.layout
index eabb99e..f69f97a 100644
--- a/lib/layouts/treport.layout
+++ b/lib/layouts/treport.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on