Software for writing Go books

For discussing go computing, software announcements, etc.
unkx80
Lives with ko
Posts: 257
Joined: Tue Apr 20, 2010 12:21 am
Rank: Dan player
GD Posts: 0
Location: Singapore
Has thanked: 13 times
Been thanked: 30 times
Contact:

Re: Software for writing Go books

Post by unkx80 »

Bill Spight wrote:EPS files work well, IMX. :)

Don't know why I missed .eps when I always turned my graphics files into .eps for LaTeX usage... :roll:
CheeseNPickle
Beginner
Posts: 16
Joined: Mon Dec 07, 2009 5:19 pm
Rank: KGS 9kyu
GD Posts: 100
Has thanked: 1 time

Re: Software for writing Go books

Post by CheeseNPickle »

One more vote for LaTeX. Yes it does produce nice output but there are some other reasons I think. LaTeX will keep track of numbering your figures very nicely. Delete one figure and all the rest get renumbered. You can give a figure a label in the code, then instead of remembering "figure 123" you can type \cite{lgroupdead1} or similar and the number gets updated. Word can do this but I think you need to buy the Endnote software. Also, against copy and pasting the figures in - it's great (apart for quality issues) if you never want to change them, triangles to squares, typos etc but if you need to fix that stuff it can probably get a bit dull redoing them from scratch. Also, there are some easy-to-use user interfaces to make using LaTeX easier. Copying then modifying a figure is easy when its just text. Finally, with regards the learning curve I'd get a working example of a tex file then modify it (e.g. the igo manual that comes in tex format). Fine tuning the appearance can come later.

edit: not cite, ref (ugh!)
User avatar
Solomon
Gosei
Posts: 1848
Joined: Tue Apr 20, 2010 9:21 pm
Rank: AGA 5d
GD Posts: 0
KGS: Capsule 4d
Tygem: 치킨까스 5d
Location: Bellevue, WA
Has thanked: 90 times
Been thanked: 835 times

Re: Software for writing Go books

Post by Solomon »

Helel wrote:Some things you may look at:
MikTeX. (LaTeX for Windoze)
AUCTeX. (To customize the Emacs editor to LaTeX. The imao best/easiest way to use LaTeX.)
CTAN. (Free repository of all things TeX and LaTeX, including free user guides)

On OS X, TeXShop is just fantastic.
unkx80
Lives with ko
Posts: 257
Joined: Tue Apr 20, 2010 12:21 am
Rank: Dan player
GD Posts: 0
Location: Singapore
Has thanked: 13 times
Been thanked: 30 times
Contact:

Re: Software for writing Go books

Post by unkx80 »

I am primarily a Windows user. On Windows, MikTeX is fantastic.

You need to include some package on CTAN that's not already installed in your MikTeX installation? Just do it, and during compilation the program can offer to download and install it automatically for you. This feature is too convenient for me to pass up.

(Yes, LaTeX users compile their documents. This term sure sounds scary to non-LaTeX users!)
Caroliano
Beginner
Posts: 4
Joined: Sat May 29, 2010 4:57 pm
Rank: IGS 15k
GD Posts: 4

Re: Software for writing Go books

Post by Caroliano »

And 100% on your stance regarding Comic Sans, along with Brush...and Papyrus :P. Actually, for some reason, I also get just as irked from Arial (why not Helvetica or Verdana?) and Times New Romans (why not Georgia?).

Obligatory xkcd reference:

Image

Alt-Text:"I secretly, deep in my guilty heart, like Papyrus and don't care if it's overused. [Cue hate mail in beautifully-kerned Helvetica.]"

Freegame, for undesrtanding the comic and the graphic designers feelings you may start here and then click on Comics Sans to understand the problem.

Imagine someone when discovers that the WHOLE book he BOUGHT and WANTED TO READ is using comic sans? Arght, it is too horrible to imagine! So, some people may not cope very well with this... If you treasure your life, or at least the well being of others, please don't do this. :evil: ;-) :D

As the title says, we need more dialog boxes like this: http://www.globalnerdy.com/2007/06/21/t ... like-this/
The coments on this blog entry are also very good.
unkx80
Lives with ko
Posts: 257
Joined: Tue Apr 20, 2010 12:21 am
Rank: Dan player
GD Posts: 0
Location: Singapore
Has thanked: 13 times
Been thanked: 30 times
Contact:

Re: Software for writing Go books

Post by unkx80 »

Caroliano wrote:Imagine someone when discovers that the WHOLE book he BOUGHT and WANTED TO READ is using comic sans? Arght, it is too horrible to imagine! So, some people may not cope very well with this... If you treasure your life, or at least the well being of others, please don't do this. :evil: ;-) :D


I had something close to this. Some years ago, I attended a course taught by two lecturers, one of them a visiting professor from Stanford. All his PowerPoint slides were formatted in Comic Sans, every single word of it... :roll:
User avatar
freegame
Lives in gote
Posts: 399
Joined: Tue Apr 20, 2010 8:40 am
Rank: EGF 2d KGS 3d
GD Posts: 353
KGS: freegame
Location: Shanghai, China
Has thanked: 5 times
Been thanked: 35 times
Contact:

Re: Software for writing Go books

Post by freegame »

I'm half way through changing all diagrams to vector graphics (eps) and helvetica font. :D
It is a lot of work redoing all the diagrams...
Laurens
Go school: freegame's Teaching School
Author of: The Next Move a book for 15-3kyu players.
Elesthor
Dies in gote
Posts: 31
Joined: Tue May 25, 2010 11:37 am
GD Posts: 0
Has thanked: 4 times

Re: Software for writing Go books

Post by Elesthor »

A great +1 for Latex =D

In order to write a book, the learning curve isn't too long (you've just to master the basic of it) =)

On OsX, the best choice is Textmate+Latex if you are familiar with advanced text editors.

I've also heard about TexMaker on Windows, but i think it is more for scientific publishes.


Your printing looks nice :cool:
User avatar
freegame
Lives in gote
Posts: 399
Joined: Tue Apr 20, 2010 8:40 am
Rank: EGF 2d KGS 3d
GD Posts: 353
KGS: freegame
Location: Shanghai, China
Has thanked: 5 times
Been thanked: 35 times
Contact:

Re: Software for writing Go books

Post by freegame »

Elesthor wrote:Your printing looks nice :cool:


hehe, all new diagrams are boring vector graphics. so no textured stones anymore.
the old bitmaps were fine for 90+% of the times. but there were a few grainy diagrams.
I hope that with the new vector diagram they will all have the same quality.
Laurens
Go school: freegame's Teaching School
Author of: The Next Move a book for 15-3kyu players.
Post Reply