環境
$ platex --version
e-pTeX 3.14159265-p3.8.1-180518-2.6 (utf8.sjis) (TeX Live 2018/W32TeX)
kpathsea version 6.3.0
ptexenc version 1.3.6
Copyright 2018 D.E. Knuth.
There is NO warranty. Redistribution of this software is
covered by the terms of both the e-pTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the e-pTeX source.
Primary author of e-pTeX: Peter Breitenlohner.
方法
◦
(白ビュレット)をLaTexの箇条書きで使用したところ,
! Package inputenc Error: Unicode character 竅・(U+386443)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
と言われたので
% 箇条書きがネストしたとき,白ビュレットを使う.
\renewcommand{\labelitemii}{$\circ$}
のように$\circ$
で代用すると,ちょうど良くなる.
そのまま○(しろまる)を使うとデフォルトの黒ビュレットとサイズが違うので推奨しない.