summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-14 13:33:24 +0000
committerikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-14 13:33:24 +0000
commit6867d6f087f3fd8ece8bd442165d62d633ec22b9 (patch)
tree0be39b4912fea5b3371cc119df8daaa85cd7c911 /lib
parentecc5af604a6b31b8984980921d1df1c5f5cee390 (diff)
should now have the same parskip and parindent as the usersguide does
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2952 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ThornGuide.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sbin/ThornGuide.pl b/lib/sbin/ThornGuide.pl
index 08e39969..4a900dab 100644
--- a/lib/sbin/ThornGuide.pl
+++ b/lib/sbin/ThornGuide.pl
@@ -637,6 +637,8 @@ print OUT <<EOC;
\\renewcommand{\\thechapter}{\\Alph{part}\\arabic{chapter}}
\\renewcommand{\\thepage}{\\Alph{part}\\arabic{page}}
\\pagestyle{fancy}
+\\parskip = 10pt
+\\parindent = 0pt
\\newlength{\\tableWidth}
\\newlength{\\maxVarWidth}