You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, `PYBTEX_FORMAT_STYLE` is set to `plain`. You may further customize this
79
-
setting to one of the biobliography formatting styles supported by pybtex (currently
79
+
setting to one of the bibliography formatting styles supported by pybtex (currently
80
80
"plain", "alpha", "unsrt", and "unsrtalpha"). You may check the formatting style of
81
-
these BibTeX styles [on this
82
-
reference](https://www.overleaf.com/learn/latex/Bibtex_bibliography_styles). We
83
-
currently do not support custom bibliographic styles. Create an issue if you would like
84
-
to work on this.
81
+
these BibTeX styles [on this reference](https://www.overleaf.com/learn/latex/Bibtex_bibliography_styles).
82
+
83
+
#### Custom formatting styles
84
+
85
+
You can [write your own pybtex formatting style](https://docs.pybtex.org/api/styles.html#style-api), save it in your projects top level directory (or any other directory included in your `PYTHONPATH`) and tell `pelican-pybtex` to use it by setting:
0 commit comments