ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: texshow (was: keywords)
@ 2003-10-04  7:42 Steffen Wolfrum
  2003-10-05 19:41 ` texshow Henning Hraban Ramm
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2003-10-04  7:42 UTC (permalink / raw)


Henning Hraban Ramm <hraban@fiee.net> wrote:

> Am Freitag, 03.10.03, um 16:59 Uhr (Europe/Zurich) schrieb Hans Hagen:
> 
> >> But where can I find "texshow"? Do you also have an URL?
> >
> > on your disk -)
> > did you try >texshow ?
> 
> BTW: On MacOS X one can use texshow only with X11 (there's no Perl/Tk 
> for Aqua).
> Is there a way to increase font size? It's unreadable small (only on 
> X11/OSX, Win and Lin are ok).
> I guess there's some standard X11 parameter?


OK, use only with X11.

So I started X11 and entered texshow in xterm:
Can't locate Tk.pm in @INC (@INC contains: /usr/local/teTeX/share/texmf.local/context/perltk/ /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl .) at /usr/local/teTeX/share/texmf.local/context/perltk//cont_set.pm line 59.
BEGIN failed--compilation aborted at /usr/local/teTeX/share/texmf.local/context/perltk//cont_set.pm line 59.
Compilation failed in require at /usr/local/teTeX/share/texmf.local/context/perltk/texshow.pl line 57.
BEGIN failed--compilation aborted at /usr/local/teTeX/share/texmf.local/context/perltk/texshow.pl line 57.

Does anybody has an advice on how to use actually texshow?

Steffen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: texshow
  2003-10-04  7:42 texshow (was: keywords) Steffen Wolfrum
@ 2003-10-05 19:41 ` Henning Hraban Ramm
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2003-10-05 19:41 UTC (permalink / raw)



Am Samstag, 04.10.03, um 09:42 Uhr (Europe/Zurich) schrieb Steffen 
Wolfrum:

>> BTW: On MacOS X one can use texshow only with X11 (there's no Perl/Tk
>> for Aqua).
>> Is there a way to increase font size? It's unreadable small (only on
>> X11/OSX, Win and Lin are ok).
>> I guess there's some standard X11 parameter?
>
>
> OK, use only with X11.
>
> So I started X11 and entered texshow in xterm:
> Can't locate Tk.pm in @INC (@INC contains: 
> /usr/local/teTeX/share/texmf.local/context/perltk/ 
> /System/Library/Perl/Does anybody has an advice on how to use actually 
> texshow?

Do you have developer tools installed? You need make, gcc etc. for 
compiling the module(s).

perl -MCPAN -eshell

((
Enters Perl CPAN shell mode.
I think you must answer some installation questions of Perl Module CPAN.
And probably you must install LWP (LibWWWPerl) before Tk...
If it doesn't work try "force install" instead of "install"
))

install Bundle::LWP
install Tk
quit


Grüßlis vom Hraban!
-- 
http://www.fiee.net/texnique/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: texshow (was: keywords)
@ 2003-10-04 14:10 George N. White III
  0 siblings, 0 replies; 4+ messages in thread
From: George N. White III @ 2003-10-04 14:10 UTC (permalink / raw)


On Sat, 4 Oct 2003, Steffen Wolfrum wrote:

> OK, use only with X11.
>
> So I started X11 and entered texshow in xterm:
> Can't locate Tk.pm in @INC (@INC contains: /usr/local/teTeX/share/texmf.local/context/perltk/ /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl .) at /usr/local/teTeX/share/texmf.local/context/perltk//cont_set.pm line 59.
> BEGIN failed--compilation aborted at /usr/local/teTeX/share/texmf.local/context/perltk//cont_set.pm line 59.
> Compilation failed in require at /usr/local/teTeX/share/texmf.local/context/perltk/texshow.pl line 57.
> BEGIN failed--compilation aborted at /usr/local/teTeX/share/texmf.local/context/perltk/texshow.pl line 57.
>
> Does anybody has an advice on how to use actually texshow?

Tk.pm is a perl module.  It was missing on SGI Irix too.  Perl has a
tools to automate the installation of modules, but you may need some
libraries as well (Tk/Tcl, compression, etc.) which can either be
installed under Perl or for use with other applications.  You will
need the developer tools if you build the module from sources.

-- 
George N. White III  <aa056@chebucto.ns.ca>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* texshow (was: keywords)
  2003-10-03 14:59 Re: keywords Hans Hagen
@ 2003-10-03 22:13 ` Henning Hraban Ramm
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2003-10-03 22:13 UTC (permalink / raw)



Am Freitag, 03.10.03, um 16:59 Uhr (Europe/Zurich) schrieb Hans Hagen:

>> But where can I find "texshow"? Do you also have an URL?
>
> on your disk -)
> did you try >texshow ?

BTW: On MacOS X one can use texshow only with X11 (there's no Perl/Tk 
for Aqua).
Is there a way to increase font size? It's unreadable small (only on 
X11/OSX, Win and Lin are ok).
I guess there's some standard X11 parameter?

Grüßlis vom Hraban!
-- 
http://www.fiee.net/texnique/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-05 19:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-04  7:42 texshow (was: keywords) Steffen Wolfrum
2003-10-05 19:41 ` texshow Henning Hraban Ramm
  -- strict thread matches above, loose matches on Subject: below --
2003-10-04 14:10 texshow (was: keywords) George N. White III
2003-10-03 14:59 Re: keywords Hans Hagen
2003-10-03 22:13 ` texshow (was: keywords) Henning Hraban Ramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).