Search found 5 matches

by nbaron
Fri Oct 16, 2009 5:26 pm
Forum: General
Topic: Problem with specific package 'hexgame'
Replies: 8
Views: 3762

Re: Problem with specific package 'hexgame'

It works! Thank you both for the help!
by nbaron
Fri Oct 16, 2009 6:28 am
Forum: General
Topic: Problem with specific package 'hexgame'
Replies: 8
Views: 3762

Problem with specific package 'hexgame'

Update: I can successfully compile code using pstricks packages into pdf using TeX + DVI. The following code works:
\listfiles
\documentclass{article}
\usepackage{pstricks}
\usepackage{hexgame}
\begin{document}

\begin{pspicture}(0,0)(2,2)

\psline(2,1)
\end{pspicture}


\end{document}

However ...
by nbaron
Fri Oct 16, 2009 4:04 am
Forum: General
Topic: Problem with specific package 'hexgame'
Replies: 8
Views: 3762

Re: Problem with specific package 'hexgame'

Here it is.
by nbaron
Fri Oct 16, 2009 3:48 am
Forum: General
Topic: Problem with specific package 'hexgame'
Replies: 8
Views: 3762

Re: Problem with specific package 'hexgame'

Thanks for the reply. I'm using TeXShop to edit, and under preferences I did set typesetting to TeX + DVI.

However, I am still getting the same error message.
by nbaron
Fri Oct 16, 2009 2:59 am
Forum: General
Topic: Problem with specific package 'hexgame'
Replies: 8
Views: 3762

Problem with specific package 'hexgame'

Hi all,

I've been trying to use the hexgame package to create a simple hexboard:

\documentclass{article}
\usepackage{hexgame}
\begin{document}

\begin{hexgame}{5}
\colorhex{2}{playerone}
\colorhex{4}{playertwo}
\colorhex{6}{playertwo}
\colorhex{25}{playerone}
\labelhex{23}{37}
\end{hexgame ...