We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2912ca commit 4163cc7Copy full SHA for 4163cc7
templates/article/source/frontmatter.ptx
@@ -1,15 +1,14 @@
1
-
+<?xml version="1.0" encoding="utf-8"?>
2
<frontmatter>
3
-<bibinfo>
4
-<author>
5
-<personname>Author X. Lastname</personname>
6
-</author>
7
-</bibinfo>
8
9
-<abstract>
10
-<p>
11
-This is the abstract.
12
-</p>
13
-</abstract>
+ <bibinfo>
+ <author>
+ <personname>Author X. Lastname</personname>
+ </author>
+ </bibinfo>
+
+ <abstract>
+ <p>
+ This is the abstract.
+ </p>
+ </abstract>
14
</frontmatter>
15
0 commit comments