[XeTeX] "typeset by bidi" message

2018-01-25 Thread Kamal Abdali
My xelatex-processed document has this message on the title page of the document: *"Typeset by the bidi package."* *​* ​ I understand that bidi is being called by polyglossia which I am using. I hadn't ​seen ​ such a message before. Is there a way to avoid ​getting ​ this message? Kamal Abdali

Re: [XeTeX] "typeset by bidi" message

2018-01-25 Thread Bruno Le Floch
Hello Kamal, On 01/25/2018 09:10 PM, Kamal Abdali wrote: > My xelatex-processed document has this message on the title page of the > document: *"Typeset by the bidi package."* > *​* ​ > I understand that bidi is being called by polyglossia which I am using. > > I hadn't > ​seen ​ > such a message

Re: [XeTeX] Spam (7.421):Re: "typeset by bidi" message

2018-01-25 Thread Kamal Abdali
On Thu, Jan 25, 2018 at 9:50 PM, Bruno Le Floch wrote: > Hello Kamal, > > On 01/25/2018 09:10 PM, Kamal Abdali wrote: > > My xelatex-processed document has this message on the title page of the > > document: *"Typeset by the bidi package."* > ​... > > After loading the polyglossia package (but

Re: [XeTeX] Spam (7.421):Re: "typeset by bidi" message

2018-01-25 Thread Gildas Hamel
* Skriv a reas Kamal Abdali n'eus ket pell (Thu Jan 25, 2018): |> On Thu, Jan 25, 2018 at 9:50 PM, Bruno Le Floch wrote: |> |> > After loading the polyglossia package (but before selecting a language |> > that reads right-to-left) try adding |> > |> > \usepackage[logo=off]{bi

Re: [XeTeX] Spam (7.421):Re: "typeset by bidi" message

2018-01-25 Thread Gildas Hamel
* Skriv a reas Gildas Hamel n'eus ket pell (Thu Jan 25, 2018): |> |> You may also choose to turn off pdfinfo which is turned on by default. If left on, it shows up in the pdf's attributes as: |> Content Creator: The bidi package, v32.4, 2018/01/23 |> PDF Producer: The bidi package,

Re: [XeTeX] Spam (7.421):Re: "typeset by bidi" message

2018-01-25 Thread Kamal Abdali
Thanks, Gildas, for your suggestions. I'll try turning off pdfinfo() but I need to first learn how to do it without the hyperref package which I'm not using at this time. I'm also an admirer of Vafa Kalighi's contribution which I use all the time. On Thu, Jan 25, 2018 at 11:16 PM, Gildas Hamel w

Re: [XeTeX] Spam (7.421):Re: "typeset by bidi" message

2018-01-25 Thread Bruno Le Floch
\usepackage[logo=off,pdfinfo=off]{bidi} On 01/25/2018 11:29 PM, Kamal Abdali wrote: > > Thanks, Gildas, for your suggestions. I'll try turning off pdfinfo() but > I need to first learn how to do it without the hyperref package which > I'm not using at this time. > > I'm also an admirer of Vafa K

Re: [XeTeX] "typeset by bidi" message

2018-01-25 Thread David Carlisle
Getting the timing right with passing this option to bidi via polyglossia is a bit tricky see https://tex.stackexchange.com/questions/411907/suppress-bidis-logo-when-using-polyglossia the bidi author gives some justification for this here https://github.com/tex-xet/bidi/issues/60 but to be hone