Difference between revisions of "Texmf-tree"
From A-Eskwiki
| Line 6: | Line 6: | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | |+ | + | |+Waar de bestanden moeten [http://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages] |
|- | |- | ||
!Type | !Type | ||
Revision as of 22:31, 2 April 2015
De texmf-tree is de bestands-structuur waarmee LaTeX werkt.
Type lijst in texmf-tree
In deze lijst staat per bestandstype waar deze in de texmf-tree moeten komen. Ter verduidelijking ook een korte beschrijving van de eigenschappen van het bestandstype.
| 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 |