Re: [XeTeX] Table of contents

2010-04-30 Thread Vladimir Lomov
** José Carlos Santos [2010-04-30 11:09:30 +0100]: > On 30-04-2010 10:22, Peter Dyballa wrote: > >>But I think it is a flaw. > >Which proof do you have? > Are you requesting a proof of an opinion? That's rather strange, but > I will do my best. > Please consider again this file: > \documentcl

Re: [XeTeX] gloss-russian.ldf bug

2010-05-25 Thread Vladimir Lomov
** Vadim Radionov [2010-05-26 02:24:19 +0400]: > Dear all, > After upgrade to version [2010/03/23 v1.1.1] of polyglossia, i cannot switch > the family of what comes to running head: compare this and the same without > \setdefaultlanguage{russian} > \documentclass{book} > \usepackage{polyglossia}

Re: [XeTeX] unicode-math testing

2010-05-28 Thread Vladimir Lomov
** Nikos Platis [2010-05-29 01:20:05 +0300]: > By now this is mostly off-topic, but I checked the test case on > another computer with TeXLive 2009 x86_64 and get segmentation fault > as well. > I also just installed TL 2010/pretest (Linux x86_64) and again get the > segmentation fault. > Has an

Re: [XeTeX] Question about polyglossia and babel

2010-05-31 Thread Vladimir Lomov
If you in hurry you could take 'polyglossia.sty' and 'gloss-russian.ldf' from github.com (github.com/vp1981/polyglossia, use branch 'alph_unif' and take these files from there) and put them into directory with such documents. --- WBW, Vladimir Lomov -- To A

Re: [XeTeX] Question about polyglossia and babel

2010-05-31 Thread Vladimir Lomov
** Vadim Radionov [2010-05-31 14:35:21 +0400]: > Vladimir, > You know, that Russian babel short-hands do slightly more than just insert a > glyph from the font: they adjust the spacing around the em-dash (and the > length of the dash, too), and allow hyphenation of adjacent words (in case > of hy

Re: [XeTeX] Question about polyglossia and babel

2010-06-02 Thread Vladimir Lomov
commands from babel. > And when the new commands from babel would be ready for use? I don't know. I sent patch files to author of polyglossia package but the rest is up to him. P.S. You want a temporary workaround you could grab a 'gloss-russian.ldf' from github.com/vp1981/poly

Re: [XeTeX] latin numerals in Russian

2010-06-29 Thread Vladimir Lomov
etter \let\la...@alph\@alph \makeatother \setdefaultlanguage{russian} \setmainfont{DejaVu Serif} \begin{document} \makeatletter \la...@alph{1}-\latin@alph{2}-\la...@alph(3) \makeatother \end{document} --- 8< - P.S. Always use pair: '\makeatlett

Re: [XeTeX] Japanese Characters in PDF do not match thosein source file.

2010-08-20 Thread Vladimir Lomov
ault option for fontspec) works fine for me (I only could compare glyphs :). TeX Live 2010 pretest, Linux x86_64. What TeX distribution do you use? What version of fontspec? P.S. To process your example by xelatex engine I have to download IPAMincho font from internet. You could also check the versi

Re: [XeTeX] wrong kerning and slow processing with xelatex in texlive 2010

2010-10-11 Thread Vladimir Lomov
either only TTF or OTF, if both this could be reason of descrepancy). About font desing and implementation I think Khaled could tell you more. Please don't post problems with commercial fonts because it could be almost impossible to tracker down the source of the problem. --- WBR, Vladimir Lomov

Re: [XeTeX] wrong kerning and slow processing with xelatex in texlive 2010

2010-10-11 Thread Vladimir Lomov
Garamond Premier Pro, in both cases the same result, so this could the problem with that particular font. But before make that conclusion please check the previous steps. --- WBR, Vladimir Lomov -- You were s'posed to laugh! -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] wrong kerning and slow processing with xelatex in texlive 2010

2010-10-12 Thread Vladimir Lomov
ze: 3419 bytes > Optimized: no > PDF version:1.5 And this looks good. > > So it is xetex interaction with the font that causes wrong kerning. > What could be the next step? > > PS. There's also strange difference in A4 p

Re: [XeTeX] Question about polyglossia and babel

2010-11-22 Thread Vladimir Lomov
set rules. The em dash used in Russian typography style differs from English/Western case so babel defines special commands to support Russian em dash style. Previously this definition was copied to polyglossia (by me) but it doesn't work as expected. P.S. Something wrong with yo

Re: [XeTeX] Question about polyglossia and babel

2010-11-22 Thread Vladimir Lomov
Hi. 2010/11/23 Vladimir Lomov : > Hi. [...] > Nevertheless the actual problem is not how to use babel shorthands but > in Russian typeset rules. The em dash used in Russian typography style > differs from English/Western case so babel defines special commands to > support Russia

Re: [XeTeX] Getting vinculum in fractions with Asana Math and unicode-math when compiled with xelatex

2010-12-24 Thread Vladimir Lomov
run xelatex from distro texlive it gives the vinculum. The next I rename xetex in TL bin directory to xetex.orig and copy distro xetex to TL bin directory, regenerate format and run xelatex again. Now it gives the vinculum. Seems that this is a bug with xetex shipped by TL (may be something

Re: [XeTeX] xetex is using an .ttf.ignore-font

2010-12-29 Thread Vladimir Lomov
e or opentype) so that xelatex can use ttf and otf fonts distributed with TL. > Is the ttf also in texlive in a similar folder or is this is a > miktex specific solution? Almost, (TL2010): $TEXLIVE_ROOT/texmf-dist/fonts/{truetype,opentype}/public/Asana-Math/Asana-Math.{ttf,otf} --- WBR,

Re: [XeTeX] fontspec.sty- xelatex: GUI framework cannot be initialized.

2011-10-04 Thread Vladimir Lomov
> > \begin{figure}[h] > \centerline{\input{wavemechanics-fig/Figures/gammaraymicroscope.pdf}} > \caption{$\gamma-$ ray microscope} \label{fig:gammaraymicroscope} > \end{figure} > ---- > My question is: &g

Re: [XeTeX] Any progress on 16 open write file limit?

2011-12-13 Thread Vladimir Lomov
begin{document} > abc > %\tableofcontents > \end{document} Why do you need separate files for each letter? You have more than 65536 entries for each one? --- WBR, Vladimir Lomov -- Man is an animal that makes bargains: no other animal does this-- no dog exchanges bones with anot

Re: [XeTeX] Any progress on 16 open write file limit?

2011-12-15 Thread Vladimir Lomov
Hello, ** Daniel Greenhoe [2011-12-15 07:47:03 +0800]: > On Wed, Dec 14, 2011 at 3:06 PM, Vladimir Lomov wrote: >> Update you TeX system. This command relates with experimental package >> (aka latex3). > On Wed, Dec 14, 2011 at 3:06 PM, Bruno Le Floch wrote: >> Updat

Re: [XeTeX] Overfull \hbox when using inline math scripts

2011-12-15 Thread Vladimir Lomov
Hello, ** Daniel Greenhoe [2011-12-16 09:55:19 +0800]: > I have a rather long document involving mathematics that sometimes has > the "Overfull \hbox" problem when I use inline mathematical scripts. > Before I go hacking up the document with newline and \raggedright > commands, is there any more e

[XeTeX] [xelatex] xelatex can't find TTF font (Was: xelatex : File gloss-ancientgreek.ldf does not exist!)

2012-01-25 Thread Vladimir Lomov
; !....... > l.48 ...nfont[Mapping=tex-text]{Linux Libertine O} > ? x > No pages of output. So fontspec didn't find font 'Linux Libertine O'. > My path has texlive right at the beginning: > deukalion(pts/23)| echo $PATH >

Re: [XeTeX] texlive and xetex

2014-01-14 Thread Vladimir Lomov
normal user or as administrator, for example through sudo). While TeX Live installed by Linux distribution package manager, like apt-get, will get updates for packages, in terms of distribution, occasionally or on some schedule. > --scott > ps. see http://www.tug.org/texlive/distro.html