この文書の現在のバージョンと選択したバージョンの差分を表示します。
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
inkscape [2010/10/07 15:55] saito |
inkscape [2012/01/27 22:28] (現在) isakari [textext] |
||
|---|---|---|---|
| ライン 5: | ライン 5: | ||
| 枠内に書く.(LaTeXで使うと枠外の部分が消える.不思議) | 枠内に書く.(LaTeXで使うと枠外の部分が消える.不思議) | ||
| + | 枠からはみ出してしまったら、[ファイル]-->[ドキュメントの設定]で、「ページを選択オブジェクトにフィット」ボタンを押すと幸せになれます。 | ||
| + | |||
| 透過した色を使用しない(LaTeXでは透過しない.eps?) | 透過した色を使用しない(LaTeXでは透過しない.eps?) | ||
| inkscape自体のファイルはsvgという拡張子で保存される. | inkscape自体のファイルはsvgという拡張子で保存される. | ||
| ライン 69: | ライン 71: | ||
| デフォルトで入っているInklatexは後から式の変更ができないので,textextを用いる. | デフォルトで入っているInklatexは後から式の変更ができないので,textextを用いる. | ||
| textextは編集可能. | textextは編集可能. | ||
| + | |||
| <code bash> | <code bash> | ||
| - | wget http://pav.iki.fi/software/textext/textext-0.4.tar.gz | + | wget http://pav.iki.fi/software/textext/textext-0.4.4.tar.gz |
| - | tar xzvf textext-0.4.tar.gz | + | tar xzvf textext-0.4.4.tar.gz |
| - | cp textext/textext.py textext/textext.inx ~/.config/inkscape/extentions/ | + | cp textext/textext.py textext/textext.inx ~/.config/inkscape/extensions/ |
| </code> | </code> | ||
| + | |||
| textext.pyは編集の必要あり. | textext.pyは編集の必要あり. | ||
| http://pascalschulthess.de/inkscape-and-textext-deprecation-warning/ を参照すべし. | http://pascalschulthess.de/inkscape-and-textext-deprecation-warning/ を参照すべし. | ||
| + | |||
| + | pdf2svgをapt-getするとtextext.pyは編集しなくても(エラーは吐くが、)動いた。2012.01.27 | ||
| エクステンション => textextで編集 | エクステンション => textextで編集 | ||
| ライン 95: | ライン 101: | ||
| gnuplot> replot | gnuplot> replot | ||
| </code> | </code> | ||
| + | |||
| + | ===== オブジェクトを切り抜く ===== | ||
| + | 適当な四角を作って、オブジェクトの切り抜きたい部分を被覆し、右クリックから「クリップを設定」 | ||