質問用フォーラムです。ご質問の前に質問のしかたをご覧ください。

Mac のバージョンアップとTex

- 坂本 の投稿
非常に初歩的な質問で申し訳ありませんが、私は、原理も分からずに Tex を使って数学関係の文書を作っています。
今は動作環境の問題なく使えています。
MacOS Sierra v.10.12.6 に、美文書第7版の DVD より TeX をインストールして使っています。
TeXShop は v.4.44 texlive は 2016 です。
この度、国政調査をネットでしようとすると、Safari のバージョンが低く、ネットでの回答ができません。
そこで、お尋ねですが、
Mac のバージョンを、High Sierra 10.13.6 とか Catalina 10.15.5 に上げても LaTeX2e は問題なく動作するでしょうか。
それか、何か問題が起こるのか知りたいのです。
私にとっては、LaTex2e が動くことが第一です。
そこで、Mac のバージョンをアップした方がよいのか、止めて次の美文書第8版を待ったがいいのかお尋ねします。
私も十分な年ですので、それまで間に合うかどうか分かりませんが。
年寄りの低レベルなお尋ねですが、よろしくお願いします。
それから、その他必要な情報は私が知りうる限りお答えします。


ltjtarticle + siunitxで著者名の表示が横書きになる

- Yuishin の投稿
ディストリビューション: TeX Live 2020
OS: Windows 10 x64

ltjtarticleを使いつつsiunitxをロードすると著者名の表示が横書きになってしまいます。
これを回避する方法はないでしょうか。
ltjtarticle, ltjtreport, ltjtbook共通の問題のようです。

%% コードここから

\documentclass[a4paper]{ltjtarticle}


\usepackage{siunitx} % これのせいで著者の表示がおかしくなる?


\title{サンプル}

\author{著者}


\begin{document}

\maketitle


あめんぼあかいなあいうえお。


\end{document}

%% コードここまで


EDIT:

どうやら\usepackage{siunitx}が問題ではなく、

内部的にロードされている\usepackage{array}でおかしくなるようです。


数式フォントを太くしたい

- TAKENO Shigeharu の投稿
LaTeX で標準的に使われている computer modern フォントですが、
出力するプリンタによっては (特に Canon のレーザープリンタ) だいぶ
細く打ち出されることがあり、へたをすると数式の = や - などが欠けそう
になることがあります。

txfonts などのパッケージを使って数式フォントを変える方法もあるよう
ですが、単純に computer modern フォントのまま、出力される数式フォ
ントを少しだけ太くすることはできるのでしょうか。

昔、Metafont + pk フォントの時代は、プリンタ毎の定義があって、太め
の PK フォントを生成するような設定があったと記憶していますが今の
PDF 出力では、そういう太めの出力を行うような設定は無理なのでしょう
か。

だめなら txfonts などを使うつもりですが、数式内のアルファベットのデザ
イン(特に 'Q')も変わってしまうのがやや不満です。

もし何かご存知でしたら教えてください。

titlesec/titletocパッケージで「章番号のみ」を取り出したい

- Yuishin の投稿
ディストリビューション: TeX Live 2020
OS: Windows 10 x64

titlesec, titletocを用いてtableofcontentsのカスタマイズをしています。
ところが、\thecontentslabelの挙動で困ってしまいました。
具体的には、「1」と章番号のみを取り出して表示したいのに、
「第1章」とフルで表示されてしまい、悩んでいます。
(partではこうならないため、不思議に思っています)
章番号のみを取り出すには、どうしたらよいでしょうか。

%% コードここから

\documentclass[a5paper,9pt]{ltjsbook}

\usepackage[no-math]{luatexja-fontspec}

\usepackage[deluxe,expert,haranoaji]{luatexja-preset}


\usepackage[newparttoc]{titlesec}

\usepackage{titleps}

\usepackage{titletoc}


\newcommand{\tocheadfont}{\gtfamily\sffamily}

\titlecontents{chapter}[0pt] % left

{\tocheadfont\large} % above code

{\thecontentslabel} % numberd entry format ← 第1章の「1」だけが欲しい

{} % numberless entry format

{\titlerule*[.5pc]{.}\contentspage} % filler page format

[] % below code


\title{Title}

\author{Yuishin}


\begin{document}

\maketitle

\tableofcontents


\chapter{サンプル章}


\section{サンプルセクション}

とりなくこゑすゆめさませみよあけわたるひんかしを

そらいろはえておきつへにほふねもれゐぬもやのうち


\end{document}

%% コードここまで

\twocolumn[]コマンドの]とガウス記号の]

- A S の投稿
ページの途中から二段組にしようと思い,
¥documentclass{jsarticle}
¥setlength{¥columnseprule}{0.4pt}
¥begin{document}
¥twocolumn[$[x]$]
2段組
¥end{document}
としたところ,missing $ inserted とエラーが出ます.ガウス記号の右側の部分"]"を除いてコンパイルしたところエラーは生じませんでした.ガウス記号の"]"のはずが一段組部分の終了を意味する"]"として認識されてしまったのでしょうか?

この現象を回避する方法はありますでしょうか?ちなみに,ガウス記号を"\]"としてもダメでした.

LuaTeX-jaのバグ?

- Yuishin の投稿
OS: Windows 10 x64
ディストリビューション: TeX Live 2020

pTeXのことをよく理解していないので、私の勘違いだったらすみません。

LuaTeX-jaの\ltjgetparameter{kanjiskip}でなぜか文字が表示されてしまいます。
バグではないかと疑っているのですが、いかがでしょうか。

%% コードここから

\documentclass[a4paper]{ltjsarticle}


\begin{document}

\dimen0=\ltjgetparameter{kanjiskip} % なぜ文字が出る?


\the\dimen0

\end{document}

%% コードここまで

luatexja-fontspecとLetterSpace

- Yuishin の投稿
OS: Windows 10 Professional (x64)
ディストリビューション: TeX Live 2020

fontspecのFeatureであるLetterSpaceをluatexja-fontspecでも同様に用いて
字間を調整できないか試みたのですが、うまくいきません。
うまい方法はないでしょうか。

%% コードここから

\documentclass[a4j]{ltjsarticle}

\usepackage[no-math]{luatexja-fontspec}


\begin{document}

\parindent=0pt


{\fontspec{Times New Roman}\addfontfeature{LetterSpace=0.0}

ABCDEFG HIJKLMN\\

\jfontspec{msmincho.ttc}[FontIndex=0]\addjfontfeature{LetterSpace=0.0}

あいうえおかきくけこ}


{\fontspec{Times New Roman}\addfontfeature{LetterSpace=10.0}

ABCDEFG HIJKLMN\\

\jfontspec{msmincho.ttc}[FontIndex=0]\addjfontfeature{LetterSpace=10.0}

あいうえおかきくけこ}


\end{document}

%% コードここまで

再び dvipdfmx:fatal: pdf_ref_obj(): passed invalid object.

- gbb 60166 の投稿
gbb60166 です。

またエラーに遭遇しました。windows10, W32TeX最新, platex.exe でコンパイルできますが dvipdfmx 20200826 でエラーが出ます。dvipdfmx 20200315 では意図したPDFが作成されます。

\documentclass[dvipdfmx]{beamer}
\usetheme{Copenhagen}
\usepackage{tikz}
\usepackage{pgfplots}
\begin{document}
\title{タイトル}\author{著者}
\begin{frame}[t]
\frametitle{トーラス}
\centerline{\begin{tikzpicture}
\begin{axis}
\addplot3[
% surf,shader の両方がそろうとエラーになるようだ
surf,
shader = faceted interp
](
{(3+sin(deg(\x)))*cos(deg(\y))},
{(3+sin(deg(\x)))*sin(deg(\y))},
{cos(deg(\x))}
);
\end{axis}
\end{tikzpicture}
}
\end{frame}
\end{document}

! Package chemfig Error: the \expanded primitive is not provided by your TeX en gine, chemfig cannot work...

- tomix may の投稿
今日初めてchemfigを使い始めた者です。
まず手始めに動作確認をしようとhttps://doratex.hatenablog.jp/entry/20141212/1418393703でサンプルとして挙げられていた次のような内容をTeXworksにコピーペーストしてpLaTeX(ptex2pdf)でコンパイルしようとしたのですが、

\documentclass[11pt,a4paper,dvipdfmx]{jsarticle}
\usepackage{chemfig}
\begin{document}
\chemfig{C*6((-H)=N-C*5(-N(-H)-C(-H)=N?)=C?-C(-NH_2)=N-)}
\end{document}

次のようなエラーが出てしまい、2時間近くネットを徘徊しましたが前例が見つからず手も足も出ません。
何をどうしたらchemfigが動作する状態になるのでしょうか…ご教示いただければ幸いです。

This is ptex2pdf[.lua] version 20170622.0.
Processing untitled-12.tex
This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.sjis) (TeX Live 2017/W32TeX) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(./untitled-12.tex
pLaTeX2e <2017/10/28>+4 (based on LaTeX2e <2017-04-15>)
Babel <3.17> and hyphenation patterns for 84 language(s) loaded.
(c:/texlive/2017/texmf-dist/tex/platex/jsclasses/jsarticle.cls
Document Class: jsarticle 2017/10/04 jsclasses (okumura, texjporg)
(c:/texlive/2017/texmf-dist/tex/platex/jsclasses/jslogo.sty))
(c:/texlive/texmf-local/tex/platex/misc/emath/chemfig.sty
(c:/texlive/2017/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(c:/texlive/2017/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(c:/texlive/2017/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)
) (c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
(c:/texlive/2017/texmf-dist/tex/latex/ms/everyshi.sty))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex))
(c:/texlive/2017/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(c:/texlive/texmf-local/tex/platex/misc/emath/graphicx.sty
(c:/texlive/texmf-local/tex/platex/misc/emath/keyval.sty)
(c:/texlive/texmf-local/tex/platex/misc/emath/graphics.sty
(c:/texlive/texmf-local/tex/platex/misc/emath/trig.sty)
(c:/texlive/2017/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2017/texmf-dist/tex/latex/graphics-def/dvipdfmx.def)))
(c:/texlive/2017/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex)
) (c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def
(c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def))
)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
)) (c:/texlive/2017/texmf-dist/tex/latex/xcolor/xcolor.sty
(c:/texlive/2017/texmf-dist/tex/latex/graphics-cfg/color.cfg))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.te
x)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric
.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.t
ex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.co
de.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.te
x)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithm
etics.code.tex)))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.cod
e.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.te
x)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code
.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.c
ode.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex)

(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.co
de.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code
.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
)))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex)
(c:/texlive/2017/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.st
y)
(c:/texlive/2017/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.st
y)) (c:/texlive/2017/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(c:/texlive/2017/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
(c:/texlive/2017/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)))
(c:/texlive/2017/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
(c:/texlive/2017/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.co
de.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex)
(c:/texlive/2017/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzli
brarytopaths.code.tex)))
(c:/texlive/texmf-local/tex/platex/misc/emath/chemfig.tex
! Package chemfig Error: the \expanded primitive is not provided by your TeX en
gine, chemfig cannot work...
\CF_error ...e {Package \CFname \space Error: #1.}
 
l.70 ...ur TeX engine, \CFname\space cannot work.}
 
環境
・『[改訂第7版] LaTeX2e 美文書作成入門』第2刷の DVD-ROMを用いてTeXシステム一式をインストール
・Windows 10 Pro バージョン 1909 64-bit
・chemfigパッケージはTeXLiveに標準装備されていることを知らず、CTANから最新版をインストール

またしてもbxglyphwikiエラーで、こまっています。

- mr2h の投稿
今まで正常に動作していましたが、昨日突然エラーです。
bxglyphwikiが、ダウンロードに失敗します。
エラーログは以下のものです。
============================================
This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020/W32TeX) (preloaded format=uplatex 2020.8.9) 26 AUG 2020 06:03
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**海潮音.tex
(./海潮音.tex
pLaTeX2e <2020-04-12u03> (based on LaTeX2e <2020-02-02> patch level 5)
L3 programming layer <2020-08-07>
(c:/texlive/2020/texmf-dist/tex/latex/jlreq/jlreq.cls
Document Class: jlreq 2020/05/01 jlreq
(c:/texlive/2020/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)

(c:/texlive/2020/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(c:/texlive/2020/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks16
\XKV@tempa@toks=\toks17

(c:/texlive/2020/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count167
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
(c:/texlive/2020/texmf-dist/tex/latex/everyhook/everyhook.sty
(c:/texlive/2020/texmf-dist/tex/latex/svn-prov/svn-prov.sty
Package: svn-prov 2010/04/24 v3.1862 Package Date/Version from SVN Keywords
)
Package: everyhook 2014/11/26 v1.2 (SVN Rev: 12)\ Hooks for low level TeX every
X primitives.

(c:/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/08/24 v2.5j e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count168
)
\everypar=\toks18
\frozen@everymath=\toks19
\frozen@everydisplay=\toks20
\everyhbox=\toks21
\everyvbox=\toks22
\everycr=\toks23
)
(c:/texlive/2020/texmf-dist/tex/latex/filehook/filehook.sty
Package: filehook 2020/02/03 v0.7 Hooks for input files
)
(c:/texlive/2020/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
(c:/texlive/2020/texmf-dist/tex/latex/jlreq/jlreq-helpers.sty
Package: jlreq-helpers 2018/08/15 jlreq-helpers
\jlreq@tempcnta=\count169
\jlreq@tempcntb=\count170
\jlreq@tempcntc=\count171
\jlreq@tempdima=\dimen150
\jlreq@tempdimb=\dimen151
\jlreq@tempdimc=\dimen152
\jlreq@tempskipa=\skip47
\jlreq@tempskipb=\skip48
\jlreq@tempskipc=\skip49
\jlreq@tempboxa=\box61
\jlreq@tempboxb=\box62
\jlreq@tempboxc=\box63
\jlreq@resultdimen=\dimen153
\jlreq@resultskip=\skip50
\jlreq@resultbox=\box64
\jlreq@resultcnt=\count172
\jlreq@reference@count=\count173
\jlreq@currentpage=\count174
)
\jlreq@current@linewidth=\dimen154
\jlreq@rest@linewidth=\dimen155
\jlreq@lastnodechar=\count175
\jlreq@fontsize=\dimen156
\jlreq@jafontsize=\dimen157

(c:/texlive/2020/texmf-dist/tex/latex/lm/lmodern.sty
Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
)
\symmincho=\mathgroup4
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
(Font) JY2/mc/m/n --> JY2/gt/m/n on input line 1001.
LaTeX Font Info: Font shape `JT2/mc/m/n' will be
(Font) scaled to size 12.0pt on input line 1069.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 12.0pt on input line 1069.
\jlreq@baselineskip=\dimen158
\jlreq@omotekeiwidth=\dimen159
\jlreq@chuubusokeiwidth=\dimen160
\jlreq@urakeiwidth=\dimen161
\jlreq@footnoteindent=\dimen162
\jlreq@sidenote@length=\dimen163
\jlreq@sidenote@sep=\dimen164
LaTeX Font Info: Font shape `JT2/mc/m/n' will be
(Font) scaled to size 9.60004pt on input line 1260.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 9.60004pt on input line 1260.
\jlreq@BlockHeading@start@label@box=\box65
\jlreq@BlockHeading@spaces@current@count=\count176
\c@part=\count177
\c@chapter=\count178
\c@section=\count179
\c@subsection=\count180
\c@subsubsection=\count181
\c@paragraph=\count182
\c@subparagraph=\count183
\jlreq@endnote@prepostspace=\dimen165
\jlreq@endnote@indent=\dimen166
\jlreq@PageStyle@box=\box66
\abovecaptionskip=\skip51
\belowcaptionskip=\skip52
\c@figure=\count184
\c@table=\count185
\toclineskip=\skip53
\@lnumwidth=\dimen167
\jlreq@top@contents=\count186
\bibindent=\dimen168
LaTeX Font Info: Font shape `JT2/mc/m/n' will be
(Font) scaled to size 10.79993pt on input line 5777.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 10.79993pt on input line 5777.
)
(c:/texlive/2020/texmf-dist/tex/latex/bxpapersize/bxpapersize.sty
Package: bxpapersize 2019/10/05 v0.4

(c:/texlive/2020/texmf-dist/tex/generic/atbegshi/atbegshi.sty
Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO)

(c:/texlive/2020/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
(c:/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO)
)
(c:/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2020/03/06 v1.0d TeX engine tests
))
(c:/texlive/2020/texmf-dist/tex/generic/iftex/ifpdf.sty
Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead.
)
(c:/texlive/2020/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
)
(c:/texlive/2020/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
)
(c:/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
)
(c:/texlive/2020/texmf-dist/tex/generic/ifptex/ifptex.sty
Package: ifptex 2019/11/01 v2.0 pTeX checker
)
\bxpr@dima=\dimen169
)
(c:/texlive/2020/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty
Package: pxrubrica 2018/08/16 v1.3c PX Japanese-style ruby
\pxrr@cnta=\count187
\pxrr@cntr=\count188
\pxrr@dima=\dimen170
\pxrr@boxa=\box67
\pxrr@boxb=\box68
\pxrr@boxr=\box69
)
(c:/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty
Package: otf 2019/04/01 v1.7b8 psitau, u0.25 ttk

(c:/texlive/2020/texmf-dist/tex/platex/japanese-otf/ajmacros.sty
Package: ajmacros 2019/04/01 21:00 iNOUE Koich! >
\@tempcntc=\count189
\@tempcntd=\count190
\@tempcnte=\count191
\@tempcntf=\count192
))
(c:/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/mlutf.sty
Package: mlutf 2004/04/17 v1.1.2 psitau, u0.25 ttk
)
(c:/texlive/2020/texmf-dist/tex/platex/japanese-otf/mlcid.sty
Package: mlcid 2004/04/17 v1.0.2 psitau
)
(c:/texlive/2020/texmf-dist/tex/platex/base/plext.sty
Package: plext 2019/09/29 v1.2l pLaTeX package file (community edition)
\@floatbox=\box70
\floatwidth=\dimen171
\floatheight=\dimen172
\floatruletick=\dimen173
\captionfloatsep=\dimen174
\captionwidth=\dimen175
\@captionbox=\box71
LaTeX Info: Redefining \parbox on input line 333.
\save@ybaselineshift=\dimen176
\save@tbaselineshift=\dimen177
\@picwd=\dimen178
\rensujiskip=\skip54
)
(c:/texlive/2020/texmf-dist/tex/platex/pxchfon/pxchfon.sty
Package: pxchfon 2020/04/25 v1.7c
)
(c:/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR)

(c:/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR)

(c:/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(c:/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: dvipdfmx.def on input line 105.

(c:/texlive/2020/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx
))
\Gin@req@height=\dimen179
\Gin@req@width=\dimen180
)
(c:/texlive/2020/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08
Package: german 1998/07/08 v2.5e Support for writing german texts (br)
\grmnU@D=\dimen181

german -- \language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.
german -- \language number for Austrian undefined, default 255 used.
german -- \language number for French undefined, default 255 used.
)
(c:/texlive/texmf-local/tex/latex/BXglyphwiki/bxglyphwiki.sty
Package: bxglyphwiki 2019/11/26 v0.4c

(c:/texlive/2020/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode not found.
)
\bxgw@zw=\dimen182
\bxgw@out=\write3
Package bxglyphwiki Info: current time = 85085643.

(./bxgw_resp_.def)
runsystem(bxglyphwiki +ping . pdf dvipdfmx ping)...executed.

(./bxgw_resp_.def) (./bxgw_resp_.def)
Package bxglyphwiki Info: PING success.
(./bxgw_bbox_.def))
(c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvipdfmx.def
File: l3backend-dvipdfmx.def 2020-08-07 L3 backend support: dvipdfmx
\g__graphics_track_int=\count193
\l__pdf_internal_box=\box72
\g__pdf_backend_object_int=\count194
\g__pdf_backend_annotation_int=\count195
)
(./海潮音.aux)
\openout1 = `海潮音.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for JY2/mc/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
LaTeX Font Info: Checking defaults for JT2/mc/m/n on input line 21.
LaTeX Font Info: ... okay on input line 21.
(I search kanjifont definition file: . . )
(I search font definition file: . . . . . . . )
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 11.54663pt on input line 21.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 11.54663pt on input line 21.
LaTeX Font Info: Trying to load font information for OT1+lmr on input line 2
1.

(c:/texlive/2020/texmf-dist/tex/latex/lm/ot1lmr.fd
File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
) 《縦組モード》
\AtBeginShipoutBox=\box73
LaTeX Font Info: Trying to load font information for OT1+lmss on input line
21.

(c:/texlive/2020/texmf-dist/tex/latex/lm/ot1lmss.fd
File: ot1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Trying to load font information for OT1+lmtt on input line
21.

(c:/texlive/2020/texmf-dist/tex/latex/lm/ot1lmtt.fd
File: ot1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSerif-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Bold.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
Package pxchfon Info: Font tribe is 'sourcehan':
(pxchfon) SourceHanSans-Regular.otf.
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 19.62926pt on input line 22.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 19.62926pt on input line 22.
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 28.86658pt on input line 22.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 28.86658pt on input line 22.
LaTeX Font Info: Font shape `JT2/hgt/m/n' will be
(Font) scaled to size 28.86658pt on input line 22.
LaTeX Font Info: Font shape `JY2/hgt/m/n' will be
(Font) scaled to size 28.86658pt on input line 22.
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 16.16528pt on input line 22.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 16.16528pt on input line 22.
LaTeX Font Info: Calculating math sizes for size <16.8> on input line 22.
LaTeX Font Info: Trying to load font information for OML+lmm on input line 2
2.

(c:/texlive/2020/texmf-dist/tex/latex/lm/omllmm.fd
File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Trying to load font information for OMS+lmsy on input line
22.

(c:/texlive/2020/texmf-dist/tex/latex/lm/omslmsy.fd
File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Trying to load font information for OMX+lmex on input line
22.

(c:/texlive/2020/texmf-dist/tex/latex/lm/omxlmex.fd
File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <16.8> on input line 22.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <11.75995> on input line 22.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <8.4> on input line 22.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 16.8pt on input line 22.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 11.75995pt on input line 22.
LaTeX Font Info: Font shape `JY2/mc/m/n' will be
(Font) scaled to size 8.4pt on input line 22.
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 13.85594pt on input line 22.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 13.85594pt on input line 22.
[1

]
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 10.39189pt on input line 25.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 10.39189pt on input line 25.
[2] [3]
LaTeX Font Info: Font shape `JT2/hmc/m/n' will be
(Font) scaled to size 5.77332pt on input line 39.
LaTeX Font Info: Font shape `JY2/hmc/m/n' will be
(Font) scaled to size 5.77332pt on input line 39.
runsystem(bxglyphwiki +info . pdf dvipdfmx u7d42-ue0101)...executed.


(./bxgw_resp_.def)

! Package bxglyphwiki Error: Helper command failed for some reason.

See the bxglyphwiki package documentation for explanation.
Type H for immediate help.
...

l.43 ...の機運を促成し、\GWI{u7d42-ue0101}
に象徴を唱へ、自...
?
! Emergency stop.
...

l.43 ...の機運を促成し、\GWI{u7d42-ue0101}
に象徴を唱へ、自...
You're in trouble here. Try typing to proceed.
If that doesn't work, type X to quit.


Here is how much of TeX's memory you used:
9007 strings out of 482868
155872 string characters out of 5958231
393370 words of memory out of 5000000
24565 multiletter control sequences out of 15000+600000
574619 words of font info for 90 fonts, out of 8000000 for 9000
28 hyphenation exceptions out of 8191
38i,6n,53p,1581b,992s stack positions out of 5000i,500n,10000p,200000b,80000s
Output written on 海潮音.dvi (3 pages, 6728 bytes).
===============================================
Win10 1909, texlive2020,
\documentclass[dvipdfmx,uplatex,,tate,book,paper=a5,fontsize=12pt,
open_bracket_pos=nibu_tentsuki,hanging_punctuation]{jlreq}
\usepackage{bxpapersize}
\usepackage{pxrubrica}
\usepackage[deluxe,multi,jis2004]{otf}
\usepackage{plext}
\usepackage[directunicode*, noalphabet]{pxchfon}[2017/04/08]
\usepackage{plext}
\usepackage{graphicx}
\usepackage{german}
\usepackage{bxglyphwiki}
\setminchofont{SourceHanSerif-Regular.otf}
\setboldminchofont{SourceHanSerif-Bold.otf}
\setgothicfont{SourceHanSans-Regular.otf}
\setboldgothicfont{SourceHanSans-Bold.otf}
\rubysetup{}
\title{{\Huge\textgt{海 潮 音}}}
\date{      明治三十八年}
\author{\hspace{8zw}上田敏・上田敏譯}
\begin{document}
\maketitle
==============================================