Page 1 of 1
sgf to igo(latex-typesetting)
Posted: Sat Oct 08, 2011 8:57 am
by Furikawuri
Hi,
is there a program for converting a sgf-file to latex-output with igo-typesetting (
http://ftp.univie.ac.at/packages/tex/he ... s/igo.html)?
Especially, i just want to get the tex-code for one plain diagram that contains all moves of the sgf-file without numbers, etc...
Thanks
Re: sgf to igo(latex-typesetting)
Posted: Sat Oct 08, 2011 9:26 am
by jts
Re: sgf to igo(latex-typesetting)
Posted: Sat Oct 08, 2011 5:42 pm
by Furikawuri
No, i want to convert a sgf-file into latex-code which uses the igo-package (see my link above).
Re: sgf to igo(latex-typesetting)
Posted: Mon Oct 10, 2011 6:43 am
by Furikawuri
I'm no professional programmer. Do you think i could write a converter for sgf2dg which uses the igo-package?
I guess somebody already did it, does anybody know from someone?
What i would need most is the following simple thing: Input is an sgf-file which contains a game and a move number.
Then the program should simply output the latex-code using the igo-package for one diagram which
contains all moves of the game until the specified move without move numbers.
Can you give me any hints how i can learn to write a converter which exactly does this?
Re: sgf to igo(latex-typesetting)
Posted: Mon Oct 10, 2011 2:40 pm
by daniel_the_smith
Helel wrote:Unfortunately my own pearl-scripts usually looks like they are about to take part in an obfuscation contest, so I will not give you any details.
Are there any pearl scripts that don't?
Re: sgf to igo(latex-typesetting)
Posted: Mon Oct 10, 2011 2:50 pm
by daniel_the_smith
You're just looking for output that looks like this, right?
Code: Select all
\white{b4,c4,d4,e4,f4,g3,g2,c3}
\black{b3,b2,c2,d3,e3,f3,f2}