summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex19
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
index 29e849348fb..0395dadac0a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1059 2022-01-19 14:11:34Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1074 2022-02-06 19:43:26Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
@@ -2864,8 +2864,25 @@ change the configuration slightly. We modify directly the
\subsection{cite}
%%%%%%%%%%%%%%%%%%%
+This version of Cite produces links, but not speciall bibliography
+field in the ODT file. I don't know if it is important, I think
+functional link is better.
+
\<configure ooffice latex\><<<
\Configure{cite}
+ {}
+ {}
+ {\Link} {\EndLink}
+\let\lat:cite\@cite
+\def\@cite#1#2{{#1\if@tempswa , #2\fi}}
+>>>
+
+This version of cite is post-processed by Xtpipes, which
+removes links from citation to the bibliography, and
+introduce extra square brackets. I don't understand why.
+
+\<\><<<
+\Configure{cite}
{\HCode{<text:bibliography-mark
text:bibliography-type="custom1">}}
{\HCode{</text:bibliography-mark>}}