Skip to content →

Tag: mac

neverending.sty

You don’t
know how lucky you are to be able to begin a LaTeX-document with
something like \documentclass[a4]{amsart}. This simple line
tells the machine what the size of paper is it has to print to, which
part of that paper has to be filled with text, what the design of
titles, sections etc. is (and probably more). Just convince yourself
(for the sake of argument) that you want to produce a readable
mathematical book on paper of dimensions say 6 by 9 inch. How would you
do this? Simple : all you have to do is to adjust certain TeX-parameters
the way you want! Well, that’s exactly what the _neverendingbooks
design department_ has been doing for the last couple of weeks!

The package we would use was easy enough to find. A long time ago, Geert suggested that we
should use the
memoir package
. The fun starts the moment you are foolish enough to
print the manual : 300 pages! After an inspiring account of
book-printing basics over the ages, you are told that you have total
freedom to set your _stock paper size_, how it needs to be
_trimmed_ to get the final result, how you should designs
everything from the title, over abstract, acknowledgement, thanks, table
of contents contents, dedications etc. down to chapter, section and page
styles. In short : ULTIMATE FREEDOM!!!

But, as some of you may
know from experience, there is nothing more frightening to the moderate
autist (and frankly, are there any other mathematicians?) than ultimate
freedom! So, we set up a task-force, had daily brain-storm sessions,
produced numerous trial-prints and eventually came out with something
that came very close to the _better designed book_. Let’s face it
: can you name me _one_ (yeah right, just 1) well-designed
mathematical book? If you don’t believe me, browse through the recent
mathematics-books on amazon (as our design-department
did for a whole week-end, deprived of beverages and other pleasures).
Found anything? Yes?? Please, please let us know! On the other hand, if
you browse through the Art, architecture and
photography section
you will spot several extremely good-looking
books very soon. Well, after a week we succeeded in designing the
_arty-farty-fanshi-wanshi_ (as PD1 would name it, jealous that
she was not in on the fun) mathematical book! And, what did we do with
the labours of all this hard work? NOTHING! We simply dropped the whole
idea (if you are a graphics-designer trying to survive within a
mathematics publishing firm (not easy we know, you have all our
sympathy) and want to do something more fun, contact us and if we can
reach an adequate financial agreement we will be happy to send you our
ideas).

So, what went wrong? Nothing really, it just dawned on
us that _NeverEndingBooks.org_ should not go for the
better-designed mathematics book. All our (potential) authors can
publish as easily at Oxford University
Press
, the European Mathematical
Society
or, if they have no moral objection, at the AMS. So, why
would they choose us instead of these more established publishing
houses? Just because our books look slightly (well let’s face it : a
lot) better? Probably not. We, at neverendingbooks.org should not go for
the better-designed book, we should not go for the book concept at all,
we should invent something entirely NEW & SEXY & USABLE & DESIRING & (I
hope you get the drift!). Next time, I’ll let you in on the first ideas
of our design-department!

Leave a Comment

tiger tracks

I got
Tracks working under Tiger by trial and error starting with a suggestion
from Jan who found a fix here. From this I stumbled on for an hour or so on my iMac
untill near the very end I found that the tracks-page itself now
has a Tiger-section. So, let’s try to do it all over again from fresh on
my regular machine (a little iBook).

Start with
this page
and read it all the way to the comments. There is a
comment by Jamie on installing Rails and MySQL on a fresh Tiger which
looks like the thing I want followed immediately by another post by Jose
Marinez on
Installing Ruby on Rails on Tiger
which I decided to follow by the
letter (with one noticeable exception!). So first I downloaded the Rails
installer on Tiger
. Next, an install of the Standard version of
MySQL. I used version 4.0 for OS
X 10.3 !!!! NOT 4.1 !!!!
. I installed MySQL and the StartUpItem.
Next, I opened Terminal and typed the following commands

– cd
/usr/local/mysql
– sudo chown -R mysql data/
– sudo echo
– sudo ./bin/mysqld_safe &

and verified it by performing a
simple test

/usr/local/mysql/bin/mysql test

Next, I
secured everything by having a root-password

/usr/local/mysql/bin/mysqladmin -u root password
__*

Then I remembered that I’d better
not have to type the whole path so I did a

echo ‘export
PATH=/usr/local/mysql/bin:$PATH’ >> ~/.bash_profile

Also, I want
to admin MySQL via phpmyadmin so I
installed it. Then I enabled my webserver to use PHP using this post though I
did use vi rather than pico! Next, i did a check whether everything
worked fine by typing in safari

http://localhost/~lieven/phpmyadmin/index.php

Followed by
a

sudo gem install mysql โ€šร„รฌ
โ€šร„รฌwith-mysql-dir=/usr/local/mysql

Now, it is time to get the Tracks-package
and to follow these instructions And, it works! Here is the proof :

Leave a Comment

balm or poison

Don’t try
to follow the previous post unless you want to end up in a neverending
(sic!) series of re-installs, unrecognized harddisks at start-up and a
few kernel-panics!

At this moment I know of NO safe way to use Carbon Copy Cloner
to make a bootable clone of my HD. Here is the only way I managed to
make a bootable copy :

– before you start, click on the
target-partition of the external HD and use _File/Get Info_ and
uncheck under _Ownership & Permissions_ the box _Ignore
ownership on this volume_
– this might be enough for you but I
had to use DiskUtility to _Erase_ the externet HD-partition.
– then follow the previous post (that is do _sudo open_ on CCC
and then proceed as usual BUT make sure in your
prefernces only the box _Make Bootable_ is checked and certainly
no syncing-options!)

A bit too drastic for me. Its a bit like
: make a DMG of your MacintoshHD and do a restore on an empty external
partition. It seems that Tiger and Panther have very different
DNA-samples bringing a lot of excellent free- and shareware developers
near a nervous breakdown. Have the Apple-people ever heard of something
like _backwards compatibility_? Anyway, I’m not going to try
making another backup again until Mike Bombich has released a
Tiger-version of CCC!

Also, don’t try to follow the suggestions
of my Tracks
post
. It certainly is not enough to get tracks running under Tiger
(and probably also not under Panther as at the time I did a strange mix
of following this path and doing some manual installs using the Hivelogic
page
. This time, I got strange errors coming from the Ruby-MySQL
dialogue. I’m not going to try installing MySQL, PHP and Tracks before
someone like Marc
Lyanage
tells that it is safe to use the Panther-packages under
Tiger!

So, for the moment I’m just going to use my minimal
system (Tiger+Xcode Tools+TeX (following the instructions from this page
)+some excellent free and shareware like DevonThink , Pod2Go
, VoodooPad , SubEthaEdit ,
QuickSilver , Transmit and NetNewsWire ) until the
experts have tamed Tiger. Meanwhile, I’ll just confine myself to the
_Dashboard-Kintergarten_ !

Leave a Comment