All Projects → k1LoW → docker-alpine-pandoc-ja

k1LoW / docker-alpine-pandoc-ja

Licence: MIT license
Pandoc for Japanese based on Alpine Linux

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-pandoc-ja

compact-wine
No description or website provided.
Stars: ✭ 87 (+521.43%)
Mutual labels:  japanese
docker-ejtserver
EJT License Server Docker image
Stars: ✭ 18 (+28.57%)
Mutual labels:  alpine-linux
google-news-scraper
Google News Scraper for languages like Japanese, Chinese... [VPN Support]
Stars: ✭ 88 (+528.57%)
Mutual labels:  japanese
sample-boot-scala
Spring Boot + Scala + Skinny ORM
Stars: ✭ 14 (+0%)
Mutual labels:  japanese
open2ch-dialogue-corpus
おーぷん2ちゃんねるをクロールして作成した対話コーパス
Stars: ✭ 65 (+364.29%)
Mutual labels:  japanese
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+671.43%)
Mutual labels:  alpine-linux
pandoc-action
github action to run pandoc, soft-deprecated ->
Stars: ✭ 39 (+178.57%)
Mutual labels:  pandoc
FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). 快速语音合成模型,适用于英语、普通话/中文、日语、韩语、俄语和藏语(当前已测试)。
Stars: ✭ 154 (+1000%)
Mutual labels:  japanese
Nihonoari-App
A little and minimalist Japanese Kana training
Stars: ✭ 66 (+371.43%)
Mutual labels:  japanese
nihongo
Japanese Dictionary
Stars: ✭ 77 (+450%)
Mutual labels:  japanese
jmdict-kindle
Japanese - English dictionary for Kindle based on the JMdict / EDICT database
Stars: ✭ 151 (+978.57%)
Mutual labels:  japanese
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (+42.86%)
Mutual labels:  alpine-linux
docker-alpine-arm
🗻 Build AlpineLinuxArm Docker Image for RaspberryPi
Stars: ✭ 20 (+42.86%)
Mutual labels:  alpine-linux
zkanji
Japanese language study suite and dictionary
Stars: ✭ 55 (+292.86%)
Mutual labels:  japanese
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (+21.43%)
Mutual labels:  alpine-linux
awesome-academic-writing
MERGED with https://github.com/writing-resources/awesome-scientific-writing
Stars: ✭ 39 (+178.57%)
Mutual labels:  pandoc
BSD
The Business Scene Dialogue corpus
Stars: ✭ 51 (+264.29%)
Mutual labels:  japanese
pandoc-lecture
This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (http://pandoc.org/MANUAL.html) using a single source approach.
Stars: ✭ 72 (+414.29%)
Mutual labels:  pandoc
alpine
🐧 **Deprecated** PHP.earth Alpine Linux repository
Stars: ✭ 15 (+7.14%)
Mutual labels:  alpine-linux
vimdoc-ja-working
vimdoc-ja working repository
Stars: ✭ 70 (+400%)
Mutual labels:  japanese

alpine-pandoc-ja Docker Automated build Docker Automated build GitHub release

Pandoc for Japanese based on Alpine Linux.

Usage

$ docker pull k1low/alpine-pandoc-ja
$ docker run -it --rm -v `pwd`:/workspace k1low/alpine-pandoc-ja pandoc input.md -f markdown -o output.pdf -V documentclass=ltjarticle -V classoption=a4j -V geometry:margin=1in --pdf-engine=lualatex

Use Template

$ mkdir templates
$ wget https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/eisvogel.tex -O templates/eisvogel.tex
$ docker run -it --rm -v `pwd`:/workspace -v `pwd`/templates:/root/.pandoc/templates k1low/pandoc:latest pandoc input.md -f markdown -o output.pdf -V documentclass=ltjarticle -V classoption=a4j -V geometry:margin=1in -V CJKmainfont=IPAexGothic --pdf-engine=lualatex --template eisvogel.tex --listings

Reference Dockerfile

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].