Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yzhang-gh/remark-boilerplate

Remark with Beamer style
https://github.com/yzhang-gh/remark-boilerplate

Last synced: 5 days ago
JSON representation

Remark with Beamer style

Awesome Lists containing this project

README

        

[Remark](https://github.com/gnab/remark) template with Beamer style.

## Additions to Remark

- CSS classes
- Support bibtex. `\cite{ref-item-id}`, `@{ref-item-id}{author}{title}{publisher}{year}`
- Support math via KaTeX

### CSS Classes

structure: `titlepage`, `date`, `no-number`, `math`, `appendix`, `caption`

color: `alert`, `accent`, `green`, `red`

### Layout

Bulma

`table.layout`

## Deal with Math

`.math[]`

```html


...

```

### Underscore Conflicts

Sometimes `_` (subscript in LaTeX) will be wrongly parsed as `_italic_` block, just wrap your equation with `

` or `

`

## Tips

Extension 'vscode-remark'

Local CSS:

```
class: local-id

.local-id {...}
```