From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gnuist006@gmail.com Newsgroups: gmane.emacs.help Subject: Re: What is the best html to latex program on the market or the internet ? Date: Wed, 24 Oct 2007 03:42:46 -0000 Organization: http://groups.google.com Message-ID: <1193197366.559347.93770@k35g2000prh.googlegroups.com> References: <1193090235.827063.9090@v29g2000prd.googlegroups.com> <5o7aq4Flh5f9U2@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1193200846 3158 80.91.229.12 (24 Oct 2007 04:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 04:40:46 +0000 (UTC) Cc: gnuist006@gmail.com To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 24 06:40:47 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IkY2u-0006NY-Mf for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 06:40:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkY2m-0001Ao-ET for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 00:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k35g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: comp.text.tex, alt.html, comp.lang.scheme, comp.lang.c, gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 75.39.165.82 Original-X-Trace: posting.google.com 1193197406 15133 127.0.0.1 (24 Oct 2007 03:43:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 24 Oct 2007 03:43:26 +0000 (UTC) In-Reply-To: <5o7aq4Flh5f9U2@mid.individual.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k35g2000prh.googlegroups.com; posting-host=75.39.165.82; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu comp.text.tex:360648 comp.lang.scheme:74513 comp.lang.c:828416 gnu.emacs.help:153264 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48752 Archived-At: On Oct 23, 3:27 pm, Peter Flynn wrote: > vasan...@hotmail.com wrote: > > Basically, it should do all that any of the tools below and in > > addition, > > You've already asked this, and been given the answer, but in case you > didn't see it... > > XSLT. > > Run your HTML through Tidy to produce XHTML. > Then write an XSLT script to transform it to LaTeX. > This gives you 100% control and ensures robustness. > > However, handling all the stupid things HTML authors do may make it > long-winded if you want to cope with them all. On the other hand, if > you are dealing with a reasonably consistent subset, it's probably the > most reliable method. > > ///Peter forgot to cc to myself. Janusz