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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,666bab5bfbdf30c2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p1g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Elias_Salom=E3o_Helou_Neto?= Newsgroups: comp.lang.ada Subject: Re: Generating PDFs with Ada Date: Sat, 15 Jan 2011 19:13:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <9e59236f-a58c-42dc-8963-b5d01262c677@p1g2000yqm.googlegroups.com> References: <4d2908c7$0$22120$742ec2ed@news.sonic.net> <4D297FED.8080201@obry.net> <82vd1x330z.fsf@stephe-leake.org> <8188adcf-91cb-4b55-ad10-65d33a9bb871@k25g2000vbl.googlegroups.com> <4D31B47B.8070300@obry.net> NNTP-Posting-Host: 189.103.27.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1295147630 479 127.0.0.1 (16 Jan 2011 03:13:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 16 Jan 2011 03:13:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p1g2000yqm.googlegroups.com; posting-host=189.103.27.62; posting-account=8auP9QoAAACkSx2qxJhP83KA6-tg78E8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.8 SUSE/7.0.528.0 (KHTML, like Gecko) Chrome/7.0.528.0 Safari/534.8,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17416 Date: 2011-01-15T19:13:50-08:00 List-Id: > What about mixing different text directions in the same text ? This one is hard with TeX. Still, there seems to be some recent advances, I just don't recall the TeX variant that tries to tackle the issue. > What about =A0 > combined form of letter whose shapes change depending on the context ? Do you mean ligatures? This is perfectly possible. Otherwise, please explain better what you mean. > I would not install a too much heavy application on a =A0 > server anyway, especially when no root privilege). Well, you can pretty much install only what you need. Furthermore, the privileges issue is not quite TeX related. > May be, but XML is more widely supported as a parsable format. And vector This one is indeed a good point to keep in mind. > graphic are typically subject to the kind of access and requests XML =A0 > allows, especially with formal diagrams. Agreed too. Now you made clear the point that if a doc is to be modified after generated, XML may be a better choice than .tex because of its natural "parseability". OTOH this may not be true even if modifications are required. For example, I may have lost it, but was there any agreement on how to go from XML to PDF? Elias.