You can subscribe to this list here.
2004 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(7) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(20) |
Sep
|
Oct
|
Nov
(13) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(5) |
Mar
(8) |
Apr
(21) |
May
(25) |
Jun
(32) |
Jul
(6) |
Aug
|
Sep
(9) |
Oct
(9) |
Nov
|
Dec
(2) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(8) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(1) |
Feb
(1) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mariano V. E. <mar...@up...> - 2017-06-20 10:04:32
|
In our experience, we always retain older emacs version for assuring compatibility with hyperlatex. Unfortunatly, we use a branch of old hyperlatex: XML file produced from file: lista.hax -- -- using halatex v 0.64 (c) CF+S -- -- derived from Hyperlatex v 2.5 (c) Otfried Cheong -- -- on Emacs 21.4.1, Mon Jun 5 17:29:24 2017 So I'm afraid I cannot suggest any solution. http://habitat.aq.upm.es 2017-06-20 10:56 GMT+02:00 Thibaut Verron <thi...@gm...>: > Hello, > > Is anyone still reading this list? :-) > > Hyperlatex does not seem to be working with the latest release of emacs > (25.1). The output is invalid html, it seems that hyperlatex fails to > change back the "magic" characters to their real value (e.g. html tags are > opened with '¼' instead of '<'). > > Forcing the regexp hyperlatex-meta-all to be encoded in unicode seems to > fix that problem (the output is valid html now), but the displayed page is > still broken (invalid characters around the place). > > Attached is a MWE main.tex, the file main-broken.html produced by > hyperlatex as-is, and the file main-unicode.html produced if > hyperlatex-meta-all is defined as: > > (setq hyperlatex-meta-all > (encode-coding-string > (concat "[" > hyperlatex-meta-& > hyperlatex-meta-< > hyperlatex-meta-> > (hyperlatex-meta ?%) > hyperlatex-meta-{ > hyperlatex-meta-} > hyperlatex-meta-dq > (hyperlatex-meta ?\\) > (hyperlatex-meta ?~) > (hyperlatex-meta 32) > (hyperlatex-meta ?-) > (hyperlatex-meta ?') > (hyperlatex-meta ?`) > "]") 'utf-8)) > > This was tested using emacs 25.1.4, hyperlatex 2.9a on linux and emacs > 25.1.1, hyperlatex 2.9a on OSX. > > According to the co-worker who brought this problem to my attention, it > was working fine 6 months ago. > > Thank you, best regards, > > Thibaut > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Hyperlatex-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hyperlatex-users > > -- Salud Mariano Vázquez Espí |
From: Thibaut V. <thi...@gm...> - 2017-06-20 08:57:21
|
Hello, Is anyone still reading this list? :-) Hyperlatex does not seem to be working with the latest release of emacs (25.1). The output is invalid html, it seems that hyperlatex fails to change back the "magic" characters to their real value (e.g. html tags are opened with '¼' instead of '<'). Forcing the regexp hyperlatex-meta-all to be encoded in unicode seems to fix that problem (the output is valid html now), but the displayed page is still broken (invalid characters around the place). Attached is a MWE main.tex, the file main-broken.html produced by hyperlatex as-is, and the file main-unicode.html produced if hyperlatex-meta-all is defined as: (setq hyperlatex-meta-all (encode-coding-string (concat "[" hyperlatex-meta-& hyperlatex-meta-< hyperlatex-meta-> (hyperlatex-meta ?%) hyperlatex-meta-{ hyperlatex-meta-} hyperlatex-meta-dq (hyperlatex-meta ?\\) (hyperlatex-meta ?~) (hyperlatex-meta 32) (hyperlatex-meta ?-) (hyperlatex-meta ?') (hyperlatex-meta ?`) "]") 'utf-8)) This was tested using emacs 25.1.4, hyperlatex 2.9a on linux and emacs 25.1.1, hyperlatex 2.9a on OSX. According to the co-worker who brought this problem to my attention, it was working fine 6 months ago. Thank you, best regards, Thibaut |
From: Hugo V. <hvw...@ya...> - 2011-12-24 20:44:04
|
How do you do. So, http://Lauflust.de/55folderwww/yttq1ytq1.php?ubobfreepage=38 Sat, 24 Dec 2011 21:43:54 __________________ "Gray, although this was vacation time, was the sort of man who got real and continued pleasure out of instruction, especially concerning his hobbies." (c) Dutch winos |
From: John C. L. <lu...@cs...> - 2011-11-03 15:54:52
|
Piecing together instructions on the web, I have been able to get hyperlatex working on Ubuntu 11.04 and 11.10. You can see the summary of instructions at http://beastie.cs.ua.edu/hyperlatex/. The page was rendered by hyperlatex and then formatted with CSS (http://beastie.cs.ua.edu/hyperlatex/lusth.css). john |
From: Ryszard K. <rys...@bi...> - 2010-10-22 08:43:53
|
Hello Mark, As Tom already said, and as Hyperlatex manual states, only a subset of LaTeX is supported by Hyperlatex. Not all libraries or LaTeX packages have been implemented. You may consider plasTeX, another LaTeX to HTML conversion tool, which supports a wider subset of LaTeX. Greetings, Ryszard > Hello, > > When I run Hyperlatex on a file, it can't find many key > libraries/packages, including, for instance, inputenc and ifthen. > > When I run latex on the same file, it finds the libraries. > > I'm thinking that either hyperlatex, or emacs, doesn't know how to find > latex packages. Is there a setting that can fix this? > > Thanks, > Mark > |
From: tom s. <to...@as...> - 2010-10-21 20:50:22
|
Hyperlatex looks for parallel versions of packages. It does not use the standard versions. It won't find the packages that were never implemented. The functionality of ifthen exists, though, and some others. Hyperlatex is also, except in unusual circumstances, probably not your best choice. Due to fundamental design choices embedded deeply within the code, I do not currently believe it possible to make it work with either xhtml and the newest (multibyte character) versions of emacs. -tom -- -------------------------------------------------------- Check out "Ten Things You Don't Know About Rhode Island" http://whatcheer.net http://sgouros.com |
From: Mark S <thr...@ya...> - 2010-10-21 20:18:43
|
Hello, When I run Hyperlatex on a file, it can't find many key libraries/packages, including, for instance, inputenc and ifthen. When I run latex on the same file, it finds the libraries. I'm thinking that either hyperlatex, or emacs, doesn't know how to find latex packages. Is there a setting that can fix this? Thanks, Mark -- Using Opera's revolutionary email client: http://www.opera.com/mail/ |
From: Henri S. <hsi...@ik...> - 2010-09-02 08:03:56
|
Hi, I'm the developer of the HTML5 parser that's in Firefox 4. It has been brought to my attention that the targeting of table of contents links into the main content frame no longer works in Hyperlatex output browsed in Firefox when the HTML5 parser is in use. The frame targeting also doesn't work in IE8 or in the latest IE9 Platform Preview. The reason why the frame targeting no longer works is that Hyperlatex output puts <base target> inside <body>, but link navigation only considers <base target> as child of <head> (http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#following-hyperlinks) and the HTML5 parsing algorithm doesn't hoist <base> from inside <body> into <head> (like the HTML parser in previous versions of Firefox did). <base> handling also changed in IE after IE6 (so even if we changed the HTML5 spec and/or Firefox behavior Hyperlatex output would still be broken for many users). Putting <base> in <body> is invalid according to HTML5 and also according to previous (X)HTML specifications. It would be really nice if you could patch Hyperlatex to put <base> properly in <head>. -- Henri Sivonen hsi...@ik... http://hsivonen.iki.fi/ |
From: Roland S. <st...@an...> - 2010-03-22 21:36:12
|
tom sgouros wrote: > This strategy is now out of bounds, as I understand it, since 0xbc now > has a meaning that it didn't in version 22. I have great confidence in > the emacs developers to have thought of a way to create some kind of > backwards compatibility or configuration option to continue to allow the > kind of tricks that hyperlatex is built on. Sadly, I don't know my way > around those options, nor am I sure that such a workaround wouldn't > disable the possibility of hlx supporting multi-byte text itself, as is > now true of the leading versions of TeX itself. At least, emacs --no-multibyte doesn't fix it for us at Debian where we try to compile hyperlatex' documentation and other files. If anyone has got another solution, please tell. It seems to apply to all distributions now. Thanks! bye, Roland |
From: tom s. <to...@as...> - 2010-03-20 04:34:00
|
Hi Todd: The issue is the change in the way emacs supports multi-byte text between versions 22 and 23. This change is, I'm afraid, a direct assault on the way that hyperlatex processes text. During the parsing process, hlx changes some latex commands into single byte magic characters so they'll survive the parsing unmolested. For example, the "<" (0x3c) in html tags is converted to an unprintable 0xbc so it won't be confused with an actual "<". The final step involves converting these magic characters back to their printable originals for output. This strategy is now out of bounds, as I understand it, since 0xbc now has a meaning that it didn't in version 22. I have great confidence in the emacs developers to have thought of a way to create some kind of backwards compatibility or configuration option to continue to allow the kind of tricks that hyperlatex is built on. Sadly, I don't know my way around those options, nor am I sure that such a workaround wouldn't disable the possibility of hlx supporting multi-byte text itself, as is now true of the leading versions of TeX itself. -tom -- -------------------------------------------------------- Tom for Treasurer in 2010! http://tomfortreasurer.com Check out "Ten Things You Don't Know About Rhode Island" http://whatcheer.net http://sgouros.com |
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¾ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
From: tom s. <to...@as...> - 2010-03-07 05:35:36
|
Hi Zach: The problem you're facing is deep in the code and has to do with the design of hyperlatex, not the implementation. The issue is that hyperlatex does not parse its input code into a data structure and then write a document based on that. Instead, it tries to parse the document in place, overwriting the document as it goes. This means that it destroys information on the way through, and some of that information is necessary in subsequent steps if you want valid XHTML. The original design had it inserting "magic" characters to remember information through those steps, but these characters aren't adequate to store all the necessary information, and they also interfere with attempts to make the code accommodate alternative character sets. I am the admin of the sourceforge project, but I am happy to pass that responsibility along to anyone who would like to contribute. I no longer have the time to do it justice. I do have a trial version that does better than the current release at the misplaced <p> problem, but it does not fix the problem completely. You (or anyone else) are welcome to it, and if you'd like to patch it, make a new release, and take over, please do. I can certainly provide some support; I just don't have the time to do more than that any longer. Thanks, -tom Zachary Crockett <tow...@gm...> wrote: > How can I create the following with Hyperlatex: paragraph, heading, paragraph? > > <p>...</p> > <h2>...</h2> > <p>...</p> > > This simple document exhibits what I believe should work: > http://pastie.org/857862 > But that creates a paragraph tag wrapping the heading tag, which is invalid XHTML. > > I've looked through the hyperlatex.el file for a place I could add a simple fix, but haven't found one. > > Also, who administers this sourceforge project? Anyone actively right now? If I were to create a patch to the source code, where should I send it? Should I email it to this list? > > All best wishes, > Zachary Crockett > http://zacharycrockett.com/ > http://hypergolicmotion.com/ > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Hyperlatex-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hyperlatex-users > -- -------------------------------------------------------- Tom for Treasurer in 2010! http://tomfortreasurer.com Check out "Ten Things You Don't Know About Rhode Island" http://whatcheer.net http://sgouros.com |
From: Zachary C. <tow...@gm...> - 2010-03-07 04:47:22
|
How can I create the following with Hyperlatex: paragraph, heading, paragraph? <p>...</p> <h2>...</h2> <p>...</p> This simple document exhibits what I believe should work: http://pastie.org/857862 But that creates a paragraph tag wrapping the heading tag, which is invalid XHTML. I've looked through the hyperlatex.el file for a place I could add a simple fix, but haven't found one. Also, who administers this sourceforge project? Anyone actively right now? If I were to create a patch to the source code, where should I send it? Should I email it to this list? All best wishes, Zachary Crockett http://zacharycrockett.com/ http://hypergolicmotion.com/ |
From: Todd H. <he...@ae...> - 2010-02-10 04:41:51
|
Dear fellow Hyperlatex users: I am experiencing several strange problems using Hyperlatex (2.9a) with Emacs 23 (actually, 23.1.1), running on Fedora 11, and am curious whether anyone has experienced similar problems, and knows how to fix them. For the record, * these problems all continue to occur if I drop back to Hyperlatex 2.7, but * none of them occurs under Emacs 22.3.1 (running on Fedora 10). The problems can be reproduced using the test files "dgb.tex" and "dbg.sch", appended below (placing both in the same directory). If I run hyperlatex dbg.tex, here is what happens: (1) Hyperlatex chokes on the "\multicolumn" command (line 16 of dbg.tex); see TERMINAL OUTPUT #1, appended below. If I then comment out this line, it chokes on "\input\schedfilename" (line 28); see TERMINAL OUTPUT #2, appended below. It's very odd that it can't find file "dbg.sch", even though it's in the same directory. If I then change "\schedfilename" to the explicit file name "dbg.sch", it finds the file, but now chokes on the "longtable" environment (within "dbg.sch"); see TERMINAL OUTPUT #3, appended below. (2) Note that in all three TERMINAL OUTPUT's there are non-printable characters in the "Hyperlatex ERROR:" line -- "magic characters"? (3) If I now change the "longtable" environment (in "dbg.sch") to a "tabular" environment, hyperlatex appears to run to completion, but now the html output (appended below) contains non-printable characters. Perhaps I should also add that when I byte-compiled hyperlatex.el (during the installation), I did get several error messages (appended below). If anyone can shed any light on these "goings-on", I would be most grateful. -- Todd Hesla Department of Aerospace Engineering and Mechanics University of Minnesota Minneapolis, Minnesota #### APPENDED MATERIAL FOLLOWS #### FILE "dbg.tex": - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % -*- latex -*- \documentclass[12pt]{article} \usepackage{hyperlatex} \usepackage{longtable} \newcommand\schedfilename{dbg.sch} \begin{document} % first table % \xmlattributes*{table}{border="1"} \begin{tabular}{|l|l|} \hline \multicolumn{2}{|c|}{\xlink{AkerH}{AkerH} 227}\\ \hline\hline Mon & 02:30 \textsc{pm}--03:20 \textsc{pm}\\ \hline Tue & 10:10 \textsc{am}--11:00 \textsc{am}\\ \hline Thu & 01:25 \textsc{pm}--02:15 \textsc{pm}\\ \hline \end{tabular} % second table % \input\schedfilename %\input{dbg.sch} \end{document} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FILE "dbg.sch": - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % -*- latex -*- \xmlattributes*{table}{border="1"} \begin{longtable}[l]{lllll} %\begin{tabular}{lllll} Jan 20 & Wed & Forces in a plane & 2.1--2.8 & \\ Jan 22 & Fri & Examples & & \textsc{HW 1}\\ Jan 25 & Mon & Equilibrium of a particle in a plane & 2.9--2.11 & \\ Jan 26 & Tue & \textsc{Discussion} & & \\ Jan 27 & Wed & Forces in space & 2.12--2.14 & \\ Jan 29 & Fri & \textsc{Quiz 1}; examples & & \textsc{HW 2}\\ \end{longtable} %\end{tabular} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TERMINAL OUTPUT #1: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hyperlatex formatting /home/todd/Courses/dbg/dbg.tex... (on Emacs 23.1.1) Running Hyperlatex 2.9-in-waiting-rk (oct06) (1.20 -- 2006/11/20) Parsing ... Package "siteinit" inserted Package "init" not found... Package "article" inserted Reading site init file for Hyperlatex version 2.9-in-waiting (oct06): Package "english" inserted Package "bluepanels" inserted <Basic commands>, <Environments>, <Title>, <Footnotes, index, bibliography>, <Fonts>, <Accents>, <Math> Package "longtable" inserted Title of work is "Untitled" Using filename "./dbg.html" Hyperlatex ERROR: (search-failed "colspan=¢1¢ align=¢[A-Za-z]+¢") Hint: Try running Latex, it may give a better error message. Error discovered here: >>>\\ \hline\hline Mon & 02:30 \textsc{pm}--03:20 \textsc{pm}\\ \hline Tue & 10:10 \textsc{am}--11:00 \textsc{am}\\ \hline Thu & 01:25 \textsc{pm}--02:15 \textsc{pm}\\ \hline \end{tabular} % second table % \input\schedfilename %\input{dbg.sch} \end{document} ... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TERMINAL OUTPUT #2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hyperlatex formatting /home/todd/Courses/dbg/dbg.tex... (on Emacs 23.1.1) Running Hyperlatex 2.9-in-waiting-rk (oct06) (1.20 -- 2006/11/20) Parsing ... Package "siteinit" inserted Package "init" not found... Package "article" inserted Reading site init file for Hyperlatex version 2.9-in-waiting (oct06): Package "english" inserted Package "bluepanels" inserted <Basic commands>, <Environments>, <Title>, <Footnotes, index, bibliography>, <Fonts>, <Accents>, <Math> Package "longtable" inserted Title of work is "Untitled" Using filename "./dbg.html" Hyperlatex ERROR: I can't find the file dbg.sch�� Hint: Try running Latex, it may give a better error message. Error discovered here: >>>%\input{dbg.sch} \end{document} ... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TERMINAL OUTPUT #3: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hyperlatex formatting /home/todd/Courses/dbg/dbg.tex... (on Emacs 23.1.1) Running Hyperlatex 2.9-in-waiting-rk (oct06) (1.20 -- 2006/11/20) Parsing ... Package "siteinit" inserted Package "init" not found... Package "article" inserted Reading site init file for Hyperlatex version 2.9-in-waiting (oct06): Package "english" inserted Package "bluepanels" inserted <Basic commands>, <Environments>, <Title>, <Footnotes, index, bibliography>, <Fonts>, <Accents>, <Math> Package "longtable" inserted Title of work is "Untitled" Using filename "./dbg.html" Inserting file /home/todd/Courses/dbg/dbg.sch... Inserting file /home/todd/Courses/dbg/dbg.sch...done Hyperlatex ERROR: unknown column type: ü Hint: Try running Latex, it may give a better error message. Error discovered here: >>>[l]{lllll} %\begin{tabular}{lllll} Jan 20 & Wed & Forces in a plane & 2.1--2.8 & \\ Jan 22 & Fri & Examples & & \textsc{HW 1}\\ Jan 25 & Mon & Equilibrium of a particle in a plane & 2.9--2.11 & \\ Jan 26 & Tue & \textsc{Discussion} & & \\ Jan 27 & Wed & Forces in space & 2.12--2.14 & \\ Jan 29 & Fri & \textsc{Quiz 1}; examples & & \textsc{HW 2}\\ \end{longtable} %\end{tabular} \end{document} ... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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: dbg.tex using Hyperlatex v 2.9-in-waiting-rk (oct06) (c) Otfried Cheong on Emacs 23.1.1, Tue Feb 9 22:02:03 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� ��table border=�1���tbody��tr��td colspan=�1� align=�left�� �p�Mon ��/td��td colspan=�1� align=�left�� 02:30 PM-03:20 PM��/td��/tr� �tr��td colspan=�1� align=�left�� Tue ��/td��td colspan=�1� align=�left�� 10:10 AM-11:00 AM��/td��/tr� �tr��td colspan=�1� align=�left�� Thu ��/td��td colspan=�1� align=�left�� 01:25 PM-02:15 PM��/td��/tr� �tr��td colspan=�1� align=�left�� ��/td��/tr��/tbody��/table� �/p� ��table border=�1���tbody��tr��td colspan=�1� align=�left�� �p�Jan 20 ��/td��td colspan=�1� align=�left�� Wed ��/td��td colspan=�1� align=�left�� Forces in a plane ��/td��td colspan=�1� align=�left�� 2.1-2.8 ��/td��td colspan=�1� align=�left�� ��/td��/tr� �tr��td colspan=�1� align=�left�� Jan 22 ��/td��td colspan=�1� align=�left�� Fri ��/td��td colspan=�1� align=�left�� Examples ��/td��td colspan=�1� align=�left�� ��/td��td colspan=�1� align=�left�� HW 1��/td��/tr� �tr��td colspan=�1� align=�left�� Jan 25 ��/td��td colspan=�1� align=�left�� Mon ��/td��td colspan=�1� align=�left�� Equilibrium of a particle in a plane ��/td��td colspan=�1� align=�left�� 2.9-2.11 ��/td��td colspan=�1� align=�left�� ��/td��/tr� �tr��td colspan=�1� align=�left�� Jan 26 ��/td��td colspan=�1� align=�left�� Tue ��/td��td colspan=�1� align=�left�� DISCUSSION ��/td��td colspan=�1� align=�left�� ��/td��td colspan=�1� align=�left�� ��/td��/tr� �tr��td colspan=�1� align=�left�� Jan 27 ��/td��td colspan=�1� align=�left�� Wed ��/td��td colspan=�1� align=�left�� Forces in space ��/td��td colspan=�1� align=�left�� 2.12-2.14 ��/td��td colspan=�1� align=�left�� ��/td��/tr� �tr��td colspan=�1� align=�left�� Jan 29 ��/td��td colspan=�1� align=�left�� Fri ��/td��td colspan=�1� align=�left�� QUIZ 1; examples ��/td��td colspan=�1� align=�left�� ��/td��td colspan=�1� align=�left�� HW 2��/td��/tr� �tr��td colspan=�1� align=�left�� ��/td��/tr��/tbody��/table� �/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� - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ERROR MESSAGES DURING BYTE-COMPILE: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - In hyperlatex-format-newcommand: hyperlatex.el:1241:42:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. In hyperlatex-format-providecommand: hyperlatex.el:1254:46:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. In hyperlatex-format-newenvironment: hyperlatex.el:1277:48:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. In hyperlatex-format-makemenu: hyperlatex.el:2121:17:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. In hyperlatex-format-usepackage: hyperlatex.el:3216:17:Warning: `mapcar' called for effect; use `mapc' or `dolist' instead In hyperlatex-search-file: hyperlatex.el:3318:8:Warning: `mapcar' called for effect; use `mapc' or `dolist' instead In hyperlatex-format-setcounter: hyperlatex.el:3391:18:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. In hyperlatex-format-addtocounter: hyperlatex.el:3408:18:Warning: `string-to-int' is an obsolete function (as of Emacs 22.1); use `string-to-number' instead. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
From: Ardi <bo...@ya...> - 2010-01-22 10:10:22
|
Hello all, I have fetched Hyperlatex-2.9a.tar.gz and tried to install it on WinXP with MikTeX 2.8 installed to d:\x_miktex28. (Emacs is in d:\Emacs dir) msys is installed t d:\msys ghostscript and ghostview also installed: d:\x_gs863\gs8.63\bin\ d:\x_gsview49\gsview\ netpbm is installed to d:\x_netpbm I unzipped and untarred the Hyperlatex-2.9a.tar.gz to d:\assa\Hyperlatex-2.9a. Moved everything from doc, etc to bin. Changes: in hyperlatex file: 1. HYPERLATEX_SYS_DIR="/d/assa/Hyperlatex-2.9a/hlx" 2. EMACS=/d/Emacs/bin/emacs in pstoimage file Problem1: (not happened with miktex2.7) First I run pdflatex hyperlatex.tex twice ---> OK (pdf produced.) When in msys I go to /d/assa/Hyperlatex-2.9a/bin and run ./hyperlatex -html hyperlatex.tex I got the following error: mypc> /d/assa/Hyperlatex-2.9a/bin $ ./hyperlatex -html hyperlatex.tex Hyperlatex formatting d:/assa/Hyperlatex-2.9a/bin/hyperlatex.tex... (on Emacs 23.1.1) Running Hyperlatex 2.9-in-waiting-rk (oct06) (1.20 -- 2006/11/20) Parsing ... Package "siteinit" inserted Package "init" not found... Package "article" inserted Reading site init file for Hyperlatex version 2.9-in-waiting (oct06): Package "english" inserted Package "bluepanels" inserted <Basic commands>, <Environments>, <Title>, <Footnotes, index, bibliography>, <Fonts>, <Accents>, <Math> Package "babel" inserted Package "german" inserted Babel package: German Package "longtable" inserted Package "makeidx" inserted Package "frames" inserted ************************ **** Making Frames **** ************************ Making directory html Title of work is "Hyperlatex Manual" Using filename "html/hyperlatex.html" Parsing: ü ... Hyperlatex ERROR: Empty hyperlatex-mode-stack in hyperlatex-set-state. Hint: Try running Latex, it may give a better error message. Error discovered here: >>>/h1À¾Á¬ \endsectionassuch{}{Introduction} \end{ifhtml} The basic idea of Hyperlatex is to make it possible to write a document that will look like a flawless \latex document when printed and like a handwritten \Html document when viewed with an \Html browser. In this it completely follows the philosophy of \latexinfo (and \texinfo). Like \latexinfo, it defines its own input format---the \emph{Hyperlatex markup language}---and provides two converters to turn a document written in Hyperlatex markup into a \dvi file or a set of \Html documents. \label{philosophy} Obviously, this approach has the disadvantage that you have to learn a ``new'' language to generate \Html files. However, the mental effort for this is quite limited. The Hyperlatex markup language is simply a well-defined subset of \latex tÀ¼pÀ¾hat has been extended with commands to create hyperlinks, to control the conversion to \Html, and to add concepts of \Html such as horizontal rules and embedded images. Furthermore, you can use Hyperlatex perfectly well without knowing anything about \Html markup. The fact that Hyperlatex defines only a restricted subset of \latex does not mean that you have to restrict yourself in what you can do in the printed copy. Hyperlatex provides many commands that allow you to include arbitrary \latex commands (including commands from any package that you'd like to use) which will be processed to create your printed output, but which will be ignored in the \Html document. However, you do have to specify that \emph{explicitly}. Whenever Hyperlatex encounters a \latex command outside its restricted subset, it will complain bitterly. The rationale behind this is that when you are writing your document, you should keep both the printed document and the \Html output in mind. Whenever you want to use a \latex command with no defined \Html equivalent, you are thus forced to specify this equivalent. If, for instance, you have marked a logical separation between paragraphs with \l ... mypc> /d/assa/Hyperlatex-2.9a/bin $ empty html subdirectory is created. I remember i used this procedure for miktex 2.7 and it was fine (see my older posts). html was produced but there was the same problem with producing pictures (see below). ===================================================================================== Problem2: mypc> /d/assa/Hyperlatex-2.9a/bin $ ./hyperlatex -image hyperlatex.tex This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) entering extended mode LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded. (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.tex (D:\x_miktex28\tex\latex\base\article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (D:\x_miktex28\tex\latex\base\size10.clo)) (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.sty Package: 'hyperlatex' v2.7 Otfried Cheong (D:\x_miktex28\tex\latex\tools\verbatim.sty) ****************************************** * Making bitmaps from Hyperlatex source! * ****************************************** ) (D:\x_miktex28\tex\latex\tools\xspace.sty) (D:\x_miktex28\tex\generic\babel\babel.sty ************************************* * Local config file bblopts.cfg used * (D:\x_miktex28\tex\latex\00miktex\bblopts.cfg) (D:\x_miktex28\tex\generic\babel\germanb.ldf (D:\x_miktex28\tex\generic\babel\babel.def)) (D:\x_miktex28\tex\generic\babel\english.ldf)) Writing index file hyperlatex.idx (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.aux) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] (D:\x_miktex28\tex\latex\base\omscmr.fd) [11] [12] [13] [14] [15] [16] [17] [18] [19] LaTeX Font Warning: Font shape `OT1/cmr/bx/sc' undefined (Font) using `OT1/cmr/bx/n' instead on input line 1707. [20] [10001] [10002] [21] [22] [23] [24] [25] [26] Underfull \hbox (badness 1354) in paragraph at lines 2362--2368 []\OT1/cmr/m/n/10 You can use []\OT1/cmtt/m/n/10 \cpplabel \OT1/cmr/m/n/10 to p ut a la-bel in the sec-tion doc-u-ment-ing a cer-tain class. [27] [28] [29] [30] Underfull \hbox (badness 10000) in paragraph at lines 2825--2829 []\OT1/cmr/m/n/10 More at-trac-tive blue nav-i-ga-tion panel (you can use a sim -pler style us-ing [31] [32] [33] (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.ind [34] [35] [36]) (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.toc [37]) [38] (d:\assa\Hyperlatex-2.9a\bin\hyperlatex.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) Output written on hyperlatex.dvi (40 pages, 158696 bytes). Transcript written on hyperlatex.log. This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (www.radicaleye.com) ' TeX output 2010.01.22:1056' -> <D:/x_miktex28/dvips/base/tex.pro><D:/x_miktex28/dvips/base/texps.pro>. <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmex10.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmmi7.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmmi10.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmr7.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmr10.pfb>[10001] d:\x_netpbm\bin\pnmcrop.exe: Unable to create temporary file. mkstemp() failed with errno 22 (Invalid argument) d:\x_netpbm\bin\pnmtopng.exe: Unable to create temporary file. mkstemp() failed with errno 22 (Invalid argument) Done This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (www.radicaleye.com) ' TeX output 2010.01.22:1056' -> <D:/x_miktex28/dvips/base/tex.pro><D:/x_miktex28/dvips/base/texps.pro>. <D:/x_miktex28/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/latxfont/line10.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmmi7.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmmi10.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmsy10.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmr7.pfb> <D:/x_miktex28/fonts/type1/public/amsfonts/cm/cmr10.pfb>[10002] d:\x_netpbm\bin\pnmcrop.exe: Unable to create temporary file. mkstemp() failed with errno 22 (Invalid argument) d:\x_netpbm\bin\pnmtopng.exe: Unable to create temporary file. mkstemp() failed with errno 22 (Invalid argument) Done mypc> /d/assa/Hyperlatex-2.9a/bin Note: (I need to close twice gs window, html/boxes.png,html/eqn1.png with empty size created + correct files bin/boxes.ps,bin/eqn1.ps) I used my solution: ps2g.bat ================================================================================ @echo off ::note:this was taken from installed tth tool in winxp :: ps2gif batch file. Use at your own risk. :: Requires ghostscript and the netpbm utilities. if %2.==. goto usage echo "Calling ghostscript to convert %1 to %2 , please wait ..." d:\x_gs863\gs8.63\bin\gswin32.exe -sDEVICE=ppmraw -r150 -sOutputFile=- -sNOPAUSE -q %1 -c showpage -c quit | pnmcrop| ppmtogif >%2 if %3.==. goto end echo "Calling ghostscript to convert %1 to %3 , please wait ..." d:\x_gs863\gs8.63\bin\gswin32.exe -sDEVICE=ppmraw -r150 -sOutputFile=- -sNOPAUSE -r12 -q %1 -c showpage -c quit | pnmcrop| ppmtogif >%3 goto end :usage echo " Usage: ps2gif <file.ps> <file.gif> [<icon.gif>]" :end ================================================================================ convgif2png_ok.bat ================================================================================ d:\p_irfanview410\i_view32.exe boxes.gif /convert=boxes.png d:\p_irfanview410\i_view32.exe eqn1.gif /convert=eqn1.png ================================================================================ to copy the png files to html dir. Note: On linux everything is fine. Can somebody analyze this problem? Thanks and regards, Ardi |
From: tom s. <to...@as...> - 2009-09-30 12:45:02
|
Hello all: Hyperlatex is being maintained, but by me, who is no longer using it centrally in my work, as I was when I started maintaining it. (I would be delighted to have help.) Hyperlatex did not produce compliant xhtml in version 2.7, and an attempt to improve it was made for version 2.9. I checked in 2.9-in-waiting as a favor to a user, which was probably a mistake. (I think other pages fail under 2.8.) Having a deadline pass this very evening, I will be spending some time with the hlx code in the next couple of weeks. Along with this one, there is another outstanding issue reported a few weeks ago that I intend to address. I'm sure these can and will be fixed. Long-term, though, I'm not sure what to suggest. -tom -- -------------------------------------------------------- Check out "Ten Things You Don't Know About Rhode Island" http://whatcheer.net http://sgouros.com |
From: David P. <po...@cs...> - 2009-09-30 06:09:53
|
Hi Is hyperlatex being maintained? I am writing a book that will be able to be bought or downloaded for free in html. The html version has been carefully written in hyperlatex to produce pdf and xhtml. I need to have proper xhtml produced. I downloaded the latest version "2.9-in-waiting-rk (oct06)" from http://hyperlatex.sourceforge.net/ (which is different from the latest version, from http://sourceforge.net/projects/hyperlatex/ which is 2.7) It now produces non-compliant xhtml code. It adds </p> to after the header and after headings. Even the user manual shows this error when run with this version. (Interestingly the manual on http://hyperlatex.sourceforge.net/ which was compiled with version 2.8 does not have this error, and validates; see e.g., <http://validator.w3.org/check?uri=http%3A%2F%2Fhyperlatex.sourceforge.net%2Fhtml%2Fhyperlatex_67.html> Is this something that might be fixed? Or should I look for a different translator from latex to xhtml? Thanks David p.s. The book is at http://cs.ubc.ca/~poole/aibook/html/ArtInt.html -- David Poole, po...@cs... Department of Computer Science, http://www.cs.ubc.ca/spider/poole University of British Columbia, Office: +1 (604) 822-6254 Vancouver, B.C., Canada V6T 1Z4 Fax: +1 (604) 822-5485 |
From: Paul S. <wat...@ul...> - 2009-08-27 06:13:08
|
Louis Taber wrote: > Hi Paul, > > On several ocations I have had to do seperate imput statements, without > any substitution, to get it to work. Something like: > > \T\input{\classprefix.assignments.tex} > \H\input{networking.assignments.tex} Doesn't seem to make any difference so far. The htmltitle error precedes the \input command error. Thanks, Paul > Good luck. > > I am east of Rutland, VT walking on the Appalachian Trail. How would I have guessed that? :) Hope you're having fun. |
From: Paul S. <wat...@ul...> - 2009-08-26 14:51:38
|
tom sgouros wrote: > Paul: > > I'll look at this, but I'm just headed out of town for two weeks, so it > might not be in a hurry, my apologies. That might be enough if I don't get it solved by then. I am currently using a htlatex version of the web page which has none of the navigation of the desired page. Thanks, Paul |
From: Paul S. <wat...@ul...> - 2009-08-26 14:48:45
|
Mariano Vázquez Espí wrote: > > > 2009/8/26 Paul Scott <wat...@ul... > <mailto:wat...@ul...>> > > Hi HyperLatex users, > > I > > On my screen the second error message contains the � which appears at > the end of the expanded \newcommands just after the string network which > is what breaks the file name. > > > My suggestion is looking for a UTF8 character in the userfile or in the > program files. > You can try: > > $ file filename > > for knowing the character sets of teh filename. That was my first thought since I had edited this file once on a Mac. I have done hexdump on the files involved looking for carriage return especially. From the hexdump of the file from: hyperlatex nwtest.tex 2> eeee I see fc 2a for that � but that character was generated by hyperlatex. The \newcommand has no 16 bit characters. file nwtest.tex gives: nwtest.tex: TeX document text Thanks, Paul |
From: Paul S. <wat...@ul...> - 2009-08-26 08:40:14
|
Paul Scott wrote: > Hi HyperLatex users, > > I am running on Debian sid. I have edited the file with both Emacs 22 > and 23. The errors described are reproducible on two different Debian > sid machines. I should add that the full code works with LateX. Paul |
From: Paul S. <wat...@ul...> - 2009-08-26 05:29:31
|
Hi HyperLatex users, I am running on Debian sid. I have edited the file with both Emacs 22 and 23. The errors described are reproducible on two different Debian sid machines. I have a strange error from some code which has been used in many variations by at least two people for over five years. I get these two errors from the grossly reduced code below and attached (does this list allow attachments?). On my screen the second error message contains the � which appears at the end of the expanded \newcommands just after the string network which is what breaks the file name. Title of work is "Network Essentials�* CIS119�" Hyperlatex ERROR: I can't find the file network.assignments.tex The reduced code: \newcommand{\class}{CIS119} \newcommand{\classname}{Network Essentials} \newcommand{\classprefix}{network} \newcommand{\college}{Pima Community College} \htmltitle{\classname{} * \class{} } %\htmltitle{\classname{} * \college{} * \class} \begin{document} %\input{\classprefix.syllabus.tex} \input{\classprefix.assignments.tex} % Networking \input{\classprefix.bio.tex} \end{document} TIA for any ideas, Paul Scott |
From: tom s. <to...@as...> - 2009-08-23 17:49:36
|
I'll fix it and put out a sub-release this week. Thanks, -tom Roland Stigge <st...@an...> wrote: > Hi, > > this error now also hits the Debian archive where it fails to build > from source now. Should we rely on an official new hyperlatex version > or try to introduce a Debian specific fix? > > Thanks, > > Roland > > > Tomer Altman wrote: > > In hyperlatex-format-newcommand: > > hyperlatex.el:1241:42:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > > > In hyperlatex-format-providecommand: > > hyperlatex.el:1254:46:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > > > In hyperlatex-format-newenvironment: > > hyperlatex.el:1277:48:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > > > In hyperlatex-format-makemenu: > > hyperlatex.el:2121:17:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > > > In hyperlatex-format-setcounter: > > hyperlatex.el:3391:18:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > > > In hyperlatex-format-addtocounter: > > hyperlatex.el:3408:18:Warning: `string-to-int' is an obsolete > > function (as of > > Emacs 22.1); use `string-to-number' instead. > > Wrote /usr/local/lib/hyperlatex/hyperlatex.elc > > GNU Emacs 22.3.1 > > Copyright (C) 2008 Free Software Foundation, Inc. > > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > > You may redistribute copies of Emacs > > under the terms of the GNU General Public License. > > For more information about these matters, see the file named COPYING. > > > -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net |
From: Roland S. <st...@an...> - 2009-08-23 17:36:34
|
Great! Would you also please have a look at the following bugs: 1) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517934 : Hyperlatex ERROR: Unknown command: HlxModeLevelUp 2) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473795 : htmlcaption generates wrong html code Thanks! bye, Roland tom sgouros wrote: > I'll fix it and put out a sub-release this week. > > Thanks, > > -tom > > > Roland Stigge <st...@an...> wrote: > >> Hi, >> >> this error now also hits the Debian archive where it fails to build >> from source now. Should we rely on an official new hyperlatex version >> or try to introduce a Debian specific fix? >> >> Thanks, >> >> Roland >> >> >> Tomer Altman wrote: >>> In hyperlatex-format-newcommand: >>> hyperlatex.el:1241:42:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> >>> In hyperlatex-format-providecommand: >>> hyperlatex.el:1254:46:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> >>> In hyperlatex-format-newenvironment: >>> hyperlatex.el:1277:48:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> >>> In hyperlatex-format-makemenu: >>> hyperlatex.el:2121:17:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> >>> In hyperlatex-format-setcounter: >>> hyperlatex.el:3391:18:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> >>> In hyperlatex-format-addtocounter: >>> hyperlatex.el:3408:18:Warning: `string-to-int' is an obsolete >>> function (as of >>> Emacs 22.1); use `string-to-number' instead. >>> Wrote /usr/local/lib/hyperlatex/hyperlatex.elc >>> GNU Emacs 22.3.1 >>> Copyright (C) 2008 Free Software Foundation, Inc. >>> GNU Emacs comes with ABSOLUTELY NO WARRANTY. >>> You may redistribute copies of Emacs >>> under the terms of the GNU General Public License. >>> For more information about these matters, see the file named COPYING. >>> > > |
From: Roland S. <st...@an...> - 2009-08-23 17:30:36
|
Hi, this error now also hits the Debian archive where it fails to build from source now. Should we rely on an official new hyperlatex version or try to introduce a Debian specific fix? Thanks, Roland Tomer Altman wrote: > In hyperlatex-format-newcommand: > hyperlatex.el:1241:42:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > > In hyperlatex-format-providecommand: > hyperlatex.el:1254:46:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > > In hyperlatex-format-newenvironment: > hyperlatex.el:1277:48:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > > In hyperlatex-format-makemenu: > hyperlatex.el:2121:17:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > > In hyperlatex-format-setcounter: > hyperlatex.el:3391:18:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > > In hyperlatex-format-addtocounter: > hyperlatex.el:3408:18:Warning: `string-to-int' is an obsolete function > (as of > Emacs 22.1); use `string-to-number' instead. > Wrote /usr/local/lib/hyperlatex/hyperlatex.elc > GNU Emacs 22.3.1 > Copyright (C) 2008 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of Emacs > under the terms of the GNU General Public License. > For more information about these matters, see the file named COPYING. > |