Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| 5_fichiers:pdf:attacher_un_fichier_a_un_pdf [2019/10/24 22:05] – Page créée à l'état d'ébauche. jejust | 5_fichiers:pdf:attacher_un_fichier_a_un_pdf [2022/08/21 12:35] (Version actuelle) – Correction de la mise en forme. yannick.tanguy | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ====== |
| - | $\Reponse$ | + | Le format |
| - | that look the same on all platforms and output devices. Beginning with PDF version 1.3, | + | |
| - | PDF supports “file attachment annotations”. These are arbitrary auxiliary files | + | |
| - | that get embedded directly into the pdf document, | + | |
| - | in an e-mail message. | + | |
| + | La personne qui lira le document PDF pourra extraire ces fichiers et les enregistrer sur son ordinateur (généralement, | ||
| - | ===== Comment attacher un fichier en LaTeX ? ===== | + | ===== Avec l' |
| - | $\Reponse$ | + | L' |
| - | à votre document PDF. Il reprend et étend les fonctionnalités | + | |
| - | et vous avez intérêt à consulter | + | |
| - | pour en connaître la syntaxe. | + | |
| + | <WRAP column 50ex> | ||
| + | <code latex> | ||
| + | \documentclass{article} | ||
| + | \usepackage{attachfile2} | ||
| + | | ||
| + | \begin{document} | ||
| + | Longtemps, je me suis couché de bonne heure. | ||
| + | \attachfile{planning.xlsx} | ||
| + | |||
| + | \end{document} | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP column 30ex> | ||
| + | < | ||
| + | \documentclass{article} | ||
| + | \usepackage[T1]{fontenc} | ||
| + | \usepackage{lmodern} | ||
| + | \usepackage{attachfile} | ||
| + | \usepackage[french]{babel} | ||
| + | \pagestyle{empty} | ||
| + | |||
| + | \begin{document} | ||
| + | Longtemps, je me suis couché de bonne heure. | ||
| + | |||
| + | \noattachfile | ||
| + | \end{document} | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP clear /> | ||
| + | |||
| + | Des options permettent de changer l' | ||
| + | |||
| + | ------ | ||
| + | //Sources :// | ||
| + | * [[wpfr> | ||
| + | * [[https:// | ||
| {{htmlmetatags> | {{htmlmetatags> | ||
| - | metatag-og: | + | metatag-og: |
| metatag-og: | metatag-og: | ||
| }} | }} | ||

