From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,103c80d8c86cee54 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsfeed.gamma.ru!Gamma.RU!skynet.be!skynet.be!newspost001!tjb!not-for-mail Date: Mon, 16 Jan 2006 10:10:05 +0100 From: Adrien Plisson Reply-To: aplisson-news2@stochastique.net User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Concurrency in Ada Errata in word format not Post script format References: <11sm6cfebhs1a97@corp.supernews.com> In-Reply-To: <11sm6cfebhs1a97@corp.supernews.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <43cb6308$0$32190$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 547cbd99.news.skynet.be X-Trace: 1137402633 news.skynet.be 32190 81.246.253.89:3309 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:2502 Date: 2006-01-16T10:10:05+01:00 List-Id: ME wrote: > Does anyone know of a Word format of Concurrency in Ada errata? I have been > suffering with this book for years now. if you are talking about "Concurrency in Ada (2nd edition)" by Alan Burns and Andy Wellings (ISBN: 0-521-62911-X), the errata can be found in HTML here: http://www-users.cs.york.ac.uk/~andy/CIAerrata.html well, the index is in a PostScript file... since you want a Word file, i assume you are on Windows. on Windows you can read a ps file using Ghostscript/GSView (although this software is not easy). you can also convert from a ps file to a pdf file online using for example: http://www.ps2pdf.com/ -- rien