Am 18.11.2015 um 12:47 schrieb Dan HorĂ¡k:
On Wed, 18 Nov 2015 12:33:59 +0100 Gianluca Sforna giallu@gmail.com wrote:
Hi all, I am packaging a largish rpm here: https://bugzilla.redhat.com/show_bug.cgi?id=804125
and I've got to build its documentation from sources using tex. In Fedora land, I managed to find a simple way to specify which packages I need as Buildrequries, like this:
BuildRequires: tex(titlesec.sty) BuildRequires: tex(framed.sty) BuildRequires: tex(threeparttable.sty) BuildRequires: tex(wrapfig.sty) BuildRequires: tex(upquote.sty) BuildRequires: tex(multirow.sty)
But this apparently does not work in EPEL 6 (no deps found) or EPEL 7 (tex(upquote.sty) not found).
So, any suggestion about how to proceed here?
Than (in CC) recently introduced a package "texlive-extensions" in EPEL-7 that should be used to distribute TeXlive content that's unlikely to be included in the RHEL version of TeXlive. So I suggest to submit a bug asking for inclusion of the missing styles.
Dan
yes, please fill a bug (component: texlive-extensions)for adding the missing styles in in epel7 For EPEL 6, you need to add BR on texlive.
Than