Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antalsz/jfp-natbib-hack
A hack to make JFP's bibliography compatible with natbib
https://github.com/antalsz/jfp-natbib-hack
jfp latex latex-package natbib
Last synced: 24 days ago
JSON representation
A hack to make JFP's bibliography compatible with natbib
- Host: GitHub
- URL: https://github.com/antalsz/jfp-natbib-hack
- Owner: antalsz
- License: mit
- Created: 2019-04-14T18:12:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T18:19:45.000Z (over 5 years ago)
- Last Synced: 2024-10-25T07:35:11.278Z (2 months ago)
- Topics: jfp, latex, latex-package, natbib
- Language: TeX
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jfp-natbib-hack
The [Journal of Functional Programming (JFP)’s LaTeX styles][JFP] aren’t
compatible with [`natbib`][natbib]. But I like `natbib`! So this package is a
hack to make `jfp1.cls` and `jfp.bst` compatible with `natbib`. You have to
include it after including `natbib`. As a hack, be warned that this package is
probably somewhat fragile.Usage:
```latex
\documentclass{jfp1}
% ...
\usepackage{natbib}
% ...
\usepackage{jfp-natbib-hack}
% ...
```[JFP]: https://www.cambridge.org/core/journals/journal-of-functional-programming/information/instructions-contributors
[natbib]: https://ctan.org/pkg/natbib