執筆関係

文書の過去の版を表示しています。


執筆関係

pandoc

LaTeXからRe:Viewへの変換(インプレス)

Ubuntu 22.04コンテナを起動。ログイン。

# apt install ruby pandoc
# gem install pandoc2review

incusコンテナでの設定(ホストPCとコンテナでディレクトリを共有)デバイス部分のみ。

devices:
  impress3:
    path: /home/karma/impress3
    shift: "true"
    source: /home/karma/Documents/impress3
    type: disk
  linux_container_book:
    path: /home/karma/linux_container_book
    readonly: "true"
    shift: "true"
    source: /home/karma/Documents/linux_container_book
    type: disk

my textlint 環境

$ docker run -ti --name text-checker -v /home/karma/Documents:/Documents text-checker bash
#(コンテナ内bash)
# textlint --rulesdir node_modules/textlint-rule-mistaken-ward-check/lib/ -f pretty-error ../path/to/document.tex
  • 執筆関係.1702990501.txt.gz
  • 最終更新: 2023/12/19 12:55
  • by tenforward