Stefan Uddenberg
Stefan Uddenberg
Bump; curious if you ever solved this issue!
Seconded; it would be nice to have APA style citations in particular for my own work.
I was able to integrate the code for [this package](https://github.com/Naeka/pybtex-apa-style) into pybtex, but there are still two issues I need to resolve: (1) removing the square brackets from the in-line...
@amichuda There is an associated PyPI package for that repo I linked earlier. You can try installing that, but it didn't work for me when I tried it some months...
`pip install pybtex-apa-style` works for me now. My bracket issue remains, however...
I stumbled across the same piece of code as well; I think you are right. Not sure whether there's an alternative to making a separate fork of `sphinxcontrib-bibtex` at this...
Would be happy to help with that; putting my wish-list for publication-ready articles on here for posterity's sake, as I imagine they're all related to `sphinxcontrib-bibtex`'s particular implementation (I understand...
Here's my solution: ```js module.loadCSS = function(css) { /** Loads CSS to a dynamically created stylesheet * and returns the id of that stylesheet for later * unloading. * */...
I am facing the same issue. Trying to get this to work on my university's cluster and facing the same issue. I was able to get it working fine on...
Is there any progress on adding support for transitions?