!pdfTeX error: pdflatex (file ../latex/lthuni.enc): cannot open encoding file f or reading
Bug #1077343 reported by
iPAS
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
thailatex (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Using 'thailatex package version 0.4.6-3' of Ubuntu 12.04.1 LTS (Release:12.04),
I got an error when trying to build a PDF document from a Tex file.
> pdflatex test.tex
test.tex:
\documentclass{
\usepackage[
\usepackage[
\title{
\author{นาย Dubber}
\begin{document}
\maketitle
\section{
อืม ใช้ได้ ไม่มีปัญหา
\end{document}
The error shown as following:
...
!pdfTeX error: pdflatex (file ../latex/
or reading
==> Fatal error occurred, no output PDF file produced!
To post a comment you must log in.
After I track this problem for while, found that three mapping files of 'thailatex' package, texmf/fonts/ map/dvips/ tlwg,
in /usr/share/
were wrong refer to the 'lthuni.enc' file.
To solve the problem, just revise those files. texmf/fonts/ enc/dvips/ thai/lthuni. enc.
Let they point to new destination of 'lthuni.enc', /usr/share/
Then, command
> sudo updmap-sys
That's all.
ps. the revised *.map were attached.