<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/platex3/">
    <title>TeX and Meadow are free!!</title>
    <link>http://w.atwiki.jp/platex3/</link>
    <atom:link href="https://w.atwiki.jp/platex3/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>TeX and Meadow are free!!</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-09-23T21:45:48+09:00</dc:date>
    <utime>1190551548</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/platex3/pages/3.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/9.html">
    <title>TeX !!</title>
    <link>https://w.atwiki.jp/platex3/pages/9.html</link>
    <description>
      * TeX の小技

**PDFをパスワードで保護する
dvipdfmx -S -K 128 -P 0x00 filename.dvi
オーナーパスワードなし，ユーザーパスワードあり    </description>
    <dc:date>2007-09-23T21:45:48+09:00</dc:date>
    <utime>1190551548</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/8.html">
    <title>Imagemagick</title>
    <link>https://w.atwiki.jp/platex3/pages/8.html</link>
    <description>
      *imagemagickの使い方を少しずつ覚える！

PDFをTIFFファイルに変換する
&gt; &gt;convert *.pdf *.tif

複数のページを1枚づつのファイルに変換する
&gt; &gt;convert +adjoin *.pdf *.tif



本日のカウンタ
&amp;counter(today)    </description>
    <dc:date>2007-09-04T22:47:43+09:00</dc:date>
    <utime>1188913663</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/platex3/pages/1.html</link>
    <description>
      *TeXについて
今まで用いたTeXについてまとめる予定でしたが
忙しくて断念しそう。でも少しだけ書いてみます。

AUCTeX + X-symbol + RefTeX をMeadowに導入したかったけど，
X-symbolでこけます．
なので YaTeX + RefTeX で最近は書いてます．
数学記号満載の文章なので，YaTeX は外せません．
なんか AUCTeX + preview-latex に浮気しましたが，戻ってきました．

プレゼンのスタイル，特に powerdot について書くつもりです。

*Meadowについて
最近ではネットインストールにより比較的容易に
導入できるようになったと思います．
特にAUCTeXとYaTeXも同時にネットインストールできます．

最新版は[[こちら&gt;http://www.meadowy.org/meadow/netinstall]]
setup-ja.exe をダウンロードします．

カウンタ
今日 &amp;counter(today)
昨日 &amp;counter(yesterday)    </description>
    <dc:date>2006-11-25T16:34:26+09:00</dc:date>
    <utime>1164440066</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/7.html">
    <title>AUCTeX for Meadow</title>
    <link>https://w.atwiki.jp/platex3/pages/7.html</link>
    <description>
      *AUCTeXのインストール

まず、ネットインストールでAUCTeXを選択。

1. dvipng -&gt; 角藤版pTeXからダウンロード(ftp://akagi.ms.u-tokyo.ac.jp/pub/TeX/win32/dvitools-w32.tar.gz)

2. mylatex.ltx -&gt;
http://www.tug.org/tex-archive/macros/latex/contrib/carlisle.zipをダウ
ンロード。その中身をC:/usr/local/share/texmf-local/tex/latex以下に配置。

3. .emacs for Meadow 3
 ;;; AUCTeX の設定
 (load &quot;auctex.el&quot; nil t t)
 (load &quot;preview-latex.el&quot; nil t t)
 (setq TeX-default-mode &#039;japanese-latex-mode)
 (setq japanese-LaTeX-default-style &quot;jsarticle&quot;)
 (setq japanese-LaTeX-command-default &quot;pLaTeX&quot;)
 (setq preview-image-type &#039;dvipng)
 (setq preview-gs-command &quot;gswin32c&quot;)
 (setq TeX-output-view-style &#039;((&quot;^dvi$&quot; &quot;.&quot; &quot;dviout %d&quot;)))

*AUCTeXの使い方

詳しくはinfoを参照して下さい。簡単な使い方です。
分からなければ，C-c C-c Tabとする。

-C-c C-c pLaTeX -&gt; TeX ファイルのコンパイル

他にも，BibTeX, Viewを選択できます。

-C-c C-p C-d   -&gt; preview-latex
これは設定し無いと使えません。上の1,2参照。

-C-c C-p C-c C-d -&gt; プレビューを解除

**フォント関係のコマンドです。

-C-c C-f C-i …… \textit{}
-C-c C-f C-t …… \texttt{}
-C-c C-f C-b …… \textbf{}
-C-c C-f C-f …… \textsf{}

**その他のコマンドです。

-TAB インデント
-C-j インデントして改行
-M-q 段落の整形
-M-x LaTeX-fill-buffer バッファ全体の整形
-C-c ; 領域のコメント
-C-c : 領域のコメントを外す
-C-c C-r 領域のコンパイル／プレビュー
-C-c ` エラー行に飛ぶ（日本語でエラーメッセージを表示）

私は通常はYaTeXを使っていますので
拡張子が tex のファイルを開いても自動的に立ち上がりません。
M-x japanese-latex-mode と入力すると立ち上がります。
あるいは入力ファイルの先頭に次のように書いておくといいでしょう：
% -*- japanese-latex -*-    </description>
    <dc:date>2006-11-25T16:26:23+09:00</dc:date>
    <utime>1164439583</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/platex3/pages/2.html</link>
    <description>
      メニュー
-[[トップページ]]
-[[メニュー]]
-[[TeX !!]]
-[[YaTeX for Meadow]]
-[[AUCTeX for Meadow]]
-[[TeX Q&amp;Aまとめ]]
-[[imagemagick]]
-[[更新履歴]]    </description>
    <dc:date>2006-11-25T16:12:33+09:00</dc:date>
    <utime>1164438753</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/6.html">
    <title>YaTeX for Meadow</title>
    <link>https://w.atwiki.jp/platex3/pages/6.html</link>
    <description>
      *Meadow の設定

.emacsはこんな感じ

 ;;;; YaTeX (野鳥)
 ;; yatex-mode を起動させる設定
 (setq auto-mode-alist 
       (cons (cons &quot;\\.tex$&quot; &#039;yatex-mode) auto-mode-alist))
 (autoload &#039;yatex-mode &quot;yatex&quot; &quot;Yet Another LaTeX mode&quot; t)
 ;; LaTeX コマンド、プレビューワ、プリンタなどの設定
 (setq tex-command &quot;latexmk -dvi&quot; ;;latexmkが必要
       ;;tex-command &quot;platex -src&quot;
       dvi2-command &quot;dviout -1 -Set=!m&quot;
       bibtex-command &quot;bibtex&quot;
       dviprint-command-format &quot;dvipdfmx %s&quot;
       YaTeX-kanji-code 1 
       ;; (1 SJIS, 2 JIS, 3 EUC) JIS(junet-unix)だとOS依存せずにコンパイルできる
       YaTeX-latex-message-code &#039;sjis  ; 改行に ^M がつかないようにする
       section-name &quot;documentclass&quot;
       makeindex-command &quot;mendex&quot;
       YaTeX-use-AMS-LaTeX t   ; AMS-LaTeXを使う
       YaTeX-use-LaTeX2e t     ; LaTeX2eを使う
       YaTeX-use-font-lock t   ; 色付け
       YaTeX-no-begend-shortcut t ; C-c b だけで補完入力
       )
 ;; 自動改行を無効
 (add-hook &#039;yatex-mode-hook&#039;(lambda ()(setq auto-fill-function nil)))
 (add-hook &#039;yatex-mode-hook &#039;(lambda () (reftex-mode t)))
 ;; skk 対策
 (add-hook &#039;skk-mode-hook
	   (lambda ()
	     (if (eq major-mode &#039;yatex-mode)
		 (progn
		   (define-key skk-j-mode-map &quot;\\&quot; &#039;self-insert-command)
		   (define-key skk-j-mode-map &quot;$&quot; &#039;YaTeX-insert-dollar)
		   ))
	     ))    </description>
    <dc:date>2006-11-25T16:11:56+09:00</dc:date>
    <utime>1164438716</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/4.html">
    <title>TeX Q&amp;Aまとめ</title>
    <link>https://w.atwiki.jp/platex3/pages/4.html</link>
    <description>
      **perlでTeX Q&amp;Aを見易くする。(内容が古いです)
といっても[[こちらから&gt;http://takeno.iee.niit.ac.jp/~shige/TeX/TeX.html]]fortexqa version 0.3.3をとってくるだけです。その付属ドキュメントにはwindows上では確認されていないようですが，Cygwinを導入すれば可能でした。

## インストールメモ
１．cygwinをインストールするには[[ここ&gt;http://cygwin.com/]]からsetup.exeを
　　　(C:￥temp等に)ダウンロードします。
２．setup.exeをダブルクリックして，初期設定のままで
　　　ほとんど大丈夫です。インストールには会津大の
　　　ftpサーバを使いました。
３．インストールしたパッケージは「Devel」と「Utils」と
　　　「Web」です。「Default」をクリックして，「Install」
　　　にします。
４．気長に待ちます…１ギガ程度ディスクを使用します(^^;;
５．終わったら環境設定が必要です。(私はMeadowを使用
　　　していますのでその設定も行いました。詳しくは最後
　　　にあるリンクMeadow/Emacs memoを参照して
　　　ください。)
-path：C:￥cygwin￥bin;C:￥cygwin￥sbin;C:￥cygwin￥usr￥bin
-SHELL：/bin/bash
-HOME：←Meadowで設定済み
-MAKE_MODE：UNIX
-CYGWIN：ntsec

ここで重要なのはpathの設定です。cygwinのpathが一番最初にくるようにします。

６．デスクトップあるcygwinのアイコンをダブルクリックして
　　　起動します。適当なコマンドを試しておきます。
７．やっと準備が出来ました。上記のサイトから
　　　fortexqa version 0.3.3をとってきます。解凍・設定など
　　　は付属ドキュメントの通り行う。異なって実行したところ
　　　は次の通り。
-#!/usr/local/bin/perl　→　#!/usr/bin/perl
-cp fortexqa1.pl ~/bin/fortexqa1　→　cp fortexqa1.pl /bin/fortexqa1
-fortexqa3, fortexqa4も同じ
-echo 24500 &gt; ~/texqa/curlast　→　echo 42000 &gt; /texqa/curlast
８．最後にcygwinを起動してfortexqa1等を実行する。

お終い

(2006/11/25　加筆)
最近ではWindows用もあるみたい．
試してません･･･

Cygwin設定参考リンク
[[Meadow/Emacs memo&gt;http://www.bookshelf.jp/cgi-bin/goto.cgi?file=meadow&amp;node=cygwin]]    
[[PC WEB&gt;http://pcweb.mycom.co.jp/special/2002/cygwin/004.html]]    </description>
    <dc:date>2006-11-25T01:37:02+09:00</dc:date>
    <utime>1164386222</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/platex3/pages/3.html">
    <title>更新履歴</title>
    <link>https://w.atwiki.jp/platex3/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)    </description>
    <dc:date>2006-04-12T00:10:34+09:00</dc:date>
    <utime>1144768234</utime>
  </item>
  </rdf:RDF>
