From: Todd H. <he...@ae...> - 2010-03-20 00:29:41
|
I cannot get Hyperlatex (2.9a) to work on Fedora 11 (with Emacs 23.1.1). The HTML output contains strange characters, and therefore does not display properly. The problem occurs with even the simplest input files--e.g., \documentclass[12pt]{article} \usepackage{hyperlatex} \begin{document} This is a test. \end{document} The complete HTML output from this input file is appended below. It contains several strange characters: "¼" (#c2bc) ...... appears instead of "<" "¾" (#c2be) ...... appears instead of ">" "¢" (#c2a2) ...... appears (sometimes) instead of a double quote "ü" (#c3bc) "î" (#c3ae) Can anyone tell me what's going on here, or how to fix it? For the record, the problem still occurs even with Hyperlatex 2.7. But on Fedora 10 (with Emacs 22.3.1) everything works fine--with either Hyperlatex 2.7 or Hyperlatex 2.9a. Thank you very much for any help you can give me. Kind regards, -- Todd Hesla Department of Aerospace Engineering and Mechanics University of Minnesota Minneapolis, Minnesota - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - COMPLETE HTML OUTPUT: ¼?xml version="1.0" encoding="UTF-8"?¾ ¼!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"¾ ¼html xmlns="http://www.w3.org/1999/xhtml"¾ ¼!-- XML file produced from file: d.tex using Hyperlatex v 2.9-in-waiting-rk (oct06) (c) Otfried Cheong on Emacs 23.1.1, Fri Mar 19 17:02:32 2010 --¾ ¼head¾ ¼title¾Untitled¼/title¾ ¼style type="text/css"¾ .maketitle { align : center } div.abstract { margin-left: 20%; margin-right: 10%; } h3.abstract { align : center } div.verse, div.quote, div.quotation { margin-left : 10%; margin-right : 10%; } dt {font-weight: bold} ¼/style¾ ü üüüü ¼/head¾ ¼body¾ ¼table width="100%" cellpadding="0" cellspacing="2"¾¼tr¾ ¼td bgcolor="#99ccff"¾¼a href=¢ü¢¾¼img border=¢0¢ alt=¢ü¢ src=¢icons/ünext.png¢/¾ü¼/a¾¼/td¾¼td bgcolor="#99ccff"¾¼img alt=¢¢ src=¢icons/üblank.png¢/¾¼/td¾¼td bgcolor="#99ccff"¾¼a href=¢ü¢¾¼img border=¢0¢ alt=¢ü¢ src=¢icons/üprevious.png¢/¾ü¼/a¾¼/td¾¼td align="center" bgcolor="#99ccff" width="100%"¾¼b¾Top¼/b¾ü¼/td¾ü¼/tr¾¼/table¾ü ¼p¾This is a test. ¼/p¾ üîî¼hr /¾ü¼address¾üî¼/address¾¼br /¾ü ¼table width="100%" cellpadding="0" cellspacing="2"¾¼tr¾ ¼td bgcolor="#99ccff"¾¼¼p¾a href=¢ü¢¾¼img border=¢0¢ alt=¢ü¢ src=¢icons/ünext.png¢/¾ü¼/a¾¼/td¾¼td bgcolor="#99ccff"¾¼img alt=¢¢ src=¢icons/üblank.png¢/¾¼/td¾¼td bgcolor="#99ccff"¾¼a href=¢ü¢¾¼img border=¢0¢ alt=¢ü¢ src=¢icons/üprevious.png¢/¾ü¼/a¾¼/td¾¼td align="center" bgcolor="#99ccff" width="100%"¾¼b¾Top¼/b¾ü¼/td¾ü¼/tr¾¼/table¾üü¼/body¾¼/html¾ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |