Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Alessandro Ceschini
Hy there, My problem should stem from XeTeX's inability to read the GPOS (Glyph Positioning Table) as in PangoView MinionPro's glyph positioning is OK. -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Adam Twardoch (List)
On 11-01-09 23:07, Alessandro Ceschini wrote: \documentclass{article} \usepackage{fontspec} \setmainfont{Minion Pro} \usepackage{polyglossia} \setmainlanguage{Serbian} \usepackage{xunicode} \usepackage{xltxtra} \begin{document} \fontsize{24}{24}\selectfont Уб \end{document} I tested

[XeTeX] enlarged characters

2011-02-05 Thread Andrea de Leeuw van Weenen
Dear all, I am quite new at XeTeX, and also have very limited experience with LaTeX, as I prefer to use plain. Now I have to use XeLaTeX for an edition. For this edition I need to put large capitals in the left margin of the text. As they span sometimes 2 lines, sometimes 3, I need to call the

Re: [XeTeX] enlarged characters

2011-02-05 Thread Alan Munn
Can you post an example of what you want things to look like? Are the characters independent of the text they are beside (in which case you might be able to use \marginpar ), or are they the first character of a paragraph (in which case the lettrine package might help.) Alan P.S. When you

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Adam Twardoch (List)
Sorry, I replied prematurely. I did have to change my document to \documentclass{article} \usepackage{fontspec} \usepackage{polyglossia} \setmainlanguage{Serbian} \usepackage{xunicode} \usepackage{xltxtra} \setmainfont[Script=Cyrillic,Language=Serbian]{Minion Pro} \begin{document}

Re: [XeTeX] enlarged characters

2011-02-05 Thread Herbert Schulz
On Feb 5, 2011, at 2:59 PM, Andrea de Leeuw van Weenen wrote: Dear all, I am quite new at XeTeX, and also have very limited experience with LaTeX, as I prefer to use plain. Now I have to use XeLaTeX for an edition. For this edition I need to put large capitals in the left margin of the

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Alessandro Ceschini
Yeah, as I told you I'd taken a look in FontForge and it came out font designers had anticipated such combination in the kerning pairs table. In effect it works in PangoView but I can't figure out how to direct the output toward a pdf, so I can't show you the right kerning, anyhow there should be

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Adam Twardoch (List)
On 11-02-05 23:15, Alessandro Ceschini wrote: Sorry, I'd rather say there is too little space on top, not too much, the two characters are practically stuck on top, while there should be--FontForge and Pango show it--some additional space. Are you sure our outputs are the same? Yes. Kerning

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Adam Twardoch (List)
Ps. Technically speaking, in OpenType, kerning moves the right sidebearing of the first glyph in a pair. Typically, it does so to the left (if the kerning value is negative). In Minion Pro, the kerning value for this pair is -181, so the right sidebearing of the У glyph is moved by 181 font units

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Alessandro Ceschini
OK, I got it know. Can you suggest me any workaround? This bug is very annoying since the combination occurs frequently. Thank you Le samedi 05 février 2011 à 23:21 +0100, Adam Twardoch (List) a écrit : Ps. Technically speaking, in OpenType, kerning moves the right sidebearing of the first

[XeTeX] wrong page labels in slides with hyperref

2011-02-05 Thread Pablo Rodríguez
Hi there, with the following document: \documentclass{slides} \usepackage{hyperref} \begin{document} \begin{slide} first \end{slide} \begin{slide} second \end{slide} \end{document} if I compile it without hyperref, page labels in PDF are fine, but all page labels are set to zero when compiled

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Adam Twardoch (List)
On 11-02-05 23:25, Alessandro Ceschini wrote: OK, I got it know. Can you suggest me any workaround? This bug is very annoying since the combination occurs frequently. I think you could search/replace for the combination and insert an additional positive TeX \kern there, but I don't really know

Re: [XeTeX] wrong page labels in slides with hyperref

2011-02-05 Thread Fr. Michael Gilmary, mma
On Feb 5 AD 2011, at 5:25 PM, Pablo Rodríguez wrote: Hi there, with the following document: \documentclass{slides} \usepackage{hyperref} \begin{document} \begin{slide} first \end{slide} \begin{slide} second \end{slide} \end{document} if I compile it without hyperref, page labels in PDF are

Re: [XeTeX] wrong page labels in slides with hyperref

2011-02-05 Thread Fr. Michael Gilmary, mma
On Feb 5 AD 2011, at 7:10 PM, Fr. Michael Gilmary, mma wrote: On Feb 5 AD 2011, at 5:25 PM, Pablo Rodríguez wrote: Hi there, with the following document: \documentclass{slides} \usepackage{hyperref} \begin{document} \begin{slide} first \end{slide} \begin{slide} second \end{slide}

Re: [XeTeX] Kerning flaw with MinionPro XeTex

2011-02-05 Thread Peter Dyballa
Am 05.02.2011 um 23:36 schrieb Adam Twardoch (List): On 11-02-05 23:25, Alessandro Ceschini wrote: OK, I got it know. Can you suggest me any workaround? This bug is very annoying since the combination occurs frequently. I think you could search/replace for the combination and insert an

Re: [XeTeX] enlarged characters

2011-02-05 Thread Peter Dyballa
Am 05.02.2011 um 21:59 schrieb Andrea de Leeuw van Weenen: I need to call the font I am using at larger scales. How do I do that? {\fontsize{30}{12}\selectfont bigger} -- Greetings Pete It's not the valleys in life I dread so much as the dips. – Garfield

Re: [XeTeX] wrong page labels in slides with hyperref

2011-02-05 Thread Heiko Oberdiek
On Sat, Feb 05, 2011 at 11:25:42PM +0100, Pablo Rodríguez wrote: \documentclass{slides} \usepackage{hyperref} \begin{document} \begin{slide} first \end{slide} \begin{slide} second \end{slide} \end{document} if I compile it without hyperref, page labels in PDF are fine, but all page