Re: [XeTeX] Problem with bidi + longtable + caption packages

2015-10-21 Thread David Carlisle
The caption wasn't really centred (hard to tell as the text was short) it is a justified paragraph (set in a centred box) the problem is that bidi doesn't "patch" the caption code to add \beginR it redefines the standard one, so over-writing the caption package changes. The following simply prese

Re: [XeTeX] Problem with bidi + longtable + caption packages

2015-10-21 Thread Herbert Schulz
> On Oct 21, 2015, at 1:45 AM, David Carlisle wrote: > > On 21 October 2015 at 02:34, Herbert Schulz wrote: >>> On Oct 20, 2015, at 7:55 PM, maxwell wrote: >>> > >> The longtable environment is like a tabular environment, not the same as a >> floating environment like the teble environment.

Re: [XeTeX] Problem with bidi + longtable + caption packages

2015-10-21 Thread maxwell
On 2015-10-21 08:28, David Carlisle wrote: The following simply preserves the longtable/caption package version of \caption when bidi is loaded Thanks, I confirm that this works! (so it doesn't get patched to right to left usage, so you may need to add \beginR \endR explicitly in a right to l