Forgot password
 Register account
View 131|Reply 0

cmap – Make PDF files searchable and copyable

[Copy link]

3156

Threads

7932

Posts

45

Reputation

Show all posts

hbghlyj posted 2024-2-5 05:54 |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不行嗎

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-6-8 14:10 GMT+8

Powered by Discuz!

Processed in 0.017364 second(s), 21 queries

× Quick Reply To Top Edit