diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sgame/sgame.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sgame/sgame.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/sgame/sgame.sty b/Master/texmf-dist/tex/latex/sgame/sgame.sty index f776f4fcbb1..9107813a330 100644 --- a/Master/texmf-dist/tex/latex/sgame/sgame.sty +++ b/Master/texmf-dist/tex/latex/sgame/sgame.sty @@ -1,7 +1,7 @@ % sgame.sty (for formatting strategic games) % <title>LaTeX style file for typesetting strategic games</title> % Martin J. Osborne (based on suggestions of Michael Carter) -% Version 2.13, 2005/7/8 +% Version 2.14, 2008/12/2 % Please report bugs to: martin.osborne@utoronto.ca % The latest version may be found at % http://www.economics.utoronto.ca/osborne/latex @@ -258,7 +258,9 @@ \global\sg@colwd\wd0% \else\fi% \hfil\box0\hfil\global\sg@colindex 1\relax% - \sg@strut\cr\cline{2-\sg@numcols}% +% 2008-12-2: \noalign{\vskip-\arrayrulewidth} added to align thick +% rules correctly + \sg@strut\cr\noalign{\vskip-\arrayrulewidth}\cline{2-\sg@numcols}% {\global\advance\sg@rowindex by 1}% {\global\sg@xcolwd\sg@colwd}% {\global\sg@colwd 0pt}% @@ -313,7 +315,9 @@ \fi \hfil\box0\hfil\sg@strut% \cr% - \cline{2-\sg@numcols}% +% 2008-12-2: \noalign{\vskip-\arrayrulewidth} added to align thick +% rules correctly + \noalign{\vskip-\arrayrulewidth}\cline{2-\sg@numcols}% % If game has a label, add a row with the label \ifsg@label% \sg@putlabel{u}% |