stsewd / ieee-pandoc-template

IEEE paper template for pandoc
MIT License
121 stars 41 forks source link

! LaTeX Error: File `IEEEtran.cls' not found. #1

Closed abhisheksoni27 closed 6 years ago

abhisheksoni27 commented 7 years ago
! LaTeX Error: File `IEEEtran.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name: 
! Emergency stop.
<read *> 

l.2 \usepackage

pandoc: Error producing PDF
makefile:16: recipe for target 'pdf' failed
make: *** [pdf] Error 43
abhisheksoni27 commented 7 years ago

Adding the file does the trick. Can you include it in the repo? Or Are there copyright issues? IEEE does provide it for personal use, though.

stsewd commented 7 years ago

What tool are you using for compile to Latex? I have no problem when running on a full Texlive installation.

I have no idea about the copyright of that file, but I think that would be no problem at all.

stsewd commented 7 years ago

On the next week I'll be looking for more information about this issue, but feel free to send a pull request.

abhisheksoni27 commented 7 years ago

I am using pandoc. Right, it does work after I include the file. I'll send a PR. :+1:

stsewd commented 7 years ago

@abhisheksoni27 I tested it on Ubuntu 16.4 and Fedora 26, I could not replicate the problem. What operating system are you using?.

If you are on Ubuntu try: sudo apt install texlive-full or on Fedora sudo dnf install textlive-scheme-full

abhisheksoni27 commented 7 years ago

Are you sure installing texlive-full will automatically include the IEEETran.cls file?

On Thu, Aug 3, 2017 at 10:48 PM, Santos Gallegos notifications@github.com wrote:

@abhisheksoni27 https://github.com/abhisheksoni27 I tested it on Ubuntu 16.4 and Fedora 26, I could not replicate the problem. What operating system are you using?.

If you are on Ubuntu try: sudo apt install texlive-full or on Fedora sudo dnf install textlive-scheme-full

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stsewd/ieee-pandoc-template/issues/1#issuecomment-320033977, or mute the thread https://github.com/notifications/unsubscribe-auth/AEI5ZzNhGoZnlUH5FIR8HaNbgeueoEn4ks5sUgDWgaJpZM4OmlnF .

stsewd commented 7 years ago

I think so, I tested it on a fresh installation and also I added travis-ci integration to the repo. Let me know if the problem is gone after that.

fin-ger commented 5 years ago

Just wanted to note that the file is included in the texlive-publishers package. For any future reader :wink: