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:tds:trouver_le_chemin_d_acces_d_un_fichier [2018/12/09 11:33] – jejust | 5_fichiers:tds:trouver_le_chemin_d_acces_d_un_fichier [2022/01/21 07:59] (Version actuelle) – Correction de la mise en forme. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Comment connaître le chemin d' | ====== Comment connaître le chemin d' | ||
+ | ===== Sous Unix ou Linux ===== | ||
- | $\Reponse$ | + | La commande '' |
- | d' | + | |
+ | Par exemple pour savoir où est le fichier '' | ||
+ | <code text> | ||
+ | $ kpsewhich lettre.cls | ||
+ | / | ||
+ | </ | ||
+ | Il est possible de restreindre la recherche à ce qu' | ||
- | {{htmlmetatags> | + | Pour avoir de l' |
- | metatag-og: | + | |
+ | <code text> | ||
+ | $ kpsewhich --help | ||
+ | Usage: kpsewhich [OPTION]... [FILENAME]... | ||
+ | |||
+ | Standalone path lookup and expansion for the Kpathsea library. | ||
+ | The default is to look up each FILENAME in turn and report its | ||
+ | first match (if any) to standard output. | ||
+ | |||
+ | When looking up format (.fmt/ | ||
+ | to also use -engine, or nothing will be returned; in particular, | ||
+ | -engine=/ will return matching format files for any engine. | ||
+ | |||
+ | -all | ||
+ | [-no]-casefold-search | ||
+ | -cnf-line=STRING | ||
+ | -debug=NUM | ||
+ | -D, -dpi=NUM | ||
+ | -engine=STRING | ||
+ | -expand-braces=STRING | ||
+ | -expand-path=STRING | ||
+ | -expand-var=STRING | ||
+ | -format=NAME | ||
+ | -help display this message and exit. | ||
+ | -help-formats | ||
+ | -interactive | ||
+ | [-no]-mktex=FMT | ||
+ | -mode=STRING | ||
+ | -must-exist | ||
+ | -path=STRING | ||
+ | -progname=STRING | ||
+ | -safe-in-name=STRING | ||
+ | -safe-out-name=STRING | ||
+ | -show-path=TYPE | ||
+ | (list shown by -help-formats). | ||
+ | -subdir=STRING | ||
+ | -var-brace-value=STRING output brace-expanded value of variable $STRING. | ||
+ | -var-value=STRING | ||
+ | -version | ||
+ | |||
+ | Email bug reports to tex-k@tug.org. | ||
+ | Kpathsea home page: https:// | ||
+ | </ | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
metatag-og: | metatag-og: | ||
}} | }} | ||
- |