<?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; latex</title>
	<atom:link href="http://www.ai7.org/wp/html/tag/latex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ai7.org/wp</link>
	<description>生活象筒装的卫生纸，开始的时候怎么扯都不觉得在转，后来转的越来越快。</description>
	<lastBuildDate>Wed, 10 Mar 2010 03:02:12 +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>reStructuredTEXT输出为LaTeX以及公式的问题</title>
		<link>http://www.ai7.org/wp/html/646.html</link>
		<comments>http://www.ai7.org/wp/html/646.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 14:36:50 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[reStructuredTEXT]]></category>
		<category><![CDATA[公式]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=646</guid>
		<description><![CDATA[中文的rst文件，输出为LaTeX文件：
在home目录下编辑.docutils文件，内容如下：
[latex2e writer]
documentclass: article
documentoptions: 12pt a4paper
output-encoding: utf-8
stylesheet: /home/username/docutils.tex
前几行没什么可说的，最后一行所指定文件的内容如下：
\usepackage[slantfont,boldfont,CJKaddspaces,CJKchecksingle]{xeCJK}
\CJKlanguage{zh-cn}
\setmainfont{Times New Roman}
\setCJKmainfont{Adobe Song Std}
\usepackage{CJKfntef}
我这是想用xelatex，如果是用CCT或者CTEX，语句相对少些。大家自己改吧。
公式的话，在文件头添加
.. role:: raw-math(raw)
    :format: latex html
行内公式这样写：
If :raw-math:`$x=5 \times 3$` then :raw-math:`$x$` is
注意，冒号后面没空格！
独立公式这样写：
.. raw:: latex html

    $$ W \approx \sum{f(x_k) \Delta x} $$
    $$ W = \int_{a}^{b}{f(x) dx} $$
参考源：

Docutils Configuration: http://docutils.sourceforge.net/docs/user/config.html
reStructured Text tips and tricks: http://www.programmerq.net/rsttricks.html
[tip] python-docutils: rst2latex create [...]]]></description>
			<content:encoded><![CDATA[<p>中文的rst文件，输出为LaTeX文件：</p>
<p>在home目录下编辑.docutils文件，内容如下：</p>
<p>[latex2e writer]<br />
documentclass: article<br />
documentoptions: 12pt a4paper<br />
output-encoding: utf-8<br />
stylesheet: /home/username/docutils.tex</p>
<p>前几行没什么可说的，最后一行所指定文件的内容如下：</p>
<p>\usepackage[slantfont,boldfont,CJKaddspaces,CJKchecksingle]{xeCJK}<br />
\CJKlanguage{zh-cn}<br />
\setmainfont{Times New Roman}<br />
\setCJKmainfont{Adobe Song Std}<br />
\usepackage{CJKfntef}</p>
<p>我这是想用xelatex，如果是用CCT或者CTEX，语句相对少些。大家自己改吧。</p>
<p>公式的话，在文件头添加</p>
<pre class="literal-block">.. role:: raw-math(raw)
    :format: latex html</pre>
<pre class="literal-block">行内公式这样写：</pre>
<pre>If :raw-math:`$x=5 \times 3$` then :raw-math:`$x$` is</pre>
<pre>注意，冒号后面没空格！</pre>
<pre>独立公式这样写：</pre>
<pre>.. raw:: latex html

    $$ W \approx \sum{f(x_k) \Delta x} $$
    $$ W = \int_{a}^{b}{f(x) dx} $$</pre>
<pre>参考源：</pre>
<ol>
<li><a href="http://docutils.sourceforge.net/docs/user/config.html">Docutils Configuration</a>: http://docutils.sourceforge.net/docs/user/config.html</li>
<li><a href="http://www.programmerq.net/rsttricks.html#math-and-equations">reStructured Text tips and tricks</a>: http://www.programmerq.net/rsttricks.html</li>
<li><a href="http://kalug.linux.org.tw/~lloyd/bblog/archives/2009/11/09/%5Btip%5D_python-docutils:_rst2latex_create_chinese_pdf/">[tip] python-docutils: rst2latex create chinese pdf</a>（繁体中文）: http://kalug.linux.org.tw/~lloyd/bblog/archives/2009/11/09/%5Btip%5D_python-docutils:_rst2latex_create_chinese_pdf/</li>
</ol>
<p>注：</p>
<p>如果是使用<a href="http://sphinx.pocoo.org/" target="_blank">Sphinx</a>，那么对于公式的支持就不用这么麻烦了，可以直接使用:math:和.. math::这样的命令，因为<a href="http://sphinx.pocoo.org/" target="_blank">Sphinx</a>支持rST扩展，用上面的方法，反而会出很多问题。</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">1 [latex2e writer]</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">2 documentclass: article</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">3 documentoptions: 12pt,a4paper</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">4 output-encoding: utf-8</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">5 stylesheet: /home/mzy/docutils.tex</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">~</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">&#8211; 可视 行 &#8212;                                                 5,1          全部</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/646.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEX THE WORLD</title>
		<link>http://www.ai7.org/wp/html/595.html</link>
		<comments>http://www.ai7.org/wp/html/595.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:45:49 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=595</guid>
		<description><![CDATA[TeX THE WORLD是一个FireFox插件，它的作用是在浏览器的输入中很方便的加入TeX公式。在[; 和 ;]之间直接按照TeX语法写公式，就可以了。如果编辑器是支持HTML的（比如Gmail），那么结果可以实时显示（有一点点延迟，基本可以忽略），如果是纯文本的编辑器，结果需要在结果提交之后才能显示。比如：
[;F(x)=\int_a^x f(t)dt;]
公式实际上是保存在远程服务器上的图片，这和原来用LaTeXRender实现的LaTeX公式编辑器本质上是一样的，只是用起来更方便。
另外，基于Chrome的插件也已经出来了，在这里。安装和使用方法请自行Google之。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewe.net/tex/" target="_blank">TeX THE WORLD</a>是一个FireFox插件，它的作用是在浏览器的输入中很方便的加入TeX公式。在[<span>;</span> 和 <span>;</span>]之间直接按照TeX语法写公式，就可以了。如果编辑器是支持HTML的（比如Gmail），那么结果可以实时显示（有一点点延迟，基本可以忽略），如果是纯文本的编辑器，结果需要在结果提交之后才能显示。比如：</p>
<p>[;F(x)=\int_a^x f(t)dt;]</p>
<p>公式实际上是保存在远程服务器上的图片，这和原来用LaTeXRender实现的LaTeX公式编辑器本质上是一样的，只是用起来更方便。</p>
<p>另外，基于Chrome的插件也已经出来了，在<a href="http://www.chromeextensions.org/other/tex-the-world-for-chromium/" target="_blank">这里</a>。安装和使用方法请自行Google之。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/595.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>一种基于Latex语言的中文期刊双栏排版模板</title>
		<link>http://www.ai7.org/wp/html/585.html</link>
		<comments>http://www.ai7.org/wp/html/585.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:27:36 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[专利]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/585.html</guid>
		<description><![CDATA[LaTeX模板也能申请专利？居然还是发明专利。
一种基于Latex语言的中文期刊双栏排版模板：http://zhuanli.baidu.com/pages/sipo/20061001/17/8689afa3f9b3ab08f79f203dddeae334_0.html
虽然编写好的LaTeX模板是一件十分困难的事情，但是没想到还能申请发明专利。

]]></description>
			<content:encoded><![CDATA[<p>LaTeX模板也能申请专利？居然还是发明专利。</p>
<p>一种基于Latex语言的中文期刊双栏排版模板：<a target="_blank" href="http://zhuanli.baidu.com/pages/sipo/20061001/17/8689afa3f9b3ab08f79f203dddeae334_0.html">http://zhuanli.baidu.com/pages/sipo/20061001/17/8689afa3f9b3ab08f79f203dddeae334_0.html</a></p>
<p>虽然编写好的LaTeX模板是一件十分困难的事情，但是没想到还能申请发明专利。</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=2f1c16a5-6ed3-88c9-8eb9-582f0036a8f6" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/585.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几个值得深入学习的工具</title>
		<link>http://www.ai7.org/wp/html/571.html</link>
		<comments>http://www.ai7.org/wp/html/571.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:22:09 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/571.html</guid>
		<description><![CDATA[
正则表达式
VIM
LaTeX
Python
Linux


]]></description>
			<content:encoded><![CDATA[<ol>
<li>正则表达式</li>
<li>VIM</li>
<li>LaTeX</li>
<li>Python</li>
<li>Linux</li>
</ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=8f2737d1-bda7-8133-ba26-4d050d98b32a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/571.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决apt依赖问题</title>
		<link>http://www.ai7.org/wp/html/560.html</link>
		<comments>http://www.ai7.org/wp/html/560.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:02:32 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[包依赖]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/560.html</guid>
		<description><![CDATA[在Ubuntu下一直是用国内朋友修改后的texlive，原来是2005，现在是2008。这样如果再要装kile这样的软件的话，就会有包依赖的问题，一直不知道怎么解决。今天在查另外一个问题的时候，无意中看到解决方案。总的来就，就是造一个假包装上。在这里，42楼：http://forum.ubuntu.org.cn/viewtopic.php?f=35&#038;t=168940。下面还是转一下原文。
引用:
另外我想重复再问一下，谁有解决 apt 包依赖问题的办法？
手工安装 TeX Live 后，如果还要从源里安装依赖 texlive 的软件（一个明显的例子就是 LaTeX 的编辑器 kile），就又会要求你再装源里面的那个已经被分解得比较零碎的 texlive2007。似乎是需要做一个关于 texlive 的空的假包？哪里有相关的文档，似乎不好找。
装 dummy 包的办法很简单了，过程如下：
代码:
sudo apt-get install equivs
它要装不少东西，好在不是很大，另外有我本来就需要的 MySQL。
在桌面上新建一 .ctl 个文件，比如：texlive-dummy.ctl 。
然后添加如下内容：
代码:
Section: tex
Package: texlive-dummy
Provides: texlive, texlive-base-bin, texlive-base-bin-doc,texlive-bibtex-extra, texlive-common, texlive-doc-base, texlive-doc-bg,texlive-doc-cs+sk, texlive-doc-de, texlive-doc-el, texlive-doc-en,texlive-doc-es, texlive-doc-fi, texlive-doc-fr, texlive-doc-it,texlive-doc-ko, texlive-doc-mn, texlive-doc-nl, texlive-doc-pl,texlive-doc-pt, texlive-doc-ru, texlive-doc-th, texlive-doc-tr,texlive-doc-uk, texlive-doc-vi, texlive-doc-zh, texlive-extra-utils,texlive-font-utils, texlive-fonts-extra, texlive-fonts-extra-doc,texlive-fonts-recommended, texlive-fonts-recommended-doc,texlive-formats-extra, texlive-full, texlive-games,texlive-generic-extra, texlive-generic-recommended, texlive-humanities,texlive-humanities-doc, texlive-lang-african, texlive-lang-all,texlive-lang-arab, [...]]]></description>
			<content:encoded><![CDATA[<p>在Ubuntu下一直是用国内朋友修改后的texlive，原来是2005，现在是2008。这样如果再要装kile这样的软件的话，就会有包依赖的问题，一直不知道怎么解决。今天在查另外一个问题的时候，无意中看到解决方案。总的来就，就是造一个假包装上。在这里，42楼：<a target="_blank" href="http://forum.ubuntu.org.cn/viewtopic.php?f=35&#038;t=168940">http://forum.ubuntu.org.cn/viewtopic.php?f=35&#038;t=168940</a>。下面还是转一下原文。</p>
<p><b>引用:</b>
<div class="quotecontent"><span style="color: rgb(0, 0, 255);">另外我想重复再问一下，谁有解决 apt 包依赖问题的办法？</p>
<p>手工安装 TeX Live 后，如果还要从源里安装依赖 texlive 的软件（一个明显的例子就是 LaTeX 的编辑器 kile），就又会要求你再装源里面的那个已经被分解得比较零碎的 texlive2007。似乎是需要做一个关于 texlive 的空的假包？哪里有相关的文档，似乎不好找。</span></div>
<p>装 dummy 包的办法很简单了，过程如下：</p>
<div class="codetitle"><b>代码:</b></div>
<div class="codecontent">sudo apt-get install equivs</div>
<p>它要装不少东西，好在不是很大，另外有我本来就需要的 MySQL。</p>
<p>在桌面上新建一 .ctl 个文件，比如：texlive-dummy.ctl 。</p>
<p>然后添加如下内容：</p>
<div class="codetitle"><b>代码:</b></div>
<div class="codecontent">Section: tex<br />
Package: texlive-dummy<br />
Provides: texlive, texlive-base-bin, texlive-base-bin-doc,texlive-bibtex-extra, texlive-common, texlive-doc-base, texlive-doc-bg,texlive-doc-cs+sk, texlive-doc-de, texlive-doc-el, texlive-doc-en,texlive-doc-es, texlive-doc-fi, texlive-doc-fr, texlive-doc-it,texlive-doc-ko, texlive-doc-mn, texlive-doc-nl, texlive-doc-pl,texlive-doc-pt, texlive-doc-ru, texlive-doc-th, texlive-doc-tr,texlive-doc-uk, texlive-doc-vi, texlive-doc-zh, texlive-extra-utils,texlive-font-utils, texlive-fonts-extra, texlive-fonts-extra-doc,texlive-fonts-recommended, texlive-fonts-recommended-doc,texlive-formats-extra, texlive-full, texlive-games,texlive-generic-extra, texlive-generic-recommended, texlive-humanities,texlive-humanities-doc, texlive-lang-african, texlive-lang-all,texlive-lang-arab, texlive-lang-armenian, texlive-lang-cyrillic,texlive-lang-czechslovak, texlive-lang-danish, texlive-lang-dutch,texlive-lang-finnish, texlive-lang-french, texlive-lang-german,texlive-lang-greek, texlive-lang-hebrew, texlive-lang-hungarian,texlive-lang-indic, texlive-lang-italian, texlive-lang-latin,texlive-lang-manju, texlive-lang-mongolian, texlive-lang-norwegian,texlive-lang-polish, texlive-lang-portuguese, texlive-lang-spanish,texlive-lang-swedish, texlive-lang-tibetan, texlive-lang-ukenglish,texlive-lang-vietnamese, texlive-latex-base, texlive-latex-base-doc,texlive-latex-extra, texlive-latex-extra-doc, texlive-latex-recommended,texlive-latex-recommended-doc, texlive-latex3, texlive-math-extra,texlive-metapost, texlive-metapost-doc, texlive-music, texlive-omega,texlive-pictures, texlive-pictures-doc, texlive-plain-extra,texlive-pstricks, texlive-pstricks-doc, texlive-publishers,texlive-publishers-doc, texlive-science, texlive-science-doc,texlive-xetex, texlive-lang-other, texlive-lang-croatian, texlive-base,texlive-doc-ja, cm-super, lmodern, latex-xcolor, latex-beamer, pgf,preview-latex-style<br />
Description: TeXlive dummy package<br />
 This package provides dpkg with the information that<br />
 there is a local TeXlive version installed. </div>
<p>保存后开始打包：</p>
<div class="codetitle"><b>代码:</b></div>
<div class="codecontent">sudo equivs-build texlive-dummy.ctl</div>
<p>然后可以看见一个 deb 文件，名为：texlive-dummy_1.0_all.deb</p>
<p>现在就可以安装它了：</p>
<div class="codetitle"><b>代码:</b></div>
<div class="codecontent">sudo dpkg -i texlive-dummy_1.0_all.deb</div>
<p>行了，下面就不用多说了，打开新立德，找到 kile 安装就是了，效果如下：</p>
<div class="attachtitle">附件:</div>
<div class="attachcontent">                <a href="http://forum.ubuntu.org.cn/download/file.php?id=55217&#038;t=1" id="" class="highslide" onclick="return hs.expand(this)"><img src="http://forum.ubuntu.org.cn/download/file.php?id=55217&#038;t=1" alt="Screenshot.png" title="Click to enlarge" /></a> </p>
<p><span class="gensmall">Screenshot.png [ 1002.93 KiB | 被浏览 738 次 ]</span></p></div>
<p>顺便把这两个文件也一并打包附赠：</p>
<div class="attachtitle">附件:</div>
<div class="attachcontent">			<span class="genmed"><br />
				<img src="./styles/UbuntuCN/imageset/icon_topic_attach.gif" alt="" title="" height="18" width="14" /> 				<a href="http://forum.ubuntu.org.cn/download/file.php?id=65674">texlive-dummy.tar.gz</a> [4.25 KiB]<br />
			</span></p>
<p>			<span class="gensmall">被下载 90 次</span> </p>
</div>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a162c3f9-35d0-80f3-a2fe-117f1831e63c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/560.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>
		<item>
		<title>几则Beamer技巧</title>
		<link>http://www.ai7.org/wp/html/486.html</link>
		<comments>http://www.ai7.org/wp/html/486.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:15:50 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[Beamer]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=486</guid>
		<description><![CDATA[1、列目录时，隐藏所有的小节\tableofcontents[hideallsubsections]
2、自动压缩，以显示全部内容\begin{frame}[shrink]
3、在每一节（或小节）前增加目录命令\AtBeginSection[]{}和\AtBeginSubsection[]{}。比如下面两个命令可以实现在每一节前显示文档目录，隐藏所有小节标题，并高亮当前节标题，而在每一小节前显示的目录中，只会显示本节的小节标题，并高亮当前小节标题，其他节的小节标题不显示，只显示节标题。\AtBeginSection[] {&#160;&#160;&#160; \begin{frame}&#160;&#160;&#160;&#160;&#160;&#160;&#160; \tableofcontents[currentsection,hideallsubsections]&#160;&#160;&#160; \end{frame}}\AtBeginSubsection[]{&#160;&#160;&#160; \begin{frame}[shrink]&#160; &#160; &#160; &#160; \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide]&#160;&#160;&#160; \end{frame}}
4、frametitle的两种写法\begin{frame}&#160; \frametitle{标题}\end{frame}
\begin{frame}{标题}\end{frame}
btw: 其实这些技巧在手册中都有，只是手册太长，一直没有完整的读过。结果每次都有新发现。喜欢Beamer，不单因为Beamer确实比较方便、漂亮，更重要的是Beamer的作者对于幻灯片的制作和使用有自己独到的见解。内容的组织，颜色的搭配，时间的控制，都有所涉及。让人感觉非常专业，自然产生一种信任。

]]></description>
			<content:encoded><![CDATA[<p>1、列目录时，隐藏所有的小节<br />\tableofcontents[hideallsubsections]</p>
<p>2、自动压缩，以显示全部内容<br />\begin{frame}[shrink]</p>
<p>3、在每一节（或小节）前增加目录<br />命令\AtBeginSection[]{}和\AtBeginSubsection[]{}。比如下面两个命令可以实现在每一节前显示文档目录，隐藏所有小节标题，并高亮当前节标题，而在每一小节前显示的目录中，只会显示本节的小节标题，并高亮当前小节标题，其他节的小节标题不显示，只显示节标题。<br />\AtBeginSection[]<br /> {<br />&nbsp;&nbsp;&nbsp; \begin{frame}<beamer><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \tableofcontents[currentsection,hideallsubsections]<br />&nbsp;&nbsp;&nbsp; \end{frame}<br />}<br />\AtBeginSubsection[]<br />{<br />&nbsp;&nbsp;&nbsp; \begin{frame}</beamer><beamer>[shrink]<br />&nbsp; &nbsp; &nbsp; &nbsp; \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide]<br />&nbsp;&nbsp;&nbsp; \end{frame}<br />}</p>
<p>4、frametitle的两种写法<br />\begin{frame}<br />&nbsp; \frametitle{标题}<br />\end{frame}</p>
<p>\begin{frame}{标题}<br />\end{frame}</p>
<p>btw: 其实这些技巧在手册中都有，只是手册太长，一直没有完整的读过。结果每次都有新发现。喜欢Beamer，不单因为Beamer确实比较方便、漂亮，更重要的是Beamer的作者对于幻灯片的制作和使用有自己独到的见解。内容的组织，颜色的搭配，时间的控制，都有所涉及。让人感觉非常专业，自然产生一种信任。</p>
<p></beamer></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/486.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beamer文档中添加PDF文档信息(PDF document information)</title>
		<link>http://www.ai7.org/wp/html/473.html</link>
		<comments>http://www.ai7.org/wp/html/473.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 03:35:31 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[LaTeX相关]]></category>
		<category><![CDATA[Beamer]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=473</guid>
		<description><![CDATA[默认参数下，Beamer宏包可以将文档的\title{}和\author{}字段的内容自动加入PDF文档信息（PDF document information）的相应字段中，如果还想添加主题和关键字等信息，可以使用\subject{}和\keywords{}命令。但是由于Beamer用的是hyperref宏包来实现这些功能，而hyperref宏包的这一功能并不支持中文。所以，如果你的幻灯片是中文标题、中文作者，那么PDF文档信息中将出现乱码。
一个可以接受的解决方案是，正文中仍然使用中文，但向PDF文档信息中添加英文信息。要实现这一点并不难，只需要先禁止Beamer自动添加这些信息，再由手工添加即可。具体做法如下：

使用参数usepdftitle，禁止Beamer自动添加这些信息，比如这样：\documentclass[usepdftitle=false,mathserif]{beamer}
手工添加相应信息，比如这样：

\hypersetup{CJKbookmarks=true,%&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pdftitle={Computer Simulation},%&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pdfauthor={Mao Ziyang},%&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pdfcreator={amao@ai7.org},%&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pdfsubject={Computer Simulation},%&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pdfkeywords={simulation}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }
关于\hypersetup命令的其他信息，请参考：使用pdfLaTeX时，添加PDF文件属性的方法

]]></description>
			<content:encoded><![CDATA[<p>默认参数下，Beamer宏包可以将文档的\title{}和\author{}字段的内容自动加入PDF文档信息（PDF document information）的相应字段中，如果还想添加主题和关键字等信息，可以使用\subject{}和\keywords{}命令。但是由于Beamer用的是hyperref宏包来实现这些功能，而hyperref宏包的这一功能并不支持中文。所以，如果你的幻灯片是中文标题、中文作者，那么PDF文档信息中将出现乱码。</p>
<p>一个可以接受的解决方案是，正文中仍然使用中文，但向PDF文档信息中添加英文信息。要实现这一点并不难，只需要先禁止Beamer自动添加这些信息，再由手工添加即可。具体做法如下：
<ol>
<li>使用参数usepdftitle，禁止Beamer自动添加这些信息，比如这样：\documentclass[usepdftitle=false,mathserif]{beamer}</li>
<li>手工添加相应信息，比如这样：</li>
</ol>
<p>\hypersetup{CJKbookmarks=true,%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pdftitle={Computer Simulation},%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pdfauthor={Mao Ziyang},%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pdfcreator={amao@ai7.org},%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pdfsubject={Computer Simulation},%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pdfkeywords={simulation}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
<p>关于\hypersetup命令的其他信息，请参考：<a href="http://www.ai7.org/wp/?p=130">使用pdfLaTeX时，添加PDF文件属性的方法</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/473.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
