差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| 執筆関係 [2023/07/18 13:34] – [執筆関係] tenforward | 執筆関係 [2025/07/01 13:59] (現在) – tenforward | ||
|---|---|---|---|
| 行 9: | 行 9: | ||
| * [[http:// | * [[http:// | ||
| + | ====== pandoc ====== | ||
| + | LaTeXからRe: | ||
| + | |||
| + | Ubuntu 22.04コンテナを起動。ログイン。(Ubuntu 24.04のpandoc2reviewだとうまくいかない) | ||
| + | |||
| + | < | ||
| + | # apt install ruby pandoc | ||
| + | # gem install pandoc2review | ||
| + | </ | ||
| + | |||
| + | incusコンテナでの設定(ホストPCとコンテナでディレクトリを共有)デバイス部分のみ。 | ||
| + | |||
| + | < | ||
| + | devices: | ||
| + | impress3: | ||
| + | path: / | ||
| + | shift: " | ||
| + | source: / | ||
| + | type: disk | ||
| + | linux_container_book: | ||
| + | path: / | ||
| + | readonly: " | ||
| + | shift: " | ||
| + | source: / | ||
| + | type: disk | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | arma@borg: | ||
| + | root@pandoc2review: | ||
| + | root@pandoc2review: | ||
| + | (変換元ディレクトリへ移動) | ||
| + | $ for f in $(ls *.tex) | ||
| + | > do | ||
| + | > pandoc2review $f > / | ||
| + | > done | ||
| + | </ | ||
| ====== my textlint 環境 ====== | ====== my textlint 環境 ====== | ||
| 行 14: | 行 51: | ||
| $ docker run -ti --name text-checker -v / | $ docker run -ti --name text-checker -v / | ||
| # | # | ||
| - | # textlint --rulesdir node_modules/ | + | # cd text-checker |
| + | # textlint --rulesdir node_modules/ | ||
| </ | </ | ||