⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tex

📁 UNIX下FILE命令的实现源码
💻
字号:
#------------------------------------------------------------------------------# tex:  file(1) magic for TeX files## 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>16	string		>\0		(%s)0	string		\367\203	TeX generic font data0	string		\367\131	TeX packed font data>3	string		>\0		(%s)0	string		\367\312	TeX virtual font data0	string		This\ is\ TeX,	TeX transcript text0	string		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>33	string		>\0		(%s)2	string		\000\022	TeX font metric data>33	string		>\0		(%s)# Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)0	string		\\input\ texinfo	Texinfo source text0	string		This\ is\ Info\ file	GNU Info text# TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)0	string		\\input		TeX document text0	string		\\section	LaTeX document text0	string		\\setlength	LaTeX document text0	string		\\documentstyle	LaTeX document text0	string		\\chapter	LaTeX document text0	string		\\documentclass	LaTeX 2e document text0	string		\\relax		LaTeX auxiliary file0	string		\\contentsline	LaTeX  table of contents# Index and glossary files0	string		\\indexentry	LaTeX raw index file0	string		\\begin{theindex}	LaTeX sorted index0	string		\\glossaryentry	LaTeX raw glossary0	string		\\begin{theglossary}	LaTeX sorted glossary0	string		This\ is\ makeindex	Makeindex log file# End of TeX

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -