[tex4ht-commits] [SCM] tex4ht updated: r445 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Nov 15 15:54:58 CET 2018
Author: michal_h21
Date: 2018-11-15 16:54:58 +0200 (Thu, 15 Nov 2018)
New Revision: 445
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
Added support for Hungarian Babel
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-11-09 13:54:27 UTC (rev 444)
+++ trunk/lit/ChangeLog 2018-11-15 14:54:58 UTC (rev 445)
@@ -1,3 +1,8 @@
+2018-11-15 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (magyar.4ht): added support for \az command in Magyar
+ Babel.
+
2018-11-09 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-fonts-4hf.tex
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2018-11-09 13:54:27 UTC (rev 444)
+++ trunk/lit/Makefile 2018-11-15 14:54:58 UTC (rev 445)
@@ -50,7 +50,7 @@
geometry.4ht graphics.4ht graphicx.4ht \
hyperref.4ht \
latex.4ht lettrine.4ht listings.4ht \
- mdframed.4ht memoir.4ht multicol.4ht multirow.4ht \
+ magyar.4ht mdframed.4ht memoir.4ht multicol.4ht multirow.4ht \
nameref.4ht \
quoting.4ht \
reading.4ht \
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2018-11-09 13:54:27 UTC (rev 444)
+++ trunk/lit/mktex4ht-cnf.tex 2018-11-15 14:54:58 UTC (rev 445)
@@ -323,6 +323,7 @@
\AddFile{9}{francais}
\AddFile{9}{galician}
\AddFile{9}{greek}
+\AddFile{9}{magyar}
\AddFile{9}{exam}
\AddFile{9}{fontspec}
\AddFile{9}{fontspec-xetex}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2018-11-09 13:54:27 UTC (rev 444)
+++ trunk/lit/tex4ht-4ht.tex 2018-11-15 14:54:58 UTC (rev 445)
@@ -37073,6 +37073,24 @@
Hence the change of \`'^' into catcode 7. The aux file is
loaded within group, so the above changes are local.
+
+\<magyar.4ht\><<<
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% magyar.4ht (|version), generated from |jobname.tex
+% Copyright 2018 TeX Users Group
+% Copyright (C) |CopyYear.2018. Eitan M. Gurari %
+|<TeX4ht copyright|>
+|<magyar fixes|>
+\Hinput{magyar}
+\endinput
+>>> \AddFile{5}{magyar}
+
+
+\<magyar fixes\><<<
+\def\magyar:third:arg#1#2#3{#3}
+\def\@@magyar at firsthfuzz#1#2\hfuzz{\bgroup\magyar:third:arg#1\egroup}
+>>>
+
%%%%%%%%%%%%%%%%%%%%
\Section{Exams}
%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list