From 306dadc9010bbf81533fba9856565fa6051ff4ab Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 26 Mar 2017 23:47:38 +0200
Subject: [PATCH] default.ms template: move header-includes and .1C up.

---
 data/templates/default.ms | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/templates/default.ms b/data/templates/default.ms
index 85f9af30a..d1e5f5476 100644
--- a/data/templates/default.ms
+++ b/data/templates/default.ms
@@ -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