From 00993121ebaebdd284f966b355a6134a59f1e488 Mon Sep 17 00:00:00 2001
From: Christos Zoulas <christos@zoulas.com>
Date: Tue, 17 Sep 2013 17:39:16 +0000
Subject: [PATCH] add \\begin as a LaTeX keyword.

---
 magic/Magdir/tex | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/magic/Magdir/tex b/magic/Magdir/tex
index fa531f26..1095fade 100644
--- a/magic/Magdir/tex
+++ b/magic/Magdir/tex
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: tex,v 1.17 2010/09/20 19:19:17 rrt Exp $
+# $File: tex,v 1.18 2011/02/08 13:45:15 christos Exp $
 # tex:  file(1) magic for TeX files
 #
 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
@@ -40,6 +40,9 @@
 0	search/4096	\\input		TeX document text
 !:mime	text/x-tex
 !:strength + 15
+0	search/4096	\\begin		LaTeX document text
+!:mime	text/x-tex
+!:strength + 15
 0	search/4096	\\section	LaTeX document text
 !:mime	text/x-tex
 !:strength + 18
-- 
2.40.0