Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Oct 27, 2023
1 parent e1a7926 commit 9a4fa26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ The manuscript is formatted for submission to JOSS on push events via [this gith

### For bioarXiv

The manuscript is formatted for bioarXiv as a plain PDF using the following Pandoc command:
The manuscript is formatted for bioarXiv as a 'plain' PDF file using the following Pandoc command:

```bash
pandoc -s paper.md --citeproc \
--pdf-engine=xelatex \
--template=template.tex \
-V linkcolor=blue \
-V geometry:margin=1in \
-o paper.pdf
```

The format is dictated by the `template.tex` file, which is a spliced together combo of the default Pandoc template with some additions to deal with authors and affiliations in the metadata format JOSS requires.
1 change: 1 addition & 0 deletions paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: '*dms-viz*: Structure-informed visualizations for deep mutational scanning and other mutation-based datasets'
papersize: a4
tags:
- javascript
- data visualization
Expand Down
Binary file modified paper/paper.pdf
Binary file not shown.

0 comments on commit 9a4fa26

Please sign in to comment.