Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yzhang-gh/remark-boilerplate
- Owner: yzhang-gh
- Created: 2017-10-08T09:40:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:50:47.000Z (over 2 years ago)
- Last Synced: 2023-03-04T19:50:12.175Z (over 1 year ago)
- Language: CSS
- Size: 3.36 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 {...}
```