Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] pdflatex Font not found
@ 2020-05-16 12:51 shtayerc
  2020-05-16 13:21 ` Anachron
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: shtayerc @ 2020-05-16 12:51 UTC (permalink / raw)
  To: ml

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

New issue by shtayerc on void-packages repository

https://github.com/void-linux/void-packages/issues/22012

Description:
### System
* xuname:  
  Void 5.4.41_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFF
* package:  
  texlive-bin-2020_1

### Expected behavior
`pdflatex` successfully compiles
### Actual behavior
```
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-05-14>
(/opt/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/opt/texlive/2020/texmf-dist/tex/latex/base/size10.clo))
(/opt/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def)
(./test.aux) [1{/opt/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
] (./test.aux) )
!pdfTeX error: /opt/texlive/2020/bin/x86_64-linux/pdflatex (file tcrm1000): Fon
t tcrm1000 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
```
### Steps to reproduce the behavior
Run `pdflatex test.tex`.

Content of test.tex:
```tex
\documentclass{article}
\begin{document}
\begin{itemize}
    \item Test
\end{itemize}
\end{document}
```

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

* Re: pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
@ 2020-05-16 13:21 ` Anachron
  2020-05-16 13:27 ` flexibeast
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2020-05-16 13:21 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/22012#issuecomment-629644846

Comment:
Install the missing font?

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

* Re: pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
  2020-05-16 13:21 ` Anachron
@ 2020-05-16 13:27 ` flexibeast
  2020-05-16 13:32 ` flexibeast
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: flexibeast @ 2020-05-16 13:27 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/issues/22012#issuecomment-629645710

Comment:
Can't reproduce here; running `pdflatex` on `test.tex` completes successfully.

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

* Re: pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
  2020-05-16 13:21 ` Anachron
  2020-05-16 13:27 ` flexibeast
@ 2020-05-16 13:32 ` flexibeast
  2020-05-16 13:58 ` shtayerc
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: flexibeast @ 2020-05-16 13:32 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/issues/22012#issuecomment-629646412

Comment:
Output of `tlmgr search --file tcrm1000 --global`:

    tlmgr: package repository http://mirror.aarnet.edu.au/pub/CTAN/systems/texlive/tlnet (verified)
    ec:
            texmf-dist/fonts/source/jknappen/ec/tcrm1000.mf
            texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm

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

* Re: pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
                   ` (2 preceding siblings ...)
  2020-05-16 13:32 ` flexibeast
@ 2020-05-16 13:58 ` shtayerc
  2020-05-16 14:21 ` shtayerc
  2020-05-16 14:21 ` [ISSUE] [CLOSED] " shtayerc
  5 siblings, 0 replies; 7+ messages in thread
From: shtayerc @ 2020-05-16 13:58 UTC (permalink / raw)
  To: ml

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

New comment by shtayerc on void-packages repository

https://github.com/void-linux/void-packages/issues/22012#issuecomment-629650103

Comment:
`ec` package is already installed.
```
tlmgr: package repository http://ctan.ijs.si/tex-archive/systems/texlive/tlnet (verified)
tlmgr install: package already present: ec
```

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

* Re: pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
                   ` (3 preceding siblings ...)
  2020-05-16 13:58 ` shtayerc
@ 2020-05-16 14:21 ` shtayerc
  2020-05-16 14:21 ` [ISSUE] [CLOSED] " shtayerc
  5 siblings, 0 replies; 7+ messages in thread
From: shtayerc @ 2020-05-16 14:21 UTC (permalink / raw)
  To: ml

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

New comment by shtayerc on void-packages repository

https://github.com/void-linux/void-packages/issues/22012#issuecomment-629653554

Comment:
I figured it out. `/opt/texlive/2020/bin` was not in `$PATH` (different shell). I was running pdflatex command directly. After I added it to `$PATH` it works.

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

* Re: [ISSUE] [CLOSED] pdflatex Font not found
  2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
                   ` (4 preceding siblings ...)
  2020-05-16 14:21 ` shtayerc
@ 2020-05-16 14:21 ` shtayerc
  5 siblings, 0 replies; 7+ messages in thread
From: shtayerc @ 2020-05-16 14:21 UTC (permalink / raw)
  To: ml

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

Closed issue by shtayerc on void-packages repository

https://github.com/void-linux/void-packages/issues/22012

Description:
### System
* xuname:  
  Void 5.4.41_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFF
* package:  
  texlive-bin-2020_1

### Expected behavior
`pdflatex` successfully compiles
### Actual behavior
```
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-05-14>
(/opt/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/opt/texlive/2020/texmf-dist/tex/latex/base/size10.clo))
(/opt/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def)
(./test.aux) [1{/opt/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
] (./test.aux) )
!pdfTeX error: /opt/texlive/2020/bin/x86_64-linux/pdflatex (file tcrm1000): Fon
t tcrm1000 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
```
### Steps to reproduce the behavior
Run `pdflatex test.tex`.

Content of test.tex:
```tex
\documentclass{article}
\begin{document}
\begin{itemize}
    \item Test
\end{itemize}
\end{document}
```

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

end of thread, other threads:[~2020-05-16 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 12:51 [ISSUE] pdflatex Font not found shtayerc
2020-05-16 13:21 ` Anachron
2020-05-16 13:27 ` flexibeast
2020-05-16 13:32 ` flexibeast
2020-05-16 13:58 ` shtayerc
2020-05-16 14:21 ` shtayerc
2020-05-16 14:21 ` [ISSUE] [CLOSED] " shtayerc

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