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
Would that neat join trick also work in https://github.com/Humans-of-Julia/Bibliography.jl/blob/b23a0265a5e6ea4a5bad4e656d5699a458cc2fdd/src/staticweb.jl#L66-L133 ?
#30
Closed
Azzaare opened this issue
Jun 24, 2021
· 1 comment
The arXiv link can be removed from the issue. There is no arXiv field in the BibTex spec and it is recommended to use archivePrefix and eprint field to cite that correctly. So the current workaround to get a url via DocumenterCitations.jl should be to add the arXiv link to the BibTex url field.
For the empty fields with commas my only solution would be to throw a lot of addstr != "" ? ", " : "" onto it.
I think there might be a more elegant way but join might not work here.
Nevertheless this might be fixed or vanish after you add the custom cite/bibliography formats you mentioned somewhere else.
From @LazyScholar in #28 (thanks by the way)
Would that neat
join
trick also work inBibliography.jl/src/staticweb.jl
Lines 66 to 133 in b23a026
I noticed in your example that it might be useful.
Edit:
And
Bibliography.jl/src/staticweb.jl
Lines 142 to 154 in b23a026
Originally posted by @LazyScholar in #28 (comment)
The text was updated successfully, but these errors were encountered: