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

TeXLive: LaTeX document using newtxtext package fails compilation #14157

Closed
romildo opened this issue Mar 23, 2016 · 1 comment
Closed

TeXLive: LaTeX document using newtxtext package fails compilation #14157

romildo opened this issue Mar 23, 2016 · 1 comment

Comments

@romildo
Copy link
Contributor

romildo commented Mar 23, 2016

Compilation of LaTeX documents using the newtxtext LaTeX package fails because of font issues.

For instance, the LaTeX document test.tex below does not compile.

\documentclass[a4paper]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{newtxtext}

\begin{document}

Hello, world!

\end{document}
$ pdflatex test
[...]
(/nix/store/dp1nnj98fbwvf9zdfm4424np34f8ilcd-texlive-combined-2015/share/texmf/
tex/latex/base/ts1cmr.fd) [1{/nix/store/dp1nnj98fbwvf9zdfm4424np34f8ilcd-texliv
e-combined-2015/share/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./test.aux) )

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ntx-Regular-tlf-t1
mktexpk: don't know how to create bitmap font for ntx-Regular-tlf-t1.
mktexpk: perhaps ntx-Regular-tlf-t1 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

!pdfTeX error: /run/current-system/sw/bin/pdflatex (file ntx-Regular-tlf-t1): F
ont ntx-Regular-tlf-t1 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!

In my unstable NixOS system configuration I have:

  environment.systemPackages = with pkgs; [
    ( texlive.combine {
        inherit (texlive) scheme-full ;
    } )
    # other packages
  ];

cc @vcunat

vcunat pushed a commit to vcunat/nixpkgs that referenced this issue Apr 2, 2016
@romildo
Copy link
Contributor Author

romildo commented Feb 16, 2017

It works now.

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

1 participant