[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.38,1.39

Max Horn fingolfin at users.sourceforge.net
Sat Jan 14 03:08:13 CET 2006


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4364/tools

Modified Files:
	credits.pl 
Log Message:
Patch #1403763 (tiny fix for LaTeX documentation generation, concerning line wrap in the credits)

Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- credits.pl	10 Jan 2006 02:58:08 -0000	1.38
+++ credits.pl	14 Jan 2006 11:06:21 -0000	1.39
@@ -303,7 +303,7 @@
 	if ($mode eq "HTML") {
 		print "<table style='margin-left:2em; margin-bottom: 1em'>\n";
 	} elsif ($mode eq "TEX") {
-		print '\item  \begin{tabular}[h]{p{4cm}l}' . "\n";
+		print '\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}' . "\n";
 	}
 }
 





More information about the Scummvm-git-logs mailing list