93 reputation
6
bio website
location
age
visits member for 9 months
seen 2 days ago
stats profile views 1

Apr
27
comment Middle English Yogh character
Okay, I think I may need a bit of help installing fonts with metafont. I'm using ubuntu and I've tried putting the cmoefont folder in /usr/local/texlive/2011/texmf-dist/fonts/source/public/ as well as ~/texmf/tex/latex/ and I ran mf on cmoett10.mf as well as mktexmf in both directories, but I can't seem to make fontspec use either font. Furthermore, mf simply produces cmoett10.2062gf and a .log file and mktexmf doesn't seem to produce anything. Do you know how to install the font properly and get it working with XeTeX?
Apr
27
comment Middle English Yogh character
Thanks very much, I've found it :) I'm not quite sure how to install it though, I've run metafont on it, I think, but XeTeX can't seem to find it
Apr
27
awarded  Informed
Apr
27
comment Middle English Yogh character
Hi :) Well, I'm using the standard Computer Modern font for my transliterations. I'm basically trying to produce a document on Futhorc - the Old English Runic alphabet. For the runes, I do use Junicode, but I want to use Computer Modern, ideally, for the rest of the text and the transliterations. For the sake of constituency, I was hoping to stick with computer modern and was hoping there might be a package like TIPA for the IPA or textgreek for Greek, that would allow me to input the yogh in a computer modern style font.
Apr
27
asked Middle English Yogh character
Jul
27
awarded  Nice Question
Jul
27
awarded  Scholar
Jul
27
comment Using TIPA with fontspec
Oho, that is very good - well done and thanks very much :) :)
Jul
27
accepted Using TIPA with fontspec
Jul
27
comment Using TIPA with fontspec
Hmmmm, okay, thank you. So, with the definition of the IPA environment and \textipa{} above: \textipa{\texttt{f@"nEtIks}} produces fǝ n t ks in the default monospace font, whilst: \begin{IPA}\texttt{f@"nEtIks}}\end{IPA} produces fǝˈnɛtɪks with the standard, computer modern font. What should I be using instead?
Jul
27
comment Using TIPA with fontspec
Hmmmmm I thought that, perhaps because, by using \ttfamily I am declaring a new font family - does computer modern (as in cmr) include computer modern's typewriter text font. I'm not actually sure whether the default is teletype, teletype l or typewriter proportional.
Jul
27
comment Using TIPA with fontspec
N.B.: I had to include a slight modification of your original advice: \renewenvironment{IPA}{\fontfamily{cmr}\tipaencoding}{} in order to get the IPA environment to work with \slshape
Jul
27
comment Using TIPA with fontspec
Hi, egreg, thanks very much that works perfectly :) Sadly, however, I have to ask you to extend a little more help. That worked really nicely, but using \textipa{} with fontspec, for some reason, causes the symbols ", E and I not to display. They do display correctly within the IPA environment, i.e. between \begin{IPA}\end{IPA}. Using \begin{IPA}\slshape f@"nEtIks\end{IPA} does work (although \begin{IPA}\textsl{f@"nEtIks}\end{IPA} seems not to. Obviously that doesn't matter much, but I wanted to try typewriter text and, sadly, neither \ttfamily nor \texttt{} seem to work.
Jul
26
awarded  Editor
Jul
26
revised Using TIPA with fontspec
deleted 3 characters in body
Jul
26
awarded  Supporter
Jul
26
awarded  Student
Jul
26
asked Using TIPA with fontspec