Re: [XeTeX] Your advice for generation of tables/forms with decorations?

2011-04-28 Thread Jean-Louis Cordonnier
Use Scribus to draw your decorations. Or convert (in Imagemagick package) (from png to eps for instance) Then with pdftk, you can stamp your pdf table file with your pdf decoration file Jean-Louis Le 28/04/2011 11:18, Kārlis Repsons a écrit : > What would people of this list recommend on this to

Re: [XeTeX] Polyglossia, babel and xelatex

2011-05-12 Thread Jean-Louis Cordonnier
What does that mean exactly ? Le 12/05/2011 10:36, Ulrike Fischer a écrit : > > The main problem with polyglossia is that for some language (e.g. > french) its language file is much less sophisticated. > -- Subscriptions, Archive, and List inform

Re: [XeTeX] Greek (and other Unicode) letters in math mode

2011-06-01 Thread Jean-Louis Cordonnier
I am using the "Compose Key" with Kubuntu 10.10. http://en.wikipedia.org/wiki/Compose_key Compose + space + a → α Compose + space + b → β Compose + space + g → γ Compose + space + G → Γ Adding in the configuration file is possible, for instance to get : Compose + К (cyrillic K) + , → Ӄ (tchou

[XeTeX] Fonts : test

2011-06-08 Thread Jean-Louis Cordonnier
In order to choose the right fontface for my document, I want to make a test. My purpose is to get a document like this : Font 1 : abcde... Font 2 : abcde... Font 3 : abcde Is it possible to do this in a short way ? Jean-Louis Cordonnier

Re: [XeTeX] Fonts : test

2011-06-09 Thread Jean-Louis Cordonnier
I did as you wrote but I get : ** WARNING ** Obsolete four arguments of "endchar" will be used for Type 1 "seac" operator. ** ERROR ** This font using the "seac" command for accented characters... Output file removed. ) Error 256 (driver return code) generating output; I dont fully understand thi

Re: [XeTeX] Sanskrit Typesetting with yudit

2011-11-21 Thread Jean-Louis Cordonnier
with yudit, it's OK for « tyaktvaa » but « sa"ngam » is wrong ? ?? Jean-Louis Le 21/11/2011 13:03, Zdenek Wagner a écrit : > 2011/11/21 chandrasekhar s > > > > > Respected Sir, > > >I here attach my input and output file which i compiled

[XeTeX] genotype

2012-01-01 Thread Jean-Louis Cordonnier
In order to write genetics, I need something like $\frac{A}{a}$ but with a double horizontal bar -- and left( and right) I tried this, but there is too much white around it. \newcommand\gen[2]{ %genotype $ \left( \begin{array}{c} #1 \\ \hline \hline #2\\ \end{array} \right) $ --

[XeTeX] arabic

2012-01-18 Thread Jean-Louis Cordonnier
I try to write a few word in arabic ; I get this error message : Package bidi Error: Oops! you have loaded package xunicode before bidi packag e. Please load package xunicode after bidi package, and then try to run xelatex on your document again. I dont understand why (where in bidi documentation

Re: [XeTeX] arabic

2012-01-18 Thread Jean-Louis Cordonnier
OK thanks Le 18/01/2012 18:55, Zdenek Wagner a écrit : > 2012/1/18 Jean-Louis Cordonnier : >> I try to write a few word in arabic ; >> I get this error message : >> Package bidi Error: Oops! you have loaded package xunicode before bidi >> packag >> e. Please

Re: [XeTeX] Automate table creation

2012-03-02 Thread Jean-Louis Cordonnier
Привет Александр I believe that it's possible to write a script with the programmation language python to write your table code in an other file. I don't understand exactly what you want. Jean-Louis Le 01/03/2012 03:27, Aleksandr Andreev a écrit : > Hello everybody, > > I am wondering if someon

Re: [XeTeX] input method under windows

2012-03-25 Thread Jean-Louis Cordonnier
For many languages, you can use yudit (availaible for linux, mac and windows) http://www.yudit.org/ JLC Le 23/03/2012 20:46, Nikola Lečić a écrit : > On Thu, Mar 22, 2012 at 10:47:22PM +0100 > in <4f6b9dea.9030...@mi.parisdescartes.fr> > François Patte wrote: > >> Bonsoir, >> >> I do not know

Re: [XeTeX] arabic

2012-04-01 Thread Jean-Louis Cordonnier
My tex file works properly with text only but gives an error if I want to use tabular : \begin{tabular}[l] \textarab[voc]{`arabI} \end{tabular} Le 18/01/2012 18:55, Zdenek Wagner a écrit : > 2012/1/18 Jean-Louis Cordonnier : >> I try to write a few word in arabic ; >> I get thi

Re: [XeTeX] arabic

2012-04-04 Thread Jean-Louis Cordonnier
de > \newcommand{\A}{\textarabic} % Tag for all Arabic text > > \begin{document} > > \begin{tabular}{c c} > {\A{m_tl_t}} & {\A{1234}} > \end{tabular} > > \end{document} > > > > > On 12/04/01 23:37, Jean-Louis Cord

Re: [XeTeX] arabic

2012-04-05 Thread Jean-Louis Cordonnier
I made changes in my file /usr/share/X11/xkb/symbols/ara, in the part Buckwalter to build a (french) homophonic keyboard. It's the same as the genuine one -- except for the positions of the french keyboard (azerty and not qwerty) Availaible as attached file if somebody (french, I suppose) is inter