Skip to content

Commit

Permalink
Document preprint file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jun 5, 2023
1 parent 5fb12ca commit 5c0f5d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/editorial_bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ And then compile the paper normally:
@editorialbot generate pdf
```

#### Compiling preprint files

If you need a generic paper file suitable for preprint servers (arXiv-like) you can use the following command that will generate a LaTeX file:

```text
@editorialbot generate preprint
```

### Finding reviewers

Sometimes submitting authors suggest people the think might be appropriate to review their submission. If you want the link to the current list of JOSS reviewers, type the following in the review thread:
Expand Down Expand Up @@ -308,6 +316,9 @@ JOSS editors-in-chief can withdraw a submission with the following command:
# Generates the pdf paper
@editorialbot generate pdf
# Generates a LaTeX preprint file
@editorialbot generate preprint
# Creates a post-review checklist with editor and authors tasks
@editorialbot create post-review checklist
Expand Down

0 comments on commit 5c0f5d6

Please sign in to comment.