差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
執筆関係 [2023/12/19 12:55] – tenforward | 執筆関係 [2024/10/15 13:18] (現在) – tenforward | ||
---|---|---|---|
行 36: | 行 36: | ||
</ | </ | ||
+ | < | ||
+ | arma@borg: | ||
+ | root@pandoc2review: | ||
+ | root@pandoc2review: | ||
+ | (変換元ディレクトリへ移動) | ||
+ | $ for f in $(ls *.tex) | ||
+ | > do | ||
+ | > pandoc2review $f / | ||
+ | > done | ||
+ | </ | ||
====== my textlint 環境 ====== | ====== my textlint 環境 ====== | ||
行 42: | 行 51: | ||
$ docker run -ti --name text-checker -v / | $ docker run -ti --name text-checker -v / | ||
# | # | ||
+ | # cd text-checker | ||
# textlint --rulesdir node_modules/ | # textlint --rulesdir node_modules/ | ||
</ | </ | ||