Skip to content

Commit

Permalink
add draft of paper
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Nov 27, 2023
1 parent bf57350 commit 76c5ac3
Show file tree
Hide file tree
Showing 10 changed files with 676 additions and 274 deletions.
3 changes: 1 addition & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ _files/
^docs$
^pkgdown$
^\.github$
^paper.md$
^paper.bib$
paper/
^doc$
^vignettes/articles$
^optimize-figures.sh$
Expand Down
212 changes: 0 additions & 212 deletions paper.bib

This file was deleted.

60 changes: 0 additions & 60 deletions paper.md

This file was deleted.

20 changes: 20 additions & 0 deletions paper/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env bash
#
# Install rustup:
#
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
#
# Then install rust and cargo with rustup.
#
# Then install typst:
#
# cargo install --git https://github.com/typst/typst
#

# Build once
# typst compile main.typ

# Continously rebuild each time we make an edit
typst watch main.typ


Binary file added paper/figure-examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 76c5ac3

Please sign in to comment.