diff options
author | Norbert Preining <preining@logic.at> | 2019-02-24 15:12:57 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-02-24 15:12:57 +0000 |
commit | 1314fbe93790c501dc436a5cf99f106b9e5c0f63 (patch) | |
tree | 04dc7734c8be8ffe385d41f4388826ef5857b6f9 /Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv | |
parent | eb80ce7b34f59896a1dfee5ca422495394d6677f (diff) |
Revert "ConTeXt version 2019.02.22 19:35"
This reverts commit 5c6357cdb820b4f628d036ba7b2248f221d50c0b.
git-svn-id: svn://tug.org/texlive/trunk@50112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv b/Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv index 03dbe709a97..ad5ba837121 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv +++ b/Master/texmf-dist/tex/context/base/mkiv/back-exp.mkiv @@ -17,7 +17,7 @@ %D This is an experimental exporter and a logical follow up on tagging. The %D exporter assumes a properly tagged document. Some elements get a couple -%D of attributes because otherwise rendering information would get lost. In +%D of attributes becaus eitherwise rendering information would get lost. In %D general we assume that when the \XML\ is converted to \HTML\ some stylesheet %D is applied anyway. @@ -241,27 +241,6 @@ \let\specialcontrolspace \explicitcontrolspace \to \everyenableelements -\appendtoks - \unexpanded\def\dotagregisterformula#1% - {\iftrialtypesetting\else - \clf_settagformulacontent#1\relax - \fi}% -\to \everyenableelements - -\appendtoks - \unexpanded\def\dotagmarginanchor#1% - {\iftrialtypesetting\else\clf_settagmarginanchor#1\relax\fi}% - \unexpanded\def\dotagmargintext#1% - {\iftrialtypesetting\else\clf_settagmargintext#1\relax\fi}% -\to \everyenableelements - -\appendtoks - \unexpanded\def\dotagpublication#1#2% - {\iftrialtypesetting\else - \clf_settagpublication{#1}{#2}\relax - \fi}% -\to \everyenableelements - % The action: \setupbackend[export=yes] % or filename % maybe xhtml css settings will move to setupexport @@ -282,18 +261,18 @@ \c!author={\directinteractionparameter\c!author}, % \c!firstpage=, % imagename % \c!lastpage=, % imagename + \c!alternative=, % html, div \c!properties=\v!no, % no: ignore, yes: as attribute, otherwise: use as prefix \c!hyphen=\v!no, \c!svgstyle=, \c!cssfile=, - \c!file=] + \c!file={\backendparameter\c!export}] % downward compatibility \resetsystemmode\v!export \unexpanded\def\doinitializeexport {\edef\p_export{\backendparameter\c!export}% \ifx\p_export\empty \else - % yes | xml \setuptagging[\c!state=\v!start]% \clf_initializeexport \setsystemmode\v!export @@ -321,7 +300,6 @@ svgstyle {\exportparameter\c!svgstyle}% cssfile {\exportparameter\c!cssfile}% file {\exportparameter\c!file}% - export {\backendparameter\c!export}% \relax} \unexpanded\def\dostopexport |