Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Prochaine révision Les deux révisions suivantes | ||
5_fichiers:obtenir_la_liste_des_fichiers_utilises [2018/05/25 19:34] joseph.wright |
5_fichiers:obtenir_la_liste_des_fichiers_utilises [2018/12/03 23:29] jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== All the files used by this document ====== |
- | category: usage | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # All the files used by this document | ||
When you're sharing a document with someone else (perhaps as part of a | When you're sharing a document with someone else (perhaps as part of a | ||
Ligne 11: | Ligne 6: | ||
have the same set of auxiliary files, as well as the document in | have the same set of auxiliary files, as well as the document in | ||
question. | question. | ||
- | (if you use the [`url`](https:// | + | (if you use the [[ctanpkg> |
too, for example). | too, for example). | ||
- | `shinynew` package but her copy is still the unstable | + | '' |
original; until you both realise what is happening, such a situation | original; until you both realise what is happening, such a situation | ||
can be very confusing. | can be very confusing. | ||
- | The simplest solution is the LaTeX `\listfiles` command. | + | The simplest solution is the LaTeX '' |
places a list of the files used and their version numbers in the log | places a list of the files used and their version numbers in the log | ||
file. If you extract that list and transmit it with your file, it can | file. If you extract that list and transmit it with your file, it can | ||
be used as a check-list in case that problems arise. | be used as a check-list in case that problems arise. | ||
- | Note that `\listfiles` only registers things that are input by the | + | Note that '' |
- | '' | + | "standard" |
- | `\include`, `\includegraphics` and so on). | + | '' |
- | The `\input` command, as modified by LaTeX and used, with | + | The '' |
LaTeX syntax, as: | LaTeX syntax, as: | ||
- | ```latex | + | |
+ | < | ||
\input{mymacros} | \input{mymacros} | ||
- | ``` | + | </ |
- | records file details for `mymacros.tex`, but if you use TeX | + | records file details for '' |
- | primitive syntax for `\input`, as: | + | primitive syntax for '' |
- | ```latex | + | |
+ | < | ||
\input mymacros | \input mymacros | ||
- | ``` | + | </ |
- | `mymacros.tex` _won't_ be recorded, and so won't listed by | + | '' |
- | `\listfiles`& | + | '' |
- | The [`snapshot`](https:// | + | The [[ctanpkg> |
obtain a list of the external dependencies of the document, in a form | obtain a list of the external dependencies of the document, in a form | ||
that can be embedded at the top of the document. | that can be embedded at the top of the document. | ||
Ligne 44: | Ligne 41: | ||
has application in document exchange situations too. | has application in document exchange situations too. | ||
- | The `bundledoc` system uses the [`snapshot`](https:// | + | The '' |
- | archive (e.g., | + | archive (e.g., |
document; it comes with configuration files for use with | document; it comes with configuration files for use with | ||
- | TeX Live-`Unix` and `MiKTeX`. It's plainly useful when | + | TeX Live-'' |
you're sending the first copy of a document. | you're sending the first copy of a document. | ||
- | The `mkjobtexmf` finds which files are used in a '' | + | The '' |
- | either via the `-recorder` option of TeX, or by using the | + | either via the '' |
- | (Unix) command | + | (Unix) command |
doing. | doing. | ||
which may then be saved for transmission or archiving. | which may then be saved for transmission or archiving. | ||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||