summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-ooffice.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-08 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2022-02-08 03:01:03 +0000
commit98810f6d7d064e61186d0ce674c4ee9de47a1f55 (patch)
tree66a7f325cde31d66d1ff1955cb1ab4aa4bd51aa9 /support/TeX4ht/source/tex4ht-ooffice.tex
parentf689c91581665257602a841d03f73078c3495e14 (diff)
CTAN sync 202202080301
Diffstat (limited to 'support/TeX4ht/source/tex4ht-ooffice.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-ooffice.tex19
1 files changed, 18 insertions, 1 deletions
diff --git a/support/TeX4ht/source/tex4ht-ooffice.tex b/support/TeX4ht/source/tex4ht-ooffice.tex
index 29e849348f..0395dadac0 100644
--- a/support/TeX4ht/source/tex4ht-ooffice.tex
+++ b/support/TeX4ht/source/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>}}