0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LaTeXの箇条書きのマークで仮の白いビュレットを使う.

Posted at

環境

$ 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$で代用すると,ちょうど良くなる.
そのまま○(しろまる)を使うとデフォルトの黒ビュレットとサイズが違うので推奨しない.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?