Questions tagged [igo]
The igo tag has no usage guidance.
4 questions
6
votes
1
answer
254
views
Labels on Go-Board
I wanted to recreate this board here
and here is my code:
\documentclass[11pt]{standalone}
\usepackage{psgo}
\begin{document}
\setgounit{0.4cm}
\begin{psgopartialboard}
{(1,1)(19,11)}
\stone{white}{...
1
vote
1
answer
57
views
tex4h and IGO font
Using tex4ht in combination with the igo package gives some error messages. The igo package can be found on CTAN.
Step 1: I have generated for test purposes igobl10.mf and igowh10.mf using the ...
1
vote
1
answer
158
views
Why is the German option ignored by igo.sty?
It is not a serious issue, but I would like to know why this happens.
If I compile
\documentclass[ngerman]{scrartcl}
\usepackage[ngerman]{babel}
\title{Title}
\date{\today}
\usepackage{igo}
\begin{...
0
votes
0
answers
142
views
Changing the fontsize while using the igo-package
Using the igo-package I am not able to change the fontsize with the normal fontsize=12pt command. The only way to get another size I have to add e.g. \large at the begin of the document. The reasons ...