Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlcolglazier/ic2s2_quarto
Quarto template for extended abstract submissions to IC2S2.
https://github.com/carlcolglazier/ic2s2_quarto
Last synced: about 1 month ago
JSON representation
Quarto template for extended abstract submissions to IC2S2.
- Host: GitHub
- URL: https://github.com/carlcolglazier/ic2s2_quarto
- Owner: CarlColglazier
- License: mit
- Created: 2024-01-21T19:46:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T22:22:28.000Z (11 months ago)
- Last Synced: 2024-10-08T20:40:34.981Z (3 months ago)
- Language: TeX
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Article Format Template (AFT)
This is a Quarto template that assists you in creating an extended abstract for [IC2S2](https://ic2s2-2024.org/). More details about the submission format can be found on the [conference website](https://ic2s2-2024.org/submit_abstract).
## Creating a New Article
You can use this as a template to create an extended abstract for IC2S2. To do this, use the following command:
```bash
quarto use template carlcolglazier/ic2s2_quarto
```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:
```bash
quarto add carlcolglazier/ic2s2_quarto
```## Usage
To use the format, you can use the format name `ic2s2-pdf`. For example:
```bash
quarto render article.qmd --to aft-pdf
```or in your document yaml
```yaml
format:
pdf: default
ic2s2-pdf:
keep-tex: true
```