Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solareenlo/cryptpbook01
Docker 内で RE:VIEW を動かして同人誌を書く雛形
https://github.com/solareenlo/cryptpbook01
Last synced: 4 days ago
JSON representation
Docker 内で RE:VIEW を動かして同人誌を書く雛形
- Host: GitHub
- URL: https://github.com/solareenlo/cryptpbook01
- Owner: solareenlo
- Created: 2019-12-15T21:14:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T21:30:40.000Z (about 5 years ago)
- Last Synced: 2024-11-08T02:46:21.263Z (about 2 months ago)
- Language: TeX
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto-book-01
- 同人誌の雛形 ver1.0.0## Overview
- Docker 内で RE:VIEW を動かして同人誌を書く.## Requirement
- git
- Docker
- テキストエディタ## Usage
```bash
git clone [email protected]:solareenlo/cryptpbook01.git
cd cryptobook01
sudo docker pull vvakame/review:4.0
sudo docker-compose run --rm review rake pdf
```## RE:VIEW の書き方
- [RE:VIEW フォーマットガイド](https://github.com/kmuto/review/blob/master/doc/format.ja.md)
- [RE:VIEW の Wiki](https://github.com/kmuto/review/wiki)## License
Main part of Re:VIEW is applied GNU Lesser General Public License (LGPL).
See [COPYING](https://github.com/kmuto/review/blob/master/COPYING) file.Exception:
* doc/*: MIT License. See [LICENSE](https://github.com/kmuto/review/blob/master/doc/LICENSE) file.
* jumoline.sty, vendor/jumoline: The LaTeX Project Public License. See [LPPL](https://github.com/kmuto/review/blob/master/vendor/jumoline/lppl.txt) file.
* plistings.sty, vendor/plistings: MIT License. See [LICENSE](https://github.com/kmuto/review/blob/master/vendor/plistings/LICENSE) file.
* gentombow.sty, vendor/gentombow: BSD License. See [LICENSE](https://github.com/kmuto/review/blob/master/vendor/gentombow/LICENSE) file.
* jsbook.cls, vendor/jsclasses: BSD License. See [LICENSE](https://github.com/kmuto/review/blob/master/vendor/jsclasses/LICENSE) file.## References
- [kmuto/review](https://github.com/kmuto/review)
- [vvakame/docker-review](https://github.com/vvakame/docker-review)
- [vvakame/docker-review/doc/windows-review.md](https://github.com/vvakame/docker-review/blob/master/doc/windows-review.md)
- [solareenlo/docker-review](https://github.com/solareenlo/docker-review)