Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SnowDango/GithubReadmeTexView
https://github.com/SnowDango/GithubReadmeTexView
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SnowDango/GithubReadmeTexView
- Owner: SnowDango
- Created: 2021-08-01T17:56:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T21:33:05.000Z (almost 3 years ago)
- Last Synced: 2024-06-27T15:35:51.607Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubReadmeTexView
## 使用用途
reportをgithubで管理するときにREADME.mdでreportを表示してわかりやすくするためのcli toolです。
vscodeのrecipeとして登録しておくといいと思います。## Install
```shell
pip install git+https://github.com/SnowDango/GithubReadmeTexView
pip install Pillow
```
Pillowは依存Packageです。
詳しくは[こっち](https://pillow.readthedocs.io/en/stable/)を見てください。~~また、内部でTex2imgを使用しているので、こちらもInstallをしてCLIツールを使えるようにしてください.~~
Tex2Imgの使用をやめました.代わりにptex2pdfを使用しているのでそちらを使えるようにしてください。
## Use
```shell
tex2gitmd hoge.tex [options]
```
これでtexを1枚のgit_md_report.pngに変換します。-p,--partのoptionを指定すると連結しないまま残すことができます。
README.md側でgit_md_report.pngを埋め込んでください。