-
Notifications
You must be signed in to change notification settings - Fork 17
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
Custom formats for latex citation #64
Comments
Thanks for posting about this issue. That seems like some sort of regression with telescope load-order. I tested it on my system and had the same issue. Which plugin manager are you using? I fixed the issue by removing the |
Thanks for your response! I am using packer (for now) and would like to try to emulate what you suggest above. Right now I have this in my config file
When you say 'put it below
I tried this but it gave me an error and as I'm sure you can tell, I'm not experienced enough to know what I'm doing wrong. Thanks again for your help, |
I didnt know you could have |
I tried adding
I noticed that it didn't care if Thanks for the help! |
Don't use "= {...} after setup, you need to call the function: |
Shoots, still no dice. Here is the full config for Telescope:
Would love to know if I'm making some mistake. Thanks again for your help. |
I did some more testing and there seems to be a deeper issue with how the custom formats are set. I will look into this when I have the time, but for the next 2 weeks I cannot guarantee it. Thanks again for bringing this to my attention. |
For now I pushed a quick fix so you can do |
Amazing, that works great! Thanks so much. |
I believe to be doing the right thing, but am not getting the right results upon running the command
:Telescope bibtex format=CiteT
. Here is what I have in the config:I have also tested it with
cite_maker = '#%s#'
or with parentheses but would only get the citation key alone instead of wrapped inside the citation command that I want to be added as well.I have also tried the command
:Telescope bibtex
but still get\cite{KEY}
instead of\citet{KEY}
as desired. Any pointers would be much appreciated.The text was updated successfully, but these errors were encountered: