GeneralAcrotex Education Bundle installation on Ubuntu

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dageezer
Posts: 2
Joined: Sat May 22, 2010 4:05 am

Acrotex Education Bundle installation on Ubuntu

Post by dageezer »

Hi,
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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Acrotex Education Bundle installation on Ubuntu

Post by frabjous »

I'm not sure. I've never used this. But the documentation in the zip file says to put it anywhere latex searches.

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.
dageezer
Posts: 2
Joined: Sat May 22, 2010 4:05 am

Re: Acrotex Education Bundle installation on Ubuntu

Post by dageezer »

BINGO!

Worked as posted; I forgot sudo texhash

Thank you very, very much.
Post Reply