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

年を入れる 文献データベース year = {2006}

- 古島 健太 の投稿
すみません,またまた. 例えば @PROCEEDINGS {conference:06, editor = {エンゲルス}, booktitle = {Proceedings of the Xth Conference on XYZ}, year = {2006}, month = {October}, } の場合 year = {2006年} とするとエラーがでて𠮟られます. 2006年と印字させたいのですが.

目次ページを自由なデザインで作りたい

- 佐藤 清 の投稿
jlreqを使っているのですが、目次ページをデフォルトのデザインから要素の位置とか大きさとか「・・・」の有無とかを変えたいです。 どうしたらできますか?

unicode-mathでceo

- takamasa 23 の投稿

この度、久々に数式を組むことになりまして、LuaLaTeXでやっていきたいと思っているのですが、今までceo.styにお世話になって使ってきたものでLuaLaTeXの環境下でも数式部分だけでも使いたいと考えています。

LuaLaTeXでは「unicode-math」を使うことで数式書体を随意に変更できるということなのでそちらを用いて実現したいと考えております。現在、こちらを参考にしているのですが、インテグラルやシグマ、+、-といったものまで変更するにはどうしたら良いのでしょうか?

TeXShop での \newindex について

- noza0702 の投稿
私はMacユーザーではないのですが、Macユーザーの知人から質問を受けました。

以下、質問です。
複数の索引(著者索引、事項索引など)を作成する場合、通常は、以下のようにします。

本文のプリアンブルに記述
\newindex{aut}{auidx}{auind}{Author Index}

著者索引のindファイルを生成
mendex -o book.auind book.auidx

上記のように、mendexコマンドに追加のオプション引数を指定することはMacのTeXShopでは可能でしょうか。
つまり、TeXShopのみで、\newindex を用いた複数索引の作成は可能でしょうか。あるいは、ターミナルを使う必要があるでしょうか。
自分自身は、Windows + コマンドプロンプト で、\newindex を用いた複数索引の作成はできております。

可能な場合、設定方法などを教えていただけると助かります。
以上です。
どうぞよろしくお願いいたします。

tikzで色付き斜線

- takamasa 23 の投稿

質問内容がここでするのに適していないかもしれませんが…

cloudlatexでlualatexを使用しています。


\documentclass{jlreq} \usepackage{xcolor} \usepackage{tikz} \usetikzlibrary{patterns} \pagestyle{empty} \begin{document} \begin{tikzpicture} \path[pattern color=blue!50!red!50,pattern = north east lines] (0,0) rectangle (5,5); \end{tikzpicture} \end{document}

ここに示したコードをコンパイルすると紫色の斜線がしっかり出力されるのですが、iPadの標準機能の「プリント」を通してメモなどに保存したり、goodnote6などからpdfとして書き出しを行うと斜線の色がすべて黒色になってしまうのですが、何かコードに問題があるのでしょうか?

添付 IMG_9695.jpeg

.bib ファイルについて

- ueki ichiro の投稿
Windows10の富士通のノートパソコンに美文書作成入門第8版付録のCDからTEXをインストールして使っています。ある雑誌に論文を投稿したところ、編集部から次のようなメールが届きました。 Please upload all the source file of your LaTeX submission including the .bib file. 私の論文は下記のような組み立てですが、このように thebibliography を使ったことで .bib file を含めたことになるのでしょうか。 植木 \documentclass[fleqn,12pt,onecolumn,a4paper]{article} \setlength{\textwidth}{16cm}き \setlength{\oddsidemargin}{0cm} \setlength{\evensidemargin}{0cm} \setlength{\topmargin}{-2cm} \setlength{\textheight}{25cm} \usepackage{amsmath} \usepackage{graphicx} \usepackage{setspace} \doublespacing \begin{document} ... "Philosophy of science ... is blind." \cite{Lakatos} ... \begin{thebibliography}{99} \bibitem {Lakatos} Lakatos, Imre. (1970). ''History of science and its rational reconstructions," Proceedings of the Biennial Meeting of Philosophy of Science Association, Volume \textbf{1970}, pages 91-136, Springer. ... \end{thebibliography} \end{document}

Overleafでタイムアウトしてしまう問題について

- J S の投稿
overleafにて現在論文を書いているのですが、以下のような形でjecon.bstというスタイルファイル(武田史郎さん作成https://github.com/ShiroTakeda/jecon-bst参照)を指定した上でコンパイルしようとしたところ、タイムアウトしてしまいます。 TeXShopにてローカルに行った場合は特に問題は発生しませんでした。 なお、Overleafの設定はコンパイラLuaLateX、TeXLive 2022です。 \documentclass[a4paper, 12pt]{ltjsreport} %==================================================================================== % パッケージ %==================================================================================== \usepackage{graphicx} % Required for inserting images \usepackage[top=1in, bottom=1in, right=1in, left=1in]{geometry} \usepackage[T1]{fontenc} % European fonts \usepackage[colorlinks=true, citecolor=blue]{hyperref} \usepackage[flushmargin, hang, bottom]{footmisc} % Fixes footnotes at bottom \usepackage{amsmath} % Allows to suppress equation numbers \usepackage{natbib} %==================================================================================== % 表紙 %==================================================================================== \title{{\Huge 論文}\\ なんとか実証分析} \author{ほげほげ} \date{2023年X月} \begin{document} \maketitle \chapter{ほげほげ} \section{ほげほげ} \par \citet{alesina1989partisan}は\citet{alesina1995partisan}と同一人物らしい\citep{altiparmakis2020bailouts}。 \chapter{ほげほげ} \section{ほげほげ} \bibliography{bibliography.bib} \bibliographystyle{jecon} \end{document} jeconを用いた他のテンプレート(https://ja.overleaf.com/latex/templates/wu-zang-ye-mei-shu-da-xue-ci-slash-cllun-wen-tenpureto/bkvcxgkypttm)を試したところ問題なく動くため、原因をご教示いただければと思います。 よろしくお願いいたします。

bibファイルの中の相互参照

- 古島 健太 の投稿
いつも大変お世話になっております。
%%%%%%%%%%%%%%その中身は%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@book {author:06,
title = {マルクスエンゲルス全集},
author = {マルクスエンゲルス},
pages = {330--331},
}
@PROCEEDINGS {conference:06,
editor = {エンゲルス},
booktitle = {Proceedings of the Xth Conference on XYZ},
year = {2006},
month = {October},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

”文献[2]は文献[1]の中に含まれる”
と書き込みたいのです.
多分.bstにもよるらしいのです.適当な.bstを教えていただけませんか

MacOSでTeXがpdfを出力してくれなくなりました。

- 颯介 北村 の投稿
MacOSでTexShop(TeXworksでも状況は変わりません)を使って文書を作ろうとすると、以下のようなエラーメッセージが出てきてました。
This is ptex2pdf[.lua] version 20200520.0.
Processing test3.tex
This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.euc) (TeX Live 2020) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(./test3.tex
pLaTeX2e <2020-10-01>+1 (based on LaTeX2e <2020-10-01> patch level 1)
L3 programming layer <2020-10-05> xparse <2020-03-03>
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/platex/jsclasses/jsa
rticle.cls
Document Class: jsarticle 2020/10/09 jsclasses (okumura, texjporg)

(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/platex/jsclasses/jsl
ogo.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcol
orbox.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/basiclayer
/pgf.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/utilities/
pgfrcs.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfutil-common.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfutil-common-lists.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfutil-latex.def)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfrcs.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/pgf.revi
sion.tex)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/basiclayer
/pgfcore.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics/graph
icx.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics/keyva
l.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics/graph
ics.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics/trig.
sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics-cfg/g
raphics.cfg)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics-def/d
vipdfmx.def)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/systemlaye
r/pgfsys.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgfsys.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfkeys.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfkeysfiltered.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgf.cfg)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgfsys-dvipdfmx.def
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgfsys-common-pdf.def)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgfsyssoftpath.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/systemla
yer/pgfsysprotocol.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/xcolor/xcolor.
sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/graphics-cfg/c
olor.cfg))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcore.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
math.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathcalc.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathutil.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathparser.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.basic.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.trigonometric.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.random.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.comparison.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.base.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.round.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.misc.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfunctions.integerarithmetics.code.tex)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
mathfloat.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
int.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorepoints.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorepathconstruct.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorepathusage.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorescopes.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoregraphicstate.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoretransformations.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorequick.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoreobjects.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorepathprocessing.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorearrows.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoreshade.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoreimage.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoreexternal.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorelayers.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcoretransparency.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorepatterns.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/basiclay
er/pgfcorerdf.code.tex)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/modules/
pgfmoduleshapes.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/modules/
pgfmoduleplot.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/compatibil
ity/pgfcomp-version-0-65.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/compatibil
ity/pgfcomp-version-1-18.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tools/verbatim
.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/environ/enviro
n.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/trimspaces/tri
mspaces.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/etoolbox/etool
box.sty)) (./hoge.sty

LaTeX Warning: You have requested package `hoge',
but the package provides `mypreamble'.


(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcbb
reakable.code.tex
Library (tcolorbox): 'tcbbreakable.code.tex' version '4.42'

(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/oberdiek/pdf
col.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxc
mds.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/infwarerr/in
fwarerr.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/iftex/iftex.
sty)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcbt
heorems.code.tex
Library (tcolorbox): 'tcbtheorems.code.tex' version '4.42'

(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/amsmath/amsmat
h.sty
For additional information on amsmath, use the `?' option.

(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/amsmath/amstex
t.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/amsmath/amsgen
.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/amsmath/amsbsy
.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/amsmath/amsopn
.sty)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcbs
kins.code.tex
Library (tcolorbox): 'tcbskins.code.tex' version '4.42'

(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/frontendla
yer/tikz.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/utilities/
pgffor.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/utilities/
pgfkeys.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgfkeys.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pgf/math/pgfma
th.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
math.code.tex))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/utilitie
s/pgffor.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/math/pgf
math.code.tex)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/frontend
layer/tikz/tikz.code.tex
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/librarie
s/pgflibraryplothandlers.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/modules/
pgfmodulematrix.code.tex)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pgf/frontend
layer/tikz/libraries/tikzlibrarytopaths.code.tex)))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcbs
kinsjigsaw.code.tex
Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '4.42'
))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/platex/japanese-otf-
uptex/otf.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/platex/japanese-otf/
ajmacros.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/platex/pxchfon/pxchf
on.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/pxufont/pxufon
t.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/ifptex/ifupt
ex.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/ifptex/ifpte
x.sty))))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/hyperref/hyper
ref.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pdftexcmds/p
dftexcmds.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/kvsetkeys/kv
setkeys.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/kvdefinekeys
/kvdefinekeys.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/pdfescape/pd
fescape.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/hycolor/hycolo
r.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/letltxmacro/le
tltxmacro.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/auxhook/auxhoo
k.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/kvoptions/kvop
tions.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/hyperref/pd1en
c.def)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/intcalc/intc
alc.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/etexcmds/ete
xcmds.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/url/url.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/bitset/bitse
t.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/bigintcalc/b
igintcalc.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/base/atbegshi-
ltx.sty))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/hyperref/hdvip
dfm.def
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/rerunfilecheck
/rerunfilecheck.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/base/atveryend
-ltx.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/uniquecounte
r/uniquecounter.sty))))
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/l3backend/l3ba
ckend-dvipdfmx.def) (./test3.aux)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/hyperref/namer
ef.sty
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/latex/refcount/refco
unt.sty)
(/Applications/TeXLive/Library/texlive/2020/texmf-dist/tex/generic/gettitlestri
ng/gettitlestring.sty)) (./test3.out) (./test3.out) [1] (./test3.aux) )
Output written on test3.dvi (1 page, 9004 bytes).
SyncTeX written on test3.synctex.gz.
Transcript written on test3.log.
test3.dvi -> test3.pdf
[1
dvipdfmx:fatal: Failed to read UCS2/UCS4 TrueType cmap...

No output PDF file written.
ptex2pdf processing of test3.tex failed.
再起動もしてみましたが効果はありませんでした。直前までターミナルでごちゃごちゃしていたのが原因かもしれません。また一応TrueTypeの検索パスも調べてみました。
.:/Users/kitamurasatsusuke/TeXLive/texmf-config/fonts/truetype//:/Users/kitamurasatsusuke/TeXLive/texmf-var/fonts/truetype//:/Users/kitamurasatsusuke/TeXLive/texmf/fonts/truetype//:!!/Users/Shared/TeXLive/texmf/fonts/truetype//:!!/Users/Shared/TeXLive/texmf-config/fonts/truetype//:!!/Users/Shared/TeXLive/texmf-var/fonts/truetype//:!!/Applications/TeXLive/Library/texlive/2020/texmf-dist/fonts/truetype//:/Users/kitamurasatsusuke/TeXLive/texmf-config/fonts/opentype//:/Users/kitamurasatsusuke/TeXLive/texmf-var/fonts/opentype//:/Users/kitamurasatsusuke/TeXLive/texmf/fonts/opentype//:!!/Users/Shared/TeXLive/texmf/fonts/opentype//:!!/Users/Shared/TeXLive/texmf-config/fonts/opentype//:!!/Users/Shared/TeXLive/texmf-var/fonts/opentype//:!!/Applications/TeXLive/Library/texlive/2020/texmf-dist/fonts/opentype//:/please/set/osfontdir/in/the/environment//

TeXConf 2023開催と講演者募集のおしらせ

- きえだ ゆうすけ の投稿
TeXConf実行委員会代表の木枝です

今年のTeXConfは対面にて開催いたします.
https://texconf2023.tumblr.com/

講演者募集も開始しております(締め切り9/8).
皆様の奮ってのご応募をお待ちしております.