From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17077 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: tex4ht Date: Tue, 16 Nov 2004 14:45:19 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1100612761 3892 80.91.229.6 (16 Nov 2004 13:46:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 13:46:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 16 14:45:46 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CU3eU-0005X3-00 for ; Tue, 16 Nov 2004 14:45:46 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0DA59127A5; Tue, 16 Nov 2004 14:45:46 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15677-02; Tue, 16 Nov 2004 14:45:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 949E01279B; Tue, 16 Nov 2004 14:45:43 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0B56F1279B for ; Tue, 16 Nov 2004 14:45:42 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15525-06 for ; Tue, 16 Nov 2004 14:45:41 +0100 (CET) Original-Received: from smtprelay03.ispgateway.de (unknown [80.67.18.15]) by ronja.ntg.nl (Postfix) with ESMTP id 6B38312799 for ; Tue, 16 Nov 2004 14:45:41 +0100 (CET) Original-Received: (qmail 4927 invoked from network); 16 Nov 2004 13:45:40 -0000 Original-Received: from unknown (HELO [62.134.72.180]) (698580@[62.134.77.93]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 16 Nov 2004 13:45:40 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17077 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17077 Hi, I wanted to try to convert a context's tex file to xml. What exactly do I have to do (using tex4ht)? Could someone give me some advice/example? (Btw.: While looking for information I saw that there are two different m-tex4ht.tex files in cont-tmf - see below - is this correct?) Steffen /usr/local/teTeX/share/texmf.local/tex/context/base/m-tex4ht.tex \input tex4ht.sty \appendtoks \Preamble{\env{ht-1},\env{ht-2},html}\EndPreamble \to \everystarttext \endinput AND /usr/local/teTeX/share/texmf.local/tex/generic/tex4ht/m-tex4ht.tex \immediate\write-1{version 2004-10-08-03:40} \input tex4ht.sty \appendtoks \Preamble{\env{opt-arg},,xhtml}\EndPreamble \to \everystarttext \endinput