BSD > FreeBSD

FreeBSD



FreeBSD とは

FreeBSD はオープンソースの Unix 系オペレーティングシステムです.

Ports

お知らせ

派生版

TeX Live

FreeBSD で TeX Live をインストールする場合は

方法があります.

TeX Live 公式パッケージ

TeX Live のインストール

を参照.

ミラーサイトから install-tl-unx.tar.gz をダウンロードします.

$ sudo pkg install wget
$ wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz

install-tl-unx.tar.gz を展開します.

$ tar xvf install-tl-unx.tar.gz

展開したインストーラのディレクトリに移動します.

$ cd install-tl-2*

root 権限でインストーラを実行します. オプションでダウンロードするリポジトリを指定できます.

$ sudo ./install-tl -no-gui -repository http://mirror.ctan.org/systems/texlive/tlnet/

...

Actions:
 <I> start installation to hard disk
 <H> help
 <Q> quit

Enter command: I

I を入力してインストールを開始します. サーバーの接続エラーが発生したり,アーカイブ中に予期せぬ EOF があったりした場合はインストールが途中でストップします. エラーが発生した場合は以下のコマンドで途中から再開できたりできなかったりします.

$ sudo ./install-tl -no-gui -profile installation.profile
ABORTED INSTALLATION FOUND: installation.profile
Do you want to continue with the exact same settings as before (y/N): y

再開できない場合は接続先を変更するか,または ISO ファイルをミラーサイトからダウンロードしてインストールしてください. インストールが終了したら /usr/local/bin ディレクトリ配下にシンボリックリンクを追加します.

$ sudo /usr/local/texlive/????/bin/*/tlmgr path add

アップデート

アップデートは

$ sudo tlmgr update --self --all

を実行すれば OK です.
(Ports でインストールした場合は tlmgr は使えないようにしているそうです. こちらを参照: https://lists.freebsd.org/pipermail/freebsd-ports/2013-July/085001.html

ただし,アップデートによってパッケージや設定が変更されて,今まで動いていたものが動かなくなったりすることがあるかもしれません.

にパッケージのバックアップが保存されます. アップデートによって動作しなくなった場合は以前のバージョンに戻してください.

TeX Live/FreeBSD

その他関連Ports

Portsですので, make && make installで導入できます.

TeXをバックエンドとして使うアプリケーション

LyXprint/lyxDocument processor interfaced with LaTeX (nearly WYSIWYG)

TeXソースの入力支援

TeXstudioeditors/texstudioIntegrated writing environment for creating LaTeX documents
Texmakereditors/texmakerLaTeX Development Environment
TeXworkseditors/texworksA simple TeX front-end program
AUCTeXprint/auctexIntegrated environment for writing LaTeX using GNU Emacs
YaTeXprint/yatexYet Another LaTeX mode and html mode on Emacs

DVIファイルからの変換

dvipdfmxprint/tex-dvipdfmxDvipdfm with Asian languages by CID-keyed font technology support

PostScript関連

gvprint/gvA PostScript and PDF previewer

Last-modified: 2023-07-15 (土) 12:20:34 (276d)