Inkscape Can not find the command 'pdflatex'

Inkscape Can not find the command 'pdflatex'

- 若松 久仁光 の投稿
返信数: 0
Inkscape 1.0
メニュー>エクステンション>レンダリング>
Mathematics > LaTeX(pdflatex)グレーアウト
について此方で以前から議論されていたようです。
内容を転記しておきます。
========Can not find the command 'pdflatex'
The idea is that extensions have Inkscape check for the availability of their dependencies using theツツtag in the .inx. If a dependency is missing, the extension is automatically disabled (currently this means the menu item is set insensitive and details are written to "extension-errors.log" in the profile directory; eventually we could think about providing UI to list missing dependencies in Inkscape itself).
Theツツtag provides theツlocationツattribute to specify where to search for the dependency. The default is in fact to search on PATH. Valid values forツlocationツare currently "path" (default), "extensions" (relative to extension directory), "inx" (relative to .inx file location), "absolute".
In principle extensions could obviously handle dependencies however they want (and possibly provide a parameter for users to set) but for bundled extensions I'd suggest to stick to PATH with proper dependency checking by default.
[Can not find the command 'pdflatex' (#1221) · Issues · Inkscape / Inbox · GitLab](https://gitlab.com/inkscape/inbox/-/issues/1221)
-------------
このアイデアは、拡張機能が.inxの中の[ > ]タグを使って依存関係の有無をInkscapeにチェックさせるというものです。依存関係が見つからない場合、拡張機能は自動的に無効になります (現在のところ、これはメニュー項目が非依存に設定されていて、詳細はプロファイルディレクトリの "extension-errors.log" に書き込まれることを意味します。)
最終的にはInkscape自身の中で行方不明の依存関係を一覧表示するUIを提供することを考えています。デフォルトではPATHで検索します。現在のところ、"location "の有効な値は、"path" (デフォルト)、"extensions" (拡張子ディレクトリからの相対値)、"inx" (.inxファイルの場所からの相対値)、"absolute "です。
原則的には、拡張機能は依存関係を好きなように扱うことができますが、バンドルされている拡張機能については、デフォルトで適切な依存関係チェックを行うPATHに固執することをお勧めします。
[コマンド 'pdflatex' が見つからない (#1221) - 問題点 - Inkscape / Inbox - GitLab](https://gitlab.com/inkscape/inbox/-/issues/1221)
---------今回日本語環境で実施した際のlogです。
Extension "LaTeX (pdflatex)" failed to load because (プログラムの) 依存関係が満たされませんでした。
Dependency:
type: executable
location: パス
string: pdflatex
ーーーーーーーー
~/Library/Application Support/org.inkscape.Inkscape/config/inkscape/
/extensions/Mathematics
に新規にMathematicsフォルダーを作成して実施した時は
「エラーログ」には何も報告されていませんでした。

以上、今回このフォーラムでのInkscape LaTeX(pdflatex)の
グレーアウトにいての投稿を閉じるにあたっての、最後のご報告です。
色々有難う御座いました。若松久仁光拝