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

tcolorboxまたはitemboxのなかに図と文章を意図通りに配置したい

- 高橋 圭 の投稿
tcolorboxまたはitemboxの枠中にTikzで作成した図と短い文章を入れたいと思っています。

図の配置は右寄せで、左側には上下の位置としては図の真ん中あたりから横書きの短い文章を入れたいと思っています。
以下は私が作ったコードです。

\documentclass[dvipdfmx,uplatex]{jsarticle}
\usepackage{tikz,okumacro,amsmath,amssymb,wrapfig,tikz,ascmac,emathMw,tcolorbox}
\usetikzlibrary{intersections,calc}

\pagestyle{empty}
\setlength{\oddsidemargin}{-10.4mm}
\setlength{\topmargin}{-10.4mm}
\setlength{\textwidth}{\paperwidth}
\addtolength{\textwidth}{-3cm}
\setlength{\lineskip}{5pt}
\setlength{\lineskiplimit}{5mm}

\begin{document}
\begin{tcolorbox}[colframe=black!80,colback=white,colbacktitle=black!80,
coltitle=white,title=面積を求めよう]
\begin{wrapfigure}{r}{4cm}
\begin{tikzpicture}[xscale=0.4,yscale=0.2]
\draw (-4,-4) rectangle (4,4);
\end{wrapfigure}
右の図の面積を求めよ。
\end{tcolorbox}
\end{document}

上のコードで実行すると図が枠内にうまく入らず、vspaceを「右の図の面積を求めよ」の後に入れると図は枠内に入るが、文章を図の真ん中辺りから始められません。
どのように対処すればよろしいでしょうか。宜しくお願いします。

追加したファイルの格納方法について

- いざわ たかしろ の投稿
回答者様

お世話になります。
当方、とある必要性から論文投稿を準備している者でございます。

当初、arXivへの投稿を考えておりましたが、投稿直前の段階で紹介者が必要と分かり、紹介をお願いできる方もおりませんので、PTEPへの投稿へ切り替えることといたしました。
そして、PTEPへ投稿するために必要なTeXファイルのテンプレート(ファイル群)をダウンロードし、いろいろ調べながら、それと思しき場所に配置し、その都度mktexlsrを実行ましたが、タイプセットの度にエラーとなってしまいました(その時々で異なるエラーメッセージがでましたが、記録しておりません)
おそらくファイルの格納方法が誤っているのだと思いますが、正しい方法をご存じの方がいらっしゃいましたら、ご指導いただけると大変助かります。

[ファイル群]
・authblk-TI.sty
・Author_tex.pdf
・Author_tex.tex
・Author_tex_with-preprint.pdf
・How to use the PTEP LaTeX files.pdf
・newlogo.eps
・preprint_v1.clo
・ptephy.bst
・ptephy_v1.cls
・sample.bib
・Sample_letter_paper.pdf
・Thumbs.db

[説明書の要約]
How to use the PTEP LaTeX files.pdfの冒頭部分をgoogleで翻訳して要約すると、次のようになると思います。
「1.はじめに
このLATEXクラスファイルは、著者がPTEP Journalに投稿するための原稿を準備するときに使用する。
ジャーナルに投稿する著者は、単純なTEX、LATEX、AMS-TEX、または標準のLATEXセットアップのいずれかに精通していると想定されるため、このドキュメントでは重要な点のみを説明する
詳細については、LATEXユーザーガイドまたはLATEX2εのそれほど短い紹介(オンラインで入手可能)を参照のこと。
2.インストール
PTEPHY v1.clsは、TEXが入力ファイルを探すディレクトリにコピーする必要がある。
logo.eps、authblk-TI.sty、およびv1.cloを作業フォルダーに事前印刷する。
他のファイルは、原稿の準備中に参照用に保持する必要がある。 」

[当方の環境]
OS:windows10home 64ビット
ディストリビューション:texlive2019(isoイメージからインストールし、install-tlを管理者として実行) エディタ:texworks(texwikiに掲載のとおり設定)

当方、TeXはおろかパソコンについての知識も浅い初心者です。
諦めかけていたところ、初心者の分際で失礼かと思いましたが、藁をもすがる思いで質問させていただきます。
的を得なかったり話が噛み合わないこともあろうかと思いますが、どうぞよろしくお願いいたします。




dvipdfmx での TikZ の patterns ライブラリサポートの不具合とその対処法

- Dora TeX の投稿
pgfsys-dvipdfm.def は TikZ の patterns ライブラリをサポートしないが,pgfsys-dvipdfmx.def はサポートしているとのことでしたので,試してみたところ,次のような不具合を見つけました。

次のソースの [1]~[5] の行の,いずれか1行だけをコメントアウト解除して dvipdfmx にかけると,[1], [4], [5] では正しくパターンが塗られるのに対し,[2], [3] ではパターンが消えます。

\documentclass[dvipdfmx]{article}
\usepackage{tikz}
\usetikzlibrary{patterns}

\def\test{\tikz\filldraw[pattern=north east lines] (0,0) ellipse (2 and 1);}

\begin{document}
%[1] \test
[2] \setbox0\hbox{\test}\test
%[3] $\mathchoice{\test}{\test}{}{}$
%[4] \test\setbox0\hbox{\test}\test
%[5] \test$\mathchoice{\test}{\test}{}{}$
\end{document}

[2], [3] のときには,dvipdfmx が

dvipdfmx:warning: Object @pgfpatternobject3 used, but not defined. Replaced by null.

という警告を吐いています。

つまり,「初登場時のものが最終的な組版結果に現れず捨て去られる場合」に,パターン定義が消え去って null に置き換えられてしまうために,それ以降の使用時にもパターンが消失してしまっているようです。

pdfLaTeX や XeLaTeX ではこの問題は生じません。

dvipdfmx と事情が似ているはずの xdvipdfmx を使っている XeLaTeX で同じ問題が生じないことに注目して,pgfsys-xetex.def を参考にすればこの問題が解決できるのではないかと考えました。

その結果,次のように,\pgfsys@dvipdfmx@patternobj の定義を pgfsys-xetex.def のものに置き換えたところ,[2], [3] についてもパターンが正しく塗られることが分かりました。

\documentclass[dvipdfmx]{article}
\usepackage{tikz}
\usetikzlibrary{patterns}

\makeatletter
\def\pgfsys@dvipdfmx@patternobj#1{\pgfutil@insertatbegincurrentpagefrombox{#1}}
\makeatother

\def\test{\tikz\filldraw[pattern=north east lines] (0,0) ellipse (2 and 1);}

\begin{document}
%[1] \test
[2] \setbox0\hbox{\test}\test
%[3] $\mathchoice{\test}{\test}{}{}$
%[4] \test\setbox0\hbox{\test}\test
%[5] \test$\mathchoice{\test}{\test}{}{}$
\end{document}

理屈はよく分かっておりませんが,とりあえず対処法が見つかりましたので,ご報告しておきました。

画像ファイル(jpgとpdf)が読み込めません

- Ha Ka の投稿
ホームページなどをいろいろ調べてみましたが、JPGまたはPDFファイルの画像が読み込めません。

下記ファイルをW32texで実行するとエラーは出ませんが、画像が表示されません(文字は表示されます)。どこに問題がありそうか、ご教示いただけますでしょうか。



---------------------------------------------------------------------------------------
\documentclass[12pt,t]{seminar}
\usepackage[dvipdfmx]{graphicx}

\special{landscape}

\begin{document}
\begin{slide}
JPG \includegraphics[width=14.0cm]{RCT.jpg}
\end{slide}

\begin{slide}
PDF \includegraphics[width=14.0cm]{RCT.pdf}
\end{slide}

\end{document}
---------------------------------------------------------------------------------------

以下はバッチファイル「extractbb *.jpg」を実行して得られたRCT.xbbの中身です。
---------------------------------------------------------------------------------------
%%Title: RCT.jpg
%%Creator: extractbb 20191114
%%BoundingBox: 0 0 651 295
%%HiResBoundingBox: 0.000000 0.000000 650.769231 294.646154
%%CreationDate: Fri Dec 20 00:41:36 2019
---------------------------------------------------------------------------------------

以下はlogファイルです。
---------------------------------------------------------------------------------------
This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2019/W32TeX) (preloaded format=platex 2019.11.15) 20 DEC 2019 01:04
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**sample_fig.tex
(./sample_fig.tex
pLaTeX2e <2019-10-01>+1 (based on LaTeX2e <2019-10-01> patch level 3)
(c:/w32tex/share/texmf-dist/tex/latex/seminar/seminar.cls
Document Class: seminar 2014/01/17, 1.61
Documentclass: `seminar' v1.61 <2014/01/17> (tvz,hv)
(c:/w32tex/share/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty
Package: pst-ovl 2017/10/09 v0.01 LaTeX wrapper for `pst-ovl' (HV)
File: pst-ovl.tex 2017/10/09 v0.07a overlay macros `pst-ovl' (HV)

(c:/w32tex/share/texmf-dist/tex/latex/pstricks/pstricks.sty
Package: pstricks 2018/12/21 v0.69 LaTeX wrapper for `PSTricks' (RN,HV)

(c:/w32tex/share/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2019/11/04 v1.0b TeX engine tests
)
(c:/w32tex/share/texmf-dist/tex/latex/tools/shellesc.sty
Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
Package shellesc Info: Restricted shell escape enabled on input line 77.
)
(c:/w32tex/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

(c:/w32tex/share/texmf-dist/tex/latex/config/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.

(c:/w32tex/share/texmf-dist/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(c:/w32tex/share/texmf-dist/tex/generic/xkeyval/pst-xkey.tex
File: pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)

(c:/w32tex/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)

(c:/w32tex/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(c:/w32tex/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks15
\XKV@tempa@toks=\toks16

(c:/w32tex/share/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count83
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)))
(c:/w32tex/share/texmf-dist/tex/generic/pstricks/pstricks.tex
(c:/w32tex/share/texmf-dist/tex/generic/pstricks/pst-fp.tex
`pst-fp' v0.05, 2010/01/17 (hv)
\pstFP@xs=\count84
\pstFP@xia=\count85
\pstFP@xib=\count86
\pstFP@xfa=\count87
\pstFP@xfb=\count88
\pstFP@rega=\count89
\pstFP@regb=\count90
\pstFP@regs=\count91
\pstFP@times=\count92
)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks17
\pgfutil@tempdima=\dimen118
\pgfutil@tempdimb=\dimen119

(c:/w32tex/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)
) (c:/w32tex/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks18
\pgfkeys@temptoks=\toks19

(c:/w32tex/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks20
)) (c:/w32tex/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Loading pgffor.code.tex
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex
\pgf@x=\dimen120
\pgf@xa=\dimen121
\pgf@xb=\dimen122
\pgf@xc=\dimen123
\pgf@y=\dimen124
\pgf@ya=\dimen125
\pgf@yb=\dimen126
\pgf@yc=\dimen127
\c@pgf@counta=\count93
\c@pgf@countb=\count94
\c@pgf@countc=\count95
\c@pgf@countd=\count96
\pgfutil@tempcnta=\count97
\pgfutil@tempcntb=\count98
)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen128
\pgfmath@count=\count99
\pgfmath@box=\box43
\pgfmath@toks=\toks21
\pgfmath@stack@operand=\toks22
\pgfmath@stack@operation=\toks23
)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.te
x)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric
.code.tex)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.t
ex)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.co
de.tex)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.te
x)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
)
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithm
etics.code.tex)))
(c:/w32tex/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count100
))
\pgffor@iter=\dimen129
\pgffor@skip=\dimen130
\pgffor@stack=\toks24
\pgffor@toks=\toks25
)
\psLoopIndex=\count101

`PSTricks' v2.97 <2019/05/11> (tvz,hv)
\pst@dima=\dimen131
\pst@dimb=\dimen132
\pst@dimc=\dimen133
\pst@dimd=\dimen134
\pst@dimg=\dimen135
\pst@dimh=\dimen136
\pst@dimm=\dimen137
\pst@dimn=\dimen138
\pst@dimo=\dimen139
\pst@dimp=\dimen140
\pst@hbox=\box44
\pst@ibox=\box45
\pst@boxg=\box46
\pst@cnta=\count102
\pst@cntb=\count103
\pst@cntc=\count104
\pst@cntd=\count105
\pst@cntg=\count106
\pst@cnth=\count107
\pst@cntm=\count108
\pst@cntn=\count109
\pst@cnto=\count110
\pst@cntp=\count111
\@zero=\count112
\pst@toks=\toks26
(c:/w32tex/share/texmf-dist/tex/generic/pstricks/pstricks.con)
\psunit=\dimen141
\psxunit=\dimen142
\psyunit=\dimen143
\pst@C@@rType=\count113
\pslinewidth=\dimen144
\psk@startLW=\dimen145
\psk@endLW=\dimen146
\pst@customdefs=\toks27
\pslinearc=\dimen147
\pst@symbolStep=\dimen148
\pst@symbolWidth=\dimen149
\pst@symbolLinewidth=\dimen150
\everypsbox=\toks28
\psframesep=\dimen151
\pslabelsep=\dimen152
\sh@wgridXunit=\dimen153
\sh@wgridYunit=\dimen154
\pst@shift=\dimen155
)
File: pstricks.tex 2019/05/11 v2.97 `PSTricks' (tvz,hv)

(c:/w32tex/share/texmf-dist/tex/generic/pstricks/pst-fp.tex)
File: pst-fp.tex 2019/05/11 v2.97 `PST-fp' (hv)
)
(c:/w32tex/share/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex
`pst-ovl' v0.07a, 2017/10/09 (tvz,hv)
\thepsoverlaybox=\box47
))
\slidewidth=\dimen156
\slideheight=\dimen157
\footheight=\dimen158

(c:/w32tex/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/10/25 v1.4k Standard LaTeX document class
(c:/w32tex/share/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2019/10/25 v1.4k Standard LaTeX file (size option)
)
\c@part=\count114
\c@section=\count115
\c@subsection=\count116
\c@subsubsection=\count117
\c@paragraph=\count118
\c@subparagraph=\count119
\c@figure=\count120
\c@table=\count121
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen159
)
(c:/w32tex/share/texmf-dist/tex/latex/seminar/sem-page.sty)
\before@document=\toks29
\after@document=\toks30
\before@enddocument=\toks31
\c@slide=\count122
\slide@count=\count123
\@slidebox=\box48
\not@slidebox=\box49
\slide@hook=\toks32
\after@slide=\toks33
\slide@footins=\insert199
\slide@listdepth=\count124
\saved@specials=\box50
\before@newslide=\toks34
\after@slidepage=\toks35
\slidesep=\skip43
\c@note=\count125
\slideframewidth=\dimen160
\slideframesep=\dimen161
\semin=\dimen162
\semcm=\dimen163
)
(c:/w32tex/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)

(c:/w32tex/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2019/11/01 v1.3d Standard LaTeX Graphics (DPC,SPQR)

(c:/w32tex/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(c:/w32tex/share/texmf-dist/tex/latex/config/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: dvipdfmx.def on input line 105.

(c:/w32tex/share/texmf-dist/tex/latex/graphics/dvipdfmx.def
File: dvipdfmx.def 2013/05/27 v3.2 LaTeX graphics driver for dvipdfmx (TeX Live
/ChoF)
))
\Gin@req@height=\dimen164
\Gin@req@width=\dimen165
)

LaTeX Warning: Unused global option(s):
[t].

(./sample_fig.aux)
\openout1 = `sample_fig.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 10.
LaTeX Font Info: ... okay on input line 10.
File: RCT.jpg Graphic file (type bmp)
<RCT.jpg>
Overfull \hbox (102.15796pt too wide) in paragraph at lines 14--15
[]
[]

[1


]
File: RCT.pdf Graphic file (type pdf)
<RCT.pdf>
Overfull \hbox (102.15796pt too wide) in paragraph at lines 18--19
[]
[]

[2

]

*******************************************************
***** !! PRINT THIS DOCUMENT IN LANDSCAPE MODE !! *****
*******************************************************
(./sample_fig.aux) )
Here is how much of TeX's memory you used:
8081 strings out of 492750
143998 string characters out of 6141898
213713 words of memory out of 5000000
12473 multiletter control sequences out of 15000+600000
9332 words of font info for 38 fonts, out of 8000000 for 9000
929 hyphenation exceptions out of 8191
54i,7n,53p,477b,466s stack positions out of 5000i,500n,10000p,500000b,80000s

Output written on sample_fig.dvi (2 pages, 1092 bytes).

---------------------------------------------------------------------------------------


LaTeX2e 美文書作成入門の付属CDでのインストールの失敗

- うさ まる の投稿
初めまして。大学生です。
投稿を失礼いたします。

以前、LaTeX2e 美文書作成入門(改訂第7版)に付属しているCDでLaTeXをインストールし、成功して使っておりました。

つい先日、使用しているmacのOSを確かsierraからcatalinaにアップデートし、インストールしていたTeXshopもバージョンはうろ覚えですが2017から2018 (?)へとアップデートしました。すると、TeXshopで書いていた文章をコンパイルすることができなくなり(「保存先へのアクセス権がありません」みたいな警告が出てしまい、保存先を確認しても書き出しと読み込みは許可されている)、TeXshopのアップデートが原因かと思い、一旦TeX関連を全て削除してもう一回インストールしようと思い立ちました。

しかし再度本付属のCDでインストールをしようとすると、ものの2%ほどでエラーが出てしまい、失敗となりました。

いろいろ調べたのですが、正直コードやパソコンに関する知識に疎く、ただTeXでレポートや論文が書きたいというだけの人間ですので、全くもって何が原因か見当がつきませんでした。

エラーの際に出たコードを画像として添付しますので、原因が分かる方がいらっしゃいましたら教えていただけませんか?

Mac OS 10.15 Catalina
使用ソフト LaTeX2e 美文書作成入門(改訂第7版)に付属のDVD-RON (TexLive2017と追加ソフト)
添付 スクリーンショット_2019-10-11_1.56.42.png

\和暦\today がローカルタイム(JST)で表示されるようにしたい

- 英理 庵 の投稿
\documentclass[uplatex]{jsarticle}
\begin{document}
\large
\和暦\today 時刻\the\hour 時\the\minute 分
\end{document}

上のようなファイルを12月15日午前0時26分にタイプセットすると「令和元年 12 月 14 日時刻 15 時 26 分」となってしまいます。(当たり前ですが期待と9時間ずれる)

環境変数は次のように設定してあり、dateコマンドでもちゃんとJSTで表示されます(2019-12-15 00:26 JST)
LC_ALL=ja_JP.UTF-8
LANG=ja_JP.UTF-8
LC_TIME=ja_JP.UTF-8
TZ=Asia/Tokyo

「令和元年 12 月 15 日時刻 0時 26 分」とタイプセットされるようにするには何が足りないのでしょうか? OS側で可能なのか?それとも、TeXファイルで工夫しなければならないのか(全てのファイルでそれをやらなければならなくなるのでできればOS側が良い)

環境は以下の通りです
Alpine Linux (on Docker)
TeX Live 2019 (scheme-basic)

bibtexが動かない

- Ha Ka の投稿
bibtexでjecon.bst(https://github.com/ShiroTakeda/jecon-bst)を使っていますが、以下のファイルを実行すると無限ループのような感じになって、途中で強制終了してもblgファイルが巨大なサイズになってしまいます(すぐに数百メガになってしまいます)。

ちなみに、\bibliographystyle{plain}を使うと問題なく表示されますので、jecon.bstに問題があるのではないかと思います。

どこに原因がありそうか、ご教示いただけますでしょうか。

よろしくお願いいたします。

-------------------------------------------------------------------
\documentclass[a4paper,11pt,fleqn,openany]{article}
\begin{document}
\bibliographystyle{jecon}
%\bibliographystyle{plain}

\cite{Arellano_Bond_1991}
\bibliography{Econometrics}
\end{document}
-------------------------------------------------------------------

以下は、blgファイルの一部です。

-------------------------------------------------------------------
This is BibTeX, Version 0.99d (TeX Live 2019/W32TeX)
Capacity: max_strings=100000, hash_size=100000, hash_prime=85009
The top-level auxiliary file: 2019J-ver1.aux
The style file: jecon.bst
Reallocated glb_str_ptr (elt_size=4) to 20 items from 10.
Reallocated global_strs (elt_size=20001) to 20 items from 10.
Reallocated glb_str_end (elt_size=4) to 20 items from 10.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated glb_str_ptr (elt_size=4) to 30 items from 20.
Reallocated global_strs (elt_size=20001) to 30 items from 20.
Reallocated glb_str_end (elt_size=4) to 30 items from 20.
is.kanji.str$ is an unknown function---line 1589 of file jecon.bst
is.kanji.str$ is an unknown function---line 1590 of file jecon.bst
is.kanji.str$ is an unknown function---line 1591 of file jecon.bst
is.kanji.str$ is an unknown function---line 1592 of file jecon.bst
Reallocated singl_function (elt_size=4) to 100 items from 50.
is.kanji.str$ is an unknown function---line 1618 of file jecon.bst
is.kanji.str$ is an unknown function---line 1678 of file jecon.bst
Reallocated wiz_functions (elt_size=4) to 6000 items from 3000.
is.kanji.str$ is an unknown function---line 2403 of file jecon.bst
is.kanji.str$ is an unknown function---line 2516 of file jecon.bst
is.kanji.str$ is an unknown function---line 2531 of file jecon.bst
is.kanji.str$ is an unknown function---line 2569 of file jecon.bst
Reallocated wiz_functions (elt_size=4) to 9000 items from 6000.
Database file #1: Econometrics.bib

(途中略)
: },
I'm skipping whatever remains of this entry
Illegal end of database file---line 23910 of file Econometrics.bib
:
:
(Error may have been on previous line)
I'm skipping whatever remains of this entry
is.kanji.str$ is an unknown function---line 3887 of file jecon.bst
is.kanji.str$ is an unknown function---line 3888 of file jecon.bst
is.kanji.str$ is an unknown function---line 3895 of file jecon.bst
is.kanji.str$ is an unknown function---line 3896 of file jecon.bst
is.kanji.str$ is an unknown function---line 3897 of file jecon.bst
is.kanji.str$ is an unknown function---line 3898 of file jecon.bst
is.kanji.str$ is an unknown function---line 3899 of file jecon.bst
is.kanji.str$ is an unknown function---line 3900 of file jecon.bst
is.kanji.str$ is an unknown function---line 3929 of file jecon.bst
is.kanji.str$ is an unknown function---line 3930 of file jecon.bst
is.kanji.str$ is an unknown function---line 3931 of file jecon.bst
is.kanji.str$ is an unknown function---line 3932 of file jecon.bst
is.kanji.str$ is an unknown function---line 3933 of file jecon.bst
is.kanji.str$ is an unknown function---line 3934 of file jecon.bst
is.kanji.str$ is an unknown function---line 3935 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3940 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3940 of file jecon.bst
"Some Tests of Specification for Panel Data: Monte Carlo Evidence and an Application to Employment Equations" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"Review of Economic Studies" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3941 of file jecon.bst
"Some Tests of Specification for Panel Data: Monte Carlo Evidence and an Application to Employment Equations" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"Review of Economic Studies" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 3942 of file jecon.bst
Reallocated wiz_functions (elt_size=4) to 12000 items from 9000.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst
"M. Arellano and S. Bond" is a string literal, not an integer, for entry Arellano_Bond_1991
while executing---line 4867 of file jecon.bst

以下、延々と同じメッセージ

-------------------------------------------------------------------

Tex Maker で pdfが作成されない(dviは作成される)

- null null の投稿
Windows10でTex Makerをインストールして、texからpdfを作成しようとしています。Tex Makerのバージョンは5.0.3です。ですが、dviのみが作成されて、pdfは作成されません。コマンドの設定は画像に添付しております。簡単コンパイルのコマンドは"LaTex+dvipdfm+PDFファイルの表示"を選択しております。こちらのページを参考にしました。https://texwiki.texjp.org/?cmd=read&page=Texmaker%2F%E8%A8%AD%E5%AE%9A%2FWindows
下に用いたtexファイルとlogを載せています。よろしくお願いします。

用いたtexファイルはこちらです。

\documentclass[10pt, a4paper,dvipdfmx]{<span style="text-decoration-line:underline;">jreport</span>}
\setlength{<span style="color:rgb(128,0,0);">\columnsep</span>}{<span style="text-decoration-line:underline;">3zw</span>} 
\title{<span style="text-decoration-line:underline;">hoge</span>} 
\author{<u>山田太郎</u>} 
\date{}
\usepackage{bm}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{here}
\usepackage{<span style="text-decoration-line:underline;">braket</span>}
\usepackage{cases}
\usepackage{<span style="text-decoration-line:underline;">wrapfig</span>}
\usepackage[dvipdfmx]{graphicx}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage[font=small]{caption}
\usepackage{framed}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{<span style="text-decoration-line:underline;">enumitem</span>}
\usepackage{framed}
\usepackage{cancel}
\usepackage{<span style="text-decoration-line:underline;">textcomp</span>}
\usepackage{<span style="text-decoration-line:underline;">multirow</span>}
\usepackage{<span style="text-decoration-line:underline;">booktabs</span>,<span style="text-decoration-line:underline;">siunitx</span>}
\usepackage[font=small]{caption}
\usepackage[usestackEOL]{<span style="text-decoration-line:underline;">stackengine</span>}
\usepackage{url}
\usepackage{graphicx} 
\renewcommand{<span style="color:rgb(128,0,0);">\bibname</span>}{<span style="text-decoration-line:underline;">参考文献</span>}
 
 
 
 
\begin{document}
%タイトルページ
\begin{titlepage}
\large
\begin{center}
\vspace*{<span style="text-decoration-line:underline;">1cm</span>}
{<span style="color:rgb(128,0,0);">\Huge</span> <span style="text-decoration-line:underline;">修士論文</span>}\\
\vspace*{<span style="text-decoration-line:underline;">2cm</span>}
{<span style="color:rgb(128,0,0);">\Huge\bf</span> title}\\
\vspace*{<span style="text-decoration-line:underline;">9cm</span>}
{<span style="color:rgb(128,0,0);">\huge</span> <span style="text-decoration-line:underline;">所属</span>}\\
\vspace{<span style="text-decoration-line:underline;">2mm</span>}
{<span style="color:rgb(128,0,0);">\huge</span> <span style="text-decoration-line:underline;">学専攻</span>}\\
\vspace*{<span style="text-decoration-line:underline;">1cm</span>} 
{<span style="color:rgb(128,0,0);">\huge</span> <span style="text-decoration-line:underline;">山田太郎</span>}\\
\vspace*{<span style="text-decoration-line:underline;">1cm</span>} 
{<span style="color:rgb(128,0,0);">\huge</span> <span style="text-decoration-line:underline;">平成30年</span>}
\end{center}
\end{titlepage}

出力は次の通りです。



! LaTeX Error: Encoding scheme `JY1' unknown.

See the LaTeX manual or LaTeX Companion for explanation.

Type H <return> for immediate help.

...

l.701 ...\DeclareSymbolFont{mincho}{JY1}{mc}{m}{n}

Your command was ignored.

Type I <command> <return> to replace it with another command,

or <return> to continue without it.

! LaTeX Error: Unknown symbol font `mincho'.

See the LaTeX manual or LaTeX Companion for explanation.

Type H <return> for immediate help.

...

l.702 ...eclareSymbolFontAlphabet{\mathmc}{mincho}

Your command was ignored.

Type I <command> <return> to replace it with another command,

or <return> to continue without it.

! LaTeX Error: Encoding scheme `JY1' unknown.

See the LaTeX manual or LaTeX Companion for explanation.

Type H <return> for immediate help.

...

l.703 ...etSymbolFont{mincho}{bold}{JY1}{gt}{m}{n}

Your command was ignored.

Type I <command> <return> to replace it with another command,

or <return> to continue without it.

! Missing number, treated as zero.

<to be read again>

\symmincho

l.704 \jfam\symmincho

A number should have been here; I inserted `0'.

(If you can't figure out why I needed to see a number,

look up `weird error' in the index to The TeXbook.)

! LaTeX Error: Encoding scheme `JY1' unknown.

See the LaTeX manual or LaTeX Companion for explanation.

Type H <return> for immediate help.

...

l.705 ...clareMathAlphabet{\mathgt}{JY1}{gt}{m}{n}

Your command was ignored.

Type I <command> <return> to replace it with another command,

or <return> to continue without it.

\toclineskip=\dimen118

\@lnumwidth=\dimen119

\bibindent=\dimen120

\heisei=\count93

) (c:/texlive/2019/texmf-dist/tex/latex/tools/bm.sty

Package: bm 2019/07/24 v1.2d Bold Symbol Support (DPC/FMi)

\symboldoperators=\mathgroup4

\symboldletters=\mathgroup5

\symboldsymbols=\mathgroup6

LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 141.

LaTeX Info: Redefining \bm on input line 209.

)

(c:/texlive/2019/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty

Package: fancyhdr 2019/01/31 v3.10 Extensive control of page headers and footer

s

\f@nch@headwidth=\skip43

\f@nch@O@elh=\skip44

\f@nch@O@erh=\skip45

\f@nch@O@olh=\skip46

\f@nch@O@orh=\skip47

\f@nch@O@elf=\skip48

\f@nch@O@erf=\skip49

\f@nch@O@olf=\skip50

\f@nch@O@orf=\skip51

)

(c:/texlive/2019/texmf-dist/tex/latex/amsmath/amsmath.sty

Package: amsmath 2019/04/01 v2.17c AMS math features

\@mathmargin=\skip52

For additional information on amsmath, use the `?' option.

(c:/texlive/2019/texmf-dist/tex/latex/amsmath/amstext.sty

Package: amstext 2000/06/29 v2.01 AMS text

(c:/texlive/2019/texmf-dist/tex/latex/amsmath/amsgen.sty

File: amsgen.sty 1999/11/30 v2.0 generic functions

\@emptytoks=\toks15

\ex@=\dimen121

))

(c:/texlive/2019/texmf-dist/tex/latex/amsmath/amsbsy.sty

Package: amsbsy 1999/11/29 v1.2d Bold Symbols

LaTeX Info: Redefining \boldsymbol on input line 28.

\pmbraise@=\dimen122

)

(c:/texlive/2019/texmf-dist/tex/latex/amsmath/amsopn.sty

Package: amsopn 2016/03/08 v2.02 operator names

)

\inf@bad=\count94

LaTeX Info: Redefining \frac on input line 227.

\uproot@=\count95

\leftroot@=\count96

LaTeX Info: Redefining \overline on input line 389.

\classnum@=\count97

\DOTSCASE@=\count98

LaTeX Info: Redefining \ldots on input line 486.

LaTeX Info: Redefining \dots on input line 489.

LaTeX Info: Redefining \cdots on input line 610.

\Mathstrutbox@=\box43

\strutbox@=\box44

\big@size=\dimen123

LaTeX Font Info: Redeclaring font encoding OML on input line 733.

LaTeX Font Info: Redeclaring font encoding OMS on input line 734.

\macc@depth=\count99

\c@MaxMatrixCols=\count100

\dotsspace@=\muskip10

\c@parentequation=\count101

\dspbrk@lvl=\count102

\tag@help=\toks16

\row@=\count103

\column@=\count104

\maxfields@=\count105

\andhelp@=\toks17

\eqnshift@=\dimen124

\alignsep@=\dimen125

\tagshift@=\dimen126

\tagwidth@=\dimen127

\totwidth@=\dimen128

\lineht@=\dimen129

\@envbody=\toks18

\multlinegap=\skip53

\multlinetaggap=\skip54

\mathdisplay@stack=\toks19

LaTeX Info: Redefining \[ on input line 2855.

LaTeX Info: Redefining \] on input line 2856.

)

(c:/texlive/2019/texmf-dist/tex/latex/amsfonts/amssymb.sty

Package: amssymb 2013/01/14 v3.01 AMS font symbols

(c:/texlive/2019/texmf-dist/tex/latex/amsfonts/amsfonts.sty

Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support

\symAMSa=\mathgroup7

\symAMSb=\mathgroup8

LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.

LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'

(Font) U/euf/m/n --> U/euf/b/n on input line 106.

))

(c:/texlive/2019/texmf-dist/tex/latex/here/here.sty)

(c:/texlive/2019/texmf-dist/tex/latex/float/float.sty

Package: float 2001/11/08 v1.3d Float enhancements (AL)

\c@float@type=\count106

\float@exts=\toks20

\float@box=\box45

\@float@everytoks=\toks21

\@floatcapt=\box46

)

(c:/texlive/2019/texmf-dist/tex/latex/braket/braket.sty)

(c:/texlive/2019/texmf-dist/tex/latex/cases/cases.sty

Package: cases 2002/05/02 ver 2.5

)

(c:/texlive/2019/texmf-dist/tex/latex/wrapfig/wrapfig.sty

\wrapoverhang=\dimen130

\WF@size=\dimen131

\c@WF@wrappedlines=\count107

\WF@box=\box47

\WF@everypar=\toks22

Package: wrapfig 2003/01/31 v 3.6

)

(c:/texlive/2019/texmf-dist/tex/latex/graphics/graphicx.sty

Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)

(c:/texlive/2019/texmf-dist/tex/latex/graphics/keyval.sty

Package: keyval 2014/10/28 v1.15 key=value parser (DPC)

\KV@toks@=\toks23

)

(c:/texlive/2019/texmf-dist/tex/latex/graphics/graphics.sty

Package: graphics 2019/10/08 v1.3c Standard LaTeX Graphics (DPC,SPQR)

(c:/texlive/2019/texmf-dist/tex/latex/graphics/trig.sty

Package: trig 2016/01/03 v1.10 sin cos tan (DPC)

)

(c:/texlive/2019/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/2019/texmf-dist/tex/latex/graphics-def/dvipdfmx.def

File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx

))

\Gin@req@height=\dimen132

\Gin@req@width=\dimen133

)

(c:/texlive/2019/texmf-dist/tex/latex/cite/cite.sty

LaTeX Info: Redefining \cite on input line 302.

LaTeX Info: Redefining \nocite on input line 332.

Package: cite 2015/02/27 v 5.5

)

(c:/texlive/2019/texmf-dist/tex/latex/caption/caption.sty

Package: caption 2019/09/01 v3.3d Customizing captions (AR)

(c:/texlive/2019/texmf-dist/tex/latex/caption/caption3.sty

Package: caption3 2019/09/01 v1.8d caption3 kernel (AR)

Package caption3 Info: TeX engine: e-TeX on input line 64.

\captionmargin=\dimen134

\captionmargin@=\dimen135

\captionwidth=\dimen136

\caption@tempdima=\dimen137

\caption@indent=\dimen138

\caption@parindent=\dimen139

\caption@hangindent=\dimen140

Package caption Info: Unknown document class (or package),

(caption) standard defaults will be used.

)

Package caption Warning: Unsupported document class (or package) detected,

(caption) usage of the caption package is not recommended.

See the caption package documentation for explanation.

Package caption Info: \@makecaption = \long macro:#1#2->\vskip \abovecaptionski

p \iftdir \sbox \@tempboxa {#1\hskip 1zw#2}\else \sbox \@tempboxa {#1: #2}\fi \

ifdim \wd \@tempboxa >\hsize \iftdir #1\hskip 1zw#2\relax \par \else #1: #2\rel

ax \par \fi \else \global \@minipagefalse \hb@xt@ \hsize {\hfil \box \@tempboxa</p> <p style="margin:0px;">\hfil }\fi \vskip \belowcaptionskip .

\c@caption@flags=\count108

\c@ContinuedFloat=\count109

Package caption Info: float package is loaded.

Package caption Info: wrapfig package is loaded.

) (c:/texlive/2019/texmf-dist/tex/latex/framed/framed.sty

Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks

\OuterFrameSep=\skip55

\fb@frw=\dimen141

\fb@frh=\dimen142

\FrameRule=\dimen143

\FrameSep=\dimen144

)

(c:/texlive/2019/texmf-dist/tex/latex/xcolor/xcolor.sty

Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

(c:/texlive/2019/texmf-dist/tex/latex/graphics-cfg/color.cfg

File: color.cfg 2016/01/02 v1.6 sample color configuration

)

Package xcolor Info: Driver file: dvipdfmx.def on input line 225.

Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.

Package xcolor Info: Model `RGB' extended on input line 1364.

Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.

Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.

Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.

Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.

Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.

Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.

)

(c:/texlive/2019/texmf-dist/tex/latex/listings/listings.sty

\lst@mode=\count110

\lst@gtempboxa=\box48

\lst@token=\toks24

\lst@length=\count111

\lst@currlwidth=\dimen145

\lst@column=\count112

\lst@pos=\count113

\lst@lostspace=\dimen146

\lst@width=\dimen147

\lst@newlines=\count114

\lst@lineno=\count115

\lst@maxwidth=\dimen148

(c:/texlive/2019/texmf-dist/tex/latex/listings/lstmisc.sty

File: lstmisc.sty 2019/09/10 1.8c (Carsten Heinz)

\c@lstnumber=\count116

\lst@skipnumbers=\count117

\lst@framebox=\box49

)

(c:/texlive/2019/texmf-dist/tex/latex/listings/listings.cfg

File: listings.cfg 2019/09/10 1.8c listings configuration

))

Package: listings 2019/09/10 1.8c (Carsten Heinz)

(c:/texlive/2019/texmf-dist/tex/latex/enumitem/enumitem.sty

Package: enumitem 2019/06/20 v3.9 Customized lists

\labelindent=\skip56

\enit@outerparindent=\dimen149

\enit@toks=\toks25

\enit@inbox=\box50

\enit@count@id=\count118

\enitdp@description=\count119

)

(c:/texlive/2019/texmf-dist/tex/latex/cancel/cancel.sty

Package: cancel 2013/04/12 v2.2 Cancel math terms

)

(c:/texlive/2019/texmf-dist/tex/latex/base/textcomp.sty

Package: textcomp 2018/08/11 v2.0j Standard LaTeX package

Package textcomp Info: Sub-encoding information:

(textcomp) 5 = only ISO-Adobe without \textcurrency

(textcomp) 4 = 5 + \texteuro

(textcomp) 3 = 4 + \textohm

(textcomp) 2 = 3 + \textestimated + \textcurrency

(textcomp) 1 = TS1 - \textcircled - \t

(textcomp) 0 = TS1 (full)

(textcomp) Font families with sub-encoding setting implement

(textcomp) only a restricted character set as indicated.

(textcomp) Family '?' is the default used for unknown fonts.

(textcomp) See the documentation for details.

Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.

(c:/texlive/2019/texmf-dist/tex/latex/base/ts1enc.def

File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file

Now handling font encoding TS1 ...

... processing UTF-8 mapping file for font encoding TS1

(c:/texlive/2019/texmf-dist/tex/latex/base/ts1enc.dfu

File: ts1enc.dfu 2019/07/11 v1.2j UTF-8 support for inputenc

defining Unicode char U+00A2 (decimal 162)

defining Unicode char U+00A3 (decimal 163)

defining Unicode char U+00A4 (decimal 164)

defining Unicode char U+00A5 (decimal 165)

defining Unicode char U+00A6 (decimal 166)

defining Unicode char U+00A7 (decimal 167)

defining Unicode char U+00A8 (decimal 168)

defining Unicode char U+00A9 (decimal 169)

defining Unicode char U+00AA (decimal 170)

defining Unicode char U+00AC (decimal 172)

defining Unicode char U+00AE (decimal 174)

defining Unicode char U+00AF (decimal 175)

defining Unicode char U+00B0 (decimal 176)

defining Unicode char U+00B1 (decimal 177)

defining Unicode char U+00B2 (decimal 178)

defining Unicode char U+00B3 (decimal 179)

defining Unicode char U+00B4 (decimal 180)

defining Unicode char U+00B5 (decimal 181)

defining Unicode char U+00B6 (decimal 182)

defining Unicode char U+00B7 (decimal 183)

defining Unicode char U+00B9 (decimal 185)

defining Unicode char U+00BA (decimal 186)

defining Unicode char U+00BC (decimal 188)

defining Unicode char U+00BD (decimal 189)

defining Unicode char U+00BE (decimal 190)

defining Unicode char U+00D7 (decimal 215)

defining Unicode char U+00F7 (decimal 247)

defining Unicode char U+0192 (decimal 402)

defining Unicode char U+02C7 (decimal 711)

defining Unicode char U+02D8 (decimal 728)

defining Unicode char U+02DD (decimal 733)

defining Unicode char U+0E3F (decimal 3647)

defining Unicode char U+2016 (decimal 8214)

defining Unicode char U+2020 (decimal 8224)

defining Unicode char U+2021 (decimal 8225)

defining Unicode char U+2022 (decimal 8226)

defining Unicode char U+2030 (decimal 8240)

defining Unicode char U+2031 (decimal 8241)

defining Unicode char U+203B (decimal 8251)

defining Unicode char U+203D (decimal 8253)

defining Unicode char U+2044 (decimal 8260)

defining Unicode char U+204E (decimal 8270)

defining Unicode char U+2052 (decimal 8274)

defining Unicode char U+20A1 (decimal 8353)

defining Unicode char U+20A4 (decimal 8356)

defining Unicode char U+20A6 (decimal 8358)

defining Unicode char U+20A9 (decimal 8361)

defining Unicode char U+20AB (decimal 8363)

defining Unicode char U+20AC (decimal 8364)

defining Unicode char U+20B1 (decimal 8369)

defining Unicode char U+2103 (decimal 8451)

defining Unicode char U+2116 (decimal 8470)

defining Unicode char U+2117 (decimal 8471)

defining Unicode char U+211E (decimal 8478)

defining Unicode char U+2120 (decimal 8480)

defining Unicode char U+2122 (decimal 8482)

defining Unicode char U+2126 (decimal 8486)

defining Unicode char U+2127 (decimal 8487)

defining Unicode char U+212E (decimal 8494)

defining Unicode char U+2190 (decimal 8592)

defining Unicode char U+2191 (decimal 8593)

defining Unicode char U+2192 (decimal 8594)

defining Unicode char U+2193 (decimal 8595)

defining Unicode char U+2329 (decimal 9001)

defining Unicode char U+232A (decimal 9002)

defining Unicode char U+2422 (decimal 9250)

defining Unicode char U+25E6 (decimal 9702)

defining Unicode char U+25EF (decimal 9711)

defining Unicode char U+266A (decimal 9834)

defining Unicode char U+27E8 (decimal 10216)

defining Unicode char U+27E9 (decimal 10217)

defining Unicode char U+FEFF (decimal 65279)

))

LaTeX Info: Redefining \oldstylenums on input line 334.

Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.

Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.

Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.

Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.

Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.

Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.

Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.

Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.

Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.

Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.

Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.

Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.

Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.

Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.

Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.

Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.

Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.

Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.

Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.

Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.

Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.

Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.

Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.

Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.

Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.

Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.

Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.

Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.

Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.

Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.

Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.

Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.

Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.

Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.

Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.

Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.

Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.

Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.

Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.

Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.

Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.

Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.

Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.

Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.

Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.

Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.

Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.

Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.

Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.

Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.

Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.

Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.

Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.

Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.

Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.

Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.

Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.

Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.

Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.

Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.

)

(c:/texlive/2019/texmf-dist/tex/latex/multirow/multirow.sty

Package: multirow 2019/05/31 v2.5 Span multiple rows of a table

\multirow@colwidth=\skip57

\multirow@cntb=\count120

\multirow@dima=\skip58

\bigstrutjot=\dimen150

)

(c:/texlive/2019/texmf-dist/tex/latex/booktabs/booktabs.sty

Package: booktabs 2019/10/08 v1.6180339 publication quality tables

\heavyrulewidth=\dimen151

\lightrulewidth=\dimen152

\cmidrulewidth=\dimen153

\belowrulesep=\dimen154

\belowbottomsep=\dimen155

\aboverulesep=\dimen156

\abovetopsep=\dimen157

\cmidrulesep=\dimen158

\cmidrulekern=\dimen159

\defaultaddspace=\dimen160

\@cmidla=\count121

\@cmidlb=\count122

\@aboverulesep=\dimen161

\@belowrulesep=\dimen162

\@thisruleclass=\count123

\@lastruleclass=\count124

\@thisrulewidth=\dimen163

)

(c:/texlive/2019/texmf-dist/tex/latex/siunitx/siunitx.sty

(c:/texlive/2019/texmf-dist/tex/latex/l3kernel/expl3.sty

Package: expl3 2019-10-28 L3 programming layer (loader)

(c:/texlive/2019/texmf-dist/tex/latex/l3kernel/expl3-code.tex

Package: expl3 2019-10-28 L3 programming layer (code)

\c_max_int=\count125

\l_tmpa_int=\count126

\l_tmpb_int=\count127

\g_tmpa_int=\count128

\g_tmpb_int=\count129

\l__seq_internal_a_int=\count130

\l__seq_internal_b_int=\count131

\g__kernel_prg_map_int=\count132

\c__ior_term_noprompt_ior=\count133

\c_log_iow=\count134

\l_iow_line_count_int=\count135

\l__iow_line_target_int=\count136

\l__iow_one_indent_int=\count137

\l__iow_indent_int=\count138

\c_zero_dim=\dimen164

\c_max_dim=\dimen165

\l_tmpa_dim=\dimen166

\l_tmpb_dim=\dimen167

\g_tmpa_dim=\dimen168

\g_tmpb_dim=\dimen169

\c_zero_skip=\skip59

\c_max_skip=\skip60

\l_tmpa_skip=\skip61

\l_tmpb_skip=\skip62

\g_tmpa_skip=\skip63

\g_tmpb_skip=\skip64

\c_zero_muskip=\muskip11

\c_max_muskip=\muskip12

\l_tmpa_muskip=\muskip13

\l_tmpb_muskip=\muskip14

\g_tmpa_muskip=\muskip15

\g_tmpb_muskip=\muskip16

\l_keys_choice_int=\count139

\l__intarray_loop_int=\count140

\c__intarray_sp_dim=\dimen170

\g__intarray_font_int=\count141

\c__fp_leading_shift_int=\count142

\c__fp_middle_shift_int=\count143

\c__fp_trailing_shift_int=\count144

\c__fp_big_leading_shift_int=\count145

\c__fp_big_middle_shift_int=\count146

\c__fp_big_trailing_shift_int=\count147

\c__fp_Bigg_leading_shift_int=\count148

\c__fp_Bigg_middle_shift_int=\count149

\c__fp_Bigg_trailing_shift_int=\count150

\g__fp_array_int=\count151

\l__fp_array_loop_int=\count152

\l__sort_length_int=\count153

\l__sort_min_int=\count154

\l__sort_top_int=\count155

\l__sort_max_int=\count156

\l__sort_true_max_int=\count157

\l__sort_block_int=\count158

\l__sort_begin_int=\count159

\l__sort_end_int=\count160

\l__sort_A_int=\count161

\l__sort_B_int=\count162

\l__sort_C_int=\count163

\l__str_internal_int=\count164

\l__tl_analysis_normal_int=\count165

\l__tl_analysis_index_int=\count166

\l__tl_analysis_nesting_int=\count167

\l__tl_analysis_type_int=\count168

\l__regex_internal_a_int=\count169

\l__regex_internal_b_int=\count170

\l__regex_internal_c_int=\count171

\l__regex_balance_int=\count172

\l__regex_group_level_int=\count173

\l__regex_mode_int=\count174

\c__regex_cs_in_class_mode_int=\count175

\c__regex_cs_mode_int=\count176

\l__regex_catcodes_int=\count177

\l__regex_default_catcodes_int=\count178

\c__regex_catcode_L_int=\count179

\c__regex_catcode_O_int=\count180

\c__regex_catcode_A_int=\count181

\c__regex_all_catcodes_int=\count182

\l__regex_show_lines_int=\count183

\l__regex_min_state_int=\count184

\l__regex_max_state_int=\count185

\l__regex_left_state_int=\count186

\l__regex_right_state_int=\count187

\l__regex_capturing_group_int=\count188

\l__regex_min_pos_int=\count189

\l__regex_max_pos_int=\count190

\l__regex_curr_pos_int=\count191

\l__regex_start_pos_int=\count192

\l__regex_success_pos_int=\count193

\l__regex_curr_char_int=\count194

\l__regex_curr_catcode_int=\count195

\l__regex_last_char_int=\count196

\l__regex_case_changed_char_int=\count197

\l__regex_curr_state_int=\count198

\l__regex_step_int=\count199

\l__regex_min_active_int=\count266

\l__regex_max_active_int=\count267

\l__regex_replacement_csnames_int=\count268

\l__regex_match_count_int=\count269

\l__regex_min_submatch_int=\count270

\l__regex_submatch_int=\count271

\l__regex_zeroth_submatch_int=\count272

\g__regex_trace_regex_int=\count273

\c_empty_box=\box51

\l_tmpa_box=\box52

\l_tmpb_box=\box53

\g_tmpa_box=\box54

\g_tmpb_box=\box55

\l__box_top_dim=\dimen171

\l__box_bottom_dim=\dimen172

\l__box_left_dim=\dimen173

\l__box_right_dim=\dimen174

\l__box_top_new_dim=\dimen175

\l__box_bottom_new_dim=\dimen176

\l__box_left_new_dim=\dimen177

\l__box_right_new_dim=\dimen178

\l__box_internal_box=\box56

\l__coffin_internal_box=\box57

\l__coffin_internal_dim=\dimen179

\l__coffin_offset_x_dim=\dimen180

\l__coffin_offset_y_dim=\dimen181

\l__coffin_x_dim=\dimen182

\l__coffin_y_dim=\dimen183

\l__coffin_x_prime_dim=\dimen184

\l__coffin_y_prime_dim=\dimen185

\c_empty_coffin=\box58

\l__coffin_aligned_coffin=\box59

\l__coffin_aligned_internal_coffin=\box60

\l_tmpa_coffin=\box61

\l_tmpb_coffin=\box62

\g_tmpa_coffin=\box63

\g_tmpb_coffin=\box64

\l__coffin_bounding_shift_dim=\dimen186

\l__coffin_left_corner_dim=\dimen187

\l__coffin_right_corner_dim=\dimen188

\l__coffin_bottom_corner_dim=\dimen189

\l__coffin_top_corner_dim=\dimen190

\l__coffin_scaled_total_height_dim=\dimen191

\l__coffin_scaled_width_dim=\dimen192

\c__coffin_empty_coffin=\box65

\l__coffin_display_coffin=\box66

\l__coffin_display_coord_coffin=\box67

\l__coffin_display_pole_coffin=\box68

\l__coffin_display_offset_dim=\dimen193

\l__coffin_display_x_dim=\dimen194

\l__coffin_display_y_dim=\dimen195

\g__char_data_ior=\read1

(c:/texlive/2019/texmf-dist/tex/latex/l3kernel/l3deprecation.def

File: l3deprecation.def 2019-04-06 v L3 Deprecated functions

))

(c:/texlive/2019/texmf-dist/tex/latex/l3backend/l3backend-dvipdfmx.def

File: l3backend-dvipdfmx.def 2019-04-06 L3 backend support: dvipdfmx

\g__graphics_track_int=\count274

\l__pdf_internal_box=\box69

\g__pdf_backend_object_int=\count275

\g__pdf_backend_annotation_int=\count276

))

(c:/texlive/2019/texmf-dist/tex/latex/l3packages/xparse/xparse.sty

Package: xparse 2019-10-11 L3 Experimental document command parser

\l__xparse_current_arg_int=\count277

\g__xparse_grabber_int=\count278

\l__xparse_m_args_int=\count279

\l__xparse_v_nesting_int=\count280

)

Package: siunitx 2019/10/10 v2.7t A comprehensive (SI) units package

(c:/texlive/2019/texmf-dist/tex/latex/tools/array.sty

Package: array 2019/08/31 v2.4l Tabular extension package (FMi)

\col@sep=\dimen196

\ar@mcellbox=\box70

\extrarowheight=\dimen197

\NC@list=\toks26

\extratabsurround=\skip65

\backup@length=\skip66

\ar@cellbox=\box71

)

(c:/texlive/2019/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty

Package: l3keys2e 2019-10-11 LaTeX2e option processing using LaTeX3 keys

)

\l__siunitx_tmp_box=\box72

\l__siunitx_tmp_dim=\dimen198

\l__siunitx_tmp_int=\count281

\l__siunitx_number_mantissa_length_int=\count282

\l__siunitx_number_uncert_length_int=\count283

\l__siunitx_round_int=\count284

\l__siunitx_process_decimal_int=\count285

\l__siunitx_process_uncertainty_int=\count286

\l__siunitx_process_fixed_int=\count287

\l__siunitx_process_integer_min_int=\count288

\l__siunitx_process_precision_int=\count289

\l__siunitx_group_min_int=\count290

\l__siunitx_angle_marker_box=\box73

\l__siunitx_angle_unit_box=\box74

\l__siunitx_angle_marker_dim=\dimen199

\l__siunitx_angle_unit_dim=\dimen256

\l__siunitx_unit_int=\count291

\l__siunitx_unit_denominator_int=\count292

\l__siunitx_unit_numerator_int=\count293

\l__siunitx_unit_prefix_int=\count294

\l__siunitx_unit_prefix_base_int=\count295

\l__siunitx_unit_prefix_gram_int=\count296

\l__siunitx_number_product_int=\count297

\c__siunitx_one_fill_skip=\skip67

\l__siunitx_table_unit_align_skip=\skip68

\l__siunitx_table_exponent_dim=\dimen257

\l__siunitx_table_integer_dim=\dimen258

\l__siunitx_table_mantissa_dim=\dimen259

\l__siunitx_table_marker_dim=\dimen260

\l__siunitx_table_result_dim=\dimen261

\l__siunitx_table_uncert_dim=\dimen262

\l__siunitx_table_fill_pre_dim=\dimen263

\l__siunitx_table_fill_post_dim=\dimen264

\l__siunitx_table_fill_mid_dim=\dimen265

\l__siunitx_table_pre_box=\box75

\l__siunitx_table_post_box=\box76

\l__siunitx_table_mantissa_box=\box77

\l__siunitx_table_result_box=\box78

\l__siunitx_table_number_align_skip=\skip69

\l__siunitx_table_text_align_skip=\skip70

(c:/texlive/2019/texmf-dist/tex/latex/translator/translator.sty

Package: translator 2019-05-31 v1.12a Easy translation of strings in LaTeX

))

(c:/texlive/2019/texmf-dist/tex/latex/stackengine/stackengine.sty

Package: stackengine 2017/02/13 v4.01\ Stacking text and objects in convenient

ways

(c:/texlive/2019/texmf-dist/tex/latex/etoolbox/etoolbox.sty

Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW)

\etb@tempcnta=\count298

)

(c:/texlive/2019/texmf-dist/tex/generic/listofitems/listofitems.sty

(c:/texlive/2019/texmf-dist/tex/generic/listofitems/listofitems.tex

\loi_cnt_foreach_nest=\count299

\loi_nestcnt=\count300

)

Package: listofitems 2019/08/21 v1.63 Grab items in lists using user-specified

sep char (CT)

)

(c:/texlive/2019/texmf-dist/tex/latex/tools/calc.sty

Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)

\calc@Acount=\count301

\calc@Bcount=\count302

\calc@Adimen=\dimen266

\calc@Bdimen=\dimen267

\calc@Askip=\skip71

\calc@Bskip=\skip72

LaTeX Info: Redefining \setlength on input line 80.

LaTeX Info: Redefining \addtolength on input line 81.

\calc@Ccount=\count303

\calc@Cskip=\skip73

)

\c@@stackindex=\count304

\@boxshift=\skip74

\stack@tmplength=\skip75

\temp@stkl=\skip76

\@stackedboxwidth=\skip77

\@addedbox=\box79

\@anchorbox=\box80

\stackedbox=\box81

\@centerbox=\box82

\c@ROWcellindex@=\count305

)

(c:/texlive/2019/texmf-dist/tex/latex/url/url.sty

\Urlmuskip=\muskip17

Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.

) (./sample.aux)

\openout1 = `sample.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for JY2/mc/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for JT2/mc/m/n on input line 36.

LaTeX Font Info: ... okay on input line 36.

LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 36.

LaTeX Font Info: Trying to load font information for TS1+cmr on input line 3

6.

(c:/texlive/2019/texmf-dist/tex/latex/base/ts1cmr.fd

File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions

)

LaTeX Font Info: ... okay on input line 36.

Package caption Info: Begin \AtBeginDocument code.

Package caption Info: listings package is loaded.

Package caption Info: End \AtBeginDocument code.

\c@lstlisting=\count306

(c:/texlive/2019/texmf-dist/tex/latex/translator/translator-basic-dictionary-En

glish.dict

Dictionary: translator-basic-dictionary, Language: English

)

(c:/texlive/2019/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg

File: siunitx-abbreviations.cfg 2017/11/26 v2.7k siunitx: Abbreviated units

)

LaTeX Font Info: Trying to load font information for U+msa on input line 36.

(c:/texlive/2019/texmf-dist/tex/latex/amsfonts/umsa.fd

File: umsa.fd 2013/01/14 v3.01 AMS symbols A

)

LaTeX Font Info: Trying to load font information for U+msb on input line 36.

(c:/texlive/2019/texmf-dist/tex/latex/amsfonts/umsb.fd

File: umsb.fd 2013/01/14 v3.01 AMS symbols B

)

LaTeX Font Info: Font shape `JT2/mc/m/n' will be

(Font) scaled to size 11.54663pt on input line 39.

LaTeX Font Info: Font shape `JY2/mc/m/n' will be

(Font) scaled to size 11.54663pt on input line 39.

LaTeX Font Info: Font shape `JT2/mc/m/n' will be

(Font) scaled to size 23.94002pt on input line 42.

LaTeX Font Info: Font shape `JY2/mc/m/n' will be

(Font) scaled to size 23.94002pt on input line 42.

LaTeX Font Info: Font shape `JT2/mc/bx/n' in size <24.88> not available

(Font) Font shape `JT2/gt/m/n' tried instead on input line 44.

LaTeX Font Info: Font shape `JT2/gt/m/n' will be

(Font) scaled to size 23.94002pt on input line 44.

LaTeX Font Info: Font shape `JY2/mc/bx/n' in size <24.88> not available

(Font) Font shape `JY2/gt/m/n' tried instead on input line 44.

LaTeX Font Info: Font shape `JY2/gt/m/n' will be

(Font) scaled to size 23.94002pt on input line 44.

LaTeX Font Info: Font shape `JT2/mc/m/n' will be

(Font) scaled to size 19.95642pt on input line 46.

LaTeX Font Info: Font shape `JY2/mc/m/n' will be

(Font) scaled to size 19.95642pt on input line 46.

[1

])

! Emergency stop.

<*> sample.tex

*** (job aborted, no legal \end found)

Here is how much of TeX's memory you used:

19399 strings out of 492752

362105 string characters out of 6143216

392327 words of memory out of 5000000

23720 multiletter control sequences out of 15000+600000

542908 words of font info for 75 fonts, out of 8000000 for 9000

929 hyphenation exceptions out of 8191

38i,5n,45p,862b,317s stack positions out of 5000i,500n,10000p,200000b,80000s

添付 configuration.PNG

bibTeXの.bstファイル内での文字列比較について

- クリバ (CHRIBUR_) の投稿
クリバと申します。お世話になります。

現在私はIEEEtranS.bstをベースに日本語文献に対して体裁を弄った物を出力できる.bstファイルを作成中です。
それで、
この辺を参考に色々と試行錯誤中です。

私がやろうとしていることは、エントリにlanguageを追加して、.bibファイルの指定からlanguage = {japanese}とあったときに、japanese.flagを1に、 name.format.stringをdefault.name.format.string.forJPに設定することです。

URLのはisJapaneseに値が入るかで処理分けをしていますが、多言語処理をするには不便な上にMendeley非対応エントリでして。

FUNCTION {book}内部などで
「languageの中身がjapaneseに一致するか否かで条件分岐」
をするにはどうすれば良いでしょうか?

よろしくお願いいたします。

\ceについて

- 久保 基一 の投稿
いつもお世話になっております。今回初めて\ceを使ってみて感動していたんですが,2点困ったことがあったので質問させていただきます。

1. べき乗の数字が小さく表示されてしまって段ずれのようになってしまう
2. \ce内に漢字を入れるとエラーでタイプセットされない

初めてなので調べても改善できませんでした。今までは数式モードで\mathrm{}で囲って使っていたので・・・

使っているOSはWindows10,TeXWorksのインストールは美文書作成入門改訂第7版,タイプセットはTeXWiki内にて紹介されていたpLaTeX(ptex2pdf)です。以下にプリアンブルとログの表示のコピペ情報を載せます。よろしくおねがいします。

プリアンブル

\errorcontextlines=20

\documentclass[papersize,titlepage,dvipdfmx]{jsarticle}

\usepackage[version=3]{mhchem}

\begin{document}


\ce{3.75\times10^{-2}M}


\ce{0.40(N)\times 1 (価) =0.40(M)}

\end{document}



ログの表示

This is ptex2pdf[.lua] version 0.9.

Processing ����.tex

This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.sjis) (TeX Live 2016/W32TeX) (preloaded format=platex)

restricted \write18 enabled.

entering extended mode

(./質問.tex

pLaTeX2e <2016/11/29> (based on LaTeX2e <2016/03/31> patch level 3)

Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.

(c:/texlive/2016/texmf-dist/tex/platex/jsclasses/jsarticle.cls

Document Class: jsarticle 2016/12/13 okumura, texjporg

(c:/texlive/2016/texmf-dist/tex/platex/jsclasses/jslogo.sty))

(c:/texlive/2016/texmf-dist/tex/latex/mhchem/mhchem.sty

(c:/texlive/2016/texmf-dist/tex/latex/l3kernel/expl3.sty

(c:/texlive/2016/texmf-dist/tex/latex/l3kernel/expl3-code.tex)

(c:/texlive/2016/texmf-dist/tex/latex/l3kernel/l3dvipdfmx.def))

(c:/texlive/2016/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)

(c:/texlive/2016/texmf-dist/tex/latex/l3experimental/l3str/l3regex.sty

(c:/texlive/2016/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty)

(c:/texlive/2016/texmf-dist/tex/latex/l3experimental/l3str/l3tl-analysis.sty)

(c:/texlive/2016/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty)

(c:/texlive/2016/texmf-dist/tex/latex/l3experimental/l3str/l3str-convert.sty))

(c:/texlive/2016/texmf-dist/tex/latex/tools/calc.sty)

(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty

For additional information on amsmath, use the `?' option.

(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty

(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))

(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)

(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))

(c:/texlive/2016/texmf-dist/tex/latex/chemgreek/chemgreek.sty

(c:/texlive/2016/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))

(c:/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty

(c:/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)

(c:/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)

(c:/texlive/2016/texmf-dist/tex/latex/graphics-def/dvipdfmx.def))) (./質問.aux)

! Invalid code (35263), should be in the range 0..255.

__tl_analysis_disable_loop:N ...code:D c_zero `#1

tex_lowercase:D {tex_let:D...

<inserted text> __mhchem_ce:n {0.40(N)times 1 (価

) =0.40(M)}

__tl_analysis_setup:n ...e_loop:N tl_to_str:n {#1}

{ }{? __prg_break: }__prg_...


__tl_analysis:n ...gin: __tl_analysis_setup:n {#1}

__tl_analysis_a:n {#1}__tl...


__tl_analysis_map_inline:nn ..._tl_analysis:n {#1}

int_gincr:N g__prg_map_int...


__regex_match:n ..._tl_analysis_map_inline:nn {#1}

{__regex_query_set:nnn {##...


__regex_replace_all:nnN ...No __regex_match:n {#3}

int_set:Nn l__regex_balanc...

<argument> ...ce:n}cB [}l__mhchem_cesplit_tmpa_tl

bool_set_true:N l__mhchem_...


use_ii:nn #1#2->#2

 

__tl_map_function:Nn ...N {#2}tl_map_break: #1{#2}

__tl_map_function:Nn #1

<argument> {c {\}([.*?])?}{0}

{&}{0}

tl_map_inline:nn ...int_use:N g__prg_map_int :w}#1

q_recursion_tail __prg_bre...


cesplit ...et_true:N l__mhchem_cesplit_odd_bool }}

tl_use:N l__mhchem_cesplit...

l.9 \ce{0.40(N)\times 1 (価) =0.40(M)}