diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sgame/sgame.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sgame/sgame.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/sgame/sgame.sty b/Master/texmf-dist/tex/latex/sgame/sgame.sty index 75c1bb3803e..f776f4fcbb1 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.11, 2004/5/13 +% Version 2.13, 2005/7/8 % Please report bugs to: martin.osborne@utoronto.ca % The latest version may be found at % http://www.economics.utoronto.ca/osborne/latex @@ -241,7 +241,10 @@ \setbox0=\hbox\bgroup\ignorespaces% \ifgamemath$\fi% \ifnum\sg@rowindex=\sg@numrows% - \gdef\\{\unskip}% +% 2005-7-8: next line replaced by following one (to avoid losing definition +% of \\ permanently) +% \gdef\\{\unskip}% + \let\\=\unskip% \else\fi\ignorespaces% }% \color{\sglinecolor}% @@ -369,6 +372,7 @@ \ifgamemath$\fi% \ifnum\sg@rowindex=\sg@numrows% \gdef\\{\unskip}% + \let\\=\unskip% \else\fi\ignorespaces% }% \sg@numrows=#1\sg@numcols=#2% @@ -493,4 +497,3 @@ \def\@gifnch{\ifx\@tempc\@sptoken\let\@tempd\@tempb% \else\ifx\@tempc\@tempe\let\@tempd\@tempa\else\let\@tempd\@tempb\fi\fi\@tempd} -
\ No newline at end of file |