aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.context40
1 files changed, 21 insertions, 19 deletions
diff --git a/default.context b/default.context
index ca82d293c..d4e8d29f0 100644
--- a/default.context
+++ b/default.context
@@ -13,7 +13,7 @@ $endif$
contrastcolor=$if(linkcolor)$$linkcolor$$else$black$endif$$if(title)$,
title=$title$$endif$$if(subtitle)$,
subtitle=$subtitle$$endif$$if(author)$,
- author=$author$$endif$$if(keywords)$,
+ author=$for(author)$$author$$sep$; $endfor$$endif$$if(keywords)$,
keyword=$keywords$$endif$]
% make chapter, section bookmarks visible when opening document
\placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section]
@@ -87,32 +87,34 @@ $endif$
\setupthinrules[width=15em] % width of horizontal rules
-$for(header-includes)$
-$header-includes$
-$endfor$
-
-\starttext
-$if(title)$
-\startalignment[center]
- \blank[2*big]
- {\tfd $title$}
+\setuphead[title][
+ style={\tfd\raggedcenter},
+ before={\startalignment[middle]},
+ after={
$if(subtitle)$
- \blank[3*medium]
- {\tfa $subtitle$}
+ \smallskip
+ {\tfa $subtitle$}
$endif$
$if(author)$
- \blank[3*medium]
- {\tfa $for(author)$$author$$sep$\crlf $endfor$}
+ \smallskip
+ {\tfa $for(author)$$author$$sep$\crlf $endfor$}
$endif$
$if(date)$
- \blank[2*medium]
- {\tfa $date$}
+ \smallskip
+ {\tfa $date$}
$endif$
- \blank[3*medium]
-\stopalignment
+ \bigskip\stopalignment}]
+
+$for(header-includes)$
+$header-includes$
+$endfor$
+
+\starttext
+$if(title)$
+\title{$title$}
$endif$
$if(abstract)$
-\midaligned{\bf Abstract}
+\midaligned{\it Abstract}
\startnarrower[2*middle]
$abstract$
\stopnarrower