AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

Add 'hevea.sty' #19

Closed usmanayubsh closed 8 years ago

usmanayubsh commented 8 years ago

Without it, compilation of source fails with the following output:

./book.tex:26: LaTeX Error: File 'hevea.sty' not found. [\usepackage]

The same error has been reported here too.

AllenDowney commented 8 years ago

Putting hevea.sty in this directory might not be the best solution -- ideally, hevea should be installed.

Or even better, latex should check for hevea and use it if it is available. I won't have a chance to work on that for a while, though.

AllenDowney commented 8 years ago

But in the meantime, it seems like including hevea.sty is the way to go. Thanks!

usmanayubsh commented 8 years ago

Sir, I totally agree with you, it's a dirty and temporary work-around. But hevea.sty doesn't come with texlive-latex-extra (as suggested for download in comments of thinkdsp.tex) and thus creates problem for Ubuntu users like me. Thanks!

AllenDowney commented 8 years ago

Ok, dirty workaround it is, then!