<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>memo</title>
<link>https://ameblo.jp/dddoooggg/</link>
<atom:link href="https://rssblog.ameba.jp/dddoooggg/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>=</description>
<language>ja</language>
<item>
<title>Powerpointの半透明入りの図をepsにする方法</title>
<description>
<![CDATA[ 1. Powerpointの図をグループ化<br><br>2. PhotoFiltreに貼り付け <br><br>3. bmpで保存<br><br>4. EPS-convでeps化<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10281670469.html</link>
<pubDate>Tue, 16 Jun 2009 17:38:45 +0900</pubDate>
</item>
<item>
<title>vmwareの起動時エラーの対処方法</title>
<description>
<![CDATA[ エラーメッセージ<br>Error while powering on: The VMware Authorization Service is not running.<br><br>右クリックから[管理者として実行]<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10218363930.html</link>
<pubDate>Wed, 04 Mar 2009 18:00:57 +0900</pubDate>
</item>
<item>
<title>epsの編集方法</title>
<description>
<![CDATA[ 1. epsからdviに変換<br>2. tgifで編集(数式はtexと同じ$$入力)<br>3. 編集後の図全体を四角で囲う<br>4. tgif2texで図内の数式をコンパイル＆eps変換<br>   $tgif2tex -color -eps ***.obj<br><br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10217716012.html</link>
<pubDate>Tue, 03 Mar 2009 16:16:26 +0900</pubDate>
</item>
<item>
<title>Beamer: スライド番号のつけ方</title>
<description>
<![CDATA[ \begin{document}の前に<br><br>\setbeamertemplate{footline}[frame number] <br><br>を入力.<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10210671546.html</link>
<pubDate>Wed, 18 Feb 2009 18:44:18 +0900</pubDate>
</item>
<item>
<title>Linuxでフラッシュメモリのマウント方法</title>
<description>
<![CDATA[ 1. $mkdir /mnt/usbfm<br><br>2. $mount -t vfat /dev/sda1 /mnt/usbfm/<br><br>3. 確認<br>   $ls /mnt/usbfm <br><br>4. 書き込みエラーの場合<br>    $mount -t vfat /dev/sda1 -o /mnt/usbfm/<br><br>5. unmount /mnt/usbfm<br><br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10207819213.html</link>
<pubDate>Fri, 13 Feb 2009 19:07:44 +0900</pubDate>
</item>
<item>
<title>シングルユーザーモードの起動方法</title>
<description>
<![CDATA[ *LILOの場合<br>1. PCの電源を入れた後で[Ctrl]+[x]<br><br>2. boot: linux 1<br><br>*GRUBの場合<br>1. linuxを選択<br><br>2. [E]を入力<br><br>3. kernel *** を選択<br><br>4. [E]を入力<br><br>5. singleと入力<br><br>6. [b]を入力<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10207817345.html</link>
<pubDate>Fri, 13 Feb 2009 19:03:04 +0900</pubDate>
</item>
<item>
<title>tex: esssupの真下にt&lt;0を入れる方法</title>
<description>
<![CDATA[ 1. \begin{document}の前でesssupを定義する<br><br>\DeclareMathOperator{\esssup}{ess,\sup}<br><br>2. esssupを使いたい場所で<br><br>\esssup\displaylimits_{t&lt;0}<br><br><br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10207227255.html</link>
<pubDate>Thu, 12 Feb 2009 18:20:35 +0900</pubDate>
</item>
<item>
<title>epsの枠調節の方法</title>
<description>
<![CDATA[ 1. epsをGSviewで開く<br><br>2. 調節したい枠の左下の座標(ex. 49 270pt)、右上の座標(ex. 547 573pt)をメモする<br><br>3. epsファイルをnotepadで開く<br><br>4. 6行目<br><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'ms pgothic'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;" class="Apple-style-span"><br></span>%%BoundingBox: 13 13 600 780<br>をメモした座標に変える<br>%%BoundingBox: 49 270 547 573<br>上書き保存<br><br>5. Options -&gt; Show Bounding Box にチェックを入れると修正後の枠が点線で表示される<br><br><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'ms pgothic'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;" class="Apple-style-span"><br></span><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'ms pgothic'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;" class="Apple-style-span"><br></span>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10207224492.html</link>
<pubDate>Thu, 12 Feb 2009 18:10:33 +0900</pubDate>
</item>
<item>
<title>Excelの図をepsにする方法</title>
<description>
<![CDATA[ 1. 仮想EPSプリンタを作る<br>　コンパネ -&gt; プリンタ -&gt; プリンタのインストール -&gt; ローカルプリンタ &amp; LPT1を選択<br>-&gt; PSプリンタを選択(EPSON AL-C2000 PS3などPSが付いている名前) -&gt; 名前を適当につけて完了(EPS-Printer)<br><br>2. Excelでグラフを新しいsheetにコピー<br><br>3. 印刷 -&gt; EPS-Printerを選択<br><br>4. プロパティ -&gt; 詳細設定 -&gt; PostScriptオプション -&gt; PostScript出力オプションでEPSを選択<br>   用紙サイズはA4を選択<br><br>5. 印刷OK画面で「ファイルへ出力」にチェック<br><br>6. ファイル名をつける ***.eps (epsまで入力)<br><br>7. ドキュメントにファイルが作成される<br><br>--&gt; epsの枠調節の方法で図が完成<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10207175591.html</link>
<pubDate>Thu, 12 Feb 2009 16:28:51 +0900</pubDate>
</item>
<item>
<title>Beamer: itemの点をボールにする方法</title>
<description>
<![CDATA[ \begin{document}の前に<br><br>\beamertemplateballitem<br><br>を入力．<br>
]]>
</description>
<link>https://ameblo.jp/dddoooggg/entry-10206660471.html</link>
<pubDate>Wed, 11 Feb 2009 18:17:55 +0900</pubDate>
</item>
</channel>
</rss>
