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

"The" at the beginning of journal title still remains #46

Open
ky36 opened this issue May 3, 2024 · 1 comment
Open

"The" at the beginning of journal title still remains #46

ky36 opened this issue May 3, 2024 · 1 comment

Comments

@ky36
Copy link

ky36 commented May 3, 2024

For example, "The Journal of Chemical Physics" is abbreviated to "The J. Chem. Phys." instead of "J. Chem. Phys.".

How to get rid of "The" at the beginning?

@compholio
Copy link
Owner

It looks like this is because I currently have it performing a case-sensitive check, you can work around it by adding this to your latex file (note capitalized "The"):

\DefineSpuriousJournalWord{The}

I'll take a look at this when I have a moment, as it probably should perform a case-insensitive check of all the "spurious" title words.

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

2 participants