diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-13 23:30:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-13 23:30:22 +0000 |
commit | 468705804f75812ddcbda9904e54cc1feebf0988 (patch) | |
tree | f92f5efb3932104616b9ad9ce701302f2c7b5652 /Master/bin/win32 | |
parent | 1f98965118852ee8aad4dee68065570d96762a21 (diff) |
xhlatex: restore; ooffice.4ht: elide incorrect indentation
git-svn-id: svn://tug.org/texlive/trunk@41440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32')
-rwxr-xr-x | Master/bin/win32/xhlatex.bat | 35 | ||||
-rwxr-xr-x | Master/bin/win32/xhlatex.exe | bin | 0 -> 1536 bytes |
2 files changed, 35 insertions, 0 deletions
diff --git a/Master/bin/win32/xhlatex.bat b/Master/bin/win32/xhlatex.bat new file mode 100755 index 00000000000..8dd8a396918 --- /dev/null +++ b/Master/bin/win32/xhlatex.bat @@ -0,0 +1,35 @@ + +Rem +Rem +Rem xhlatex.bat Version 1.1 +Rem Copyright (C) 2003--2009 Eitan M. Gurari +Rem Copyright 2009 TeX Users Group +Rem +Rem This work may be distributed and/or modified under the +Rem conditions of the LaTeX Project Public License, either +Rem version 1.3 of this license or (at your option) any +Rem later version. The latest version of this license is +Rem in +Rem http://www.latex-project.org/lppl.txt +Rem and version 1.3 or later is part of all distributions +Rem of LaTeX version 2003/12/01 or later. +Rem +Rem This work has the LPPL maintenance status "maintained". +Rem +Rem The Current Maintainer of this work +Rem is the TeX4ht Project. +Rem +Rem tex4ht@tug.org +Rem http://www.tug.org/tex4ht +Rem +Rem + + + latex %5 \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\g@addto@macro\@documentclasshook{\RequirePackage[#1,xhtml]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,xhtml}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}}\makeatother\HCode %2.a.b.c.\input %1 + latex %5 \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\g@addto@macro\@documentclasshook{\RequirePackage[#1,xhtml]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,xhtml}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}}\makeatother\HCode %2.a.b.c.\input %1 + latex %5 \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\g@addto@macro\@documentclasshook{\RequirePackage[#1,xhtml]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,xhtml}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}}\makeatother\HCode %2.a.b.c.\input %1 + tex4ht %1 -ic:/tex4ht/texmf/tex4ht/ht-fonts/%3 -ec:/tex4ht/texmf/tex4ht/base/win32/tex4ht.env + t4ht %1 %4 -ec:/tex4ht/texmf/tex4ht/base/win32/tex4ht.env -cvalidate + + + diff --git a/Master/bin/win32/xhlatex.exe b/Master/bin/win32/xhlatex.exe Binary files differnew file mode 100755 index 00000000000..5777d90a17a --- /dev/null +++ b/Master/bin/win32/xhlatex.exe |