From 2f0ea521d7d816d4f7269a56e3c00a86239758de Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 13 Apr 2021 20:32:08 +0200 Subject: [PATCH] xep.xsl: reorder biblatex 'author' field right after 'title' field The 'title' and 'author' field are the two most important fields, hence it is sensible to have them up front. --- xep.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index 0183eee5..a02fffb8 100644 --- a/xep.xsl +++ b/xep.xsl @@ -506,10 +506,10 @@ content: "XEP-"; @report{, title = {}, + author = {, and }, version = {}, type = {XEP}, number = {}, - author = {, and }, institution = {XMPP Standards Foundation}, url = {https://xmpp.org/extensions/xep-.html}, date = {/},