aboutsummaryrefslogtreecommitdiffstats
path: root/include/reportf
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:56 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:56 +0000
commit162643f981292504f375a7f834d408a4a0fa7f46 (patch)
treea52e523ace2e98b57c761a8319f45b8aee208fce /include/reportf
parentb10d39aec443165093f8f28bc6f940530b89cdaf (diff)
downloadlout-162643f981292504f375a7f834d408a4a0fa7f46.tar.gz
Lout 3.22.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@13 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'include/reportf')
-rw-r--r--include/reportf39
1 files changed, 28 insertions, 11 deletions
diff --git a/include/reportf b/include/reportf
index 379b997..ce37b01 100644
--- a/include/reportf
+++ b/include/reportf
@@ -16,7 +16,21 @@ def @ReportSetup
named @CoverSheet { Yes }
named @ContentsSeparate { No }
named @DateLine { No }
+ named @AboveTitleGap { 1i }
+ named @TitleFont { Bold }
+ named @TitleBreak { clines 1.4vx }
+ named @AuthorFont { Italic }
+ named @AuthorBreak { clines }
+ named @InstitutionFont { }
+ named @InstitutionBreak { clines }
+ named @DateLineFont { }
+ named @DateLineBreak { }
named @AbstractDisplay { No }
+ named @AbstractFont { }
+ named @AbstractBreak { }
+ named @AbstractFormat
+ left @Title
+ right @Body { @Centre @Title @DP @Body }
named @AbstractTitle { dft }
named @ReferencesBeforeAppendices { No }
@@ -268,7 +282,7 @@ def @ReportSetup
def @DateValue right indent
{
@DateLine @Case {
- No @Yield {}
+ No @Yield @Null
Yes @Yield @Date
else @Yield @DateLine
}
@@ -276,10 +290,11 @@ def @ReportSetup
def @TitleMaterial
{
- //1i @B {clines 1.4vx} @Break @Cntr @Title
- //1.00v @I clines @Break { |0.5rt @Author | }
- //1.00v clines @Break @Cntr @Institution
- //1.00v clines @Break @Cntr @DateValue
+ //@AboveTitleGap
+ @TitleFont @Font @TitleBreak @Break @Cntr @Title
+ //1.00v @AuthorFont @Font @AuthorBreak @Break @Cntr @Author
+ //1.00v @InstitutionFont @Font @InstitutionBreak @Break @Cntr @Institution
+ //1.00v @DateLineFont @Font @DateLineBreak @Break @Cntr @DateValue
}
def @AbstractPart
@@ -296,14 +311,16 @@ def @ReportSetup
"" @Yield @Null
- else @Yield @AbstractDisplay @Case {
+ else @Yield
+ {
+ @AbstractFont @Font @AbstractBreak @Break
+ @AbstractDisplay @Case {
- No @Yield { @Title @DP @Abstract }
+ No @Yield { @Title @AbstractFormat @Abstract }
- Yes @Yield { |0.5rt @Title |
- @DP
- |@DisplayIndent @Abstract |@DisplayIndent
- }
+ Yes @Yield { |@DisplayIndent
+ @Title @AbstractFormat @Abstract |@DisplayIndent }
+ }
}
}
}