0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MacでIguanaTexを使う

Last updated at Posted at 2024-11-27

IguanaTexとは

Microsoft PowerPointのアドインです。LaTexソースを画像に変換してスライドに貼り付けることができます。以前はWindowsのみで使用可能でしたが,Macにも対応したようです。

実行環境

M1 MacBook Air
macOS Sonoma 14.6.1
PowerPoint for Mac 16.78

1. Homebrewをインストール

インストール済みの場合はスキップしてください。

  1. Homebrewの「インストール」からコマンドをコピーしてターミナルで実行する

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    

    パスワードの入力が求められるので,入力してEnterを押してください。

  2. パスを通す

    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/xxx/.zprofile
    
    eval "$(/opt/homebrew/bin/brew shellenv)"
    
  3. Homebrewが正常にインストールされていることを確認する

    brew --version
    

    Homebrewのバージョンが出力されれば成功です。

2. MacTeXをインストール

インストールはこちらを参考にしてください。

3. IguanaTexをインストール

ターミナルを開いて以下のコマンドを入力します。

brew tap tsung-ju/iguanatexmac
brew install --cask --no-quarantine iguanatexmac latexit-metadata

インストール完了後,PowerPointを開くと「IguanaTex」リボンが追加されているはずです。通常は,この段階でIguanaTexを使うことができます。実行時エラーが発生する場合は3. に進んでください。

4. パスが通っていることを確認

「Main Settings」を開いて,GhostScript,libgs.9.dylibのパスが通っていることを確認してください。

参考文献

Homebrew
IguanaTex

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?