default.ms template: move header-includes and .1C up.
This commit is contained in:
parent
fddd6ffdd0
commit
306dadc901
1 changed files with 5 additions and 5 deletions
|
@ -70,6 +70,9 @@ $if(has-inline-math)$
|
|||
delim @@
|
||||
.EN
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
$if(title)$
|
||||
.TL
|
||||
$title$
|
||||
|
@ -86,14 +89,11 @@ $if(abstract)$
|
|||
$abstract$
|
||||
.AE
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
.\" 1 column (use .2C for two column)
|
||||
.1C
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
$endfor$
|
||||
.\" 1 column (use .2C for two column)
|
||||
.1C
|
||||
$body$
|
||||
$if(toc)$
|
||||
.TC
|
||||
|
|
Loading…
Add table
Reference in a new issue