The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
104 views

Font error: zplmr7m [closed]

Latex Error: miktex-maketfm: No creation rule for font zplmr7m. ! Font OML/zplm/m/it/14.4=zplmr7m at 14.4pt not loadable: Metric (TFM) file not found. miktex-maketfm: No creation rule for font ...
19
votes
1answer
185 views

What does different \fontdimen<num> mean

I know that \fontdimen<num> returns some dimensions associated with the current font. What are they?
0
votes
1answer
159 views

problem with qpxmath: qplri at Xpt not loadable: Metric (TFM) file not found

I face problems while using Gyre with MiKTeX. The simple example is a template for a journal, downloadable at http://nlp.ipipan.waw.pl/ojs/public/jlm-latex.zip Following the README file, I installed ...
5
votes
1answer
175 views

Why will TeX only find my tfm file for 11pt and 12pt fonts, not for 10pt?

In this answer I did something one shouldn't really do: I modified the font metric file cmsy10.tfm and saved it in my working TeX directory without changing the name. This had the desired effect: ...
1
vote
0answers
1k views

Problem with loading font metrics file [closed]

Trying to make PDF output with pdflatex halts with this message: Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not found After searching a bit I found that file ptmr8t.tfm is ...
3
votes
3answers
243 views

Tweaking numeral height (and baseline)

I am using the Computer Modern Unicode Bright font, in the OpenType version (see http://cm-unicode.sourceforge.net or http://www.ctan.org/tex-archive/fonts/cm-unicode) in a XeLaTeX-compiled document. ...
32
votes
4answers
2k views

What exactly is leading?

Wikipedia: In typography, leading ( /ˈlɛdɪŋ/) refers to the distance between the baselines of successive lines of type. By this definition, isn't it the same thing as line height? But in ...
4
votes
1answer
300 views

Why doesn't math \fontdimen's work with XeTeX?

Why doesn't the \fontdimen-command change anything with XeTeX? \input pgffor \def\chfndims#1{\foreach\dim in{13,...,19}{\fontdimen\dim#1=20pt}} \font\mymathfn="XITS Math:script=math" at 10pt ...
8
votes
1answer
441 views

Calculate font metrics for glyphs inside MetaPost figures

I'm looking for a way to calculate the ascent and descent of a character glyph after it has been scaled and then drawn into a MetaPost figure. With TikZ, I can do this fairly easily by performing ...
23
votes
6answers
1k views

Bad positioning of math accents for the beamer standard font

With a recent TeX distribution, the easy answer to this question is "load the sansmathaccent package" (which is Ariel's implementation of my answer). Actually, the corrected font should be loaded ...
8
votes
1answer
303 views

How to adjust the slant angle of a diacritic

I am trying to change the slant angle of an accent. I have used the fontdimen to adjust the quantity. The first portion of the code that follows adjusts fontdimen5 (the x-height). This works as you ...
5
votes
1answer
785 views

How to make a command for a composed symbol to work with all font sizes?

In my paper I need a letter $\mathbb{R}$ with a small circle above it. Currently I'm using the following command: \newcommand{\obbR}{{\mbox{\kern1.4pt \raisebox{7pt} {\scriptsize$\circ$} ...
4
votes
2answers
451 views

How to make sense of font metrics?

If I have a Tex font, and I want to really understand how it will be laid out by Tex, and what features of the font to bear in mind when tuning my output to be beautiful, what tools are useful for ...