Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarto-journals/biophysical-journal
Quarto template for Biophysical journal
https://github.com/quarto-journals/biophysical-journal
quarto quarto-extension quarto-template
Last synced: about 1 month ago
JSON representation
Quarto template for Biophysical journal
- Host: GitHub
- URL: https://github.com/quarto-journals/biophysical-journal
- Owner: quarto-journals
- License: mit
- Created: 2022-06-26T15:20:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T14:26:37.000Z (over 1 year ago)
- Last Synced: 2024-08-04T22:15:40.469Z (5 months ago)
- Topics: quarto, quarto-extension, quarto-template
- Language: TeX
- Homepage: https://quarto-journals.github.io/biophysical-journal/
- Size: 4.22 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Biophysical Journal (BJ)
This Quarto format will help you create documents for the Biophysical Journal. To learn more about biophysical journal, see [biophysj's Information for Authors page](https://www.cell.com/biophysj/author-resources). For more about Quarto and how to use format extensions, see .
This is based on the BJ Overleaf template
The LaTeX `.cls` was only changed in one place, to remove math packages as those are already handled by quarto/pandoc.
## Creating a New Article
You can use this as a template to create an article for the Biophysical Journal. To do this, use the following command:
```quarto use template quarto-journals/biophysical-journal```
This will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.
## Installation For Existing Document
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
```quarto add quarto-journals/biophysical-journal```
## Usage
To use the format, you can use the format names `bj-pdf` and `bj-html`. For example:
```quarto render article.qmd --to bj-pdf```
or in your document yaml
```yaml
format:
pdf: default
bj-pdf:
keep-tex: true
```You can view a preview of the rendered template at .