-
Notifications
You must be signed in to change notification settings - Fork 229
Fix typo in AUTHORS.md #3313
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
Fix typo in AUTHORS.md #3313
Conversation
README.md
Outdated
@@ -151,7 +151,7 @@ research using the following BibTeX: | |||
Ziebarth, Malte and | |||
Quinn, Jamie and | |||
Wessel, Paul}, | |||
title = {{PyGMT: A Python interface for the Generic Mapping Tools}}, | |||
title = {PyGMT: A Python interface for the Generic Mapping Tools}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The double curly brackets is set to preserve the proper capitalization of PyGMT (without it, LaTeX might render it as Pygmt). See e.g. https://tex.stackexchange.com/questions/7288/preserving-capitalization-in-bibtex-titles and https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Preserving_case_of_letters.
We can also just do {{PyGMT}: A ...}
, but putting double curly brackets on the left and right looks nicer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting! I was not aware of this issue. Redone in commit 9e868b5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of those things you learn when a copyeditor goes through your BibTeX citations one by one and points out all the mistakes weiji14/deepbedmap@f86b366 🙂
Description of proposed changes
I am wondering if the BibTeX entry (https://github.com/GenericMappingTools/pygmt?tab=readme-ov-file#citing-pygmt) also works with single curly braces (https://de.overleaf.com/learn/latex/Bibliography_management_with_bibtex#Enter_\(\mathrm{Bib\TeX}\).
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash command is:
/format
: automatically format and lint the code