From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: Re: Book writing mode? Date: Wed, 26 May 2004 22:20:12 +0200 Organization: RKF-Consulting Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040526222012.16a4bc35@wahz> References: <10b9idsssv6sq61@corp.supernews.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085629318 6814 80.91.224.253 (27 May 2004 03:41:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 03:41:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 27 05:41:48 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTBm8-0004dE-00 for ; Thu, 27 May 2004 05:41:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTAhY-0002Kt-QQ for geh-help-gnu-emacs@m.gmane.org; Wed, 26 May 2004 22:33:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTAew-00024A-D9 for help-gnu-emacs@gnu.org; Wed, 26 May 2004 22:30:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BT7zt-00026E-Ov for help-gnu-emacs@gnu.org; Wed, 26 May 2004 19:40:26 -0400 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BT7zs-00025f-QE for help-gnu-emacs@gnu.org; Wed, 26 May 2004 19:39:45 -0400 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BT4si-0008FO-00 for help-gnu-emacs@gnu.org; Wed, 26 May 2004 22:20:08 +0200 Original-Received: from [80.140.11.100] (helo=wahz) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BT4si-0006pq-00 for help-gnu-emacs@gnu.org; Wed, 26 May 2004 22:20:08 +0200 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <10b9idsssv6sq61@corp.supernews.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-pc-linux-gnu) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:1f319457b87b086c07c81ac42a02b276 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18804 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18804 On Wed, 26 May 2004 12:44:19 -0400 "Roodwriter@core.com" wrote: > juman@jumans.net wrote: > > > Is there any more then me out there who write articles, books or > >longer storys and uses Emacs? If so what mode do you use for easy > >editing and do write your text using HTML, DocBook etc or so for > >easy publishing? > > > > /juman > > That's exactly what I do. I'm a free-lance news reporter (local > government and features) in the U.S. who works from home. I figure > Emacs makes me at least a third more productive, at least I like to > think so. I'm also working on my third book. > > [...] > > As you can see from my signature I've written two books. I'm > working on a third. I wrote them using LaTeX using Auctex mode. It's > quite handy (Thanks David Kastrup). It colors the tags and even puts > in some of them using keyboard shortcuts. There's are even shortcuts > for processing (compiling) the LaTeX file and popping up the > viewer. Emacs and Auctex make LaTeX fiendishly efficient. Its only > drawback is it doesn't seem to like refill mode so you're back to > M-qing again. For printing on paper, or for making PDFs, LaTeX is > the best. To the best of my knowlegde there is a modification of AucTeX (or so?) to have it as a tool creating ConTeXt scripts ... I haven't had time yet to discover on my own. I want to mention ConTeXt for two reason: It's far closer to ascii and it's very handsome to also produce pdf, or pdf and ps in one process, so to say. Postscript and pdf is usually accepted from publishers. ray