Re: [XeTeX] wish on \showhyphens from xltxtra

2010-06-14 Thread Will Robertson
On 2010-06-15 05:41:18 +0930, Pablo Rodríguez said: I'd prefer the standard way with babel and (pdf)latex. But this is not possible, this is better than the present solution. The original code is Jonathan's; I've done nothing more to it than add a wrapper to handle multiple words. One day I

Re: [XeTeX] wish on \showhyphens from xltxtra

2010-06-14 Thread Pablo Rodríguez
On 06/14/2010 06:38 PM, Will Robertson wrote: On 2010-06-14 05:24:47 +0930, Pablo Rodríguez said: trying to check whether a rather large passage in ancient Greek was properly hyphenated, I realized that it would be extremely helpful if xlxtra could provide also the spaces in \showhpyphens. I

Re: [XeTeX] xdvipdfmx and PDF/A requirements

2010-06-14 Thread hh-brasil
And further: the fonts will be only embedded as subsets! No chance to change that. hh Em 13/06/2010 08:37, Dino Petrucci < dfp.sph...@libero.it > escreveu: I was not able to find anything about xdvipdfmx and PDF/A. For me, there are two problems, at least, I can't solve: 1. the driver doesn't

[XeTeX] Left, right, fancyhdr and polyglossia

2010-06-14 Thread Hadi SAOUD
Hello I've some problems with left and right, fancyhdr and polyglossia; If I'm writing a page in a LTR language, the "\fancyfoot[R]{\LR{right side?}" work fine. But when a switch to a RTL language, the "right side?" message appears on the left side of the page... I did a small test with bid

Re: [XeTeX] internationalization bug in the selection of smart font features

2010-06-14 Thread Will Robertson
On 2010-06-15 02:21:49 +0930, j_mach_w...@shared-files.de said: In XeTeX, you can select a smart feature by using the package =20 fontspec, for instance like this: \font\hoeflerengraved=3D"Hoefler Text/AAT:Style Options=3DEngraved Text" [snip] I don't know whether this is a bug of XeTeX or

Re: [XeTeX] wish on \showhyphens from xltxtra

2010-06-14 Thread Will Robertson
On 2010-06-14 05:24:47 +0930, Pablo Rodríguez said: trying to check whether a rather large passage in ancient Greek was properly hyphenated, I realized that it would be extremely helpful if xlxtra could provide also the spaces in \showhpyphens. I agree xltxtra's \showhyphens could be improve

Re: [XeTeX] polyglossia and ledpar conflict

2010-06-14 Thread Daron Wilson
Thanks a lot for the help. It seems the environments in general are messed up in this scenario, because the \begin{otherlanguage}{greek}...\end{otherlanguage}{greek} didn't work either. The \selectotherlanguage{greek} command seemed to work though, just not the environments, so thanks for that

Re: [XeTeX] polyglossia and ledpar conflict

2010-06-14 Thread Daron Wilson
Thanks for the help. The polyglossia manual recommends using the environment for long passages, and I wasn't sure what difference it made, whether mostly just "elegance", or a more technical issue. The example you gave works for me, so it seems that the only issue is the {greek} environment co

Re: [XeTeX] polyglossia and ledpar conflict

2010-06-14 Thread Daron Wilson
Thanks very much for the timely help--the code you gave worked perfectly for what I need. I'm not using too many of the extended features of ledpar, but with what I've tried so far, nothing seems broken. This is a good sample for me to work through and learn a little more about TeX stuff too.

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Andy Lin
If the problem is with fitting the table onto A4 paper, you could adjust \tabcolsep, as Ross mentioned, you could also try \resizebox and/or \rotatebox. \resizebox{\textwidth}{!}{Your table here} or \rotatebox{-90}{Your table here} or \resizebox{\textwidth}{!}{\rotatebox{-45}{Your table here}} Ho

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Alan Munn
On Jun 14, 2010, at 2:08 AM, Ross Moore wrote: Hi Alan, and Ashok, On 14/06/2010, at 2:23 PM, Alan Munn wrote: This isn't really a XeLaTeX question, but a very elementary latex question. There are so many things wrong with the table you posted it's hard to know where to start. I think

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Khaled Hosny
On Mon, Jun 14, 2010 at 02:44:33PM +0200, Peter Dyballa wrote: > > Am 14.06.2010 um 06:23 schrieb Alan Munn: > > >multicolumn -> \multicolumn > > > The \ are OK in my copy. Maybe your eMail client gets confused from > Ashok inserting the whole digest in his response. Actually to > nothing. This

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Herbert Schulz
On Jun 13, 2010, at 9:04 PM, ashok kumar khanda wrote: > {} &{} & {} & \multicolumn{2}{c}{$(\triangle E_B)_g$}& {} &{}& > \multicolumn{1}{c}{$M_B$} \\ Howdy, Taking another look the whole first line looks like you want it to be {} &{} & {} & \multicolumn{3}{c|}{$(\triangle E_B)_g$} &{}

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Peter Dyballa
Am 14.06.2010 um 06:23 schrieb Alan Munn: multicolumn -> \multicolumn The \ are OK in my copy. Maybe your eMail client gets confused from Ashok inserting the whole digest in his response. Actually to nothing. This is really ugly. Not even trying to adjust the subject. -- Greetings P

Re: [XeTeX] XeTeX Digest, Vol 75, Issue 34

2010-06-14 Thread Herbert Schulz
On Jun 13, 2010, at 9:04 PM, ashok kumar khanda wrote: > \multicolumn{1}{c}{$M_B$} Howdy, Since you don't tell us what is wrong with the way the table is typeset I can only guess that you don't like the first line. So... just change the last item on that line to \multicolumn{2}{c|}{$M_B$}