Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas
Date: Thu, 25 Nov 2021 00:10:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34235@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2763 bytes --]

New issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34235

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.14.16_1 x86_64-musl GenuineIntel notuptodate rDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
* package: 
  * texlive-fontsextra-2020.57042_1
  * texlive-20200406_10

### Expected behavior

Running `pdflatex test.tex`, where `test.tex` contains the content below, successfully generates a PDF.

```
\documentclass[pdf]{beamer}

\mode<presentation>{}

\usepackage{amsmath}

\begin{document}

\begin{frame}{Title}
	Some math:
	\[1+y=2a\]
\end{frame}

\end{document}
```

### Actual behavior

It errors out, I believe the relevant part of the error is:

```
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty)
(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(./tf2.out) (./tf2.out)
(/usr/share/texmf-dist/tex/latex/translator/translator-basic-dictionary-English
.dict)
(/usr/share/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-
English.dict)
(/usr/share/texmf-dist/tex/latex/translator/translator-environment-dictionary-E
nglish.dict)
(/usr/share/texmf-dist/tex/latex/translator/translator-months-dictionary-Englis
h.dict)
(/usr/share/texmf-dist/tex/latex/translator/translator-numbers-dictionary-Engli
sh.dict)
(/usr/share/texmf-dist/tex/latex/translator/translator-theorem-dictionary-Engli
sh.dict) (./tf2.nav) (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd)
(/usr/share/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd) [1{/usr/sha
re/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./tf2.aux)
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+57/600 --dpi 657 mathkerncmssi10
mktexpk: don't know how to create bitmap font for mathkerncmssi10.
mktexpk: perhaps mathkerncmssi10 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.
 )
!pdfTeX error: pdflatex (file mathkerncmssi10): Font mathkerncmssi10 at 657 not
 found
 ==> Fatal error occurred, no output PDF file produced!
```

Running `updmap -user --enable Map=sansmathaccent` to generate a local font map is enough to fix this; maybe fixing the hooks is enough.

### Steps to reproduce the behavior



             reply	other threads:[~2021-11-24 23:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 23:10 ericonr [this message]
2021-12-15 17:36 ` dkwo
2021-12-17 18:32 ` dkwo
2021-12-19  3:59 ` ericonr
2022-06-16  2:14 ` github-actions
2022-06-16 12:00 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34235@inbox.vuxu.org \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).