[okular] [Bug 388741] New: pdflatex-generated doc renders blank if "fontenc" package is used
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Jan 9 16:24:15 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=388741
Bug ID: 388741
Summary: pdflatex-generated doc renders blank if "fontenc"
package is used
Product: okular
Version: 0.26.1
Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: okular-devel at kde.org
Reporter: alt.ew-17p0gwy at cool.fr.nf
Target Milestone: ---
Created attachment 109768
--> https://bugs.kde.org/attachment.cgi?id=109768&action=edit
PDF sample
If pdflatex is used to compile the following code, it produces a PDF that
renders fine in evince, but not in okular or xpdf. The SLOC
"\usepackage[T1]{fontenc}" seems to be the critical component to reproducing
this. When the /print preview/ feature is used, then it renders the word
"foo", as it should. The PDF is attached, and the code is below:
\documentclass[12pt]{minimal}
\usepackage[T1]{fontenc}
\begin{document}
foo
\end{document}
I would like to have formatted the above text, but I don't know how, and the
"bug writing guidelines" link is broken:
The requested URL /bugzilla-tip/page.cgi was not found on this server.
I'm not sure if this is related, but I recently updated the search path for
*.sty files on my system by taking these steps:
$ mkdir -p ~/lib/texlive/tex
$ sudo tlmgr conf --conffile /etc/texmf/texmf.d/00debian.cnf texmf TEXMFHOME
"~/lib/texlive"
$ mv foo.sty ~/lib/texlive/tex/
$ sudo update-texmf
$ sudo texhash
$ kpsewhich foo.sty; #checks whether it's found
$ kpsewhich -var-value TEXMF | grep TEXMFHOME; #shows the whole search path
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list