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

v0.6.0: coauthor and default option features #51

Merged
merged 7 commits into from
Dec 8, 2024
Merged

v0.6.0: coauthor and default option features #51

merged 7 commits into from
Dec 8, 2024

Conversation

yymao
Copy link
Owner

@yymao yymao commented Dec 8, 2024

The v0.6.0 version incorporates #49 implemented by @birnstiel , enabling coauthors in the ADS search if the citation key has the format of firstauthor:coauthor1:coauthor2:year.

However, to avoid breaking backward compatibility, this feature is disabled by default and need to be enabled with the argument --use-coauthors.

To reduce the hassle of specifying --use-coauthors every time, this version also introduce a new feature to set an environment variable ADSTEX_ARGS for default arguments. For example, setting the following in .bashrc will always enable the coauthor and parallel features.

export ADSTEX_ARGS="--use-coauthors --parallel"

@yymao yymao merged commit 1f99c2c into main Dec 8, 2024
10 checks passed
@yymao yymao deleted the u/yymao/v0.6 branch December 8, 2024 18:21
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

Successfully merging this pull request may close these issues.

2 participants