Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build: "Metric (TFM) file or in stalled font not found." #9

Open
bicyclesonthemoon opened this issue Aug 3, 2023 · 4 comments

Comments

@bicyclesonthemoon
Copy link

according to instruction, installed:
texlive, texlive-collection-xetex, texlive, texlive-collection-bibtexextra, biber.
cloned the repository.
attempted to make.
Failed with this:

$ make
xelatex -halt-on-error -file-line-error -shell-escape manual.tex
This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021/Cygwin) (preloaded format=xelatex)
 \write18 enabled.
entering extended mode
(./manual.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-02-24> (./CommodoreBlueBook.cls
Document Class: CommodoreBlueBook 2022/01/26 The Commodore Blue Book Class v1.0

(/usr/share/texmf-dist/tex/latex/base/book.cls
Document Class: book 2021/10/04 v1.4n Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/fleqn.clo)
(/usr/share/texmf-dist/tex/latex/base/bk11.clo
/usr/share/texmf-dist/tex/latex/base/bk11.clo:54: Font TU/lmr/m/n/10.95=[lmroma
n10-regular]:mapping=tex-text; at 10.95pt not loadable: Metric (TFM) file or in
stalled font not found.
<to be read again>
                   relax
l.54 \normalsize

No pages of output.
Transcript written on manual.log.
make: *** [Makefile:62: manual.aux] Error 1

If I understand it correctly, some font is missing,
but no font was listed in the dependencies to install.

Also, since this is hosted on the github anyway, why not publish github releases with the already generated document instead of everyone having to redundantly generate it on their own?

@mooinglemur
Copy link

There is a workflows build on the actions tab here on GitHub. It's built with every merge or commit to the master branch

@jestin
Copy link
Collaborator

jestin commented Aug 31, 2023

@bicyclesonthemoon can you provide some system details? The dependencies listed work for me and are all that are needed for the automated github builds as well. I'd like to fix this and make sure the dependencies are correct for as many systems as possible, but I may need your help in figuring that out.

@bicyclesonthemoon
Copy link
Author

I tried this in Cygwin on Windows 10. 64 bit.
You need anything more specific about the Windows or the Cygwin?

(At home I try the same on Debian, and there it worked ok)

@jestin
Copy link
Collaborator

jestin commented Sep 10, 2023

@bicyclesonthemoon do you know how to install the missing font and get cygwin to build? I'd love to update the build instructions so that cygwin builds work, but I don't have a windows system to play around with. If you find the right fix, you can either submit a pull request, or just post it here and I'll update it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants