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 of Ackn. section, BrE/AmE difference #5

Open
kopeckyf opened this issue Mar 9, 2021 · 2 comments
Open

Title of Ackn. section, BrE/AmE difference #5

kopeckyf opened this issue Mar 9, 2021 · 2 comments

Comments

@kopeckyf
Copy link
Contributor

kopeckyf commented Mar 9, 2021

The title of the section Acknowledgements can have two different spellings:

  • Acknowledgements (British, South African, NZ English)
  • Acknowledgments (US English)

The British variant is pre-defined in our template and can cause inconsistencies when the chapter is written in American English. The problem does not arise for Canadian and Australian English because they accept both spellings.

At present, the only option to customise the heading is by hand, since we don't have a language setting on a per-chapter basis.

@Glottotopia
Copy link
Contributor

is this an issue of langscibook or an issue of https://github.com/langsci/latex-skeletons ? If the latter, one could simply double

\section*{Acknowledgements} %British, South African, NZ, (+CAN, AUS)
%\section*{Acknowledgements} %US (+CAN, AUS)

Same for monographs.

@kopeckyf
Copy link
Contributor Author

kopeckyf commented Mar 9, 2021

You're right, I'll transfer this issue.

In langscibook, the situation is the following:

https://github.com/langsci/langscibook/blob/988cb6212b137ab497c3e714e72f1add570209cd/langscibook.cls#L1971

We have done this for easy localisation. For example, we later customise this command for translations to French, Italian, etc:
https://github.com/langsci/langscibook/blob/988cb6212b137ab497c3e714e72f1add570209cd/langscibook.cls#L1981

This is then used in acknowledgments.tex.

So one could potentially provide a BrE translation as well. It could be as simple as a \renewcommand, since we don't need to change the other localisation variables.

@kopeckyf kopeckyf transferred this issue from langsci/langscibook Mar 9, 2021
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