[MacPorts] #47115: texlive can't find docbook.sty
MacPorts
noreply at macports.org
Wed Mar 11 07:03:05 PDT 2015
#47115: texlive can't find docbook.sty
------------------------------+--------------------------------
Reporter: Joel.Brogniart@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Keywords: | Port: dblatex
------------------------------+--------------------------------
Since, r132311 tex commands can't find docbook files installed by dblatex.
For example.
Create a test.xml file with:
{{{
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-
open.org/docbook/xml/4.2/docbookx.dtd" [
]>
<article class="techreport" status="final">
<para>Just some blabla.</para>
</article>
}}}
Then use dblatex to transform the xml to latex with:
{{{
dblatex -t tex test.xml -o test.tex
}}}
Then use pdflatex to transform the latex file to pdf with:
{{{
pdflatex test.tex
}}}
The later command fails with the error:
{{{
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/MacPorts
2014_7) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 4 languages loaded.
(/opt/local/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/opt/local/share/texmf-texlive/tex/latex/base/size10.clo))
(/opt/local/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/opt/local/share/texmf-texlive/tex/latex/base/fontenc.sty
(/opt/local/share/texmf-texlive/tex/latex/base/t1enc.def))
(/opt/local/share/texmf-texlive/tex/latex/base/inputenc.sty
(/opt/local/share/texmf-texlive/tex/latex/base/latin1.def))
(/opt/local/share/texmf-texlive/tex/latex/fancybox/fancybox.sty
Style option: `fancybox' v1.4 <2010/05/15> (tvz)
) (/opt/local/share/texmf-texlive/tex/latex/base/makeidx.sty)
! LaTeX Error: File `docbook.sty' not found.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/47115>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list