File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ while making it possible to rely on default object metadata
7
7
structures when using the data in other filters or when accessing
8
8
the data from custom templates.
9
9
10
+ Most users will want to use this filter in combination with
11
+ [ author-info-blocks] ( https://github.com/pandoc/lua-filters/tree/master/author-info-blocks ) .
12
+
10
13
11
14
## Canonical format for authors and affiliations
12
15
@@ -36,10 +39,10 @@ will be transformed into
36
39
name: Jane Doe
37
40
- id: 'John Q. Doe'
38
41
name: 'John Q. Doe'
39
-
42
+
40
43
Internally, ` id ` will be a simple string, while ` name ` is of type
41
44
` MetaInlines ` .
42
-
45
+
43
46
44
47
## Referencing affiliations
45
48
@@ -50,7 +53,7 @@ object. Three methods of doing this are supported.
50
53
1 . ** Referencing institutes by list index** : affiliations can be
51
54
listed in the * institute* metadata field and then referenced
52
55
by using the numerical index:
53
-
56
+
54
57
institute:
55
58
- Acme Corporation
56
59
- Federation of Planets
@@ -59,7 +62,7 @@ object. Three methods of doing this are supported.
59
62
institute: [1, 2]
60
63
- John Q. Doe:
61
64
institute: [2]
62
-
65
+
63
66
This is also the canonical representation used to keep track
64
67
of author affiliations.
65
68
@@ -81,7 +84,7 @@ object. Three methods of doing this are supported.
81
84
more convenient to give an affiliation directly in the
82
85
author's YAML object. Those objects can still be referenced
83
86
by ID from authors listed below such entry.
84
-
87
+
85
88
author:
86
89
- Jane Doe:
87
90
institute:
You can’t perform that action at this time.
0 commit comments