<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>一般フォーラム</title>
    <link>https://okumuralab.org/tex/mod/forum/view.php?f=2</link>
    <description>質問用フォーラムです。ご質問の前に質問のしかたをご覧ください。</description>
    <generator>Moodle</generator>
    <language>ja</language>
    <copyright>(c) 2026 TeX Forum</copyright>
    <image>
      <url>https://okumuralab.org/tex/theme/image.php/boost/core/1725410704/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://okumuralab.org/tex</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Re: tcolorboxについて</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4044&amp;parent=25258</link>
      <pubDate>Thu, 13 Aug 2026 14:19:49 GMT</pubDate>
      <description>by 和田 勇. &amp;nbsp;&lt;p&gt;&lt;h3&gt;最小限のサンプルコード&lt;/h3&gt;

&lt;p&gt;小林さんが提供されたサンプルテキストだけでは、原因追及が困難です。&lt;/p&gt;

&lt;p&gt;可能であれば、問題となる　.tex ソースの &lt;code&gt;\begin{document}&lt;/code&gt; より前のプリアンブル部分を提供していただけませんでしょうか？&lt;/p&gt;

&lt;p&gt;提供不可を想定して、パッケージの衝突や環境固有の問題を切り分けるため、余計な設定を排除した最小限のサンプルコードを作成してみましたので、
これを利用して作成された PDF ファイルに「どこがおかしい」か書き込み等していただけませんでしょうか？&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;latex&quot;&gt;\documentclass[dvipdfmx]{jbook}% 過去の投稿から jbook を通常利用されていましたので

\usepackage{tcolorbox}
\tcbuselibrary{breakable}

\usepackage{bxjalipsum} % ダミーテキスト用
\newcommand{\myMACRO}[2]{
  \chapter{#1}
  \begin{tcolorbox}[breakable, title=#1]%
  \jalipsum{#2}
  \end{tcolorbox}
}

\begin{document}
\myMACRO{草枕}{kusamakura}% 13段落
\myMACRO{吾輩は猫である}{wagahai}% 33段落
\end{document}
&lt;/code&gt;&lt;/pre&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4044&amp;parent=25258</guid>
    </item>
    <item>
      <title>tcolorboxについて</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4044&amp;parent=25257</link>
      <pubDate>Thu, 13 Aug 2026 08:14:24 GMT</pubDate>
      <description>by 小林 コウキ. &amp;nbsp;&lt;p&gt;&lt;p&gt;tcolorboxについての質問です．&lt;br /&gt;tcolorboxが複数ページをまたぐとき，3頁以降の奇数ページの体裁がくずれてしまいます．&lt;br /&gt;&lt;br /&gt;以下がソースのサンプルです．&lt;/p&gt;
&lt;p&gt;\begin{tcolorbox}[breakable, title=コラム1]%&lt;/p&gt;
&lt;p&gt;テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト&lt;/p&gt;
&lt;p&gt;…略&lt;/p&gt;
&lt;p&gt;\end{tcolorbox}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;コンパイル結果は以下になります&lt;img class=&quot;img-fluid&quot; src=&quot;https://okumuralab.org/tex/pluginfile.php/6/mod_forum/post/25257/%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB%E3%81%AA%E3%81%97%20%281%29.png&quot; alt=&quot;コンパイル結果&quot; width=&quot;631&quot; height=&quot;882&quot; /&gt;&lt;/p&gt;
&lt;p&gt;この解決策をご存じの方がいらっしゃいましたら，教えていただけないでしょうか．&lt;br /&gt;よろしくお願いいたします．&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;ヴァージョンは以下です．&lt;br /&gt;This is e-upTeX, Version 3.141592653-p4.1.2-u2.00-250202-2.6 (utf8.sjis) (TeX Live 2025) (preloaded format=platex 2025.6.19)&lt;br /&gt;pLaTeX2eでコンパイルしています．&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4044&amp;parent=25257</guid>
    </item>
    <item>
      <title>Re: 参考文献リストの書き方</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25256</link>
      <pubDate>Tue, 21 Jul 2026 03:29:34 GMT</pubDate>
      <description>by ueki ichiro. &amp;nbsp;&lt;p&gt;&lt;p&gt;和田様&lt;/p&gt;
&lt;p&gt;ご教示ありがとうございます。大変お手数をおかけして申し訳ありません。chicagoスタイルでは著者名のすぐ後に発行年が来るのですね。これから検討させて頂きます。今後ともよろしくお願いいたします。&lt;/p&gt;
&lt;p&gt;　　植木&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25256</guid>
    </item>
    <item>
      <title>Re: 参考文献リストの書き方</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25255</link>
      <pubDate>Mon, 20 Jul 2026 11:19:54 GMT</pubDate>
      <description>by 和田 勇. &amp;nbsp;&lt;p&gt;&lt;p&gt;ご質問の内容を Google Chrome ブラウザの AI-モードにて問いかけ、その解答案を参考にして検討しました。&lt;/p&gt;

&lt;p&gt;AI モードからの抜粋した回答は以下の通り。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;natbibパッケージで chicago を利用&lt;/li&gt;
&lt;li&gt;biblatex-chicago パッケージ利用&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;natbibパッケージで chicago を利用&lt;/h3&gt;

&lt;p&gt;pLaTeX(or pdflatex) とBIBTEX を利用する場合の概略のコーディングは以下の通り。
（　case-1-use-natbib-with-chicago.tex　参照）&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;latex&quot;&gt;\documentclass[12pt,a4paper]{article}
\usepackage{natbib} % 著者・年（Author-Date）形式用の設定
\begin{document}
...
% 参考文献リストの出力
\bibliographystyle{chicago}
\bibliography{inf48}
\end{document}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;この方法では、参考文献リストの &lt;code&gt;発行年(刊行年)&lt;/code&gt; 情報に　&lt;code&gt;(1913)&lt;/code&gt; のように規定とは若干異なる様式になるので
  気になるのであれば、以下の差分のように cicago.bst を改造した my-chicago.bst を利用した
  case-2-use-natbib-with-my-chicago.tex　を参考にしてください。&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;diff&quot;&gt;  --- C:/texlive/2026/texmf-dist/bibtex/bst/chicago/chicago.bst 2007-12-26 09:34:49.000000000 +0900
  +++ my-chicago.bst    2026-07-20 19:43:35.505602834 +0900
  @@ -265,12 +265,12 @@
  FUNCTION {output.year.check}
  { year empty$
        { &quot;empty year in &quot; cite$ * warning$ }
        { write$
  -        &quot; (&quot; year * extra.label *
  +        &quot; &quot; year * extra.label *
          month empty$
  -          { &quot;)&quot; * }
  -          { &quot;, &quot; * month * &quot;)&quot; * }
  +          { }
  +          { &quot;, &quot; * month * }
          if$
          mid.sentence 'output.state :=
        }
    if$
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;biblatex-chicago パッケージ利用&lt;/h3&gt;

&lt;p&gt;case-3-use-biblatex-chicago.tex を参考にしてください。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;この方法での参考文献情報作成は　bibtex ではなく &lt;code&gt;biber&lt;/code&gt; を使います。&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;プリアンブルに &lt;code&gt;\usepackage[authordate, backend=biber]{biblatex-chicago}&lt;/code&gt; を追加&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;（従来の \bibliographystyle や \bibliography は削除）&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;\addbibresource{inf48&lt;code&gt;.bib&lt;/code&gt;} % &lt;code&gt;拡張子 .bib まで書く&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;参考文献を出力したい場所に &lt;code&gt;\printbibliography&lt;/code&gt; を記述&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;発行年（刊行年）情報は、投稿規定通り&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;なお引用方法も場合によっては若干変更になる可能性があります。&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;　&lt;code&gt;\autocite{...}&lt;/code&gt; でも良いかもしれません&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25255</guid>
    </item>
    <item>
      <title>参考文献リストの書き方</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25254</link>
      <pubDate>Sun, 19 Jul 2026 14:46:25 GMT</pubDate>
      <description>by ueki ichiro. &amp;nbsp;&lt;p&gt;&lt;p&gt;私はHOPOS というjournalに投稿するために2023年版のTEXで論文を書いています。&lt;br /&gt;HOPOS の投稿規定には参考文献リストの例としてとして次のように書かれています。&lt;/p&gt;
&lt;p&gt;Example references　&lt;br /&gt;......&lt;/p&gt;
&lt;p&gt;Journal Article&lt;/p&gt;
&lt;p&gt;Burian, Richard M. 1977. “More than a Marriage of Convenience.” Philosophy of Science 44:1–42.&lt;/p&gt;
&lt;p&gt;Browne, Janet. 2010. “Making Darwin: Biography and the Changing Representations of Charles Darwin.” Journal of Interdisciplinary History 40 (3): 347–73.&lt;/p&gt;
&lt;p&gt;一方私は論文のtexファイルのプリアンブルと末尾に次のように書きました。&lt;/p&gt;
&lt;p&gt;\documentclass[12pt,fleqn,a4paper]{article}&lt;br /&gt;\setlength{\textwidth}{16cm}&lt;br /&gt;\setlength{\oddsidemargin}{0cm}&lt;br /&gt;\setlength{\evensidemargin}{0cm}&lt;br /&gt;\setlength{\topmargin}{-1cm}&lt;br /&gt;\setlength{\textheight}{24cm}&lt;br /&gt;\usepackage{amsmath}&lt;br /&gt;\usepackage{graphicx}&lt;br /&gt;\usepackage{setspace}&lt;br /&gt;\begin{document}&lt;br /&gt;......&lt;/p&gt;
&lt;p&gt;\bibliographystyle{plain}&lt;br /&gt;\bibliography{inf48}&lt;br /&gt;\end{document}&lt;/p&gt;
&lt;p&gt;ーーーーー&lt;/p&gt;
&lt;p&gt;上記 \bibliography のinf48.bibでは文献を次のように書きました。&lt;br /&gt;........&lt;/p&gt;
&lt;p&gt;@article{Bohr1,&lt;br /&gt;  author  = {Bohr, Niels},&lt;br /&gt;  year    = {1913},&lt;br /&gt;  title   = {On the constitution of atoms and molecules},&lt;br /&gt;  journal = {\textit{Philosophical Magazine}},&lt;br /&gt;  volume  = {26},&lt;br /&gt;  pages   = {1-26}&lt;br /&gt;}&lt;br /&gt;.........&lt;/p&gt;
&lt;p&gt;なお \bibliographystyle は、美文書作成入門第８版184ページの例では jplain ですが、英文の style が不明なのでとりあえず plain としました。&lt;/p&gt;
&lt;p&gt;ーーーーー&lt;/p&gt;
&lt;p&gt;texファイルを pLaTeX とBIBTEX でコンパイルして得た PDF の参考文献リストは次のようになり、&lt;br /&gt;投稿規定の例では著者名のすぐ後に書くべき発行年が末尾に書かれています。&lt;br /&gt;.........&lt;/p&gt;
&lt;p&gt;References&lt;br /&gt;..........&lt;/p&gt;
&lt;p&gt;[4] Niels Bohr. On the constitution of atoms and molecules. Philosophical Magazine, 26:1–26, 1913.&lt;br /&gt;.........&lt;/p&gt;
&lt;p&gt;投稿規定のように著者名のすぐ後に発行年が来るようにコンパイルするにはどうしたらいいのでしょうか。&lt;/p&gt;
&lt;p&gt;　　植木&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4043&amp;parent=25254</guid>
    </item>
    <item>
      <title>Re: \DocumentMetadataでエラー</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25253</link>
      <pubDate>Wed, 08 Jul 2026 12:21:11 GMT</pubDate>
      <description>by John Smith. &amp;nbsp;&lt;p&gt;&lt;p class=&quot;font-claude-response-body break-words whitespace-normal&quot;&gt;issueにFrank Mittelbach氏から回答がありました。&lt;/p&gt;
&lt;p class=&quot;font-claude-response-body break-words whitespace-normal&quot;&gt;未定義なのは内部変数ではなく @chapapp の方でした。新しいコードでは見出しが template ベースになり、\secdef で定義された jlreq の \chapter は自動変換できないため標準クラス相当の設定に置き換えられます。その設定が prefix として @chapapp を参照する一方、jlreq はこれを定義していないためエラーになる、とのことです。&lt;/p&gt;
&lt;p class=&quot;font-claude-response-body break-words whitespace-normal&quot;&gt;プリアンブルに&lt;br /&gt;\makeatletter \def@chapapp{Chapter} \makeatother&lt;br /&gt;と書けばエラー自体は回避できますが、見出しのレイアウトは jlreq 本来の体裁にはなりません（\chapter が template 実装に差し替わるため）。根本的にはクラス側での template 対応が必要とのことなので、jlreq のリポジトリにissueを立てました。&lt;/p&gt;
&lt;p class=&quot;font-claude-response-body break-words whitespace-normal&quot;&gt;https://github.com/abenori/jlreq/issues/151&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25253</guid>
    </item>
    <item>
      <title>Re: \DocumentMetadataでエラー</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25252</link>
      <pubDate>Wed, 08 Jul 2026 08:28:46 GMT</pubDate>
      <description>by John Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;m c さん、ありがとうございます。追加で調べたので共有します。&lt;br /&gt;
原因は tagpdf ではなく、\DocumentMetadata が読み込む新しい見出し実装 latex-lab-sec のようです。エラーに出る \l__head_prefix_decls_tl はこのモジュールの内部変数で、ログでも同じ名前空間の変数（\l__head_level_int など）が latex-lab-testphase-sec-template から定義されています。\chapter だけ引っかかるのは、エラー箇所（\l__head_prefix_decls_tl @chapapp …）のとおり、章の接頭辞 @chapapp を使う経路が chapter 固有だからで、ご指摘の切り分けと一致します。標準の book クラスでは \chapter が通るので、jlreq のように \chapter／@chapapp を再定義するクラスと新実装の相互作用のようです。&lt;br /&gt;
回避策ですが、tagging=off にしても内部で testphase=latest が読み込まれてしまうため効きません。確実なのは \DocumentMetadata を外すことだけですで、現状は本体側の対応待ちになりそうです。&lt;br /&gt;
latex3/tagging-project に issue を立てました。&lt;br /&gt;
https://github.com/latex3/tagging-project/issues/1482&lt;br /&gt;
進展があれば共有します。&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25252</guid>
    </item>
    <item>
      <title>Re: \DocumentMetadataでエラー</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25251</link>
      <pubDate>Tue, 07 Jul 2026 06:59:27 GMT</pubDate>
      <description>by m c. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;\chapterだけが引っかかって，\part，\section，\subsection，\paragraphはエラーになりませんね．&lt;br /&gt;
tagpdfかその関連パッケージの問題なのかなと思います．&lt;br /&gt;
&lt;br /&gt;
私自身，具体的な解決策は見当ついていないのですが，エラーメッセージで検索してみたところ，&lt;br /&gt;
https://tex.stackexchange.com/questions/764350/custom-toc-entries-in-latex-june-2026-release&lt;br /&gt;
が出てきました．&lt;br /&gt;
この質問にはまだ回答がついていないのですが，John Smithさんの問題を考える上で参考になるでしょうか？&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25251</guid>
    </item>
    <item>
      <title>\DocumentMetadataでエラー</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25250</link>
      <pubDate>Mon, 06 Jul 2026 06:56:17 GMT</pubDate>
      <description>by John Smith. &amp;nbsp;&lt;p&gt;&lt;p&gt;環境はWindows 11, version 25H2，TeX Live 2026です．&lt;/p&gt;
&lt;div&gt;パッケージを全て最新のものに更新したところ，エラーが出るようになってしまいました．&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;p&gt;以下のソースをLuaLaTeX, upLaTeXでコンパイルすると（それぞれ同じ）エラーが出てしまいます．&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;\DocumentMetadata{pdfversion=1.7, pdfstandard=a-3b}&lt;/div&gt;
&lt;div&gt;\documentclass[book]{jlreq}&lt;/div&gt;
&lt;div&gt;\begin{document}&lt;/div&gt;
&lt;div&gt;\chapter{test}&lt;/div&gt;
&lt;div&gt;test&lt;/div&gt;
&lt;div&gt;\end{document}&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div&gt;test.tex:4: Undefined control sequence.&lt;/div&gt;
&lt;div&gt;&amp;lt;argument&amp;gt; {\l__head_prefix_decls_tl \@chapapp&lt;/div&gt;
&lt;div&gt;                                               }\nobreak \skip_horizontal:n ...&lt;/div&gt;
&lt;div&gt;l.4 \chapter{test}&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;\DocumentMetadata{lang=ja-JP}の様にしたり，ドキュメントクラスをjsbookにしても同じエラーになります．&lt;br /&gt;&lt;br /&gt;良い解決方法があれば教えていただいです．よろしくお願いいいたします．&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4042&amp;parent=25250</guid>
    </item>
    <item>
      <title>Re: luatexja-preset を deluxe オプションつきで使用しているときの  \bfseries と \gtfamily の組み合わせ について</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25249</link>
      <pubDate>Sun, 05 Jul 2026 13:42:39 GMT</pubDate>
      <description>by Lemures Lemniscati. &amp;nbsp;&lt;p&gt;&lt;p&gt;ありがとうございます．&lt;/p&gt;

&lt;p&gt;以下のどちらの方法でも，ubuntu 26.04, ubuntu 24.04, ubuntu 22.04, Cygwin にて，エラーなく，期待した結果が得られました．&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/luatexja/luatexja/blob/5b315b65c93983f12bc8c467cf8498d119dc9085/src/patches/lltjfont.sty&quot;&gt;&lt;code&gt;lltjfont.sty&lt;/code&gt; (&lt;code&gt;5b315b6&lt;/code&gt;)&lt;/a&gt; に，その修正を加えたものを置いておく．&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LuaLaTeX用のソースに次のコードを追加する．&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;pre&gt;&lt;code&gt;\makeatletter
\patchcmd\update@series@target@value@kanji{\@currentmetafamily}{\@currentmetakanjifamily}{}{}
\makeatother
&lt;/code&gt;&lt;/pre&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25249</guid>
    </item>
    <item>
      <title>Re: luatexja-preset を deluxe オプションつきで使用しているときの  \bfseries と \gtfamily の組み合わせ について</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25248</link>
      <pubDate>Sun, 05 Jul 2026 12:14:40 GMT</pubDate>
      <description>by 北川 弘典. &amp;nbsp;&lt;p&gt;おっと，LuaTeX-ja の考慮忘れですね．patches/lltjfont.sty に次の変更を加える&lt;br /&gt;
（つまり，\patchcmd\update@series@target@value@kanji... という&lt;br /&gt;
全く同じ行が 2 回から 3 回に増える）とどうなるでしょうか．&lt;br /&gt;
&lt;br /&gt;
@@ -888,6 +888,7 @@&lt;br /&gt;
 \patchcmd\update@series@target@value@kanji{\f@series}{\k@series}{}{}&lt;br /&gt;
 \patchcmd\update@series@target@value@kanji{\f@series}{\k@series}{}{}&lt;br /&gt;
 \ifnum\ltj@@latex@plv&amp;gt;1500 % LaTeX2e 2025-11-01&lt;br /&gt;
+&amp;nbsp; \patchcmd\update@series@target@value@kanji{\@currentmetafamily}{\@currentmetakanjifamily}{}{}&lt;br /&gt;
&amp;nbsp;  \patchcmd\update@series@target@value@kanji{\@currentmetafamily}{\@currentmetakanjifamily}{}{}&lt;br /&gt;
&amp;nbsp;  \patchcmd\update@series@target@value@kanji{\@currentmetafamily}{\@currentmetakanjifamily}{}{}&lt;br /&gt;
&amp;nbsp;  \def\@restoremetafamily{%&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25248</guid>
    </item>
    <item>
      <title>luatexja-preset を deluxe オプションつきで使用しているときの  \bfseries と \gtfamily の組み合わせ について</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25247</link>
      <pubDate>Sun, 05 Jul 2026 06:55:45 GMT</pubDate>
      <description>by Lemures Lemniscati. &amp;nbsp;&lt;p&gt;&lt;p&gt;luatexja-preset を deluxe オプションつきで指定しているとき \bfseries と \gtfamily の組み合わせで \bfseries が効かないことがあり，ご相談です．&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;\bfseries&lt;/code&gt; が選択されているときに &lt;code&gt;\gtfamily&lt;/code&gt; を使用しても太ゴシックにならない（lualexja-preset で deluxe オプションを指定しているとき）&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;以下の例では，2., 3., 4., の例は全て同じく太字になることを期待しましたが，
ubuntu 26.04 LTS の texlive パッケージでは，3., 4. で &lt;code&gt;かきくけこ&lt;/code&gt; の部分が太字になりません．
ubuntu 24.04, ubuntu 22.04, Cygwin では問題なく太字になっていました．&lt;/p&gt;

&lt;p&gt;luatex-ja のドキュメントでは， &lt;code&gt;\gtfamily\bfseries&lt;/code&gt; の順に使用する例しか挙げられていませんので，想定外の使用法が以前はたまたまうまくいっていただけなのかもしれません．&lt;/p&gt;

&lt;p&gt;解決方法としては，新しい版では，個別に指定していくしかないのでしょうか．
あるいは preset を利用するのではなく独自にフォントファミリーを作成していくべきなのでしょうか．&lt;/p&gt;

&lt;p&gt;サンプルソース&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;\documentclass{jlreq}
\PassOptionsToPackage{deluxe}{luatexja-preset}
\PassOptionsToPackage{haranoaji}{luatexja-preset}
\usepackage{luatexja-fontspec}
\usepackage{luatexja-preset}
\begin{document}

\def\sample{{あいうえお}{\gtfamily かきくけこ}{さしすせそ}}
\def\samplebf{{\bfseries あいうえお}{\gtfamily\bfseries  かきくけこ}{\bfseries さしすせそ}}

\begin{enumerate}
\item \sample
\item \samplebf
\item {\bfseries \sample}
\item \textbf{\sample}
\end{enumerate}

\end{document}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;使用している環境での主なファイルのバージョンは以下の通りです．&lt;/p&gt;

&lt;p&gt;Ubuntu 26.04 LTS&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;This is LuaHBTeX, Version 1.22.0 (TeX Live 2025/Debian)
LaTeX2e &amp;lt;2025-11-01&amp;gt;
L3 programming layer &amp;lt;2026-01-19&amp;gt;
\ProvidesClass{jlreq}[2025/3/16 jlreq]
\ProvidesPackage{luatexja-fontspec}[2025-09-30 fontspec support of LuaTeX-ja]
\ProvidesPackage{luatexja-preset}[2025-10-26 Japanese font presets]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Ubuntu 24.04 LTS&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;This is LuaHBTeX, Version 1.17.0 (TeX Live 2023/Debian)
LaTeX2e &amp;lt;2023-11-01&amp;gt; patch level 1
L3 programming layer &amp;lt;2024-01-22&amp;gt;
\ProvidesClass{jlreq}[2023/06/19 jlreq]
\ProvidesPackage{luatexja-fontspec}[2020-09-14 fontspec support of LuaTeX-ja]
\ProvidesPackage{luatexja-preset}[2022-06-19 Japanese font presets]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Ubuntu 22.04 LTS&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;This is LuaHBTeX, Version 1.14.0 (TeX Live 2022/dev/Debian)
LaTeX2e &amp;lt;2021-11-15&amp;gt; patch level 1
 L3 programming layer &amp;lt;2022-01-21&amp;gt;
\ProvidesClass{jlreq}[2021/11/05 jlreq]
\ProvidesPackage{luatexja-fontspec}[2020-09-14 fontspec support of LuaTeX-ja]
\ProvidesPackage{luatexja-preset}[2020-09-14 Japanese font presets]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Cygwin&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;texlive-collection-langjapanese 20250416-1     OK
This is LuaHBTeX, Version 1.22.0 (TeX Live 2025/Cygwin)
LaTeX2e &amp;lt;2024-11-01&amp;gt; patch level 2
L3 programming layer &amp;lt;2025-01-18&amp;gt;
\ProvidesClass{jlreq}[2025/3/16 jlreq]
\ProvidesPackage{luatexja-fontspec}[2024-05-14 fontspec support of LuaTeX-ja]
\ProvidesPackage{luatexja-preset}[2024-03-30 Japanese font presets]
&lt;/code&gt;&lt;/pre&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4041&amp;parent=25247</guid>
    </item>
    <item>
      <title>Re: フォントの指定その他</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25245</link>
      <pubDate>Sat, 04 Jul 2026 13:28:14 GMT</pubDate>
      <description>by ueki ichiro. &amp;nbsp;&lt;p&gt;&lt;p&gt;ｍｃ様　ご教示ありがとうございます。&lt;/p&gt;
&lt;p&gt;BJPS の instructions for authors には&lt;/p&gt;
&lt;p&gt;&quot; New submissions should&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;not be in any particular style on initial submission (besides Times New Roman, 12pt, 1.5 line spacing, 1-inch margins), but if the paper is accepted for publication we will require a version in the journal’s style.&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;とあります。この besides の意味が分からなかったのですが、最初の投稿ではTimes 等の指定は無視してもよいと解釈して投稿してみようと思います。ありがとうございました。&lt;/p&gt;
&lt;p&gt;　　植木&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Figures&lt;/strong&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25245</guid>
    </item>
    <item>
      <title>Re: フォントの指定その他</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25244</link>
      <pubDate>Fri, 03 Jul 2026 11:24:35 GMT</pubDate>
      <description>by m c. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;BJPSのTeXフォーマットは&lt;br /&gt;
https://www.thebsps.org/faq/faq-final/#prep&lt;br /&gt;
のLaTeXセクションにありますが，それは採録が決まった原稿についてのものですね．&lt;br /&gt;
これを見てみると，geometoryやsetspaceパッケージが使われています．&lt;br /&gt;
フォントはtxフォントが指定されています．Times New Romanではないですが，これでいいということでしょう．&lt;br /&gt;
なお，Overleaf ( https://www.overleaf.com/ ) でコンパイル処理ができないものは扱えないよ，ということが&lt;br /&gt;
https://www.journals.uchicago.edu/journals/bjps/instruct&lt;br /&gt;
に書かれていますので，ご注意ください．&lt;br /&gt;
またファイル分割はせず，すべてを一つの.texファイルにまとめることが要求されています．&lt;br /&gt;
&lt;br /&gt;
私見ですが，（採録が決まった原稿でさえtxフォントなので）査読用の新規投稿ではしれっとNewTXフォントを使って書いて提出してもいいんではないでしょうか．&lt;br /&gt;
\usepackage{newtxtext, newtxmath} % AMS mathパッケージは自動で読み込む&lt;br /&gt;
\usepackage{tgheros} % Arial/Helvetica互換のTeX Gyre Heros&lt;br /&gt;
\usepackage{tgcursor} % Courier互換のTeX Gyre Cursor&lt;br /&gt;
NewTXのベースになっているフォントはAdobe基本書体（Times）互換のTeX Gyre Termesですので，違和感はないと思います．&lt;br /&gt;
こちらも全てを単一の.texファイルにまとめることが要求されているようです．&lt;br /&gt;
&lt;br /&gt;
どうしてもTimes New Romanにしたいというのでしたら，platex/uplatexではなく，lualatexとfontspecパッケージを用いて指定するのが良いと思います．&lt;br /&gt;
その際，同時にサンセリフ体をArial，モノスペースフォントをCourier，数式フォントをNewTXかSTIXあたりに設定しておくと良いと思います．&lt;br /&gt;
具体的な手法は検索すれば色々出てくると思います．&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25244</guid>
    </item>
    <item>
      <title>Re: フォントの指定その他</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25243</link>
      <pubDate>Fri, 03 Jul 2026 07:43:33 GMT</pubDate>
      <description>by ueki ichiro. &amp;nbsp;&lt;p&gt;&lt;p&gt;和田様&lt;/p&gt;
&lt;p&gt;いつもご教示ありがとうございます。雑誌名は　The British journal for the philosophy of science、コンパイラは pLaTeX (ptex2pdf) です。Instructions for authors を見る限り、用紙のサイズについての記述はありません。美文書作成入門第８版の276ページの図を見ると、余白は初めに1インチ取られているので、図の説明に従って \oddsidemargin 等は 0pt としました。&lt;/p&gt;
&lt;p&gt;ご教示の&lt;/p&gt;
&lt;p&gt;\usepackage{setspace}&lt;/p&gt;
&lt;p&gt;\onehalfspacing&lt;/p&gt;
&lt;p&gt;でうまくいきました。&lt;/p&gt;
&lt;p&gt;フォントの Times New については、美文書作成入門第８版217ページに簡単な記述があるのですが、プリアンブルに \usepackage の後どう書いたら指定できるのかわかりません。「LaTeX でTimes New Roman を使用して組版するには？」は AI (Chat-GPT?)で検索するのでしょうか？&lt;/p&gt;
&lt;p&gt;ご教示頂ければ幸いです。&lt;/p&gt;
&lt;p&gt;　　植木&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25243</guid>
    </item>
    <item>
      <title>Re: フォントの指定その他</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25242</link>
      <pubDate>Thu, 02 Jul 2026 18:18:03 GMT</pubDate>
      <description>by 和田 勇. &amp;nbsp;&lt;p&gt;&lt;p&gt;ご質問の URL 　&lt;a href=&quot;https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&quot;&gt;フォントの指定その他&lt;/a&gt; を 
AI に提示し、どう答えるのか尋ねた上で回答しています。&lt;/p&gt;

&lt;h3&gt;ご提示のプリアンブルについて&lt;/h3&gt;

&lt;p&gt;LaTeXで雑誌の投稿規定（1インチ余白、1.5行間など）を満たすためには、
&lt;code&gt;geometry&lt;/code&gt; や &lt;code&gt;setspace&lt;/code&gt;パッケージを利用を検討してください。&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;用紙サイズ（A4 か Letter か）&lt;/p&gt;

&lt;p&gt;海外の雑誌の場合、A4ではなく「letterpaper」が指定されていることが多いため、雑誌の規定の確認が必要です。&lt;/p&gt;

&lt;p&gt;通常はその設定(指定)により &lt;code&gt;\textwidth&lt;/code&gt; や &lt;code&gt;\textheight&lt;/code&gt; の値が自動的に設定されますので、手動でそれらを設定する必要はないと思います。&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ページデザイン（余白の設定）&lt;/p&gt;

&lt;p&gt;&lt;code&gt;\oddsidemargin&lt;/code&gt; &lt;code&gt;\evensidemargin&lt;/code&gt; &lt;code&gt;\topmargin&lt;/code&gt; は全て &lt;code&gt;0cm&lt;/code&gt; とされていますが、&lt;code&gt;1in&lt;/code&gt; の記述ミスでしょうか？&lt;/p&gt;

&lt;p&gt;手動でも良いのですが、以下のように &lt;code&gt;geometry&lt;/code&gt; パッケージの &lt;code&gt;margin&lt;/code&gt; オプションを &lt;code&gt;1in&lt;/code&gt; 以下の値に設定することで対応できます。&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;latex&quot;&gt;\usepackage[margin=1in]{geometry}
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;行間の指定 &lt;code&gt;1.5 line spacing&lt;/code&gt; 対応&lt;/p&gt;

&lt;p&gt;&lt;code&gt;\setlength{\lineskip}{18pt}&lt;/code&gt; でも良いかもしれませんが、行間を1.5倍にするには、
setspace パッケージの &lt;code&gt;\onehalfspacing&lt;/code&gt; の利用を検討してください。&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;latex&quot;&gt;\usepackage{setspace}
\onehalfspacing
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;フォント（Times New Roman）の指定フォントの指定方法&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;　　　&lt;code&gt;latex で Times New Roman を使用して組版するには？&lt;/code&gt; などで検索してみてください。&lt;/p&gt;

&lt;h3&gt;【正しい設定を作成するために】&lt;/h3&gt;

&lt;p&gt;もしよろしければ、以下の2点を教えていただけますでしょうか？&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;投稿予定の「具体的な雑誌名」（公式のLaTeXテンプレートが用意されている場合もあります）&lt;/li&gt;
&lt;li&gt;使用しようとしている「LaTeXのコンパイラ（エンジン）」の名前&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25242</guid>
    </item>
    <item>
      <title>フォントの指定その他</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25240</link>
      <pubDate>Thu, 02 Jul 2026 06:14:52 GMT</pubDate>
      <description>by ueki ichiro. &amp;nbsp;&lt;p&gt;&lt;p&gt;或る雑誌の投稿規定に次のような指定がありました。&lt;/p&gt;
&lt;p&gt;Papers should be formatted as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Times New Roman&lt;/li&gt;
&lt;li&gt;12 point&lt;/li&gt;
&lt;li&gt;1.5 line spacing&lt;/li&gt;
&lt;li&gt;1 inch margins　&lt;/li&gt;
&lt;li&gt; &lt;/li&gt;
&lt;li&gt;この雑誌に投稿する論文のTexファイルのプリアンブルに次のように書きました。&lt;/li&gt;
&lt;li&gt;Times New Roman&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;\documentclass[12pt,fleqn,a4paper]{article}&lt;/p&gt;
&lt;p&gt;\setlength{\textwidth}{16cm}&lt;/p&gt;
&lt;p&gt;\setlength{\oddsidemargin}{0cm}&lt;/p&gt;
&lt;p&gt;\setlength{\evensidemargin}{0cm}&lt;/p&gt;
&lt;p&gt;\setlength{\topmargin}{0cm}&lt;/p&gt;
&lt;p&gt;\setlength{\textheight}{25cm}&lt;/p&gt;
&lt;p&gt;\setlength{\lineskip}{18pt}&lt;/p&gt;
&lt;p&gt;これで正しいでしょうか。また&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Times New Roman　を指定するにはどのように書けばいいのでしょうか。&lt;/li&gt;
&lt;li&gt; &lt;/li&gt;
&lt;li&gt;植木　（改行の方法が分からないので乱文で失礼します）&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4039&amp;parent=25240</guid>
    </item>
    <item>
      <title>Re: Mac版TeX2imgで生成した画像へのアクセス権がなくアプリからプレビューできない</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=3908&amp;parent=25239</link>
      <pubDate>Tue, 23 Jun 2026 06:47:49 GMT</pubDate>
      <description>by Dora TeX. &amp;nbsp;&lt;p&gt;&lt;p&gt;大変遅くなりましたが、Swiftへの移植を行った &lt;a href=&quot;https://tex2img.tech/&quot;&gt;Ver. 3.0.0&lt;/a&gt; リリースにて解決されました。&lt;/p&gt;
&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=3908&amp;parent=25239</guid>
    </item>
    <item>
      <title>Re: texlive 2026 luatexja-fontspec にて、seriesでmを設定したい</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4038&amp;parent=25238</link>
      <pubDate>Sat, 13 Jun 2026 12:37:54 GMT</pubDate>
      <description>by 村上 TomOne. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;ありがとうございます。&lt;br /&gt;&lt;code&gt;UprightFont = *-Medium,&lt;/code&gt;&lt;br /&gt;として、mもちゃんと出るようになりました。&lt;br /&gt;&lt;br /&gt;kanjiseries無指定で使うことはないので、影響はなさそうです。&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4038&amp;parent=25238</guid>
    </item>
    <item>
      <title>Re: texlive 2026 luatexja-fontspec にて、seriesでmを設定したい</title>
      <link>https://okumuralab.org/tex/mod/forum/discuss.php?d=4038&amp;parent=25237</link>
      <pubDate>Sat, 13 Jun 2026 11:12:32 GMT</pubDate>
      <description>by 北川 弘典. &amp;nbsp;&lt;p&gt;&amp;gt; LaTeX Font Warning: Font shape `TU/AP-OTF-ShinGoPr6N(0)/m/n&amp;#039; undefined&lt;br /&gt;
&amp;gt; (Font)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; using `TU/lmr/m/n&amp;#039; instead on input line 37.&lt;br /&gt;
&lt;br /&gt;
この警告メッセージが出るのは luatexja-fontspec のバグですが，&lt;br /&gt;
「m」だけがうまくいかないのとはこれとは別の原因です．&lt;br /&gt;
&lt;br /&gt;
fontspec で FontFace={}{}{} と設定した場合，それは通常の UprightFont=... より前に実行され，&lt;br /&gt;
「シリーズ m，シェイプ n」についての定義が（FontFace 由来の *-Medium になったあと）&lt;br /&gt;
UprightFont 由来の *-Light で上書きされてしまうようです．&lt;/p&gt;</description>
      <guid isPermaLink="true">https://okumuralab.org/tex/mod/forum/discuss.php?d=4038&amp;parent=25237</guid>
    </item>
  </channel>
</rss>