Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

title fields should not contain line breaks #275

Open
GeeLaw opened this issue Dec 22, 2024 · 0 comments
Open

title fields should not contain line breaks #275

GeeLaw opened this issue Dec 22, 2024 · 0 comments

Comments

@GeeLaw
Copy link
Contributor

GeeLaw commented Dec 22, 2024

(Tangentially related,) ePrint seems to render \\ as \, but the TeX meaning of \\ is a line break. In crypto.bib,

EPRINT:SESKJK22
EPRINT:FKPR21
EPRINT:Chen20b
EPRINT:Vysotskaya19
EPRINT:ChaYun12
EPRINT:ChaSar06d
EPRINT:CHKLM06

have \ (rendered by ePrint) or line breaks encoded as \\, which causes a (justified, likely unfortunate) line break when rendered.

The line break likely is for typesetting the title in the paper, specific to the font size and the text width, or due to being subtitle or supplementary information ("semantic line break"). I verified that this is the case for all the 7 instances. In bibliography, the line breaks should just be removed.

In the future, imports from ePrint should have (regular expression) \s*(\\\\\s*)+ (arbitrarily many consecutive line breaks, optionally surrounded by space characters) replaced by (one space character).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant