Re: [XeTeX] How to mix math fonts?

2011-07-13 Thread Mojca Miklavec
On Tue, Jul 12, 2011 at 14:23, Will Robertson wrote: > On 06/07/2011, at 3:41 PM, Mojca Miklavec wrote: > >> I would like to know how I can use unicode-math package for mixing >> multiple fonts. (I don't mean taking a few characters from one font >> and a few symbols from the other.) I would like t

Re: [XeTeX] How to mix math fonts?

2011-07-13 Thread Ulrike Fischer
Am Wed, 13 Jul 2011 09:27:57 +0200 schrieb Mojca Miklavec: > As Ulrik already pointed out: we actually only have a feature request > for you: to create a version of unimath-symbols.ltx that would be able > to compare two fonts side-by-side (when testing new fonts and > comparing them with some com

[XeTeX] Hyphenation exceptions for German -- how?

2011-07-13 Thread Thomas Fehige
Hello everybody, I'm trying to typeset a book with XeLaTeX. The main language is German, there will be other assorted Western languages like French, British English, Italian and Latin in small doses. I'm trying to enter hyphenation exeptions for German. The \hyphenation{...} command I used to

Re: [XeTeX] Hyphenation exceptions for German -- how?

2011-07-13 Thread Arno Trautmann
Hi Thomas, short answer: use \hyphenation after \begin{document}, then it works. However, I've been wondering for a while now why this is the case – can someone explain this behaviour? cheers Arno Thomas Fehige wrote: Hello everybody, I'm trying to typeset a book with XeLaTeX. The main lang

Re: [XeTeX] Hyphenation exceptions for German -- how?

2011-07-13 Thread Tilman Hannemann
Hi Thomas, Just put the hyphenation defintions after \begin{document}, then everything should work as expected. Yours, Tilman --- \documentclass[12pt]{article} \usepackage{fontspec} \usepackage{xltxtra} \usepackage{polyglossia} \setdefaultlanguage{german} \begin{document} \hyphenation{

Re: [XeTeX] Hyphenation exceptions for German -- how?

2011-07-13 Thread Ross Moore
Hello Arno, On 14/07/2011, at 6:38 AM, Arno Trautmann wrote: > Hi Thomas, > > short answer: use \hyphenation after \begin{document}, then it works. > However, I've been wondering for a while now why this is the case – can > someone explain this behaviour? It could well be that the hyphenation

Re: [XeTeX] How to mix math fonts?

2011-07-13 Thread Ulrik Vieth
On 07/13/2011 04:15 PM, Ulrike Fischer wrote: Did my version not work for you? I had no problems to compare your two fonts with it? With a bit of hacking (mostly adjusting for unicode-math versions), I managed to get it working, but I decided to generalize it a bit. So here's the version I ca