https://github.com/onukura/gitbucket-latex-plugin
Tex file rendering plugin for GitBucket
https://github.com/onukura/gitbucket-latex-plugin
gitbucket gitbucket-plugin
Last synced: 3 months ago
JSON representation
Tex file rendering plugin for GitBucket
- Host: GitHub
- URL: https://github.com/onukura/gitbucket-latex-plugin
- Owner: onukura
- License: apache-2.0
- Created: 2021-11-28T18:09:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T18:13:39.000Z (over 3 years ago)
- Last Synced: 2025-01-07T20:01:15.120Z (5 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: Scala
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbucket-latex-plugin
A GitBucket plugin for rendering LaTeX file.
Based on [LaTeX.js](https://github.com/michael-brade/LaTeX.js).
## Screenshot

## Install
1. Download *.jar from Releases.
2. Deploy it to `GITBUCKET_HOME/plugins`.
3. Restart GitBucket.## Build from source
```sbt
sbt assembly
```This makes the assembly package
`target/scala-2.13/gitbucket-latex-plugin-{plugin-version}.jar`
for deployment.## Usage
This plugin process files with `.tex` extension.
## Version
Plugin version|GitBucket version
:---|:---
0.1.x |4.36.x -