summaryrefslogtreecommitdiff
path: root/lib/sbin/SchedLatex.pl
diff options
context:
space:
mode:
authorikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-23 12:28:14 +0000
committerikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-23 12:28:14 +0000
commit519dfdfad262aa259e36a6bcfb79c107a4b34c35 (patch)
treeedb9f4d36683a295c921aab58cf2e69bfcf569c6 /lib/sbin/SchedLatex.pl
parent974747ad940c7af2d357d26c452f2a078c244ecd (diff)
adding more grdoc (documentation), changed ThornGuide.pl around quite a bit, added strict variable checking, adding in use of ThornUtils package, seems to work all good, so I am commiting
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2747 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/SchedLatex.pl')
-rwxr-xr-xlib/sbin/SchedLatex.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sbin/SchedLatex.pl b/lib/sbin/SchedLatex.pl
index 9ed0aeeb..3d4a5530 100755
--- a/lib/sbin/SchedLatex.pl
+++ b/lib/sbin/SchedLatex.pl
@@ -64,7 +64,7 @@ require "$sbin_dir/MakeUtils.pl";
# INITIALIZATION #
##################
my $TABLE_WIDTH ||= "160";
-$document_type ||= "section";
+$document_type ||= "section";
my $start_directory = `pwd`;
chomp ($start_directory);
@@ -254,7 +254,6 @@ sub ProcessOneThorn
# @enddesc
# @version
#@@*/
-#sub LatexTableElement
sub CreateLatexTable
{
my %thorn = %{$_[0]};