gpt4 book ai didi

unicode - 许多unicode字符的包?

转载 作者:行者123 更新时间:2023-12-01 13:07:51 24 4
gpt4 key购买 nike

我正在尝试创建一个包含尽可能多的 Unicode 字符的 LaTeX 文档。我的标题如下:

\documentclass[12pt,a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\pagestyle{empty}
\usepackage{textcomp}
\usepackage[T1]{fontenc}
\begin{document}

文档主体中的 Unicode 字符的形式为

\unichar{xyz}

其中 xyz 代表一个整数,例如97(对于“a”)。

问题是:对于许多整数,脚本没有编译错误消息:

! Package ucs Error: Unknown Unicode character 79297 = U+135C1,(ucs)                possibly declared in uni-309.def.(ucs)                Type H to see if it is available with options.

我应该将哪些包添加到 header 以使文件编译时包含尽可能多的字符?

最佳答案

据我所知,utf8x 包只是一个允许一些 Unicode“支持”的 hack。基本上它是一个巨大的查找表,将单个字符序列转换为 LaTeX 的期望。

你真的应该使用 Xe(La)?TeX 来处理这些设计时考虑到 Unicode 的东西。在这方面,旧的 TeX 仍然受制于其 1970 年代的传统。

预计到达时间 来自 the package's documentation :

This bundle provides the ucs package, and utf8x.def, together with a large number of support files.

The utf8x.def definition file for use with inputenc covers a wider range of Unicode characters than does utf8.def in the LaTeX distribution. The ucs package provides facilities for efficient use of large sets of Unicode characters.

因为你已经在使用这两个包,我猜你运气不好然后使用纯 LaTeX。

关于unicode - 许多unicode字符的包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1582016/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com