<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>男单 618 &#187; TikZ</title>
	<atom:link href="http://www.ai7.org/wp/html/tag/tikz/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ai7.org/wp</link>
	<description>生活象筒装的卫生纸，开始的时候怎么扯都不觉得在转，后来转的越来越快。</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:24:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TikZ一例</title>
		<link>http://www.ai7.org/wp/html/719.html</link>
		<comments>http://www.ai7.org/wp/html/719.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:42:32 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[TikZ]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=719</guid>
		<description><![CDATA[一下午就画这么个东西：

123456789101112131415161718192021222324252627282930313233343536\begin{tikzpicture}
&#160; &#160; \def\L{8}
&#160; &#160; \coordinate (m) at (0.5*\L,0);
&#160; &#160; \draw (m) node[below] {$m$};
&#160; &#160; \draw[-&#62;] (0,0) -- (1.2*\L,0);
&#160; &#160; \node [circle,draw] (i) at (0,0) [minimum size=3cm] {};
&#160; &#160; \draw (i) node[below left] {$i$};
&#160; &#160; \node [circle,draw] (j) at (\L,0) [minimum size=3cm] {};
&#160; &#160; \draw (j) node[below right] {$j$};
&#160; &#160; \coordinate (a) at (tangent cs:node=i,point={(m)},solution=1);
&#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>一下午就画这么个东西：</p>
<p style="text-align: center;"><img class="aligncenter" title="公切线" src="http://img2.pict.com/b4/56/2f/2874460/0/800/fig.png" alt="" width="480" height="287" /></p>
<div class="codecolorer-container latex default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br /></div></td><td><div class="latex codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tikzpicture</span></span><span style="color: #E02020; ">}</span><br />
&nbsp; &nbsp; <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdef"><span style="color: #800000;">def</span></a><span style="color: #800000; font-weight: normal;">\L</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">8</span><span style="color: #E02020; ">}</span><br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\coordinate</span> (m) at (0.5*<span style="color: #800000; font-weight: normal;">\L</span>,0);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span> (m) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$m$</span></span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">-&gt;</span><span style="color: #E02020; ">]</span> (0,0) -- (1.2*<span style="color: #800000; font-weight: normal;">\L</span>,0);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\node</span> <span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">circle,draw</span><span style="color: #E02020; ">]</span> (i) at (0,0) <span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">minimum size=3cm</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span> (i) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below left</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #8020E0; font-weight: normal;">$i$</span></span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\node</span> <span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">circle,draw</span><span style="color: #E02020; ">]</span> (j) at (<span style="color: #800000; font-weight: normal;">\L</span>,0) <span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">minimum size=3cm</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span> (j) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below right</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #8020E0; font-weight: normal;">$j$</span></span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\coordinate</span> (a) at (tangent cs:node=i,point=<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">(m)</span><span style="color: #E02020; ">}</span>,solution=1);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\coordinate</span> (c) at (tangent cs:node=i,point=<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">(m)</span><span style="color: #E02020; ">}</span>,solution=2);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\coordinate</span> (b) at (tangent cs:node=j,point=<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">(m)</span><span style="color: #E02020; ">}</span>,solution=1);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\coordinate</span> (d) at (tangent cs:node=j,point=<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">(m)</span><span style="color: #E02020; ">}</span>,solution=2);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span> (a) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">above</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$A$</span></span><span style="color: #E02020; ">}</span> -- (i.center)-- (c) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$C$</span></span><span style="color: #E02020; ">}</span> --<br />
&nbsp; &nbsp; &nbsp; (d) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">above</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$D$</span></span><span style="color: #E02020; ">}</span> -- (j.center)-- (b) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$B$</span></span><span style="color: #E02020; ">}</span> -- cycle;<br />
<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">dashed</span><span style="color: #E02020; ">]</span> (0,0) -- (0,0.5*<span style="color: #800000; font-weight: normal;">\L</span>);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">dashed</span><span style="color: #E02020; ">]</span> (<span style="color: #800000; font-weight: normal;">\L</span>,0) -- (<span style="color: #800000; font-weight: normal;">\L</span>,0.5*<span style="color: #800000; font-weight: normal;">\L</span>);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\node</span> (l) at (0.5*<span style="color: #800000; font-weight: normal;">\L</span>,0.45*<span style="color: #800000; font-weight: normal;">\L</span>) <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$l_{ij</span>}$</span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">&lt; -</span><span style="color: #E02020; ">]</span> (0,0.45*<span style="color: #800000; font-weight: normal;">\L</span>) -- (l);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">-&gt;</span><span style="color: #E02020; ">]</span> (l) -- (<span style="color: #800000; font-weight: normal;">\L</span>,0.45*<span style="color: #800000; font-weight: normal;">\L</span>);<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span> (m) +(0:8mm) arc (0:22:8mm);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\path</span> (m) +(8:1.2cm) node<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$<span style="color: #800000; font-weight: normal;">\alpha</span>_{ij</span>}$</span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">dashed</span><span style="color: #E02020; ">]</span> (m) +(<span style="color: #8020E0; font-weight: normal;">$(0,0)-(a)$</span>) -- (0,0);<br />
<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">-&gt;</span><span style="color: #E02020; ">]</span> (0,0) +(0:18mm) arc (0:-22:18mm);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\path</span> (0,0) +(-8:22mm) node<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$<span style="color: #800000; font-weight: normal;">\alpha</span>_{ij</span>}$</span><span style="color: #E02020; ">}</span>;<br />
<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">-&gt;</span><span style="color: #E02020; ">]</span> (0,0) -- (3,-2) node<span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">below right</span><span style="color: #E02020; ">]</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$<span style="color: #800000; font-weight: normal;">\overrightarrow</span>{v</span><span style="color: #E02020; ">}</span>_<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">ij</span>}$</span><span style="color: #E02020; ">}</span>;<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">-&gt;</span><span style="color: #E02020; ">]</span> (0,0) +(0:8mm) arc (0:-32:8mm);<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\path</span> (0,0) +(-18:12mm) node<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #8020E0; font-weight: normal;">$<span style="color: #800000; font-weight: normal;">\beta</span>_{ij</span>}$</span><span style="color: #E02020; ">}</span>;<br />
<br />
&nbsp; &nbsp; <span style="color: #800000; font-weight: normal;">\draw</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">dashed</span><span style="color: #E02020; ">]</span> (m) +(<span style="color: #8020E0; font-weight: normal;">$(0,0)-(c)$</span>) -- (0,0);<br />
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tikzpicture</span></span><span style="color: #E02020; ">}</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/719.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CaR，GCLC，TikZ</title>
		<link>http://www.ai7.org/wp/html/488.html</link>
		<comments>http://www.ai7.org/wp/html/488.html#comments</comments>
		<pubDate>Sat, 15 Aug 2009 02:33:44 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[免费软件推荐]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[C.a.R. GCLC]]></category>
		<category><![CDATA[CaR]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[PGF]]></category>
		<category><![CDATA[TikZ]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=488</guid>
		<description><![CDATA[C.a.R.和GCLC都可以算做类似几何画板的所谓动态几何软件，这里是维基百科上关于这类软件的一个比较。那张表并不完整，至少缺了是否跨平台这一栏。而这两个软件都具备以下特点：
	
免费
	
跨平台
	
支持LaTeX

另外，C.a.R.可以将动态结果输出至网页形式，只要装了Java的机器，可以直接在浏览器中操作。GCLC则有机器证明的功能，并可以将做图脚本输出为TikZ格式。
而TikZ是LaTeX上的一个宏包，可与Beamer很好的配合。
缺点是这三个软件都非常小众，无论国内还是国外，用户似乎都不多。
8月15日补充：
关于TikZ/PGF的好站（强力推荐）：http://www.texample.net
]]></description>
			<content:encoded><![CDATA[<p>C.a.R.和GCLC都可以算做类似几何画板的所谓动态几何软件，<a href="http://zh.wikipedia.org/wiki/%E5%8B%95%E6%85%8B%E5%B9%BE%E4%BD%95%E8%BB%9F%E9%AB%94" target="_blank">这里</a>是维基百科上关于这类软件的一个比较。那张表并不完整，至少缺了是否跨平台这一栏。而这两个软件都具备以下特点：
<ol>	
<li>免费</li>
<p>	
<li>跨平台</li>
<p>	
<li>支持LaTeX</li>
<p></ol>
<p>另外，C.a.R.可以将动态结果输出至网页形式，只要装了Java的机器，可以直接在浏览器中操作。GCLC则有机器证明的功能，并可以将做图脚本输出为TikZ格式。</p>
<p>而TikZ是LaTeX上的一个宏包，可与Beamer很好的配合。</p>
<p>缺点是这三个软件都非常小众，无论国内还是国外，用户似乎都不多。</p>
<p>8月15日补充：</p>
<p>关于TikZ/PGF的好站（强力推荐）：<a href="http://www.texample.net" target="_blank">http://www.texample.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/488.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
