Contains information about file packages in a Java archive (.JAR file); includes metadata about the archive such as what files it contains and what they are used for; included within the JAR file itself.
Manifest files have the default pathname "META-INF/MANIFEST.MF" and are saved along with the JAR file. The default manifest file can be modified with a basic text editor.
Font file most commonly used by TeX and LaTeX typesetting systems; stores a font in a format that uses equations and fills to represent glyphs, rather than the outlining method used by TrueType and other fonts; requires a separate .TFM font metrics file to be typeset in a TeX document.