Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| fichiers:pdf:produire_des_pdf_cherchables [2018/06/03 14:19] – samcarter | fichiers:pdf:produire_des_pdf_cherchables [2018/12/04 00:22] (Version actuelle) – jejust | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | --- | + | ====== |
| - | title: | + | |
| - | category: usage | + | |
| - | permalink: / | + | |
| - | date: 2014-06-10 | + | |
| - | --- | + | |
| PDF files generated from TeX (and friends), will by default | PDF files generated from TeX (and friends), will by default | ||
| Ligne 15: | Ligne 11: | ||
| documents (in English, at least); the problem comes when you're using | documents (in English, at least); the problem comes when you're using | ||
| an inflected language (with accented letters, or composite glyphs | an inflected language (with accented letters, or composite glyphs | ||
| - | such as ' | + | such as ' |
| encoding, and there are likely be problems, since PDF readers | encoding, and there are likely be problems, since PDF readers | ||
| assume the text is presented in Unicode. | assume the text is presented in Unicode. | ||
| Ligne 22: | Ligne 18: | ||
| converted, by whatever means), or from pdfLaTeX, the character | converted, by whatever means), or from pdfLaTeX, the character | ||
| codes used in the PDF file are in fact those of the document' | codes used in the PDF file are in fact those of the document' | ||
| - | [font encoding](FAQ-whatenc); if you're using OT1 or | + | [[FAQ-whatenc|font encoding]]; if you're using OT1 or |
| T1, your document will be OK for almost all ASCII | T1, your document will be OK for almost all ASCII | ||
| characters, but it's likely that anything "out of the ordinary" | characters, but it's likely that anything "out of the ordinary" | ||
| Ligne 34: | Ligne 30: | ||
| version of the characters. | version of the characters. | ||
| - | Packages [`cmap`](https:// | + | Packages [[ctanpkg> |
| - | generating such tables ([`mmap`](https:// | + | generating such tables ([[ctanpkg> |
| the various maths encodings); both work with pdfTeX and no other | the various maths encodings); both work with pdfTeX and no other | ||
| engine. | engine. | ||
| - | ```latex | + | |
| + | < | ||
| \documentclass{article} | \documentclass{article} | ||
| \usepackage{mmap} % (or cmap) | \usepackage{mmap} % (or cmap) | ||
| Ligne 45: | Ligne 42: | ||
| \begin{document} | \begin{document} | ||
| ... % your actual text | ... % your actual text | ||
| - | ``` | + | </ |
| Unfortunately, | Unfortunately, | ||
| - | encoded, such as the default (Computer Modern, i.e., `cm` | + | encoded, such as the default (Computer Modern, i.e., '' |
| - | fonts, and things such as `cm-super` or the `Latin` | + | fonts, and things such as '' |
| - | `Modern` sets. Fonts like Adobe | + | '' |
| Times Roman (which are encoded for (La)TeX use via virtual fonts) | Times Roman (which are encoded for (La)TeX use via virtual fonts) | ||
| are not amenable to this treatment. | are not amenable to this treatment. | ||
| + | |||
| + | ----- | ||
| + | |||
| + | //Source:// [[faquk> | ||
| + | |||
| + | {{htmlmetatags> | ||
| + | metatag-og: | ||
| + | metatag-og: | ||
| + | }} | ||

