You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit aims to fixLaPreprint#3 (comment) by adding a check to catch a string abstract and by ensuring an array is returned when a single abstract is provided.
When providing only a single string as an abstract, e.g.:
or
the compile breaks with
The same happens if the abstract text is wrapped as content
[This is text]
rather than a string.I think this is happening because line 270-271 of
lapreprint.typ
returns a dictionary, but theabstracts.map
in line 278 requires an array.The text was updated successfully, but these errors were encountered: