General ⇒ Acrotex Education Bundle installation on Ubuntu
Acrotex Education Bundle installation on Ubuntu
Newbie here. Can anyone tell me how to install subject under Ubuntu 10.04? It is provided via a zip file. Where do I extract so latex can find it. I need to run acrotex.ins file. Any help appreciated.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Acrotex Education Bundle installation on Ubuntu
If this is just for your own personal use (and not something you need to install for all users), I'd create a local LaTeX directory structure in your home directory, called ~/texmf. I'd probably unpack the zip into:
~/texmf/tex/latex/local/acrotex
then open a console, navigate to that folder and run:
sudo texhash
Which should add your local tex tree to latex's searchable path.
And then:
latex acrotex.ins
But I haven't tested any of that. Let us know if it works.
Re: Acrotex Education Bundle installation on Ubuntu
Worked as posted; I forgot sudo texhash
Thank you very, very much.