livecomsjournal / article_templates

Templates for use in preparing articles for the Living Journal of Computational Molecular Sciences (LiveCoMS)
http://www.livecomsjournal.org/
Creative Commons Attribution 4.0 International
9 stars 14 forks source link

Fix display long URLs in GitHub link #88

Open mrshirts opened 2 years ago

mrshirts commented 2 years ago

Problem: if the GitHub URL for the permanent article repository is too long, then it runs into the text of the abstract.

Likely solution: We added \RequirePackage[hyphens]{url}

before the document class definition. This breaks the URLS on hyphens. This could probably be put somewhere in template so authors don't need to worry about this.

dwsideriusNIST commented 2 years ago

Note: PR #94 implements this change via the class file, not the document TeX source.