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

2023-09-09 Thread Mike Maxwell
On 9/9/2023 4:20 PM, Ulrike Fischer wrote: Am Sat, 9 Sep 2023 15:39:51 -0400 schrieb Mike Maxwell: I haven't tried LuaTeX in recent years, but it sounds like if you ran Burmese through it and used the HarfBuzz shaper instead of the default(?) shaper, it might work for Burmese. Yes

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

2023-09-09 Thread Mike Maxwell
eports). I haven't tried LuaTeX in recent years, but it sounds like if you ran Burmese through it and used the HarfBuzz shaper instead of the default(?) shaper, it might work for Burmese. I'll be interested to hear what you find. Mike Maxwell On 9/9/2023 2:29 PM, Andrew Goldstone wrote:

Re: [XeTeX] diacritics stacking using anchor points

2021-10-25 Thread Michael Maxwell
M10-Regular.otf> thanks for any help, Antonis. -- Mike Maxwell "Digital objects last forever--or five years, whichever comes first." --Jeff Rothenberg

Re: [XeTeX] strange case of overlapping graphics

2021-06-10 Thread Michael Maxwell
ight dimensions. Zdeněk Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml On Thu, Jun 10 2021 at 9:26 -05, Herbert Schulz wrote: [...] Howdy, Also note that removing the height option from the first image will put the images side by side. Yes, I can reproduce this. Best regards Janusz --

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-24 Thread Mike Maxwell via XeTeX
On 4/23/2021 4:55 PM, Herbert Schulz wrote: The xelatexTR engine used by those files does exactly that... What is this xelatexTR? I just installed TeXLive 2021, and there doesn't seem to be any such file. Mike Maxwell

Re: [XeTeX] how to suppress doted circle next to a glyph

2020-09-25 Thread Michael Maxwell
8145 Université Paris Descartes 45, rue des Saints Pères F-75270 Paris Cedex 06 Tél. +33 (0)6 7892 5822 http://www.math-info.univ-paris5.fr/~patte FSF https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf -- Mike Maxwell "I may not remember, but I ne

Re: [XeTeX] startup time

2020-07-03 Thread Michael Maxwell
On 7/3/2020 2:28 PM, Zdenek Wagner wrote: There are several options: 1. Dump your own format with your styles. You will have to regenerate the format after update of any of these style files and you will have to take care of dependencies 2. Install TeX on a fast disk such as SSD 3.

[XeTeX] startup time

2020-07-03 Thread Michael Maxwell
to re-run them every time I want a PDF of a new version of my doc (or every time xetex finds a mistake in my doc). Is there no way to save the results of loading that, so that it could be re-loaded more quickly next time? -- Mike Maxwell "I may not remember, but I never f

Re: [XeTeX] Discretionary line-breaks in Tamil

2019-09-29 Thread Mike Maxwell
It should not, it seems to me, have a glyph. Instead, xetex should break the line or not when it encounters this code point, and then--regardless of the line break--delete the character. It's a zero width character, and its height is irrelevant (unlike a strut), so there's no shape to show. -- Mi

Re: [XeTeX] Xetex equiv to luatex's \directlua{}

2018-03-24 Thread Mike Maxwell
On 3/24/2018 6:13 AM, Philip Taylor (RHUoL) wrote: maxwell wrote: I'm just finishing up a project that involved typesetting text in several languages, while outputting an XML file that defined in X/Y coordinates the position and size of the bounding box surrounding each line of text

Re: [XeTeX] Xetex equiv to luatex's \directlua{}

2018-03-23 Thread maxwell
On 2018-03-23 16:44, David Carlisle wrote: there are several ways to get the box output in classic tex (or xetex) although perhaps the easiest (and safest in terms of not accidentally affecting the typeset positions) is to use \showoutput so all boxes are (somewhat verbosely) logged in the log

[XeTeX] Xetex equiv to luatex's \directlua{}

2018-03-23 Thread maxwell
algorithms. Getting TeX to tell me those Y-positions, as well as the vertical size of the box, was the difficult part. But maybe I was missing something obvious? Mike Maxwell University of Maryland -- Subscriptions, Archive, and List

Re: [XeTeX] Devanagari ASCII to Unicode mapping

2018-02-18 Thread Mike Maxwell
omeone was looking for these recently was for checking for plagiarism in student projects/thesis. I'd suggest contacting them. Their website is ldc.upenn.edu There's a "Contact us" tab near the upper right-hand corner of their page. -- Mike Maxwell "My definition of an

Re: [XeTeX] Devanagari ASCII to Unicode mapping

2018-02-17 Thread Mike Maxwell
-- Mike Maxwell "My definition of an interesting universe is one that has the capacity to study itself." --Stephen Eastmond -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Devanagari ASCII to Unicode mapping

2018-02-17 Thread Mike Maxwell
iconv can be used to map TSCII to other encodings, but for some reason it doesn't seem to have ISCII in its reportoire (it does include VISCII, but that's a legacy Vietnamese encoding). -- Mike Maxwell "My definition of an interesting universe is one that has the capacity

Re: [XeTeX] fontspec and fonts without certain styles

2017-10-26 Thread Mike Maxwell
On 10/26/2017 5:33 AM, Ulrike Fischer wrote: If you set the font explicitly the messages disappear: ... \setmainfont{Scheherazade}[Script=Arabic,ItalicFont=*,BoldFont=*,BoldItalicFont=*] Thanks, that's the answer I needed! -- Mike Maxwell "My definition of an interesting uni

[XeTeX] fontspec and fonts without certain styles

2017-10-25 Thread maxwell
ssage. I looked at the code for the \@@_find_autofonts macro in fontspec-internal.dtx, but it did not enlighten me. Maybe I should just not worry... MWE follows my sig line. Mike Maxwell University of Maryland ---MWE- \documentclass{article} \usepackage{fontspec} \s

[XeTeX] metalogo and bidi packages

2017-06-19 Thread maxwell
wouldn't help anyway. For the time being, doing the following before bidi is loaded seems to solve the problem: - \let\XeTeX\relax \let\XeLaTeX\relax - Mike Maxwell University of Maryland -- Subscriptions, Archive, and List

Re: [XeTeX] [INDOLOGY] {भारतीयविद्वत्परिषत्} Re: Issues with Sanskrit 2003 font

2017-06-18 Thread Mike Maxwell
Maxwell "My definition of an interesting universe is one that has the capacity to study itself." --Stephen Eastmond -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] new version of HarfBuzz

2017-04-24 Thread maxwell
portability and consistency. The other side of this, of course, is that they don't automatically benefit from library updates. Which brings me back to my original question: will xetex as distributed in TeXLive 2017 include this harfbuzz update? Or is it too late for that? Mike Maxwell

Re: [XeTeX] new version of HarfBuzz

2017-04-21 Thread maxwell
developers of that font, although I suppose Martin is the expert on this issue. I can also take this off-line if that would be more appropriate. Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo

[XeTeX] new version of HarfBuzz

2017-04-21 Thread maxwell
not clear to me whether this can get into xetex before the next TeXLive release, given the schedule here: https://www.tug.org/texlive/ Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo

[XeTeX] version issue? font issue

2017-01-17 Thread maxwell
k? Either in the font, or in xetex itself. (There's obviously an issue with the new version of the font, since earlier versions worked; but given that their copy of xetex works on this latest font and mine doesn't, it's possible there's also something amiss with the version of xetex I have.) Micha

[XeTeX] modified changebar.sty

2016-12-08 Thread maxwell
) it? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Fwd: Re: woff file

2016-10-05 Thread maxwell
t need), and the problem seems to have gone away. Thank you, Philip, for bringing the above post to my attention! Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

[XeTeX] woff file

2016-10-05 Thread maxwell
and xdvipdfmx should want a .woff file? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] prioritizing OTF fonts

2016-07-28 Thread maxwell
I suppose that might need to be done at the level of /etc/fonts/local.conf.) Thank you though! Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

[XeTeX] prioritizing OTF fonts

2016-07-27 Thread maxwell
over TTF fonts fc-list finds two such fonts. -- Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Embed full font in PDF

2016-07-22 Thread maxwell
ts in both proportionally and mono-spaced versions: https://en.wikipedia.org/wiki/Fira_Sans I'm not sure what its code point coverage is, nor whether it handles stacked diacritics; we'll see. Mike Maxwell -- Subscriptions, Archive, and List inform

Re: [XeTeX] Embed full font in PDF

2016-07-22 Thread maxwell
On 2016-07-22 14:55, Zdenek Wagner wrote: 2016-07-22 20:05 GMT+02:00 maxwell <maxw...@umiacs.umd.edu>: On 2016-07-22 13:29, maxwell wrote: ... Moral of the story: upgrade fonts before complaining. I had an opposite experience a few years ago. It was necessary to downgrade the DejaVu

Re: [XeTeX] Embed full font in PDF

2016-07-22 Thread maxwell
On 2016-07-22 13:29, maxwell wrote: The new version of Adobe Acrobat (which I have the misfortune to be using at my office) is outputting a warning where we didn't used to get a warning. Namely, it complains about one particular font in our PDFs. The warning is: Cannot extract the embedded

[XeTeX] Embed full font in PDF

2016-07-22 Thread maxwell
I can make a MWE if that would help; I'm just hoping someone else has already run into this problem and has a work-around :-). Mike Maxwell University of Washington -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] bidi and fontspec

2016-06-24 Thread maxwell
tex creds are not good): \usepackage{bidi} \csname @Latintrue\endcsname -- Mike Maxwell maxw...@umiacs.umd.edu "I cannot believe that our existence in this universe is a mere quirk of fate, an accident of history, an incidental blip in the great co

[XeTeX] bidi and fontspec

2016-06-24 Thread maxwell
fontspec seems to be necessary for this bug to happen. And I'm not actually invoking either bidi or fontspec. Can someone reproduce this? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo

Re: [XeTeX] fontspec and Nikosh font

2016-06-20 Thread maxwell
spec gives a warning when I do \newfontfamily\bengalifont[Script=Bengali]{Nikosh} unless I change \newfontscript{Bengali}{bng2,beng} to \newfontscript{Bengali}{beng} in fontspec-xetex.sty. Thanks for the pointer, Jonathan! Mike Maxwell -- Su

[XeTeX] fontspec and Nikosh font

2016-06-20 Thread maxwell
ssfully using Script= with the name of a script, e.g 'Script=Thaana', where Thaana is the name of a script, Dhivehi is the name of the language that uses the Thaana script.) Is this font using a non-standard way of tagging scripts? Or am I misunderstanding the way these codes are supposed to wor

Re: [XeTeX] discovering script support

2016-06-20 Thread maxwell
On 2016-06-20 16:20, Zdenek Wagner wrote: otfinfo --scripts font-file.otf Thanks, that's what I needed. For some reason otfinfo doesn't show up with 'apropos' on my machine... Mike Maxwell -- Subscriptions, Archive, and List information

[XeTeX] discovering script support

2016-06-20 Thread maxwell
h "does not contain script", but not afaict any that tell me how to determine what scripts a font supports. It may of course be possible that this font supports the Bengali script, but doesn't explicitly say that. But it makes

Re: [XeTeX] xelatex, hyperref, and new TeXLive

2016-06-16 Thread maxwell
r the help! Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] xelatex, hyperref, and new TeXLive

2016-06-15 Thread maxwell
vanilla install, I think the only non-default choice we made was to use 'letter' instead of 'a4'. 3) Is this a bug? (meaning should I report it?) Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman

Re: [XeTeX] xelatex, hyperref, and new TeXLive

2016-06-15 Thread maxwell
ou send me the full log off list and I'll see if I can debug Will do, thanks! Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] xelatex, hyperref, and new TeXLive

2016-06-15 Thread maxwell
a problem. But surely there are lots of people out there happily using xelatex and hyperref without any problem, right? Why is this only showing up now? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman

Re: [XeTeX] xetex installation

2016-03-13 Thread maxwell
Purnendu's original subject line, which got changed to "XeTeX Digest..." in the last reply. -- Mike Maxwell maxw...@umiacs.umd.edu "I cannot believe that our existence in this universe is a mere quirk of fate, an accident of history, an incidental bl

[XeTeX] Graphite vulnerability

2016-02-18 Thread maxwell
-0.2, from the TeX Live 2015 distro) says it uses Graphite2 v1.2.3. Will the next TeX Live distro's version of xetex use >= v.1.3.5? -- Mike Maxwell maxw...@umiacs.umd.edu "I cannot believe that our existence in this universe is a mere quirk of fate, an

Re: [XeTeX] DVIasm

2016-02-09 Thread maxwell
ary/2to3.html I think the only thing it didn't completely fix in several large programs we ran through it was the encoding conversion of stdin/stdout/stderr. As I recall, it has something to do with Python trying to detect the encoding in the shell

Re: [XeTeX] misplaced accents in printout only?

2016-01-21 Thread maxwell
On 2016-01-21 03:11, Stefan Solbrig wrote: The documentation in the texlive installation contains a document (xetex-reference.pdf) that describes this in detail. (locate the file or type "texdoc xetex" if you have texlive installed.) thanks, that's what I needed! Mi

Re: [XeTeX] misplaced accents in printout only?

2016-01-20 Thread maxwell
documents looking for misplaced diacritics... Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

[XeTeX] Problem with bidi + longtable + caption packages

2015-10-20 Thread maxwell
or the other of the places, loading the bidi bpackage before or after the \captionsetup command (it cannot be loaded before the caption pkg is loaded), etc. Did anyone else notice this last year, and if so, has it been fixed in the 2015 distro? Mike Maxwell University of Maryland

Re: [XeTeX] Problem with bidi + longtable + caption packages

2015-10-20 Thread maxwell
On 10/20/2015 9:34 PM, Herbert Schulz wrote: On Oct 20, 2015, at 7:55 PM, maxwell <maxw...@umiacs.umd.edu> wrote: I've encountered a problem in the interaction between the longtable, bidi, and caption packages. >> ... The longtable environment is like a tabular environment,

Re: [XeTeX] Incorrect rendering of Vedic Sanskrit accents

2015-05-22 Thread maxwell
that; I _think_ it's to precede the combining character by a non-breaking space (U+00A0). But I haven't tried that. Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo

Re: [XeTeX] Incorrect rendering of Vedic Sanskrit accents

2015-05-22 Thread maxwell
for that use case. Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

[XeTeX] conformance (was: color=FFFFFF...)

2015-03-29 Thread Mike Maxwell
. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond -- Subscriptions, Archive, and List information, etc.: http

Re: [XeTeX] fontspec and scaling

2015-01-20 Thread maxwell
optical size... Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] fontspec and scaling

2015-01-19 Thread Mike Maxwell
On 1/17/2015 3:57 PM, Zdenek Wagner wrote: 2015-01-17 20:39 GMT+01:00 Mike Maxwell maxw...@umiacs.umd.edu: ...I guess my question is: _If_ a font provides optical sizes, then presumably telling Fontspec which point size to use causes it to choose the optical size provided in the font (assuming

Re: [XeTeX] fontspec and scaling

2015-01-17 Thread Mike Maxwell
in an exact optical point size)? Or does Fontspec instead magnify/demagnify the glyphs from the document's default point size? -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself

[XeTeX] fontspec and scaling

2015-01-16 Thread maxwell
Scale as I would if I simply specified a larger point size? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

[XeTeX] avoiding line break after dash

2014-12-07 Thread Mike Maxwell
the paragraph; hence the text may seem longer than it needs to be, but I couldn't get the same bad result if I shortened it much. Suggestions? -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself

Re: [XeTeX] bidi, math, and amstext

2014-09-27 Thread Mike Maxwell
\fi * RLBug.xetex -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond -- Subscriptions, Archive, and List

Re: [XeTeX] bidi, math, and amstext

2014-09-27 Thread Mike Maxwell
On 9/27/2014 4:20 PM, Zdenek Wagner wrote: Your definition is fragile but a robust macro is needed inside \caption. Use \DeclareRobustCommand instead of \newcommand, the syntax is the same. Ah, thanks, I'll try that! -- Mike Maxwell maxw...@umiacs.umd.edu My definition

[XeTeX] bidi, math, and amstext

2014-09-26 Thread maxwell
} Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] bidi, math, and amstext

2014-09-26 Thread maxwell
Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] [arXiv #128410] Re: XeLaTeX generated pdf metadata

2014-09-24 Thread maxwell
On 2014-09-22 22:04, Axel E. Retif wrote: On 09/22/2014 08:42 PM, Mike Maxwell wrote: I guess these jokers haven't heard of Unicode. Are they stuck back in the 1990s? Are you and Philip Taylor even aware that you're replying directly to an arXiv administrator? I think arXiv and Cornell

Re: [XeTeX] [arXiv #128410] Re: XeLaTeX generated pdf metadata

2014-09-22 Thread Mike Maxwell
to reprocess your submission at your convenience. -- arXiv admin I guess these jokers haven't heard of Unicode. Are they stuck back in the 1990s? Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc.: http

Re: [XeTeX] font license

2014-09-04 Thread maxwell
PDF does subset the font, which is probably not the correct result if the no subsetting restriction in the font is taken at face value.) Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] rangecheck in --run--

2014-09-03 Thread maxwell
On 2014-08-27 18:49, maxwell wrote: On 2014-08-27 18:16, Jonathan Kew wrote: I'm curious why Ghostscript is being run at all. Is it trying to convert a PostScript or EPS graphic, when you intended to use a PDF directly? Maybe one of the users has a different version of the graphics package

[XeTeX] font license

2014-09-03 Thread maxwell
, and that some developers may not realize that (or not realize the implications). How do I find the exact license restrictions on a truetype font? Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc

Re: [XeTeX] font license

2014-09-03 Thread maxwell
certainly the sort of thing I was looking for. How did you extract that? (and from what file?) Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] font license

2014-09-03 Thread maxwell
in the Scheherazade font either, and xdvipdfmx treats that as embeddable. So I'm not sure in FontForge how to get at the embeddability information that xdvipdfmx (and Microsoft's font info plugin) is using. Mike Maxwell -- Subscriptions, Archive

Re: [XeTeX] font license

2014-09-03 Thread maxwell
and as UTF-16; at a guess, the latter is what Lorna reported in the Windows app (and what I also see in FontForge) as looking like a Chinese license! Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman

[XeTeX] rangecheck in --run--

2014-08-27 Thread maxwell
seem to be the same thread, and afaict are irrelevant. We're running the version of xetex that came with TeXLive 2014 (3.14159265-2.6-0.1) on Linux. Any suggestions as to what I should be looking for? Mike Maxwell University of Maryland

Re: [XeTeX] rangecheck in --run--

2014-08-27 Thread maxwell
, and 'which ghostscript' returns v8.70); but at least we have s.t. to look at. But--how did you figure this out? I see no mention of Ghostscript/Postscript in the error msg. Mike Maxwell -- Subscriptions, Archive, and List information, etc

Re: [XeTeX] rangecheck in --run--

2014-08-27 Thread maxwell
original? I don't think so, but I'll certainly check when this other user gets back (Wednesday). Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] jpg image and text overlapping

2014-08-05 Thread maxwell
a StripOffsets tag.) Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] jpg image and text overlapping

2014-08-04 Thread maxwell
create a PDF using pdflatex, and import that into my xetex file instead of the original jpg. But before I try all these things, it would be nice to know if someone else has found a work-around... Mike Maxwell -- Subscriptions, Archive

Re: [XeTeX] jpg image and text overlapping

2014-08-04 Thread maxwell
Mike Maxwell (me) wrote: I'm looking at one of our jpgs in a text editor, and while I see the string Exif near the top, I don't see any jfif-like string. Stefan Solbrig wrote: You can find 'JFIF' of tombe.jpg at position 6, meaning, there are six other bytes before the string. OK, I can

[XeTeX] bidi question

2014-07-15 Thread maxwell
fill fill fill fillfillfillfi. } refer to second footnote.\footnote{Another footnote.} \end{document} -- Mike Maxwell University of Maryland -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] morewrites and bibtex

2014-07-07 Thread maxwell
had the problem. Thanks to Bruno for this package, and for responding to my original msg. Mike Maxwell On 2013-02-09 14:34, Mike Maxwell wrote: On 2/9/2013 6:29 AM, Bruno Le Floch wrote: I'm the author of morewrites, which has to perform various hacks to go around the hard limitation

[XeTeX] embedding PDF, 1.4 vs. 1.5

2014-06-17 Thread maxwell
the TeXLive 2013 version = 3.1415926-2.5-0..3-2013060708.) Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] embedding PDF, 1.4 vs. 1.5

2014-06-17 Thread maxwell
On 2014-06-17 11:31, maxwell wrote: Late last year, I ran into a problem in which I could embed a PDF v1.4, but not v1.5 (I have not tried this with newer versions of PDFs, which are now up to 1.7). The problem and its work-around are described here: http://tug.org/mailman/htdig/xetex/2012

Re: [XeTeX] stacking diacritics without mark-to-mark

2014-03-12 Thread maxwell
). Regards, Khaled Afaict, this does not work under the TeXLive 2013 version, at least not with this publisher's font. Am I missing s.t.? Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman

Re: [XeTeX] stacking diacritics without mark-to-mark

2014-03-12 Thread Mike Maxwell
and bottom marks, but that may not be a safe assumption. The problems we've seen so far have been with stacked diacritics. And of course there may be a better forum than this to ask this question. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting

Re: [XeTeX] FreeSerif fonts and devanagari ligatures

2014-03-10 Thread Mike Maxwell
any revised version of anything else from TeXLive 2013. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond

Re: [XeTeX] BibLaTeX/ biber question

2014-02-09 Thread Mike Maxwell
looking for this for several hours, I gave up and started working on s.t. else. And found what I wasn't looking for. For the record, I think: \nocite{*} does what I want. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has

Re: [XeTeX] xetex and the unicode bidirectional algorithm.

2013-12-09 Thread maxwell
On 2013-12-09 11:15, Zdenek Wagner wrote: A bit off topic, dou you know a good Linux text editor woth properly implemented bidi algorithm so that I could type multilingual texts? Yudit (http://www.yudit.org/) claims to be that. I have not used it. Mike Maxwell

Re: [XeTeX] openType and xetex

2013-12-03 Thread maxwell
, if the 0..3 part is any indication, xetex is now using Harfbuzz, correct? Mike Maxwell The gentle giants of Harfang salute you. -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] openType and xetex

2013-12-03 Thread maxwell
On 2013-12-03 17:27, maxwell wrote: Anyway, if the 0..3 part is any indication, xetex is now using Harfbuzz, correct? Aargh, just noticed that the version information already says this. -- Subscriptions, Archive, and List information, etc

Re: [XeTeX] Problems in Devanagari typing.

2013-11-24 Thread Mike Maxwell
. Perhaps you could be more specific? -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond -- Subscriptions, Archive

Re: [XeTeX] [tex-hyphen] Hyphenation of polytonic Greek (expressed in Unicode)

2013-09-12 Thread Mike Maxwell
if this doesn't work as well in XeTeX as one might hope. -- Mike Maxwell The biggest danger is not ignorance, but the illusion of knowledge. --Stephen Hawking -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman

Re: [XeTeX] bold small caps, but no regular small caps

2013-08-02 Thread maxwell
by italics (see below), things get weirder: I haven't tried this on my Windows/Cygwin machine yet (I'm on another machine now). Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] bold small caps, but no regular small caps

2013-07-29 Thread Mike Maxwell
, but xelatex reports ! LaTeX error: kernel/key-choice-unknown ! ! Key 'fontspec-renderer/Renderer' accepts only a fixed set of choices. --- -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself

Re: [XeTeX] bold small caps, but no regular small caps

2013-07-29 Thread Mike Maxwell
On 7/29/2013 10:06 AM, Elliott Roper wrote: Try this \setmainfont[Mapping=tex-text,Renderer=ICU]{Charis SIL} No, afraid that doesn't work either. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity

Re: [XeTeX] morewrites and bibtex

2013-02-09 Thread Mike Maxwell
version on ctan.org, so I'll give that a shot before I try making the minimal example. Thanks! -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond

[XeTeX] morewrites and bibtex

2013-02-08 Thread maxwell
/pipermail/xetex/2011-December/022463.html is relevant. Mike Maxwell -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] redefining Unicode characters

2013-01-15 Thread Mike Maxwell
table). Wow, I'm impressed! When will this new XeTeX be coming out? Do I need to wait for TeXLive 2013? -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond

[XeTeX] redefining Unicode characters

2013-01-14 Thread Mike Maxwell
problems that will arise later when we have other sequences of stacked diacritics, which are not given pre-composed forms in the publisher's font. -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study

Re: [XeTeX] xelatex and tikzpicture

2013-01-01 Thread Mike Maxwell
On 12/31/2012 3:02 PM, msk...@ansuz.sooke.bc.ca wrote: On Mon, 31 Dec 2012, Mike Maxwell wrote: Dia will also output a .tex file, which uses the tikz package. I tried this, using \input{filename.tex} in my xelatex file (along with the \usepackage{tikz} and \usepackage{morewrites}). I get

Re: [XeTeX] xelatex and tikzpicture

2013-01-01 Thread Mike Maxwell
To finish up this thread: On 12/31/2012 3:44 PM, msk...@ansuz.sooke.bc.ca wrote: On Mon, 31 Dec 2012, Mike Maxwell wrote: Why are you using morewrites? Because it was running out of places to write to (there's a limit of 16 files, I understand) without morewrites. This seems surprising

[XeTeX] xelatex and tikzpicture

2012-12-31 Thread Mike Maxwell
the latest TexLive 2012 version (XeTeX 3.1415926-2.4-0.9998). -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond

Re: [XeTeX] xelatex and tikzpicture

2012-12-31 Thread Mike Maxwell
On Mon, 31 Dec 2012, Mike Maxwell wrote: Dia will also output a .tex file, which uses the tikz package. I tried this, using \input{filename.tex} in my xelatex file (along with the \usepackage{tikz} and \usepackage{morewrites}). I get approximately half a bazillion warnings from xelatex

Re: [XeTeX] Problem with includegraphics of pdf file version 1.5 which was fixed when converting to version 1.4

2012-12-11 Thread Mike Maxwell
/Use.htm but don't see any parameter to change the pdf version. What was your command line for the conversion? -- Mike Maxwell maxw...@umiacs.umd.edu My definition of an interesting universe is one that has the capacity to study itself. --Stephen Eastmond

  1   2   >