Releases: langsci/langsci-affiliations
v1.4
v1.3
Trim spaces leading to more flexible input
The package now trims spaces around author names after removing affiliation and ORCiD from the input. Previously, the following inputs ... (note the space between name and \affiliation
, \orcid
)
\author{Firstname Lastname \affiliation{} \orcid{}}
\author{Firstname Lastname
\affiliation{}
\orcid{}
}
... would have led to the output Firstname Lastname␣␣
, which would lead to errors in the output.
Correct line spacing
This release improves the line spacing in the author block, particularly in grouped mode. Previously, if many authors were output in grouped
mode, the line spacing was not correctly adopted from the font settings.
New paragraph layout settings
Author and affiliation names are now no longer output in justified paragraphs (new setting output authors paragraph format
)
v1.2
Introduces the option separator between indices
as separate from separator between affiliations
. The first is the separator for affiliation indices next to author names. The latter is the separator used between affiliations and their indices in the affiliation line.
v1.1
v1.0.4
v1.0.3
v1.0.2
This is a minor release which improves two issues:
- The tokens in the affiliations were not assigned their original cat codes, which resulted in the problem that one could not use
\'
,\"
, and other commands. - Output of groups is now improved and can be user controlled - they inherit the setting from
separator between *
.