make bundle: LaTeX Error: File `cmap.sty' not found. #16

Closed
opened 2022-10-14 09:27:30 +02:00 by dancingCycle · 1 comment
Member

Hi folks,
Following the README and calling make bundle ends up with this output.

...
The LaTeX files are in build/latex.
Run 'make' in that directory to run these through (pdf)latex
(use `make latexpdf' here to do that automatically).
make[2]: Entering directory '/home/begerad/git/wtf/handbuch-gen/build/latex'
latexmk -pdf -dvi- -ps-  'rtfm-dashandbuchzurwtfeg.tex'
Rc files read:
  /etc/LatexMk
  ./latexmkrc
Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': The following rules & subrules became out-of-date:
      'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex   -recorder  "rtfm-dashandbuchzurwtfeg.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./rtfm-dashandbuchzurwtfeg.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-01-09> xparse <2020-03-03> (./sphinxmanual.cls
Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)

! LaTeX Error: File `cmap.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 

Am I missing dependencies that are not mentioned yet?

Cheers!

Hi folks, Following the [README](https://git.wtf-eg.de/wtf-eg/handbuch-gen/src/branch/main/README.md) and calling `make bundle` ends up with this output. ``` ... The LaTeX files are in build/latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). make[2]: Entering directory '/home/begerad/git/wtf/handbuch-gen/build/latex' latexmk -pdf -dvi- -ps- 'rtfm-dashandbuchzurwtfeg.tex' Rc files read: /etc/LatexMk ./latexmkrc Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "rtfm-dashandbuchzurwtfeg.tex"' ------------ This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./rtfm-dashandbuchzurwtfeg.tex LaTeX2e <2020-10-01> patch level 4 L3 programming layer <2021-01-09> xparse <2020-03-03> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2020/04/10 v1.4m Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) ! LaTeX Error: File `cmap.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ``` Am I missing dependencies that are not mentioned yet? Cheers!
Author
Member

The particular error message

! LaTeX Error: File `cmap.sty' not found.

can be solved like this.

apt-get install texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra

Cheers!

The particular error message ``` ! LaTeX Error: File `cmap.sty' not found. ``` can be solved like this. ``` apt-get install texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra ``` Cheers!
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/handbuch-gen#16
No description provided.