From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eastrmmtao104.cox.net ([68.230.240.46]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Hr0i2-0002jT-00 for ; Wed, 23 May 2007 19:57:38 -0400 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070523235709.QPNT17922.eastrmmtao104.cox.net@eastrmimpo02.cox.net> for ; Wed, 23 May 2007 19:57:09 -0400 Received: from bonus-eruptus ([72.198.87.190]) by eastrmimpo02.cox.net with bizsmtp id 2nx61X00U46QN3s0000000; Wed, 23 May 2007 19:57:07 -0400 From: cmbrannon@cox.net (C.M. Brannon) To: "Speakup is a screen review system for Linux." Subject: Re: TeX References: Date: Wed, 23 May 2007 18:56:13 -0500 In-Reply-To: (Zachary Kline's message of "Wed, 23 May 2007 16:10:52 -0700") Message-ID: <873b1nt7qa.fsf@cox.net> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 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: Wed, 23 May 2007 23:57:38 -0000 "Zachary Kline" writes: > Hello, > I have heard a great deal about the use of TeX and LateX by the blind to do 'structured documents'. I'm wondering if this package would be appropriate for things like essays, with fairly specific formatting requirements. (I could always use a Windows word processor to do the same, but I get less feedback with those than I feel comfortable with.) > If this is indeed the case, could anybody recommend a good site for learning the fundamentals? I've heard of a publication called the TeXbook, but can't find an accessible version. > Thanks much in advance, > Zack. Yes, this is the case. I prepare all my printed documents with LaTeX. It is especially well-suited to mathematical documents. As an aside, I'm a computer science student. In several cases, assignments have required me to draw various sorts of tree structures, (E.G., binary trees in an algorithms course, proof trees in a logic course, and so forth). There is a LaTeX package called qtree that allows one to draw these things using LaTeX typesetting commands. You can also prepare slides (a la Power Point) using LaTeX. The fundamentals of LaTeX are really easy to learn, because a LaTeX document is nothing but an ASCII text file with some markup commands. Try googling for "LaTeX by Example". This should turn up some useful pages, including an electronic book written by one of my former professors. Once you learn the fundamentals, you'll probably pick up the rest by osmosis. I've been learning LaTeX for 5 years; it seems to be a continual process. PS. I don't think you want to read the TeX book, even if you can find an accessible version. I get the impression that it is *not* for beginners. -- Chris