From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by speech.braille.uwo.ca (Postfix) with ESMTP id 2ABD2C1A145 for ; Sun, 4 Mar 2012 01:20:18 -0500 (EST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S44nl-00054J-Aa for speakup@braille.uwo.ca; Sun, 04 Mar 2012 07:20:13 +0100 Received: from jdc.jasonjgw.net ([59.167.198.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Mar 2012 07:20:13 +0100 Received: from jason by jdc.jasonjgw.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Mar 2012 07:20:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: speakup@braille.uwo.ca From: Jason White Subject: Re: LaTeX and big writing projects Date: Sun, 4 Mar 2012 06:20:01 +0000 (UTC) Message-ID: References: <3D3B0793-BACA-44AE-8B91-8A1CA1564F8E@gmail.com> <4F5047E7.3070708@gmail.com> <4C2ABDB7BD32406380191D6FD659048D@layla> X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: jdc.jasonjgw.net X-Newsreader: trn 4.0-test77 (Sep 1, 2010) Originator: jason@jdc.jasonjgw.net (Jason White) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2012 06:20:18 -0000 Michael Whapples wrote: >The wikibook on LaTeX is quite good, I tend to use that as a reference book, >although it does have sections which would be good for beginners as well. > >I have to agree with Liz though, you may come across times where the >expected format means using LaTeX is not possible (eg. I am studying with >the Open University and I must submit my project report as a word document >or RTF). You can still write it in LaTeX and convert it. Tex4ht is the best package for this. It can generate HTML, XHTML or ODF. Unoconv (which uses LibreOffice) can take this and convert it to RTF or even MS-Word format. Even if you need a word processor format in the end, this doesn't mean you have to use a word processor to create it. I think there are conversions from Docbook as well, but I haven't investigated those. Almost everyone with whom I have ever exchanged documents has gladly accepted either PDF or HTML. There are other interesting formats worth mentioning also, such as Emacs Org-mode, Mardown, RestructuredText and so on, which again are supported by ocnversion tools. The only situation in which I would use a word processor is one in which I had a document with formatting that needed to be preserved, which I was collaboratively editing with a word processor user. At that point, LibreOffice would probably be a necessity, despite the bad editing environment compared with Emacs or Vim.