Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas
@ 2021-11-24 23:10 ericonr
  2021-12-15 17:36 ` dkwo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ericonr @ 2021-11-24 23:10 UTC (permalink / raw)
  To: ml

[-- 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Beamer slides with texlive can't find font for letters inside math formulas
  2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
@ 2021-12-15 17:36 ` dkwo
  2021-12-17 18:32 ` dkwo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2021-12-15 17:36 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

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

Comment:
Indeed, Arch installs the file texlive-fontsextra.maps, see https://github.com/archlinux/svntogit-packages/tree/packages/texlive-fontsextra/trunk

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Beamer slides with texlive can't find font for letters inside math formulas
  2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
  2021-12-15 17:36 ` dkwo
@ 2021-12-17 18:32 ` dkwo
  2021-12-19  3:59 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2021-12-17 18:32 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

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

Comment:
see also #32507

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Beamer slides with texlive can't find font for letters inside math formulas
  2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
  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
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-12-19  3:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

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

Comment:
Nice find.

I don't like the approach that requires maintaining yet another huge file, but it might be unavoidable :/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Beamer slides with texlive can't find font for letters inside math formulas
  2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
                   ` (2 preceding siblings ...)
  2021-12-19  3:59 ` ericonr
@ 2022-06-16  2:14 ` github-actions
  2022-06-16 12:00 ` dkwo
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-16  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

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

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Beamer slides with texlive can't find font for letters inside math formulas
  2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
                   ` (3 preceding siblings ...)
  2022-06-16  2:14 ` github-actions
@ 2022-06-16 12:00 ` dkwo
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2022-06-16 12:00 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

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

Comment:
I tried compiling the example above with pdflatex,
and now it works.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-16 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 23:10 [ISSUE] Beamer slides with texlive can't find font for letters inside math formulas ericonr
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

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).