Metadata-Version: 2.4
Name: nbconvert-theme-acmart
Version: 0.1.0
Home-page: https://github.com/aphcity/nbconvert-theme-acmart
Author: Aphcity
Author-email: chalk.talisman@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file

# nbconvert-theme-acmart
This is a theme for the jupyter nbconvert extension. With minimal modification to the original latex template, the extension adds templates to convert Juoyter Notebook to ACM Journal themed LaTeX or PDF.

## Installation
```bash
pip install nbconvert-theme-acmart
```

## Dependency

- Make sure you have installed LaTeX compiler properly and with `acmart` package installed.


## Usage
After installing the package you can select theme by passing the template parameter to the jupyter nbconvert command.
```bash
jupyter nbconvert --to pdf --template sigconf notebook.ipynb
```
