unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65136: mktexpk cannot create bitmap font for umvs
@ 2023-08-07 20:25 Dr. Arne Babenhauserheide
  2023-08-07 21:10 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2023-08-07 20:25 UTC (permalink / raw)
  To: 65136

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

Hi,

I restarted my system after a few weeks of uptime and now my LaTeX files
no longer compile: I get the error

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 umvs
mktexpk: don't know how to create bitmap font for umvs.
mktexpk: perhaps umvs is missing from the map file.

However it does work when I call

guix shell texlive -- pdflatex -shell-escape file.tex

My manifest contains as tex-relevant packages:

  "font-tex-gyre"

  "texinfo"
  "texlive"
  "texlive-ae"
  "texlive-amsfonts"
  "texlive-bin"
  "texlive-charter"
  "texlive-cm-super"
  "texlive-fontinst"
  "texlive-ec"
  "texlive-iwona"
  "texlive-latex-fonts"
  "texlive-rsfs"
  "texlive-inconsolata"
  "texlive-mdwtools"
  "texlive-ms"
  "texlive-polyglossia"
  "texlive-titlesec"
  "texlive-lh"
  "texlive-metafont"
  "texlive-mflogo"
  "texlive-mflogo-font"
  "texlive-palatino"
  "texlive-hyphen-complete"
  "texlive-times"
  "texlive-txfonts"
  "texlive-zapfding"


Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

* bug#65136: mktexpk cannot create bitmap font for umvs
  2023-08-07 20:25 bug#65136: mktexpk cannot create bitmap font for umvs Dr. Arne Babenhauserheide
@ 2023-08-07 21:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-08-07 21:10 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 65136

Hello,

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> I restarted my system after a few weeks of uptime and now my LaTeX files
> no longer compile: I get the error
>
> kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 umvs
> mktexpk: don't know how to create bitmap font for umvs.
> mktexpk: perhaps umvs is missing from the map file.
>
> However it does work when I call
>
> guix shell texlive -- pdflatex -shell-escape file.tex
>
> My manifest contains as tex-relevant packages:
>
>   "font-tex-gyre"
>
>   "texinfo"
>   "texlive"
>   "texlive-ae"
>   "texlive-amsfonts"
>   "texlive-bin"
>   "texlive-charter"
>   "texlive-cm-super"
>   "texlive-fontinst"
>   "texlive-ec"
>   "texlive-iwona"
>   "texlive-latex-fonts"
>   "texlive-rsfs"
>   "texlive-inconsolata"
>   "texlive-mdwtools"
>   "texlive-ms"
>   "texlive-polyglossia"
>   "texlive-titlesec"
>   "texlive-lh"
>   "texlive-metafont"
>   "texlive-mflogo"
>   "texlive-mflogo-font"
>   "texlive-palatino"
>   "texlive-hyphen-complete"
>   "texlive-times"
>   "texlive-txfonts"
>   "texlive-zapfding"

This setup is not correct, as you're mixing monolithic package
(`texlive') and an incomplete modular system (`texlive-*').

According to the manual, if you want to use modular TeX Live, you need
to provide at least a scheme or a collection, such as
`texlive-scheme-basic'.  You should also remove `texlive'.

Does it work if you update your manifest?

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-08-07 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 20:25 bug#65136: mktexpk cannot create bitmap font for umvs Dr. Arne Babenhauserheide
2023-08-07 21:10 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).