差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
執筆関係 [2023/12/19 12:55] – tenforward | 執筆関係 [2025/07/01 13:59] (現在) – tenforward | ||
---|---|---|---|
行 12: | 行 12: | ||
LaTeXからRe: | LaTeXからRe: | ||
- | Ubuntu 22.04コンテナを起動。ログイン。 | + | Ubuntu 22.04コンテナを起動。ログイン。(Ubuntu 24.04のpandoc2reviewだとうまくいかない) |
< | < | ||
行 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/ | ||
</ | </ | ||