Frederik Aust
Frederik Aust
I have encountered this error with very long bib files, too. I have implemented a [hack to circumvent this problem](https://github.com/crsh/citr/blob/master/R/query_bib.R#L134) in one of my packages.
It's just for inserting citations. But you are welcome to use the code for your purposes.
I work in academia and use Obsidean to take notes on my reading and distill that information into substantive notes. Because my reading and the concepts I concern myself with...
Hi @mutlusun, hi @dgromer, I have thought a little bit about generalizing `papaja`'s approach to different style guides by basing all methods on a set of global options (e.g., should...
During a first quick browse of `apa` a couple of things came to mind with regards to joining forces: 1. To me it's key that the package plays well with...
> Calling the correct output format (HTML vs. LaTeX, etc) is a bit hacky How so? While rendering an R Markdown document you can access the `knitr` options, which contain...
Thanks @ekothe, you have repeatedly given the answers I was about to type up. ;) `citr` currently only integrates with Better BibLaTeX. However, I'd be more than happy to add...
Just adding my 👍 .This would also be very useful for my lectures.
Hi Marius, yes this is a great idea and since great minds thing alike: https://github.com/crsh/papaja/issues/51 ;) It's also been [brought up](https://github.com/jgm/pandoc/issues/5998) on the `pandoc`-side, but there seems to be little...
Thanks for reporting this. I'll take a look as soon as possible.