Re: [XeTeX] xetex crash: interaction between interchar and linebreaklocale mechanisms

2023-09-06 Thread Werner LEMBERG
> You can try https://github.com/Pomax/ucharclasses No need to use the version from github. TeXLive is up to date. Werner

Re: [XeTeX] Support of variable OpenType fonts

2022-07-13 Thread Werner LEMBERG
>> May I /very/ respectfully suggest that while support for colour >> emoji fonts may well be of interest to some, it would be more in >> the spirit of TeX to invest that effort into attempting to support >> the technology that underlies Zapfino Ink >>

Re: [XeTeX] Support of variable OpenType fonts

2022-07-13 Thread Werner LEMBERG
> May I /very/ respectfully suggest that while support for colour emoji > fonts may well be of interest to some, it would be more in the spirit > of TeX to invest that effort into attempting to support the technology > that underlies Zapfino Ink > .

Re: [XeTeX] \XeTeXpdffile causes over-long line unless wrapped in \hbox

2021-04-15 Thread Werner LEMBERG
> The effect on linebreaking is more or less accidental "test" can't be > hyphenated so it's not surprising that some lines can not be justified, and > the extra space or not space after the image is changing the linebreaking > in the paragraph. The thing is that xetex doesn't produce any warnin

Re: [XeTeX] xelatex not connecting letters in awami nastaliq font

2021-02-21 Thread Werner LEMBERG
> So the Script option is not relevant for Awami, but you do need the > Renderer=Graphite option to use the proper font engine. I wonder whether XeTeX could recognize this automatically. The Awami font in question, for example, doesn't contain a script tag for Arabic. If the font gets requeste

doc buglet in xetex-reference

2019-03-19 Thread Werner LEMBERG
[xetex-reference 2018-12-07] The description of \XeTeXcharclass starts as follows Assigns a class corresponding to ⟨interchar class⟩ (range 0–255) to a ⟨char slot⟩. [...] However, the range has been extended in XeTeX version 3.14159265-2.6-0.4; it should now rather be Assigns a cl

Re: [XeTeX] Controlling font embedding in PDF output

2018-11-16 Thread Werner LEMBERG
>> Not for my use case, which is to include many PDFs (generated by >> LilyPond) into a master PDF (generated by XeLaTeX). The >> post-processor (Ghostscript's ps2pdf script) should then compute >> subsetted fonts for the whole document, which can make the final >> PDF *a lot* smaller in comparison

Re: [XeTeX] Controlling font embedding in PDF output

2018-11-16 Thread Werner LEMBERG
> I tried to look into the updmap manual and dvipdfmx manual but I > cannot find command-line od configuration options to do that. Yeah, I started with that :-) Werner -- Subscriptions, Archive, and List information, etc.: http://tug.org/

Re: [XeTeX] Controlling font embedding in PDF output

2018-11-16 Thread Werner LEMBERG
> > Is there a simple option to make XeTeX (or rather xdvipdfmx) not > > embed fonts in PDFs? I'm going to post-process the output, which > > will do the embedding. > > Perhaps it is easier to generate the PDF, then remove the embedded > fonts? Not for my use case, which is to include many PDFs

[XeTeX] Controlling font embedding in PDF output

2018-11-15 Thread Werner LEMBERG
[Originally sent to the TeXLive mailing list, but this list is not really appropriate for this question.] Is there a simple option to make XeTeX (or rather xdvipdfmx) not embed fonts in PDFs? I'm going to post-process the output, which will do the embedding. Werner ---

Re: [XeTeX] not enough \XeTeXcharclass registers

2015-12-14 Thread Werner LEMBERG
[please CC me, I'm not subscribed to the XeTeX mailing list] > > I'm updating the `ucharclasses.sty' to completely cover Unicode. > > This style file maps Unicode character blocks to character classes, > > and I've hit the 256 entry limit of \XeTeXcharclass... > > > > Any chance to extend it to 1

[XeTeX] not enough \XeTeXcharclass registers

2015-12-12 Thread Werner LEMBERG
[XeTeX 3.14159265-2.6-0.2 (TeX Live 2015)] Folks, I'm updating the `ucharclasses.sty' to completely cover Unicode. This style file maps Unicode character blocks to character classes, and I've hit the 256 entry limit of \XeTeXcharclass... Any chance to extend it to 16 bits? Werner

Re: [XeTeX] [tex-hyphen] Help with UTF-8 Language

2014-10-09 Thread Werner LEMBERG
> My programming abilities are quite limited and I realize there > aren't many people who need to make hyphenation dictionaries, hence > the lack of good Unicode support. But would someone be willing to > help with a little more step-by-step help? I am a little confused > as how best to map the

Re: [XeTeX] [tex-hyphen] Help with UTF-8 Language

2014-10-09 Thread Werner LEMBERG
> When working with Unicode and OpenType fonts, XeTeX applies > hyphenation to the characters of the text, not to glyph indices in a > font. Aah, very good! And completely undocumented in `xetex-reference.pdf', of course... On the other hand: What does the limitation to OpenType font mean? > T

Re: [XeTeX] [tex-hyphen] Help with UTF-8 Language

2014-10-09 Thread Werner LEMBERG
>> Today, this design problem can be circumvented natively by luatex >> only, > > Does XeTeX also address this issue (open question, not one to which > I claim to already know the answer)? I think XeTeX doesn't offer this level of manipulation. However, I don't know how much it has inherited fr