| | 63 | |
| | 64 | Vine Linux 向けの TDS は、 |
| | 65 | teTeX-3.0, TeX Live 2009 から変わらずに、以下のような階層になっています。 |
| | 66 | |
| | 67 | * /usr/bin |
| | 68 | * /usr/share/ |
| | 69 | * /usr/share/texmf |
| | 70 | * /usr/share/texmf-dist |
| | 71 | * /usr/share/texmf-local |
| | 72 | * /usr/share/texmf-var |
| | 73 | * /usr/share/texmf-config |
| | 74 | * /usr/share/tlpkg |
| | 75 | * /var/lib/texmf |
| | 76 | |
| | 77 | /usr/share/texmf の内容は、texlive-sources パッケージに同梱されている |
| | 78 | /usr/share/texlive-sources/texmf に、 |
| | 79 | texlive パッケージをビルドしたときの texmf を上書きしています。 |
| | 80 | |
| | 81 | |
| | 82 | vbuilder を使って texlive パッケージをリビルドします。 |
| | 83 | {{{ |
| | 84 | $ vbuilder --version ''version'' --arch ''arch'' install-rpm texlive-sources |
| | 85 | $ vbuilder --version ''version'' --arch ''arch'' build-rpm texlive-2011-Xvl7.src.rpm |
| | 86 | }}} |
| | 87 | |
| | 88 | |
| | 89 | === texlive-collection-* === |
| | 90 | |
| | 91 | texlive2011.iso:/tlpkg/texlive.tlpdb において |
| | 92 | {{{category Collection}}} をフィールドに持つパッケージです。 |
| | 93 | |
| | 94 | [wiki:TeXEnvironment/tlpdb2rpmspec tlpdb2rpmspec] コマンドを使って、 |
| | 95 | これらの rpm を生成します。 |
| | 96 | |
| | 97 | |
| | 98 | === texlive-common === |
| | 99 | |
| | 100 | TeX Live パッケージの共通ベースを提供するするための仮想パッケージ。 |
| | 101 | |
| | 102 | * texlive-collection-langcjk |
| | 103 | * texlive-collection-langgerman |
| | 104 | * texlive-collection-langcyrillic |
| | 105 | * texlive-collection-xetex |
| | 106 | * texlive-collection-latexrecommended |
| | 107 | * texlive-collection-latex |
| | 108 | * texlive-collection-fontsrecommended |
| | 109 | * texlive-collection-basic |
| | 110 | |
| | 111 | |
| | 112 | === texlive-sources === |
| | 113 | |
| | 114 | TeX Live のアーカイブを展開して固めたパッケージ。 |
| | 115 | |
| | 116 | * /usr/share/texlive-sources |
| | 117 | * texmf |
| | 118 | * texmf-dist |
| | 119 | * source |
| | 120 | * ... |
| | 121 | |
| | 122 | === texlive-macros === |
| | 123 | |
| | 124 | 追加マクロパッケージ。 |
| | 125 | |
| | 126 | * kanjifonts |
| | 127 | * jsclasses |
| | 128 | * jlistings |
| | 129 | |
| | 130 | === jvf === |
| | 131 | |
| | 132 | Vine Linux 用の vf をまとめたパッケージ。 |
| | 133 | |
| | 134 | === texmacro-otf === |
| | 135 | |
| | 136 | tlptexlive に合わせて、otf 1.7bX の開発版にしました。 |
| | 137 | |
| | 138 | === xdvi-search-el === |
| | 139 | |
| | 140 | TeX の src-special を Emacsen上で使用するための elisp。 |
| | 141 | |
| | 142 | === texworks === |
| | 143 | |
| | 144 | TeX Live に標準搭載されている TeX 環境総合エディタです。 |
| | 145 | |
| | 146 | === task-texlive, task-texlive-full === |
| | 147 | |
| | 148 | texlive 環境を一通りインストールするための仮想パッケージ。 |
| | 149 | |
| | 150 | task-texlive, task-texlive-full に対応する task-texlive-doc, task-texlive-full-doc もそれぞれ提供しています。 |
| | 151 | |
| | 152 | |