執筆関係

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
執筆関係 [2023/12/19 12:55] tenforward執筆関係 [2024/10/15 13:18] (現在) tenforward
行 36: 行 36:
 </code> </code>
  
 +<code> 
 +arma@borg:~$ incus shell pandoc2review 
 +root@pandoc2review:~# ls 
 +root@pandoc2review:~# su - karma 
 +(変換元ディレクトリへ移動) 
 +$ for f in $(ls *.tex) 
 +> do 
 +> pandoc2review $f /path/to/conv/$f 
 +> done 
 +</code>
 ====== my textlint 環境 ====== ====== my textlint 環境 ======
  
行 42: 行 51:
 $ docker run -ti --name text-checker -v /home/karma/Documents:/Documents text-checker bash $ docker run -ti --name text-checker -v /home/karma/Documents:/Documents text-checker bash
 #(コンテナ内bash) #(コンテナ内bash)
 +# cd text-checker
 # textlint --rulesdir node_modules/textlint-rule-mistaken-ward-check/lib/ -f pretty-error ../path/to/document.tex # textlint --rulesdir node_modules/textlint-rule-mistaken-ward-check/lib/ -f pretty-error ../path/to/document.tex
 </code> </code>
  
  • 執筆関係.1702990501.txt.gz
  • 最終更新: 2023/12/19 12:55
  • by tenforward