https://github.com/canmod/macpan2-ms
https://github.com/canmod/macpan2-ms
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/canmod/macpan2-ms
- Owner: canmod
- License: gpl-3.0
- Created: 2024-04-11T19:44:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T19:08:18.000Z (about 2 years ago)
- Last Synced: 2025-09-09T22:28:18.297Z (9 months ago)
- Language: TeX
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ms_template: LaTeX manuscript template
Make `ms.pdf` on the command line via
make
To make a the version using PNAS format:
make ms_pnas.pdf
## BibTeX style files (.bst)
You can figure out where .bst files are stored via, e.g.,
kpsewhich vancouver.bst
In order for `bibtex` to find `pnas-new.bst`, it needs to be in this
folder, hence the symbolic link to the place it actually lives.
## LaTeX tips
- [Creating .bib file containing only the cited references of a bigger .bib file](https://tex.stackexchange.com/questions/41821/creating-bib-file-containing-only-the-cited-references-of-a-bigger-bib-file)
## PLoS
Targeting PLoS Computational Biology. [Here's](https://journals.plos.org/ploscompbiol/s/latex) a latex template for PLoS journals. Not sure how to merge this info with David's `Rnw` template. Maybe just give up on `Rnw`?