2012-05-02 13:23:57 +02:00
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
#------------------------------------------------------------------------------
|
2012-05-02 13:23:57 +02:00
|
|
|
# $File: tex,v 1.18 2011/02/08 13:45:15 christos Exp $
|
2012-03-31 20:24:03 +02:00
|
|
|
# tex: file(1) magic for TeX files
|
|
|
|
#
|
|
|
|
# XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
|
|
|
|
#
|
|
|
|
# From <conklin@talisman.kaleida.com>
|
|
|
|
|
|
|
|
# Although we may know the offset of certain text fields in TeX DVI
|
|
|
|
# and font files, we can't use them reliably because they are not
|
|
|
|
# zero terminated. [but we do anyway, christos]
|
|
|
|
0 string \367\002 TeX DVI file
|
|
|
|
!:mime application/x-dvi
|
|
|
|
>16 string >\0 (%s)
|
|
|
|
0 string \367\203 TeX generic font data
|
|
|
|
0 string \367\131 TeX packed font data
|
|
|
|
>3 string >\0 (%s)
|
|
|
|
0 string \367\312 TeX virtual font data
|
|
|
|
0 search/1 This\ is\ TeX, TeX transcript text
|
|
|
|
0 search/1 This\ is\ METAFONT, METAFONT transcript text
|
|
|
|
|
|
|
|
# There is no way to detect TeX Font Metric (*.tfm) files without
|
|
|
|
# breaking them apart and reading the data. The following patterns
|
|
|
|
# match most *.tfm files generated by METAFONT or afm2tfm.
|
|
|
|
2 string \000\021 TeX font metric data
|
|
|
|
!:mime application/x-tex-tfm
|
|
|
|
>33 string >\0 (%s)
|
|
|
|
2 string \000\022 TeX font metric data
|
|
|
|
!:mime application/x-tex-tfm
|
|
|
|
>33 string >\0 (%s)
|
|
|
|
|
|
|
|
# Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
|
|
|
|
0 search/1 \\input\ texinfo Texinfo source text
|
|
|
|
!:mime text/x-texinfo
|
|
|
|
0 search/1 This\ is\ Info\ file GNU Info text
|
|
|
|
!:mime text/x-info
|
|
|
|
|
|
|
|
# TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
|
2012-05-02 13:23:57 +02:00
|
|
|
0 search/4096 \\input TeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 15
|
|
|
|
0 search/4096 \\section LaTeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 18
|
|
|
|
0 search/4096 \\setlength LaTeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 15
|
|
|
|
0 search/4096 \\documentstyle LaTeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 18
|
|
|
|
0 search/4096 \\chapter LaTeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 18
|
|
|
|
0 search/4096 \\documentclass LaTeX 2e document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 15
|
|
|
|
0 search/4096 \\relax LaTeX auxiliary file
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 15
|
|
|
|
0 search/4096 \\contentsline LaTeX table of contents
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
2012-05-02 13:23:57 +02:00
|
|
|
!:strength + 15
|
|
|
|
0 search/4096 %\ -*-latex-*- LaTeX document text
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-tex
|
|
|
|
|
|
|
|
# Tex document, from Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
0 search/1 \\ifx TeX document text
|
|
|
|
|
|
|
|
# Index and glossary files
|
2012-05-02 13:23:57 +02:00
|
|
|
0 search/4096 \\indexentry LaTeX raw index file
|
|
|
|
0 search/4096 \\begin{theindex} LaTeX sorted index
|
|
|
|
0 search/4096 \\glossaryentry LaTeX raw glossary
|
|
|
|
0 search/4096 \\begin{theglossary} LaTeX sorted glossary
|
|
|
|
0 search/4096 This\ is\ makeindex Makeindex log file
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
# End of TeX
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# file(1) magic for BibTex text files
|
|
|
|
# From Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
|
|
|
|
0 search/1/c @article{ BibTeX text file
|
|
|
|
0 search/1/c @book{ BibTeX text file
|
|
|
|
0 search/1/c @inbook{ BibTeX text file
|
|
|
|
0 search/1/c @incollection{ BibTeX text file
|
|
|
|
0 search/1/c @inproceedings{ BibTeX text file
|
|
|
|
0 search/1/c @manual{ BibTeX text file
|
|
|
|
0 search/1/c @misc{ BibTeX text file
|
|
|
|
0 search/1/c @preamble{ BibTeX text file
|
|
|
|
0 search/1/c @phdthesis{ BibTeX text file
|
|
|
|
0 search/1/c @techreport{ BibTeX text file
|
|
|
|
0 search/1/c @unpublished{ BibTeX text file
|
|
|
|
|
|
|
|
73 search/1 %%%\ \ BibTeX-file{ BibTex text file (with full header)
|
|
|
|
|
|
|
|
73 search/1 %%%\ \ @BibTeX-style-file{ BibTeX style text file (with full header)
|
|
|
|
|
|
|
|
0 search/1 %\ BibTeX\ standard\ bibliography\ BibTeX standard bibliography style text file
|
|
|
|
|
|
|
|
0 search/1 %\ BibTeX\ ` BibTeX custom bibliography style text file
|
|
|
|
|
|
|
|
0 search/1 @c\ @mapfile{ TeX font aliases text file
|
2012-05-02 13:23:57 +02:00
|
|
|
|
|
|
|
0 string #LyX LyX document text
|