pelican-cite icon indicating copy to clipboard operation
pelican-cite copied to clipboard

Allows the use of BibTeX citations within a Pelican site

Results 8 pelican-cite issues
Sort by recently updated
recently updated
newest added

I would like to link to the source (a pdf file), which is available online, but I can't figure out how links work. I use `@ARTICLE` and tried it with...

investigating

Hello, Even though Pelican has it's own system to "install" plugins by cloning the entire repository, I still prefer to use a package manager. They even made a [cookiecutter](https://github.com/getpelican/cookiecutter-pelican-plugin) to...

enhancement

I'd like to use pelican-cite to easily generate an overview of all my publications; basically just diplaying all the entries from a publications file, without checking for keys. I'm aware...

enhancement
help wanted

Add unit tests and integration tests with py.test to verify that basic functionality works.

enhancement

It would be interesting to be able to cite multiple papers at once -- something like [@@citation1;citation2;citation3] or similar. However, it seems that the way the citations are located ```python...

enhancement

``` WARNING: Caught exception "AttributeError: 'Style' object has no attribute 'format_software'". Reloading. ``` This happens when trying to cite: ``` @software{guennebaudEigenV32010, title = {Eigen V3}, url = {http://eigen.tuxfamily.org}, date =...

bug

If summary metadata for article is not defined, bibliography and references are not rendered.