File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,10 @@ author: "\_K4ZUKI\_"
2020- Makefileでオプションとフィルタを管理
2121- 叩き台としてのDockerイメージつくってみた
2222- HTML / Word / PDFに出力
23- - PyCharmで
2423
2524## Pandocを見つけるまで(うろおぼえ)
2625
27- - 「D社のBluetooth ICが入ったモジュール試してみた 」的な本
26+ - 「D社のICが入ったモジュール試してみた 」的な本
2827- gitbookを使ってみたがPDF出力のレイアウトに不満
2928- * markdown pdf convert* で検索してPandocのサイトを発見
3029
@@ -62,7 +61,8 @@ author: "\_K4ZUKI\_"
6261
6362## 現環境(1)
6463
65- - Ubuntu16.04ベース * k4zuki/pandocker* < https://cloud.docker.com/repository/docker/k4zuki/pandocker-base >
64+ - * k4zuki/pandocker* < https://cloud.docker.com/repository/docker/k4zuki/pandocker >
65+ - Ubuntu16.04ベース
6666- レイヤを分割
6767 - LaTeX/Git/Makeとそれ以外
6868 - 派生イメージも比較的作りやすい
@@ -85,14 +85,16 @@ reverse-docx|pdf`
8585## 現環境(3)
8686
87871 . ` pandoc-misc-init `
88- 2 . ` pandocker <command> `
88+ 2 . ` pandocker <command> ` またはシェルスクリプト(下記)
89+ 3 . PyCharmなどJetBrains系IDEなら* External Tools* を用意すればなんとか
8990
9091``` bash
9192#! /usr/bin/env bash
9293
9394docker run --rm -v /$PWD :/workdir k4zuki/pandocker $@
9495```
9596
97+
9698## まとめ
9799
98100- Pandocの環境を組み上げてDocker化
You can’t perform that action at this time.
0 commit comments