Linked by Alcibiades on Tue 20th Dec 2005 18:40 UTC
Linux In order to see what is needed in book writing applications, you need to look carefully at the desk of someone who is actively writing a book. You will most likely see piles of paper, often cut up and marked with pencil, and if you examine those of the papers that are in piles, you will see that the pagination is all over the place because pages have been reordered. Read on...
Permalink for comment 76191
To read all comments associated with this story, please click here.
Missed a hugely important tool!
by twowheels on Tue 20th Dec 2005 19:43 UTC
twowheels
Member since:
2005-07-06

A tool that is often overlooked for anything other than programming...

A good version control tool like Subversion would be of great benefit as well. I've come to use Subversion for everything important from source code, letters, my resume rather recently, to MP3 files.

This makes backups easy, change tracking even easier, and gives me a nice time based snapshots! On top of all of that it also allows me to work any any one of my multiple computers (my desktop, my laptop, or even a friend's computer with svn+ssh) without fear of losing anything!

Of course that really biases the tool selection toward a text based approach like \LaTeX{} because then you also get the HUGE benefit of being able to see the differences between the versions easily!

Edited 2005-12-20 19:44