summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/TLpatches/patch-13-typo-minipage
blob: 9b1c2596ca625ef1f80dbf012addb4c6ac7c91f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur opendetex-2.8.4.orig/detex.l opendetex-2.8.4/detex.l
--- opendetex-2.8.4.orig/detex.l	2018-02-11 18:42:05.000000000 +0900
+++ opendetex-2.8.4/detex.l	2018-06-20 23:12:37.000000000 +0900
@@ -203,7 +204,7 @@
 <LaVerbatim>.					ECHO;
 
 <LaBegin>{S}"{"{S}"minipage"{S}"}"		{ KILLARGS(1);
-						  if (BeginEnv("minpage"))
+						  if (BeginEnv("minipage"))
 							BEGIN LaEnv;
 						  else
 							BEGIN LaMacro; /* Normal; */