Forgot password?
 Create new account
View 105|Reply 0

cmap – Make PDF files searchable and copyable

[Copy link]

3147

Threads

8493

Posts

610K

Credits

Credits
66163
QQ

Show all posts

hbghlyj Posted at 2024-2-5 05:54:01 |Read mode
CTAN: Package cmap
例如,
  1. \documentclass{article}
  2. \begin{document}
  3. \[\int_0^1\]
  4. \end{document}
Copy the Code

生成的 pdf 里 \int 被编码为 Z,無法通過搜索 ∫︁10 来找到这个公式.
如果添加了cmap包
  1. \documentclass{article}
  2. \usepackage{cmap}
  3. \begin{document}
  4. \[\int_0^1\]
  5. \end{document}
Copy the Code

它会被编码为 ∫︁,这样就可以搜索 ∫︁10 来找到这个公式.

Community Comments
★★★★★ koppor 2017-01-15

Enables copy and pasting of ligatures out of PDFs. Even if SumatraPDF works without that patch, Acrobat products do not.
最後一句是什麼意思?Adobe不行嗎

手机版Mobile version|Leisure Math Forum

2025-4-20 22:27 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list