-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bfa40c
commit 190fbb1
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
This paper is to be submitted to the JuliaCon 2022 Proceedings. | ||
|
||
# JuliaConSubmission | ||
|
||
This repository is an example for a proceeding submission at JuliaCon. | ||
Feel free to use the template in `/paper` to prepare yours. | ||
For more information, check out the [author's guide](https://juliacon.github.io/proceedings-guide/author/) and [proceedings.juliacon.org](http://proceedings.juliacon.org). | ||
|
||
## Importing into your project | ||
|
||
**Important** do no fork this repo to create a JuliaCon submission. | ||
The JuliaCon paper should live in the repository of the software you are presenting in a `/paper` folder at the top-level. | ||
If you do not want to introduce a `/paper` folder in your software, you can do so in an arbitrary branch. | ||
|
||
## Paper dependencies | ||
|
||
The document can be built locally, the following dependencies need to be installed: | ||
- Ruby | ||
- latexmk | ||
|
||
## Build process | ||
|
||
Build the paper using: | ||
``` | ||
$ latexmk -bibtex -pdf paper.tex | ||
``` | ||
|
||
Clean up temporary files using: | ||
``` | ||
$ latexmk -c | ||
``` | ||
|
||
## Paper metadata | ||
|
||
**IMPORTANT** | ||
Some information for building the document (such as the title and keywords) | ||
is provided through the `paper.yml` file and not through the usual `\title` | ||
command. Respecting the process is important to avoid build errors when | ||
submitting your work. | ||
|
||
## Get from OverLeaf | ||
|
||
The paper folder can be downloaded from [OverLeaf](https://www.overleaf.com/read/dcvvhkyynmzt). |