I am attempting to turn an Open Office document into a texinfo document. I
have done:
odt -> HTML -> texi using pandoc
and have discovered, well, that pandoc doesn't quite work. The major issue I
have now is that pandoc has generated, man statements like "1.0 Overview
@ref{#__RefHeading__4496_490911158,8}". Makeinfo reports an error message
(@ref reference to nonexistent node `#__RefHeading__4496_490911158') for
each @ref statement. I think I understand what is meant but the Texinfo
Manual in Appendix A shows "@ref{ node, [entry], [node-title], [info-file],
[manual]}" without any explanation. If would help me if some explanation is
available to direct me on fixing the pandoc generated code.
Can anyone point me to an explanation of the @ref field?
Maintenance turns design into chaos