Generaltex2page question

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
windhair
Posts: 2
Joined: Fri Feb 12, 2010 4:42 pm

tex2page question

Post by windhair »

I have post it to conversion region, but got no response until now, could I post it here to get more attention? sorry for that. :oops:
Edit by localghost: Double post has been deleted.


Hi, all

I'm using tex2page to convert a tex file to html, here I met a big problem.

The equations in tex were using eqnarray, but when I convert it to html using tex2page, the numbers of the question are not correctly built, in every eqnarray, the number always start from 1. Additionally, it seems the cross-reference did not create correctly. The original tex file is,

Code: Select all

  1 \documentclass[12pt]{book}
  2 %\documentclass{elsart}
  3 \usepackage{natbib}
  4 \usepackage{graphicx}
  5 \usepackage{epsfig}
  6 \usepackage{amsmath}
  7 \usepackage{amssymb}
  8 \usepackage{tex2page}
  9 %\usepackage[german]{babel}
 10
 11
 12 \begin{document}
 13 %\input tex2page
 14 %\let\ref\tagref
 15 \begin{titlepage}
 16 \title{Introduction of the ODEs}
 17 \end{titlepage}
 18
 19 \chapter{Foundmental knowledge}
 20 \section{A short history}
 21
 22 A ODE is a eqution, e.t.c.
 23 \begin{align}
 24     \frac{d u}{d x} &=& a + b u \label{eq:ode1} \\
 25   a &=&  b + + C \frac{123}{2343}
 26   \label{e1}
 27 \end{align}
 28 Hence the equation above is just a example of the input of ODE Equaiton
 29 (\ref{eq:ode1}). (\ref{e1})
 30 \end{document}
The code message is as follows.

Code: Select all

Unresolved cross-references: eq:ode1, e1
Rerun: tex2page t1.tex
If problem persists, check for missing \label's and \bibitem's
Output written on t1.html, ... (2 pages, 1 image).
Transcript written on t1.hlog.
BTW, the cross-referecens to figures and bib are all in the right way.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply