Re: [SLUG] LaTeX niggle.

2014-09-01 Thread Francis (Grizzly) Smit

On 02/09/14 15:05, Francis (Grizzly) Smit wrote:

On 02/09/14 14:46, Francis (Grizzly) Smit wrote:

On 02/09/14 14:22, William Bennett wrote:

Well, I started a project: to set a book, properly.

Front cover first.

Found image with great taste.

Did the research. Use wallpaper package, they said.

Wrote simple program. Herewithunderbeneath:



\documentclass[11pt]{book}
\usepackage{wallpaper}
\begin{document}
\ThisLLCornerWallpaper{0.5}{TrialImage.jpg}
\end{document}

-

It should be \ThisLLCornerWallPaper{0.5}{TrialImage.jpg} The P in Paper
is capitalized also

\ThisLLCornerWallPaper{0.5}{TrialImage} should work at least it does with png's

On further study of this you'll need some text on the page don't know
why, this works:

\documentclass[11pt]{book}
\usepackage{wallpaper}
\usepackage{color}
\begin{document}
\ThisLLCornerWallPaper{0.5}{TrialImage.jpg}
\section*{sometext}
\newpage
\end{document}

as does this:

\documentclass[11pt]{book}
\usepackage{wallpaper}
\usepackage{color}
\title{``Testing''}
\author{Francis Grizzly Smit}
\date{September 2, 2014}
\begin{document}
\ThisLLCornerWallPaper{0.5}{TrialImage.jpg}
\maketitle
\newpage
\end{document}



If you need it without text on the page do this:
==
\documentclass[11pt]{book}
\usepackage{wallpaper}
\begin{document}
\ThisLLCornerWallPaper{0.5}{TGTamber}
\rule{0pt}{1ex}
\newpage
\end{document}
==







Gave command

latex FrontPage.tex

Been a while since I've used LaTeX.

Was unprepared for output blast. Obviously something cosmically unimpressed.

Herewithunderbeneath log file. Could someone tell me what I did wrong,
please?

Wlliam Bennett.

==

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
(format=latex 2014.7.3)  2 SEP 2014 13:19
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**FrontPage.tex
(./FrontPage.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 78 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/bk11.clo
File: bk11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texlive/texmf-dist/tex/latex/wallpaper/wallpaper.sty
Package: wallpaper 2005/01/18, v1.01 easy wallpaper formatting (MHFW)

(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count88
\calc@Bcount=\count89
\calc@Adimen=\dimen103
\calc@Bdimen=\dimen104
\calc@Askip=\skip43
\calc@Bskip=\skip44
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count90
\calc@Cskip=\skip45
)
(/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty
Package: eso-pic 2013/10/06 v2.0d eso-pic (RN)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages
(HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is not detected.
))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.

(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: 

Re: [SLUG] LaTeX niggle.

2014-09-01 Thread Francis (Grizzly) Smit

On 02/09/14 14:46, Francis (Grizzly) Smit wrote:

On 02/09/14 14:22, William Bennett wrote:

Well, I started a project: to set a book, properly.

Front cover first.

Found image with great taste.

Did the research. Use wallpaper package, they said.

Wrote simple program. Herewithunderbeneath:



\documentclass[11pt]{book}
\usepackage{wallpaper}
\begin{document}
\ThisLLCornerWallpaper{0.5}{TrialImage.jpg}
\end{document}

-

It should be \ThisLLCornerWallPaper{0.5}{TrialImage.jpg} The P in Paper
is capitalized also

\ThisLLCornerWallPaper{0.5}{TrialImage} should work at least it does with png's
On further study of this you'll need some text on the page don't know 
why, this works:


\documentclass[11pt]{book}
\usepackage{wallpaper}
\usepackage{color}
\begin{document}
\ThisLLCornerWallPaper{0.5}{TrialImage.jpg}
\section*{sometext}
\newpage
\end{document}

as does this:

\documentclass[11pt]{book}
\usepackage{wallpaper}
\usepackage{color}
\title{``Testing''}
\author{Francis Grizzly Smit}
\date{September 2, 2014}
\begin{document}
\ThisLLCornerWallPaper{0.5}{TrialImage.jpg}
\maketitle
\newpage
\end{document}








Gave command

latex FrontPage.tex

Been a while since I've used LaTeX.

Was unprepared for output blast. Obviously something cosmically unimpressed.

Herewithunderbeneath log file. Could someone tell me what I did wrong,
please?

Wlliam Bennett.

==

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
(format=latex 2014.7.3)  2 SEP 2014 13:19
entering extended mode
   restricted \write18 enabled.
   %&-line parsing enabled.
**FrontPage.tex
(./FrontPage.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 78 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/bk11.clo
File: bk11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texlive/texmf-dist/tex/latex/wallpaper/wallpaper.sty
Package: wallpaper 2005/01/18, v1.01 easy wallpaper formatting (MHFW)

(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count88
\calc@Bcount=\count89
\calc@Adimen=\dimen103
\calc@Bdimen=\dimen104
\calc@Askip=\skip43
\calc@Bskip=\skip44
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count90
\calc@Cskip=\skip45
)
(/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty
Package: eso-pic 2013/10/06 v2.0d eso-pic (RN)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages
(HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is not detected.
))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.

(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input 

Re: [SLUG] LaTeX niggle.

2014-09-01 Thread Francis (Grizzly) Smit
in@req@height=\dimen105
\Gin@req@width=\dimen106
)
\wpXoffset=\skip46
\wpYoffset=\skip47
\tileXoffset=\skip48
\tileYoffset=\skip49
\tilewidth=\skip50
\tileheight=\skip51
\tileX=\skip52
\tileY=\skip53
)
No file FrontPage.aux.
\openout1 = `FrontPage.aux'.

LaTeX Font Info:Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info:... okay on input line 3.
LaTeX Font Info:Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info:... okay on input line 3.
LaTeX Font Info:Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info:... okay on input line 3.
LaTeX Font Info:Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info:... okay on input line 3.
LaTeX Font Info:Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info:... okay on input line 3.
LaTeX Font Info:Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info:... okay on input line 3.
\AtBeginShipoutBox=\box26
! Undefined control sequence.
l.4 \ThisLLCornerWallpaper
   {0.5}{TrialImage.jpg}
? x

Here is how much of TeX's memory you used:
  1492 strings out of 493305
  19435 string characters out of 6139898
  75342 words of memory out of 500
  4989 multiletter control sequences out of 15000+60
  3940 words of font info for 15 fonts, out of 800 for 9000
  957 hyphenation exceptions out of 8191
  37i,0n,39p,228b,36s stack positions out of 5000i,500n,1p,20b,8s
No pages of output.





--


  .~. In my life God comes first
  /V\ but Linux is pretty high after that :-D
 /( )\Francis (Grizzly) Smit
 ^^-^^http://www.smit.id.au/
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GM/CS/H/P/S/IT/L d- s+:+ a++ C UL$ P++ L+++$ E--- W++
N W--- M-- V-- PE- PGP t+ 5-- X-- R- tv b D-
G e++ h+ y?
--END GEEK CODE BLOCK--
http://www.geekcode.com/

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] dos2unix

2014-08-27 Thread Francis (Grizzly) Smit

On 27/08/14 20:57, Lubos Rendek wrote:

Hi William,

another command is: tofrodos

However, the best command to use is the one which does the job for you:-)

Lubos

On Wed, Aug 27, 2014 at 8:47 PM, William Bennett  wrote:

When last I used it,  the command was dos2unix and I needed a dos file line
ends converted

When I mentioned this to a friend he sniffed and mentioned Tyrannosaus rex.

Can anyone tell me what the latest command is, please?  While you're doing
it I'll look for some new friends.

William Bennett.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
Also Vim will convert between dos unix and mac file types see :help 
fileformat if you are a Vim user


--


  .~. In my life God comes first
  /V\ but Linux is pretty high after that :-D
 /( )\Francis (Grizzly) Smit
 ^^-^^http://www.smit.id.au/
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GM/CS/H/P/S/IT/L d- s+:+ a++ C UL$ P++ L+++$ E--- W++
N W--- M-- V-- PE- PGP t+ 5-- X-- R- tv b D-
G e++ h+ y?
--END GEEK CODE BLOCK--
http://www.geekcode.com/

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Firefox 20.0 Problems in Mint Linux

2013-04-10 Thread Francis (Grizzly) Smit
On 11/04/13 11:45, Tom Worthington wrote:
> On 11/04/13 09:01, Heracles wrote:
>
>> Works fine in Enlightenment on Ubuntu ...
> That helps. There seems to be a problem in the interface between Firefox 
> and the desktop managers in Mint Linux.
>
> I found I had fewer problems if I changed from "MATE" to "XFCE 4". More 
> of the pull down menus work, but those that do still looks strange: they 
> float alongside or over the top of the menu bar, instead of being 
> underneath. Also the right mouse button still doesn't work. This does 
> not happen in Thunderbird, or other applications, just Firefox.
>
>> Have you tried using the "reset firefox" button from the 
>> Help/Troubleshooting menu? ...
> No, unfortunately the Help menu is one of those not working in Firefox.
you can launch it in safe mode from the command line it's just

firefox -safe-mode

it will turn off/disable all your extension too but then you can
re-enable them one at a time to look for the culprit , assuming it's an
extension causing your problems
-- 


  .~.     In my life God comes first 
  /V\ but Linux is pretty high after that :-D
 /( )\Francis (Grizzly) Smit
 ^^-^^http://www.smit.id.au/

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: Android-based smartphones - any drawbacks ?

2012-02-06 Thread Francis (Grizzly) Smit

On 06/02/12 17:41, Nick Andrew wrote:

On Mon, Feb 06, 2012 at 09:34:22AM +0800, James Linder wrote:

If I choose to use windows then the only and remote moral issue is MS
use the money I fed them to wreck havoc on the world.

I think you just proved Patrick's point. By continuing to pay money to
MS, you are in part responsible for the use to which you know they put
that money - which is to continue to lock users inside an MS ecosystem
to the maximum extent possible. Software patents and restricted copy
and use rights deprive users of freedom. Users may not be aware of this
lost freedom, but that doesn't mean it's valueless.


if we loose track of the ball and even start to believe that freedom is a moral 
issue.

You think freedom is not a moral issue? Sorry, but freedom is the epitome
of a moral issue. Rights, responsibilities, privileges, power, choice,
liberty, coercion and contract are all important issues in the world of
software and the Internet as they are in the physical world. We're
developing new things pretty rapidly and it is important for future
generations that we get the governance model right; we don't want to
end up with the Internet equivalent of a theocracy or feudal system.


Certainly if you try to argue with the PM linux for every kid because Windoze 
is immoral you are going to find your self ignored.
umm who says you have to tell them that, just because it's a moral issue 
doesn't mean you have to argue it as a moral issue, that is a process of 
discovery, first let them discover what linux (or other FOSS stuff) can 
do for them, emphasising the fun and usefulness of it, then as time goes 
by the freedom, chances are they'll catch on to the philosophical issues 
by themselves or not depending on their temperament



shheees some people have no Idea how to put across there point ;) :P

If that was a once-only argument you may be right, but it takes time
to raise awareness and a lot of effort to explain why putting yourself,
say, at the mercy of Microsoft's or some other company's EULA is
ultimately harmful.


While this thread drifts OT the basic issue is tremendously important for us as 
a group.

So ... back to the important questions of whether Android or IOS runs
more apps?

Nick.



--


  .~. In my life God comes first
  /V\ but Linux is pretty high after that :-D
 /( )\Francis (Grizzly) Smit
 ^^-^^http://www.smit.id.au/

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: Unit - (was [SLUG] Ubuntu 11.10)

2011-10-20 Thread Francis (Grizzly) Smit
On 20/10/11 19:10, Rod Butcher wrote:
> Me too.. worrying new trend in Linux - wreck the old reliable user 
> interface that folks have rusted onto, without asking them their 
> opinion, force them to adapt to "better" interfaces with "superior 
> funtionality, usability" etc... the old interface is rumoured to still 
> be possible, but nobody has managed to do it... this happens with 
> commercial software for financial reasons which should not apply to 
> opensource.
> Rod
The same can be said of gnome_shell and with more justification I'd say
I find unity and unity-2d over all very good but I add a panel with a
taskbar
what worries me is the trend towards apple idea's, I know people rave about
apples ui but I thing it totally sux, of the two though unity beats
gnome_shell
hands down in my opinion, and I cannot stand the attitude of the gnome devs
"like our way we know best", fascist you know what's
> On 10/20/11 16:55, elliott-brennan wrote:
>>> "Ken Foskey"
>>> Thu, 20 Oct 2011 08:35:51 +1100
>> Wrote to
>>
>>> "Jeremy Visser"
>> "> Can someone run through Unity at Slug in detail as
>>> a talk. This new interface certainly needs a
>>> sales pitch for me. I switched without problems
>>> from KDE to Gnome, Windows XP to Windows 7 so why
>>> do I need help to work with Unity yet it is 'better'."
>>>
>> A very good idea, Ken. Anyone interested - in presenting that is?
>>
>> We could do a remote presentation if you can't make it to the meeting
>> itself.
>>
>> Regards,
>>
>> Patrick

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Ubuntu 11.10

2011-10-17 Thread Francis (Grizzly) Smit
On 18/10/11 16:36, Heracles wrote:
> Has anyone made the mistake of moving to this unusable version? It seems 
> glued to unity which is the best argument for the demise of Ubuntu I 
> have ever seen. At least in 11.04 I was able to choose gnome as a 
> desktop. With 11.10 the only choices are unity and unity 2D.
>
> I guess it's time to move to try another distro.
>
> Heracles
>
I love unity both 3d & 2d I have it on all my machines it rocks, but I
do run perlpanel with it
I still want a taskbar etc :-P
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Libre Office

2011-06-27 Thread Francis (Grizzly) Smit
On 28/06/11 06:54, Nigel Allen wrote:
> On 27/06/2011 15:52, Heracles wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi All,
>> I have been trying to use the pdf converter in Libre office. It converts
>> the text part of my documents correctly BUT it does not include the
>> graphics. I just get a blank space where they should be placed.
>>
>> I'm sick of having to reboot in another OS to use Open Office to do the
>> conversion correctly!
>>
>> How do I get rid of this piece of crap and get Open Office back? I have
>> tried the Synaptic package manager but it converts my request from Open
>> Office to Libre Office.
>>
>> I am using Ubuntu 11.04 AMD64
>>
> I've been using Libre Office from the outset (also Ubuntu 11.04 albeit 
> 32 bit) and regularly generate pdf's with logos etc without any 
> problems. I know that's not what you want to hear but you may need to 
> look for the problem elsewhere.
>
> N/
>
yep I'm using 11.04 natty narwhal and libre office works fine exporting
to pdf pics included could be a settings issue
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Choice of OS's

2011-06-09 Thread Francis (Grizzly) Smit
On 09/06/11 17:22, Andrew Hurley wrote:
> Hi, haven't used a linux box in many a years and am tossing up to run either
> OpenSUSE 11.4 or CentOS 5.6 due to specific software requirements. If you
> had to choice an OS which one would it be?
>
> Since I'm gonna be a hack for sometime could someone point me in the
> direction of a good software(linux)/hardware shop in Sydney, preferably on
> the Northside.
>
> Cheers
>
> Andrew
Ubuntu every time :-D   
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: ubuntu 9.04 to 10.04 upgrade

2011-05-30 Thread Francis (Grizzly) Smit
On 31/05/11 11:09, elliott-brennan wrote:
> I pretty much support the 'clean install' brigade :)
>
> I generally move from LTS (K/Ubuntu) to LTS and 
> have not tried a dist-upgrade in ages, though I 
> don't doubt some people have no trouble.
>
> James: PICNIC (Problem exists in chair, not computer)
>
> LOL
>
> I'm adding it to my other fav:
>
> PEBKAC (Problem exists between keyboard and chair)
>
> Regards,
>
> Patrick
I had no trouble upgrading my boxes to 11.04 and natty runs fine for me
of course I only jumped from 10.10 to 11.04 last clean install was 9.04
I think on my main box

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html