We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to cite by supressing the author? Expected use: Smith citeyear: smith_2019 states that citing by year is easy.
Expected output: Smith (2019) states that citing by year is easy.
Current output: Smith (Smith 2019) states that citing by year is easy.
Could you please provide some guidance?
The text was updated successfully, but these errors were encountered:
This probably is a problem of citation language? Would you try specifying
#+PANDOC_OPTIONS: filter:pandoc-citeproc #+PANDOC_OPTIONS: csl:XXXX.csl
and specify the csl file that satisfy your needs?
Sorry, something went wrong.
No branches or pull requests
How to cite by supressing the author?
Expected use:
Smith citeyear: smith_2019 states that citing by year is easy.
Expected output:
Smith (2019) states that citing by year is easy.
Current output:
Smith (Smith 2019) states that citing by year is easy.
Could you please provide some guidance?
The text was updated successfully, but these errors were encountered: