Bundle IEEEtran.cls?
cdeil opened this issue · 3 comments
I have texlive-latex-recommended
and texlive-latex-extra
$ port installed *texlive* | grep active
texlive-basic @34245_0+doc (active)
texlive-bibtex-extra @34207_0+doc (active)
texlive-bin @2014_1+x11 (active)
texlive-common @2014_0 (active)
texlive-fonts-extra @34251_0+doc (active)
texlive-fonts-recommended @34089_0+doc (active)
texlive-latex @34192_0+doc (active)
texlive-latex-extra @34239_0+doc (active)
texlive-latex-recommended @34240_0+doc (active)
texlive-pictures @34010_0+doc (active)
but still I get a LaTeX error that IEEEtran.cls
is missing:
https://gist.github.com/cdeil/038c6d397b8bdc74a2b3
Would it be possible to bundle IEEEtran.cls
in this repo?
Does adding texlive-publishers
solve it? That is what I needed on my computer.
Yes, with texlive-publishers
it works perfectly ... thanks!
Sorry about that, I'm not very good with tex
... maybe it would be worth mentioning this in the instructions though?
It is mentioned in the README of the repository. The instructions come in both an email and in the README and only the union of the instructions is complete. We'll need to refine the process to have a comprehensive "guide to submitting" :-)
I close the issue, given that the problem is on a wider scope.