From 98945a1172c6ac9bae1588f51df90ac27c778ed3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 7 Nov 2008 15:22:40 +0000 Subject: [PATCH] strayman: Fettle default paragraph indentation. Matching \leftmargini doesn't look right in retrospect. The current setting is 1.2em, which looks plausible at the moment. Expect more changes later. --- strayman.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strayman.dtx b/strayman.dtx index 8c4304d..e061e3b 100644 --- a/strayman.dtx +++ b/strayman.dtx @@ -35,7 +35,7 @@ %<+strayman> [2003/09/04 1.10 Straylight document class] % \end{meta-comment} % -% \CheckSum{3058} +% \CheckSum{3057} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -1630,7 +1630,7 @@ % And now we can set the paragraph indent. % \begin{macrocode} \if@indentpar - \parindent\leftmargini + \parindent1.2em \else \parindent\z@ \fi -- 2.11.0