我尝试在 tex 源中使用 unicode 字符:
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
∀
\end{document}
全称量词不能用 xelatex 排版。
pdflatex 说
! Package inputenc Error: Unicode char ∀ (U+2200)
(inputenc) not set up for use with LaTeX.
我还应该使用什么来排版以 Unicode 字符给出的通用量词?
答案1
您需要声明它,默认情况下 pdflatex 仅支持一个子集。
\documentclass{article}
\DeclareUnicodeCharacter{2200}{\forall}
\begin{document}
$∀$
\end{document}
答案2
对于XeLaTeX
和,包LuaLaTeX
中定义了许多数学字符unicode-math
% !TeX encoding = UTF8
% !TeX program = lualatex
\documentclass{standalone}
\RequirePackage{unicode-math}
\begin{document}
$∀∃ℝ∈