diff options
author | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-04 00:11:00 +0000 |
---|---|---|
committer | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-04 00:11:00 +0000 |
commit | fda2afc1b24273391bf800ae7a2bdf03596f5654 (patch) | |
tree | 70e6e8d2302a1a56ed85ac133141e20042396c82 /Master/texmf-dist/tex/latex/sgame | |
parent | 2e29efe27b833a549199243c48ce96ce2d6e3702 (diff) |
sgame 2.14 2008/12/02
git-svn-id: svn://tug.org/texlive/trunk@11511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sgame')
-rw-r--r-- | Master/texmf-dist/tex/latex/sgame/sgame.sty | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/sgame/sgamevar.sty | 6 |
2 files changed, 10 insertions, 6 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}% diff --git a/Master/texmf-dist/tex/latex/sgame/sgamevar.sty b/Master/texmf-dist/tex/latex/sgame/sgamevar.sty index 491fc30c2c8..9f317c8161e 100644 --- a/Master/texmf-dist/tex/latex/sgame/sgamevar.sty +++ b/Master/texmf-dist/tex/latex/sgame/sgamevar.sty @@ -2,7 +2,7 @@ % avoids \catcode changes) % <title>LaTeX style file for typesetting strategic games</title> % Martin J. Osborne (based on suggestions of Michael Carter) -% Version 2.12, 2004/5/21 +% 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 @@ -257,7 +257,7 @@ \global\sg@colwd\wd0% \else\fi% \hfil\box0\hfil\global\sg@colindex 1\relax% - \sg@strut\cr\cline{2-\sg@numcols}% + \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 +313,7 @@ \fi \hfil\box0\hfil\sg@strut% \cr% - \cline{2-\sg@numcols}% + \noalign{\vskip-\arrayrulewidth}\cline{2-\sg@numcols}% % If game has a label, add a row with the label \ifsg@label% \sg@putlabel{u}% |