Skip to content

v1.3

Compare
Choose a tag to compare
@kopeckyf kopeckyf released this 27 Feb 15:03
· 3 commits to main since this release

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)