From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4015 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: TeXCalc Date: Sun, 11 Feb 2001 13:41:49 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3A86888D.FD89B974@quicknet.nl> References: <3.0.6.32.20010208110517.019e6790@server-1> <3.0.6.32.20010209093726.0173d350@server-1> <3A85ED60.C2C266F0@quicknet.nl> <000301c09420$44e07940$0201a8c0@chello.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394711 22090 80.91.224.250 (23 Oct 2002 17:38:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:38:31 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:4015 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4015 Hi Frans, The program needs perlTk, a set of Perl extension modules that allows one to define windows with buttons, dropdown-lists etc. It's the same extension set that texshow uses, so I assumed most people on the list would have it installed. :) Installation depends on your perl & operating system. I'm guessing you are using ActiveState perl, so you probably need to execute this command in a shell: ppm install Tk (you have to be online for this to work) Groetjes, Taco > how should the program be used? It looks like a PERL script so I renamed it > rexcalc.pl and on the command prompt I said "perl texcalc.pl" but then perl > says it misses some "tk" stuff somewheres.