差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
執筆関係 [2023/01/17 16:12] – 作成 tenforward | 執筆関係 [2024/10/15 13:18] (現在) – tenforward | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== 執筆関係メモ | + | ====== 執筆関係 ====== |
+ | 参考文献のリンクとか。 | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | |||
+ | ====== pandoc ====== | ||
+ | LaTeXからRe: | ||
+ | |||
+ | Ubuntu 22.04コンテナを起動。ログイン。 | ||
+ | |||
+ | < | ||
+ | # 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 環境 ====== | ||
+ | |||
+ | < | ||
+ | $ docker run -ti --name text-checker -v / | ||
+ | # | ||
+ | # cd text-checker | ||
+ | # textlint --rulesdir node_modules/ | ||
+ | </ | ||
+ |