Difference between revisions of "Texmf-tree"
From A-Eskwiki
| Line 2: | Line 2: | ||
Hier komt een beschrijving van de texmf-tree zoals deze minimaal hoort te zijn en welke delen wij gebruiken. | Hier komt een beschrijving van de texmf-tree zoals deze minimaal hoort te zijn en welke delen wij gebruiken. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |+Where to put files from packages | ||
| + | |- | ||
| + | !Type | ||
| + | !Directory (under <tt>texmf/</tt> or <tt>texmf-local/</tt>) | ||
| + | !Description | ||
| + | |- | ||
| + | |.afm | ||
| + | |fonts/afm/''foundry''/''typeface'' | ||
| + | |Adobe Font Metrics for Type 1 fonts | ||
| + | |- | ||
| + | |.bst | ||
| + | |bibtex/bst/''packagename'' | ||
| + | |BibTeX style | ||
| + | |- | ||
| + | |.cls | ||
| + | |tex/latex/base | ||
| + | |Document class file | ||
| + | |- | ||
| + | |.dvi | ||
| + | |doc | ||
| + | |package documentation | ||
| + | |- | ||
| + | |.enc | ||
| + | |fonts/enc | ||
| + | |Font encoding | ||
| + | |- | ||
| + | |.fd | ||
| + | |tex/latex/mfnfss | ||
| + | |Font Definition files for METAFONT fonts | ||
| + | |- | ||
| + | |.fd | ||
| + | |tex/latex/psnfss | ||
| + | |Font Definition files for PostScript Type 1 fonts | ||
| + | |- | ||
| + | |.map | ||
| + | |fonts/map/ | ||
| + | |Font mapping files | ||
| + | |- | ||
| + | |.mf | ||
| + | |fonts/source/public/''typeface'' | ||
| + | |METAFONT outline | ||
| + | |- | ||
| + | |.pdf | ||
| + | |doc | ||
| + | |package documentation | ||
| + | |- | ||
| + | |.pfb | ||
| + | |fonts/type1/''foundry''/''typeface'' | ||
| + | |PostScript Type 1 outline | ||
| + | |- | ||
| + | |.sty | ||
| + | |tex/latex/''packagename'' | ||
| + | |Style file: the normal package content | ||
| + | |- | ||
| + | |.tex | ||
| + | |doc | ||
| + | |TeX source for package documentation | ||
| + | |- | ||
| + | |.tex | ||
| + | |tex/plain/''packagename'' | ||
| + | |Plain TeX macro files | ||
| + | |- | ||
| + | |.tfm | ||
| + | |fonts/tfm/''foundry''/''typeface'' | ||
| + | |TeX Font Metrics for METAFONT and Type 1 fonts | ||
| + | |- | ||
| + | |.ttf | ||
| + | |fonts/truetype/''foundry''/''typeface'' | ||
| + | |TrueType font | ||
| + | |- | ||
| + | |.vf | ||
| + | |fonts/vf/''foundry''/''typeface'' | ||
| + | |TeX virtual fonts | ||
| + | |- | ||
| + | |others | ||
| + | |tex/latex/''packagename'' | ||
| + | |other types of file unless instructed otherwise | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | [http://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages] | ||
Revision as of 22:00, 2 April 2015
Hier komt een beschrijving van de texmf-tree zoals deze minimaal hoort te zijn en welke delen wij gebruiken.
| Type | Directory (under texmf/ or texmf-local/) | Description |
|---|---|---|
| .afm | fonts/afm/foundry/typeface | Adobe Font Metrics for Type 1 fonts |
| .bst | bibtex/bst/packagename | BibTeX style |
| .cls | tex/latex/base | Document class file |
| .dvi | doc | package documentation |
| .enc | fonts/enc | Font encoding |
| .fd | tex/latex/mfnfss | Font Definition files for METAFONT fonts |
| .fd | tex/latex/psnfss | Font Definition files for PostScript Type 1 fonts |
| .map | fonts/map/ | Font mapping files |
| .mf | fonts/source/public/typeface | METAFONT outline |
| doc | package documentation | |
| .pfb | fonts/type1/foundry/typeface | PostScript Type 1 outline |
| .sty | tex/latex/packagename | Style file: the normal package content |
| .tex | doc | TeX source for package documentation |
| .tex | tex/plain/packagename | Plain TeX macro files |
| .tfm | fonts/tfm/foundry/typeface | TeX Font Metrics for METAFONT and Type 1 fonts |
| .ttf | fonts/truetype/foundry/typeface | TrueType font |
| .vf | fonts/vf/foundry/typeface | TeX virtual fonts |
| others | tex/latex/packagename | other types of file unless instructed otherwise |