From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Flynn Newsgroups: gmane.emacs.help Subject: Re: What is the best html to latex program on the market or the internet ? Date: Tue, 23 Oct 2007 23:24:50 +0100 Organization: Usenet Labs Bozon Detector Facility Message-ID: <5o7al4Flh5f9U1@mid.individual.net> References: <1193090235.827063.9090@v29g2000prd.googlegroups.com> <1193097922.257490.266390@i13g2000prf.googlegroups.com> Reply-To: remove.nosp@m.from.address NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193240561 3116 80.91.229.12 (24 Oct 2007 15:42:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 15:42:41 +0000 (UTC) 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 17:42:42 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 1IkiNV-0002XY-GW for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 17:42:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkiNN-00072X-7T for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 11:42:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.text.tex, alt.html, comp.lang.scheme, comp.unix.shell, gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net ViWp4mAUoseg8WIQITTIRQ1+sSs1HMndA1hMzy/xENJzriPMLB Cancel-Lock: sha1:K/8sLsv+Ego5KLe2e+CzZwtEIMk= User-Agent: Thunderbird 2.0.0.6 (X11/20071008) In-Reply-To: <1193097922.257490.266390@i13g2000prf.googlegroups.com> Original-Xref: shelby.stanford.edu comp.text.tex:360639 comp.lang.scheme:74511 comp.unix.shell:211068 gnu.emacs.help:153252 X-Mailman-Approved-At: Wed, 24 Oct 2007 11:42:14 -0400 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:48766 Archived-At: vasan999@hotmail.com wrote: > The site says, that this will convert html to latex. Can anyone > explain me this code? I am not familiar with such difficult commands > especially there are no comments line by line explanation and overall > operation. > > 1i\ > \\documentstyle{article} [snip] This is a sed(1) script. sed is a stream editor, available on most platforms. ///Peter