Update to file 4.13. Put the contrib files into contrib/file-4 instead
[dragonfly.git] / contrib / file-4 / magic / Magdir / tex
1
2 #------------------------------------------------------------------------------
3 # tex:  file(1) magic for TeX files
4 #
5 # From <conklin@talisman.kaleida.com>
6
7 # Although we may know the offset of certain text fields in TeX DVI
8 # and font files, we can't use them reliably because they are not
9 # zero terminated. [but we do anyway, christos]
10 0       string          \367\002        TeX DVI file
11 >16     string          >\0             (%s)
12 0       string          \367\203        TeX generic font data
13 0       string          \367\131        TeX packed font data
14 >3      string          >\0             (%s)
15 0       string          \367\312        TeX virtual font data
16 0       string          This\ is\ TeX,  TeX transcript text
17 0       string          This\ is\ METAFONT,     METAFONT transcript text
18
19 # There is no way to detect TeX Font Metric (*.tfm) files without
20 # breaking them apart and reading the data.  The following patterns
21 # match most *.tfm files generated by METAFONT or afm2tfm.
22 2       string          \000\021        TeX font metric data
23 >33     string          >\0             (%s)
24 2       string          \000\022        TeX font metric data
25 >33     string          >\0             (%s)
26
27 # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
28 0       string          \\input\ texinfo        Texinfo source text
29 0       string          This\ is\ Info\ file    GNU Info text
30
31 # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
32 0       string          \\input         TeX document text
33 0       string          \\section       LaTeX document text
34 0       string          \\setlength     LaTeX document text
35 0       string          \\documentstyle LaTeX document text
36 0       string          \\chapter       LaTeX document text
37 0       string          \\documentclass LaTeX 2e document text
38 0       string          \\relax         LaTeX auxiliary file
39 0       string          \\contentsline  LaTeX  table of contents
40 0       string          %\ -*-latex-*-  LaTeX document text
41
42 # Tex document, from Hendrik Scholz <hendrik@scholz.net>
43 0   string      \\ifx       TeX document text
44
45 # Index and glossary files
46 0       string          \\indexentry    LaTeX raw index file
47 0       string          \\begin{theindex}       LaTeX sorted index
48 0       string          \\glossaryentry LaTeX raw glossary
49 0       string          \\begin{theglossary}    LaTeX sorted glossary
50 0       string          This\ is\ makeindex     Makeindex log file
51
52 # End of TeX
53
54 #------------------------------------------------------------------------------
55 # file(1) magic for BibTex text files
56 # From Hendrik Scholz <hendrik@scholz.net>
57
58 0   string/c @article{        BibTeX text file
59 0   string/c @book{           BibTeX text file
60 0   string/c @inbook{         BibTeX text file
61 0   string/c @incollection{   BibTeX text file
62 0   string/c @inproceedings{  BibTeX text file
63 0   string/c @manual{         BibTeX text file
64 0   string/c @misc{           BibTeX text file
65 0   string/c @preamble{       BibTeX text file
66 0   string/c @phdthesis{      BibTeX text file
67 0   string/c @techreport{     BibTeX text file
68 0   string/c @unpublished{    BibTeX text file
69
70 73  string %%%\ \ BibTeX-file{ BibTex text file (with full header)
71
72 73  string %%%\ \ @BibTeX-style-file{   BibTeX style text file (with full header)
73
74 0   string %\ BibTeX\ standard\ bibliography\      BibTeX standard bibliography style text file
75
76 0   string %\ BibTeX\ `     BibTeX custom bibliography style text file
77
78 0   string  @c\ @mapfile{   TeX font aliases text file
79