summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sgame
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/sgame')
-rw-r--r--Master/texmf-dist/tex/latex/sgame/sgame.sty10
-rw-r--r--Master/texmf-dist/tex/latex/sgame/sgamevar.sty6
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}%