<?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>Information Retrieval Blog &#187; Latex</title>
	<atom:link href="http://blog.zye.me/category/%e5%ad%a6%e6%9c%af%e7%a0%94%e7%a9%b6/latex-%e5%ad%a6%e6%9c%af%e7%a0%94%e7%a9%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zye.me</link>
	<description>REAL TIME DATA PROCESSING, DISTRIBUTED COMPUTING, PATTERN DISCOVERY</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>pdflatex To Use US. Letter Size Paper</title>
		<link>http://blog.zye.me/2010/08/55781.html</link>
		<comments>http://blog.zye.me/2010/08/55781.html#comments</comments>
		<pubDate>Fri, 13 Aug 2010 22:35:15 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[pdflatex]]></category>

		<guid isPermaLink="false">http://blog.zye.me/2010/08/55781.html</guid>
		<description><![CDATA[Telling pdflatex To Use Letter Size Paper Pdflatex is using the wrong margins. How can I fix it? This problem is sometimes caused by the PDF page height and width not being specified correctly. Put the following right after your&#160;begin{document}&#160;command: special{papersize=8.5in,11in} setlength{pdfpageheight}{paperheight} setlength{pdfpagewidth}{paperwidth} % You may need to change the horizontal offset to do what <a href='http://blog.zye.me/2010/08/55781.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><center><font size="+3"><b>Telling pdflatex To Use Letter Size Paper</b></font><br /><font size="+2"></font><font size="+1"><a href="http://engineering.purdue.edu/%7Emark"><br /></a></font></center>
<p><b>Pdflatex is using the wrong margins. How can I fix it?</b></p>
<p>This problem is sometimes caused by the PDF page height and width not being specified correctly. Put the following right after your<span class="Apple-converted-space">&nbsp;</span><tt>begin{document}</tt><span class="Apple-converted-space">&nbsp;</span>command:</p>
<pre>special{papersize=8.5in,11in}
setlength{pdfpageheight}{paperheight}
setlength{pdfpagewidth}{paperwidth}
% You may need to change the horizontal offset to do what you
% want.  Setting hoffset to a negative value moves all printed
% material to the left on all pages; setting it to a positive value
% moves all printed material to the right on all pages; not setting
% it keeps all printed material in it's default position.  voffset
% is the vertical offset: use negative value for up; don't set if
% you want to use default position; use positive for down.
% hoffset = -0.2truein
% voffset = -0.2truein

% Thomas Esser, 2004. public domain.
pdfoutput=1
pdfpagewidth=8.5in
pdfpageheight=11in
%pdfpagewidth=210 true mm
%pdfpageheight=297 true mm
pdfpkresolution=600
endinput
</pre>
<p>There is an easier approach for TeTex users: the<span class="Apple-converted-space">&nbsp;</span><tt>texconfig-sys</tt><span class="Apple-converted-space">&nbsp;</span>program can be used to configure default paper size and other settings.</span></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=578a8202-971d-8780-ab0e-9f4d6881c16c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/08/55781.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking full advantages of pdfLaTeX &#8212; eps figure solution</title>
		<link>http://blog.zye.me/2010/02/55545.html</link>
		<comments>http://blog.zye.me/2010/02/55545.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:51:33 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[pdflatex]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=55545</guid>
		<description><![CDATA[Advantages of pdfLaTeX LaTeX users generate postscript output using dvips. An alternative is to use pdfTeX to generate PDF files directly. The PDF format offers a number of advantages over postscript: Smaller uncompressed file sizes. Much more efficient bitmap inclusion. Availability of hyperlinks. Better accessibility for inexperienced users. Adobe&#8217;s Acrobat reader offers facilities for electronic <a href='http://blog.zye.me/2010/02/55545.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h1>Advantages of pdfLaTeX</h1>
<p>LaTeX users generate postscript output using dvips. An alternative is to use pdfTeX to generate PDF files directly. The PDF format offers a number of advantages over postscript:</p>
<ul>
<li>Smaller uncompressed file sizes.</li>
<li>Much more efficient bitmap inclusion.</li>
<li>Availability of hyperlinks.</li>
<li>Better accessibility for inexperienced users.</li>
<li>Adobe&#8217;s Acrobat reader offers facilities for electronic presentations</li>
</ul>
<h1>Limitation of pdfTeX</h1>
<p>1. postscript figures cannot yet be directly imported into documents</p>
<h2>Supported formats:</h2>
<p>be bitmaps (PNG or JPG), a simple format of PDF, or MetaPost output</p>
<h2>Solutions for eps figure</h2>
<p>1. convert into pdf file</p>
<p>2. convert into png file using command line tool: &#8216;convert&#8217;</p>
<p>example:  <span style="line-height: 18px; font-size: 12px; white-space: pre;"><span style="color: #888888;">convert -density 300 file.ps file.png</span></span></p>
<p>For more information about figure format transformation, click: <a href="http://blog.so8848.com/2010/02/55549.html "> http://blog.so8848.com/2010/02/55549.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/02/55545.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>latex 中文支持script ＆ samples &#8212; memos</title>
		<link>http://blog.zye.me/2010/02/55536.html</link>
		<comments>http://blog.zye.me/2010/02/55536.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:21:02 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[kile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[中文支持]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=55536</guid>
		<description><![CDATA[介绍如何在ubuntu 下按章cjk 支持，一下脚本在ubuntu 9.10 + kile 下测试好使。 latex 下安装中文支持，需要安装一系列宏包，然后拷贝生成字体什么的，甚是繁琐。一步抄作出问题，会浪费很多时间。 不如写成一个script， shell 脚本。出问题，或机器重装，运行此脚本即可，一劳永逸。 备忘。 脚本下载：installcjk samples : documentclass{article} usepackage{CJK} begin{document} begin{CJK}{UTF8}{song} 这是so8848 end{CJK} end{document}]]></description>
			<content:encoded><![CDATA[<p>介绍如何在ubuntu 下按章cjk 支持，一下脚本在ubuntu 9.10 + kile 下测试好使。</p>
<p>latex 下安装中文支持，需要安装一系列宏包，然后拷贝生成字体什么的，甚是繁琐。一步抄作出问题，会浪费很多时间。</p>
<p>不如写成一个script， shell 脚本。出问题，或机器重装，运行此脚本即可，一劳永逸。</p>
<p>备忘。 脚本下载：<a href="http://blog.zye.me/wp-content/uploads/2010/02/installcjk1.zip">installcjk</a></p>
<h3>samples :</h3>
<div id="_mcePaste"><span style="color: #808080;">documentclass{article}</span></div>
<div id="_mcePaste"><span style="color: #808080;">usepackage{CJK}</span></div>
<div id="_mcePaste"><span style="color: #808080;">begin{document}</span></div>
<div id="_mcePaste"><span style="color: #808080;">begin{CJK}{UTF8}{song}</span></div>
<div id="_mcePaste"><span style="color: #808080;">这是so8848</span></div>
<div id="_mcePaste"><span style="color: #808080;">end{CJK}</span></div>
<div id="_mcePaste"><span style="color: #808080;">end{document}</span></div>
<div><span style="color: #808080;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/02/55536.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BibTeX &amp; &#8220;undefined control sequence&#8221;</title>
		<link>http://blog.zye.me/2010/02/55501.html</link>
		<comments>http://blog.zye.me/2010/02/55501.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:48:41 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[BibTeX]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=55501</guid>
		<description><![CDATA[If the tex and bib files are setup correctly, then running LaTeX followed by BibTeX will produce a bbl file (in the same directory as the tex and bib files). It is from the bbl file that LaTeX will insert the references into the document. Open the bbl file with a text editor. If it <a href='http://blog.zye.me/2010/02/55501.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>If the tex and bib files are setup correctly, then running LaTeX followed by BibTeX will produce a bbl file (in the same directory as the tex and bib files). It is from the bbl file that LaTeX will insert the references into the document.</p>
<p>Open the bbl file with a text editor. If it looks meaningful, then compiling the document again with LaTeX should give a dvi with references. If the bbl file contains nonsense (or is not created at all), then we will have to try other things.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/02/55501.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kile spell check doesn&#8217;t work</title>
		<link>http://blog.zye.me/2009/05/51752.html</link>
		<comments>http://blog.zye.me/2009/05/51752.html#comments</comments>
		<pubDate>Wed, 06 May 2009 01:50:50 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[kile]]></category>
		<category><![CDATA[spell check]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=51752</guid>
		<description><![CDATA[Just for future reference. the following steps were what I followed: 1. open the Synaptic manager and install Kile apsell kcontrol 2. goto Applications-&#62;Other-&#62;Spell Checker (it seems that it is not necessary) in client choose Aspell, this will change the dictionary to Aspell (for me by default appeared Ispell as dictionary). 3. restart Kile (if <a href='http://blog.zye.me/2009/05/51752.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Just for future reference. the following steps were what I followed:<br />
 1. open the Synaptic manager and install<br />
 Kile<br />
 apsell<br />
 kcontrol</p>
<p>2. goto Applications-&gt;Other-&gt;Spell Checker (it seems that it is not necessary)</p>
<p>in client choose Aspell, this will change the dictionary to Aspell (for me by default appeared Ispell as dictionary).</p>
<p>3. restart Kile (if it is open)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/05/51752.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on BibTeX</title>
		<link>http://blog.zye.me/2009/05/51751.html</link>
		<comments>http://blog.zye.me/2009/05/51751.html#comments</comments>
		<pubDate>Wed, 06 May 2009 00:44:56 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[bibliography styles]]></category>
		<category><![CDATA[BibTeX]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=51751</guid>
		<description><![CDATA[1. References and citations are best handled in a consistent way by using BibTeX. In this method, you supply all the relevant information about references in a &#8220;.bib file&#8221; without regard to ordering or style. Then you let BibTeX format all citations and reference entries according to the chosen bibliographic style, and you don&#8217;t have <a href='http://blog.zye.me/2009/05/51751.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>1. References and citations are best handled in a consistent way by using <strong>BibTeX.</strong> In this method, you supply all the relevant information about references in a &#8220;.bib file&#8221; without regard to ordering or style. Then you let BibTeX format all citations and reference entries according to the chosen bibliographic style, and you don&#8217;t have to sweat all the font and punctuation and ordering details yourself.</p>
<p>2. You can find <strong>.bib</strong> entries for major publications with a simple Google search.</p>
<p>3. The reference/bibliography section usually appears at the end of an publication.  In your LaTeX file, these two commands insert the reference section:</p>
<pre>	bibliographystyle{<strong>xxx</strong>}
	bibliography{<strong>yyy</strong>}</pre>
<p>4. Some commonly used bibliography styles</p>
<table style="height: 181px;" border="0" cellspacing="24" width="460" align="center">
<tbody>
<tr>
<td bgcolor="#ffefaf">1: ieeetr<br />
2: unsrt<br />
3: IEEE<br />
4: ama<br />
5: cj<br />
6: nar<br />
7: nature<br />
8: phjcp<br />
9: is-unsrt</td>
<td bgcolor="#ffefaf">10: plain<br />
11: abbrv<br />
12: acm<br />
13: siam<br />
14: jbact<br />
15: amsplain<br />
16: finplain<br />
17: IEEEannot<br />
18: is-abbrv</td>
<td bgcolor="#ffefaf">19: is-plain<br />
20: annotation<br />
21: plainyr<br />
22: decsci<br />
23: jtbnew<br />
24: neuron<br />
25: cell<br />
26: jas99<br />
27: abbrvnat</td>
<td bgcolor="#ffefaf">28: ametsoc<br />
29: apalike<br />
30: jqt1999<br />
31: plainnat<br />
32: jtb<br />
33: humanbio<br />
34: these<br />
35: chicagoa<br />
36: development</td>
<td bgcolor="#ffefaf">37: unsrtnat<br />
38: amsalpha<br />
39: alpha<br />
40: annotate<br />
41: is-alpha<br />
42: wmaainf<br />
43: alphanum<br />
44: apasoft</td>
</tr>
</tbody>
</table>
<p>5. The file <tt>biblio.bib</tt> is not read directly by the <strong>latex</strong> program. Instead, the command <strong>bibtex</strong> extracts only the needed references from the <tt>*.bib</tt> file(s) and converts them (in the indicated style) to LaTeX form in a new file  <tt>MyDoc.bbl</tt>. LaTeX can then use the contents of <tt>MyDoc.bbl</tt> directly.</p>
<p>6. biblio sample</p>
<pre>@ARTICLE{Bay1,
   author = "A. Bayliss and C. I. Goldstein and E. Turkel",
   title = "An iterative method for the {H}elmholtz equation",
   journal = "J. Comp. Phys.",
   volume = 49,
   pages = "443--457",
   year = 1983
   }

@TECHREPORT{Ernst,
   author = "O. Ernst and G. Golub",
   title = "A domain decomposition approach to solving the {H}elmholtz
		equation with a radiation boundary condition",
   number = "NA-92-08",
   school = "Stanford University, Computer Science Department",
   year = "August 1992"
   }</pre>
<h3>Other reference information</h3>
<p><strong>(1)</strong> An FAQ regarding multiple author names; In a bib file you list <em>all</em> the authors&#8217; names together joined with word &#8220;and&#8221;, e.g.,<br />
<strong><tt>author = "Jane Smith and E. B. Johnson and 	Strunk, Jr., William",</tt></strong><br />
BibTeX then does the appropriate things to names and initials and punctuation, according to the chosen bibliographic style.</p>
<p><strong>(2)</strong> When using BibTeX, the interaction between names and accenting is somewhat tricky.  You should use `G{&#8220;o}del&#8217; or `G{&#8220;{o}}del&#8217;, and not `{G{&#8220;{o}}del}&#8217; or `{G&#8221;{o}del}&#8217;.  (Thanks to  <a href="http://www.ecst.csuchico.edu/%7Ejacobsd/bib/formats/bibtex.html"> Dana Jacobsen</a> for this tip.)</p>
<p><strong>(3)</strong> STANDARD ENTRY TYPES:</p>
<dl>
<dt><tt><strong>@article</strong></tt></dt>
<dd>An article from a journal or magazine</dd>
<dt><tt><strong>@book</strong></tt></dt>
<dd>A book with an explicit publisher</dd>
<dt><tt><strong>@booklet</strong></tt></dt>
<dd>A work that is printed and bound, but without a 	named publisher or sponsoring institution</dd>
<dt><tt><strong>@conference</strong></tt></dt>
<dd>The same as <tt><strong>inproceedings</strong></tt></dd>
<dt><tt><strong>@inbook</strong></tt></dt>
<dd>A part of a book, which may be a chapter (or section 		or whatever) and/or a range of pages</dd>
<dt><tt><strong>@incollection</strong></tt></dt>
<dd>A part of a book having its own title</dd>
<dt><tt><strong>@inproceedings</strong></tt></dt>
<dd>An article in a conference proceedings</dd>
<dt><tt><strong>@manual</strong></tt></dt>
<dd>Technical documentation</dd>
<dt><tt><strong>@mastersthesis</strong></tt></dt>
<dd>A Master&#8217;s thesis</dd>
<dt><tt><strong>@misc</strong></tt></dt>
<dd>Use this type when nothing else fits</dd>
<dt><tt><strong>@phdthesis</strong></tt></dt>
<dd>A PhD thesis</dd>
<dt><tt><strong>@proceedings</strong></tt></dt>
<dd>The proceedings of a conference</dd>
<dt><tt><strong>@techreport</strong></tt></dt>
<dd>A report published by a school or other institution, 	usually numbered within a series</dd>
<dt><tt><strong>@unpublished</strong></tt></dt>
<dd>A document having an author and title, 		but not formally published</dd>
<dt><tt><strong>@collection</strong></tt></dt>
<dd><strong><em>Not a standard entry type.</em></strong> Use 	<tt><strong>proceedings</strong></tt> instead.</dd>
<dt><tt><strong>@patent</strong></tt></dt>
<dd><strong><em>Not a standard entry type.</em></strong></dd>
</dl>
<p><strong>(4)</strong> STANDARD FIELDS</p>
<dl>
<dt><tt><strong>address</strong></tt></dt>
<dd>Usually the address of the <tt><strong>publisher</strong></tt> or 	other type of institution.  For major publishing houses, 	van Leunen recommends omitting the information entirely. 	For small publishers, on the other hand, you can help the 	reader by giving the complete address.</dd>
<dt><tt><strong>annote</strong></tt></dt>
<dd>An annotation.  It is not used by the standard bibliography 	styles, but may be used by others that produce an annotated 	bibliography.</dd>
<dt><tt><strong>author</strong></tt></dt>
<dd>The name(s) of the author(s), in the format 	described in the LaTeX book.</dd>
<dt><tt><strong>booktitle</strong></tt></dt>
<dd>Title of a book, part of which is being cited. 	See the LaTeX book for how to type titles. 	For book entries, use the <tt>title</tt> field instead.</dd>
<dt><tt><strong>chapter</strong></tt></dt>
<dd>A chapter (or section or whatever) number.</dd>
<dt><tt><strong>crossref</strong></tt></dt>
<dd>The database key of the entry being cross referenced.  Any 	fields that are missing from the current record are inherited 	from the field being cross referenced.</dd>
<dt><tt><strong>edition</strong></tt></dt>
<dd>The edition of a book&#8212;for example, &#8220;Second&#8221;. 	This should be an ordinal, and should have the first letter 	capitalized, as shown here; the standard styles convert to 	lower case when necessary.</dd>
<dt><tt><strong>editor</strong></tt></dt>
<dd>Name(s) of editor(s), typed as indicated in the LaTeX book. 	If there is also an <tt><strong>author</strong></tt> field, then the 	<tt><strong>editor</strong></tt> field gives the editor of the book or 	collection in which the reference appears.</dd>
<dt><tt><strong>howpublished</strong></tt></dt>
<dd>How something strange has been published. 	The first word should be capitalized.</dd>
<dt><tt><strong>institution</strong></tt></dt>
<dd>The sponsoring institution of a technical report.</dd>
<dt><tt><strong>journal</strong></tt></dt>
<dd>A journal name.  Abbreviations are provided for many journals.</dd>
<dt><tt><strong>key</strong></tt></dt>
<dd>Used for alphabetizing, cross referencing, and creating a 	label when the &#8220;author&#8221; information is missing.  This field 	should not be confused with the key that appears in the 	<tt><strong>cite</strong></tt> command and at the beginning of the 	database entry.</dd>
<dt><tt><strong>month</strong></tt></dt>
<dd>The month in which the work was published or, for an 	unpublished work, in which it was written.  You should use the 	standard three-letter abbreviation, as described in Appendix 	B.1.3 of the LaTeX book.</dd>
<dt><tt><strong>note</strong></tt></dt>
<dd>Any additional information that can help the reader. 	The first word should be capitalized.</dd>
<dt><tt><strong>number</strong></tt></dt>
<dd>The number of a journal, magazine, technical report, or of 	a work in a series.  An issue of a journal or magazine is 	usually identified by its volume and number; the organization 	that issues a technical report usually gives it a number; and 	sometimes books are given numbers in a named series.</dd>
<dt><tt><strong>organization</strong></tt></dt>
<dd>The organization that sponsors a conference or that 	publishes a <tt><strong>manual</strong></tt>.</dd>
<dt><tt><strong>pages</strong></tt></dt>
<dd>One or more page numbers or range of numbers, such as 	<tt><strong>42--111</strong></tt> or <tt><strong>7,41,73--97</strong></tt> or 	<tt><strong>43+</strong></tt> (the `<tt><strong>+</strong></tt>&#8216; in this last 	example indicates pages following that don&#8217;t form a simple 	range).  To make it easier to maintain 	<cite>Scribe</cite>-compatible databases, the standard styles 	convert a single dash (as in <tt><strong>7-33</strong></tt>) to the 	double dash used in TeX to denote number ranges (as in 	<tt><strong>7--33</strong></tt>).</dd>
<dt><tt><strong>publisher</strong></tt></dt>
<dd>The publisher&#8217;s name.</dd>
<dt><tt><strong>school</strong></tt></dt>
<dd>The name of the school where a thesis was written.</dd>
<dt><tt><strong>series</strong></tt></dt>
<dd>The name of a series or set of books.  When citing an 	entire book, the the <tt><strong>title</strong></tt> field gives its 	title and an optional <tt><strong>series</strong></tt> field gives the 	name of a series or multi-volume set in which the book is 	published.</dd>
<dt><tt><strong>title</strong></tt></dt>
<dd>The work&#8217;s title, typed as explained in the LaTeX book.</dd>
<dt><tt><strong>type</strong></tt></dt>
<dd>The type of a technical report&#8212;for example, 	&#8220;Research Note&#8221;.</dd>
<dt><tt><strong>volume</strong></tt></dt>
<dd>The volume of a journal or multi-volume book.</dd>
<dt><tt><strong>year</strong></tt></dt>
<dd>The year of publication or, for an unpublished work, the 	year it was written.  Generally it should consist of four 	numerals, such as <tt><strong>1984</strong></tt>, although the standard 	styles can handle any <tt><strong>year</strong></tt> whose last four 	nonpunctuation characters are numerals, such as `hbox{(about 	1984)}&#8217;.</dd>
<hr size="3" noshade="noshade" /><strong>Other (nonstandard) fields</strong></p>
<hr size="3" noshade="noshade" />
<dt><tt><strong>affiliation</strong></tt></dt>
<dd>The authors affiliation.</dd>
<dt><tt><strong>abstract</strong></tt></dt>
<dd>An abstract of the work.</dd>
<dt><tt><strong>contents</strong></tt></dt>
<dd>A Table of Contents</dd>
<dt><tt><strong>copyright</strong></tt></dt>
<dd>Copyright information.</dd>
<dt><tt><strong>ISBN</strong></tt></dt>
<dd>The International Standard Book Number.</dd>
<dt><tt><strong>ISSN</strong></tt></dt>
<dd>The International Standard Serial Number. 	Used to identify a journal.</dd>
<dt><tt><strong>keywords</strong></tt></dt>
<dd>Key words used for searching or possibly for annotation.</dd>
<dt><tt><strong>language</strong></tt></dt>
<dd>The language the document is in.</dd>
<dt><tt><strong>location</strong></tt></dt>
<dd>A location associated with the entry, such as the 	city in which a conference took place.</dd>
<dt><tt><strong>LCCN</strong></tt></dt>
<dd>The Library of Congress Call Number.</dd>
<dt><tt><strong>mrnumber</strong></tt></dt>
<dd>The <em>Mathematical Reviews</em> number.</dd>
<dt><tt><strong>URL</strong></tt></dt>
<dd>The WWW Universal Resource Locator that points to the item 	being referenced.  This often is used for technical reports to 	point to the ftp site where the postscript source of the report 	is located.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/05/51751.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu kile下 解决中文问题-CJK{GBK}</title>
		<link>http://blog.zye.me/2009/05/51675.html</link>
		<comments>http://blog.zye.me/2009/05/51675.html#comments</comments>
		<pubDate>Mon, 04 May 2009 00:02:58 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[CJK]]></category>
		<category><![CDATA[kile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[中文]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=51675</guid>
		<description><![CDATA[1. 安装TexLive 和 Latex 宏包 安装这些其实还可以避免其他很多ubuntu kile 下的问题 打开终端，执行下述命令安装TexLive和常用的一些Latex宏包（可以根据自己的需要增改）： sudo apt-get install texlive texlive-math-extra texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-science texlive-bibtex-extra texlive-common latex-beamer 如果硬盘充裕的话，直接完整安装也可以： sudo apt-get install texlive-full latex-beamer 安装完后，就可以安装CJK的相关软件包了，如果只需要获得中文支持，那么执行： sudo apt-get install latex-cjk-chinese ttf-arphic-* hbf-* 否则，建议安装latex-cjk-all以获取完整支持。 安装 gbkfonts 下载1:  gbkfontsfortetex3.0 下载2: gbkfonts 直接把gbkfonts 文件copy 到 目录/usr/bin, 记得要chmod, 命令: sudo chmod 777 /usr/bin/gbkfonts , 因为这个文件是从别地方copy过来,  not <a href='http://blog.zye.me/2009/05/51675.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h1>1. 安装TexLive 和 Latex 宏包</h1>
<p><strong>安装这些其实还可以避免其他很多ubuntu kile 下的问题</strong></p>
<p>打开终端，执行下述命令安装TexLive和常用的一些Latex宏包（可以根据自己的需要增改）：</p>
<p><code>sudo apt-get install texlive texlive-math-extra texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-science texlive-bibtex-extra texlive-common latex-beamer</code></p>
<p>如果硬盘充裕的话，直接完整安装也可以：</p>
<p><code>sudo apt-get install texlive-full latex-beamer</code></p>
<p>安装完后，就可以安装CJK的相关软件包了，如果只需要获得中文支持，那么执行：</p>
<p><code>sudo apt-get install latex-cjk-chinese ttf-arphic-* hbf-*</code></p>
<p>否则，建议安装latex-cjk-all以获取完整支持。</p>
<p><span class="postbody"><span style="color: blue;">安装 gbkfonts</span></span></p>
<p>下载1:  <a href="http://www.hebl.name/software/tex/cjk/gbkfontsfortetex3.0.tar.gz">gbkfontsfortetex3.0</a></p>
<p>下载2: <a href="http://www.yorku.ca/yezheng/tools/gbkfontsfortetex3.0.tar.gz">gbkfonts</a></p>
<p>直接把gbkfonts 文件copy 到 目录/usr/bin, 记得要chmod, 命令: sudo chmod 777 /usr/bin/gbkfonts , 因为这个文件是从别地方copy过来,  not permit.</p>
<h1><span style="color: #000000;"><span class="postbody">然后开始拷贝字体</span></span></h1>
<h1><span class="postbody"> </span></h1>
<p><span class="postbody"><span style="color: blue;"> </span></span> sudo cp /media/hda1/windows/Fonts/sim* /usr/share/fonts/zh_CN/TrueType/</p>
<p>mkdir ~/texmf  #如果你不是把目录建在这，比如建在~/.texmf,请参阅附录2作相应修改<br />
 cd ~/texmf</p>
<p>gbkfonts /usr/share/fonts/zh_CN/TrueType/simsun.ttc song<br />
 gbkfonts /usr/share/fonts/zh_CN/TrueType/simfang.ttf fang<br />
 gbkfonts /usr/share/fonts/zh_CN/TrueType/simkai.ttf kai<br />
 gbkfonts /usr/share/fonts/zh_CN/TrueType/simhei.ttf hei<br />
 之后执行<br />
 <span style="color: #ff0000;"><strong>mktexlsr</strong></span></p>
<h1>消除kile下面dvi看中文小黑框的问题:</h1>
<p><span class="postbody"><span style="color: blue;">sudo vim /var/lib/texmf/web2c/updmap.cfg<br />
 在最后一行输入: </span></span><span class="postbody"><span style="color: blue;"> Map cjk.map(也许你发现本来就有.我建议你还是再输入一次~~)<br />
 </span></span><span class="postbody"><span style="color: blue;">接着使用: updmap </span></span></p>
<h1>测试:</h1>
<p>打开kile<br />
 documentclass{article}<br />
 usepackage{CJK}<br />
 begin{document}<br />
 begin{CJK}{GBK}{song}<br />
 这是latex<br />
 end{CJK}<br />
 end{document}<br />
 保存时候注意编码设置为gb2312</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/05/51675.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fix problems in ubuntu kile:  multirow.sty&#8217; not found</title>
		<link>http://blog.zye.me/2009/05/51673.html</link>
		<comments>http://blog.zye.me/2009/05/51673.html#comments</comments>
		<pubDate>Sun, 03 May 2009 20:06:29 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[kile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=51673</guid>
		<description><![CDATA[The problems such as multirow.sty&#8217; not found can be fixed via the following command (Ubuntu system): sudo apt-get install texlive-latex-extra I seems that some packages are missing in the default setting of kile. It will take you a lot time to download the extra packages via the above command.]]></description>
			<content:encoded><![CDATA[<p>The problems such as multirow.sty&#8217; not found can be fixed via the following command (Ubuntu system):</p>
<p>sudo apt-get install texlive-latex-extra</p>
<p>I seems that some packages are missing in the default setting of kile. It will take you a lot time to download the extra packages via the above command.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/05/51673.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Latex SPACE SAVING IDEAS &#8212; fox SIGIR Paper</title>
		<link>http://blog.zye.me/2009/04/51535.html</link>
		<comments>http://blog.zye.me/2009/04/51535.html#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:09:09 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[SIGIR]]></category>
		<category><![CDATA[SPACE SAVING]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=51535</guid>
		<description><![CDATA[1. SPACE SAVING IDEAS: A. An idea on how to obtain additional room on your submission, you can combine the subsections heads of Categories (ACM Classifiers), General Terms, and Authors&#8217; Keywords with the body text and a colon, such as: vspace{1mm} noindent {bf Categories and Subject Descriptors:} B.X.X {[Your Choice]}: {The Third Field Here} vspace{1mm} noindent <a href='http://blog.zye.me/2009/04/51535.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #008000;">1. SPACE SAVING IDEAS:</span></strong></p>
<p><span style="color: #008000;"><strong>A. </strong></span>An idea on how to obtain additional room on your submission, you can combine the subsections heads of Categories (ACM Classifiers), General Terms, and Authors&#8217; Keywords with the body text and a colon, such as:</p>
<p>vspace{1mm}<br />
noindent<br />
{bf Categories and Subject Descriptors:} B.X.X {[Your Choice]}: {The Third Field Here}</p>
<p>vspace{1mm}<br />
noindent<br />
{bf General Terms:} Enter your choices of the 16 terms.</p>
<p>vspace{1mm}<br />
noindent<br />
{bf Keywords:} Enter your choices.</p>
<p><strong><span style="color: #008000;">B. </span></strong>By making the references 8 or 8-1/2 pt size: </p>
<p>Coding to change the references to 8 pt:<br />
begin{thebibliography}{50}<br />
vspace*{0.5mm}<br />
scriptsize</p>
<p> </p>
<hr /><span style="color: #800000;"><strong>2. </strong></span>Adding or Including More than 3 Authors on the First Page, please see: <a href="http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a18">http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a18</a>  (SEE ALSO ITEM #5 below)</p>
<p> </p>
<hr /><strong><span style="color: #000080;">3. </span></strong>For Type 1 font problems see: <a href="http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a14">http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a14</a></p>
<hr /><strong><span style="color: #ff0000;">4. </span></strong>Force balancing the last page of references: use vfilleject between bibitems. For example:</p>
<p>bibitem{nowka}<br />
K.~Nowka {it et al},<br />
newblock &#8220;A 32-bit PowerPC System-on-a-chip with Support for Dynamic<br />
Voltage Scaling and Dynamic Frequency Scaling,&#8221;<br />
newblock {it ACM Proceedings of DAC 2003}, 2002.</p>
<p><strong>vfilleject</strong></p>
<p>bibitem{semeraro}<br />
G.~Semeraro et al,<br />
newblock &#8220;Energy-Efficient Processor Design Using Multiple<br />
Clock Domains with Dynamic Voltage and Frequency Scaling,&#8221;<br />
newblock {it High Performance Computer Architecture}, 2002.</p>
<p> </p>
<hr />
<p align="left"><span><span style="color: #ff0000;"><a name="A"></a></span></span><span style="color: #800000;"><strong>5. Correct coding for multiple authors </strong><em>(this coding gives you the correct fonts and font sizes using the ACM class files)</em></span></p>
<p align="left"> </p>
<table border="1" width="100%">
<tbody>
<tr>
<td width="29%" align="center"><strong><span style="font-size: medium;">3 Authors</span></strong></td>
<td width="30%" align="center"><strong><span style="font-size: medium;">2 Authors</span></strong></td>
<td width="41%" align="center"><strong>More than One author with the Same affiliation</strong></td>
</tr>
<tr>
<td width="29%" valign="top">numberofauthors{3}<br />
author{<br />
alignauthor Author First Last \<br />
affaddr{SIG Services} \<br />
affaddr{ACM} \<br />
affaddr{New York, NY} \<br />
email{griscti@hq.acm.org}<br />
alignauthor Author Second Last \<br />
affaddr{Pubs Dept.} \<br />
affaddr{ACM} \<br />
affaddr{New York, NY} \<br />
email{murray@hq.acm.org}<br />
alignauthor Author Third Last \<br />
affaddr{Pubs Dept.} \<br />
affaddr{ACM} \<br />
affaddr{New York, NY} \<br />
email{rous@hq.acm.org}<br />
}</td>
<td width="30%" valign="top">numberofauthors{2}<br />
author{<br />
alignauthor Author First Last \<br />
affaddr{SIG Services} \<br />
affaddr{ACM} \<br />
affaddr{New York, NY} \<br />
email{griscti@hq.acm.org}<br />
alignauthor Author Second Last \<br />
affaddr{Pubs Dept.} \<br />
affaddr{ACM} \<br />
affaddr{New York, NY} \<br />
email{murray@hq.acm.org}<br />
}</td>
<td width="41%" valign="top">numberofauthors{1} <br />
author{alignauthor Bernard Rous, Sally Smith, Jack Sheridan, and Bill Jones \<br />
affaddr{Dept. of Computer Science, University of Greendell} \ affaddr{ City, State, Country} \<br />
email{br@cs.cxcc.edu, ss@cs.cxcx.edu, js@cs.cxcs.edu, bj@ccxc.com}<br />
} </td>
</tr>
</tbody>
</table>
<p> </p>
<hr />
<p align="left"> </p>
<p align="left"> </p>
<p align="left"><span><span style="color: #ff0000;"><a name="P"></a></span></span><span style="color: #800000;"><strong>6. Some Other Helpful Links that Deal with pdflatex</strong></span></p>
<p align="center"><a href="http://www.ces.clemson.edu/~regroff/content/latex2pdf/">http://www.ces.clemson.edu/~regroff/content/latex2pdf</a></p>
<p align="center"><a href="https://gemini.econ.umd.edu/e-editor/pdftips.html"><strong>https://gemini.econ.umd.edu/e-editor/pdftips.html</strong></a></p>
<p align="center"><a href="http://www.physics.ohio-state.edu/~yurh/doc/tex2pdf">http://www.physics.ohio-state.edu/~yurh/doc/tex2pdf</a></p>
<p align="center"><a href="http://tclab.kaist.ac.kr/ipe/pdftex.html"><strong>http://tclab.kaist.ac.kr/ipe/pdftex.html</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/04/51535.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs中插入数学公式和特殊字符</title>
		<link>http://blog.zye.me/2009/02/49015.html</link>
		<comments>http://blog.zye.me/2009/02/49015.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:38:32 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[信息检索]]></category>
		<category><![CDATA[数学公式]]></category>
		<category><![CDATA[特殊字符]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/2009/02/49015.html</guid>
		<description><![CDATA[  Google Docs 很好，但无赖不能插入输入数学公式和一些特殊字符。特殊字符很好解决，一般可以使用搜狗输入法输入。数学公式Google Docs 只提供简单的上小标功能，要输入复杂还是只能借用在线latex工具。首先生成用在一些在线latex网站把待输入的公式生成一幅图片，譬如http://thornahawk.unitedti.org/equationeditor/equationeditor.php  然后，通过该图片的url把图片插入Google Docs。 不过不管怎么，只有支持latex或者tex才是终极解决之道，希望google docs能早日支持这一个功能。  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- From: http://phbenito.wordpress.com/2008/10/23/equations-in-google-docs/  Inserting Equations into Google Docs Pascual Benito, Oct., 2008 (view/download via Google Docs) phbenito[at]gmail[dot]com Table of Contents     Example of Text with Equations Instructions Firefox Internet Explorer (verified with IE7) Editing an Existing Equation? Advanced technique: composing the equation right in the <a href='http://blog.zye.me/2009/02/49015.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p> </p>
<h3 class="storytitle" style="font-size: 1.5em; font-weight: normal; margin-bottom: 0.33em; margin-top: 0.25em">Google Docs 很好，但无赖不能插入输入数学公式和一些特殊字符。特殊字符很好解决，一般可以使用搜狗输入法输入。数学公式Google Docs 只提供简单的上小标功能，要输入复杂还是只能借用在线latex工具。首先生成用在一些在线latex网站把待输入的公式生成一幅图片，譬如<span style="font-size: 13px; line-height: 21px"><a id="p4_k" style="border: 1px solid #cccccc; text-decoration: none; color: #b54141; background-color: #eeeeee" title="http://thornahawk.unitedti.org/equationeditor/equationeditor.php" href="http://thornahawk.unitedti.org/equationeditor/equationeditor.php" target="_blank">http://thornahawk.unitedti.org/equationeditor/equationeditor.php </a></span></h3>
<p>然后，通过该图片的url把图片插入Google Docs。</p>
<p>不过不管怎么，只有支持latex或者tex才是终极解决之道，希望google docs能早日支持这一个功能。</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><span style="color: #b54141">From: <span style="color: #000000; font-size: 13px"><a href="http://phbenito.wordpress.com/2008/10/23/equations-in-google-docs/">http://phbenito.wordpress.com/2008/10/23/equations-in-google-docs/</a><span style="font-size: 16px"> </span></span></span></p>
<p style="font-size: 1em; line-height: 1.65em"><span style="font-size: medium"><strong>Inserting Equations into Google Docs</strong></span></p>
<p style="font-size: 1em; line-height: 1.65em"><span style="font-size: medium"><span style="font-size: small">Pascual Benito, Oct., 2008</span></span></p>
<p style="font-size: 1em; line-height: 1.65em">(<a style="border: 1px solid white; text-decoration: none; color: #b54141" href="http://docs.google.com/View?docid=ddxf23gv_434c48bgqg8" target="_blank">view/download via Google Docs</a>)</p>
<p style="font-size: 1em; line-height: 1.65em"><span style="font-size: medium"><span style="font-size: x-small">phbenito[at]gmail[dot]com</span></span></p>
<hr />Table of Contents</p>
<p> </p>
<p id="WritelyTableOfContents" class="writely-toc"> </p>
<ol class="writely-toc-decimal">
<li style="font-size: 1em; line-height: 1.65em">Example of Text with Equations</li>
<li style="font-size: 1em; line-height: 1.65em">Instructions
<ol class="writely-toc-subheading writely-toc-decimal" style="margin-left: 0px">
<li style="font-size: 1em; line-height: 1.65em">Firefox</li>
<li style="font-size: 1em; line-height: 1.65em">Internet Explorer (verified with IE7)</li>
<li style="font-size: 1em; line-height: 1.65em">Editing an Existing Equation?</li>
</ol>
</li>
<li style="font-size: 1em; line-height: 1.65em">Advanced technique: composing the equation right in the document</li>
<li style="font-size: 1em; line-height: 1.65em">Arrays &amp; Matrices</li>
<li style="font-size: 1em; line-height: 1.65em">Inserting Greek Letters and other Mathematical Symbols into the text</li>
<li style="font-size: 1em; line-height: 1.65em">General Suggestions</li>
<li style="font-size: 1em; line-height: 1.65em">Appendix</li>
</ol>
<hr />
<h1><a name="Example_of_Text_with_Equations_0032118811270789305"></a>Example of Text with Equations</h1>
<p>The quadratic formula is a second order polynomial equation in one variable, its general form is</p>
<p id="ngk3" style="padding: 1em 0px; text-align: left"> </p>
<p style="text-align: center"> </p>
<p style="text-align: left"> </p>
<p style="text-align: left"> </p>
<p style="text-align: center"><a name="Quadratic_Equation"></a><img style="width: 118px; height: 16px;" title="http://www.codecogs.com/gif.latex?ax^2+bx^+c=0" src="http://docs.google.com/File?id=ddxf23gv_436hpngq4dt_b" alt="" width="118" height="16" /></p>
<p>where <span style="font-family: 'Times New Roman'"><em><span style="font-size: small">x</span></em></span> is the variable and <span style="font-size: small"><em>a</em></span>, <em><span style="font-family: 'Times New Roman'"><span style="font-size: small">b</span></span></em>, and <em><span style="font-family: 'Times New Roman'"><span style="font-size: small">c</span></span></em> are constants, and <span style="font-family: 'Times New Roman'"><em><span style="font-size: small">a</span></em> ≠ <span style="font-size: small">0</span></span>.Since a quadratic equation is a second degree polynomial equation, then the fundamental theorem of algebra states that two complex roots exist, counting multiplicity.</p>
<p style="font-size: 1em; line-height: 1.65em"> </p>
<p style="font-size: 1em; line-height: 1.65em">There are various analytical methods used for finding the roots of quadratic equations, one of the most common methods is the so-called quadratic formula and is derived by completing the square on the general <a name="expression"></a>expression shown above. The quadratic formula may be written thus,</p>
<p id="bu" style="padding: 1em 0px; text-align: center"> </p>
<p id="wexe" style="padding: 1em 0px; text-align: center"> </p>
<p style="text-align: left"> </p>
<p style="text-align: left"> </p>
<p style="text-align: center"><img style="width: 263px; height: 37px;" title="http://www.codecogs.com/gif.latex?x=frac{-bpmsqrt{b^2-4ac}}{2a}hspace{2cm}aneq0" src="http://docs.google.com/File?id=ddxf23gv_438ftswbmzn_b" alt="" width="263" height="37" /></p>
<hr />
<h1><a name="Instructions_4016351040884135_"></a>Instructions</h1>
<p style="font-size: 1em; line-height: 1.65em">I use one of the following online <em>LaTex</em> Equation Editors (open in another browser window) to compose the equation and also to turn the LaTex code into an image (see <a id="e-2t" style="border: 1px solid white; text-decoration: none; color: #b54141" title="screen capture image below" href="http://docs.google.com/Doc?docid=ddxf23gv_434c48bgqg8&amp;hl=en#Image:_Screen_capture_of_the_equ">screen capture image below</a>):</p>
<p style="font-size: 1em; line-height: 1.65em"><a id="p4_k" style="border: 1px solid white; text-decoration: none; color: #b54141" title="http://thornahawk.unitedti.org/equationeditor/equationeditor.php" href="http://thornahawk.unitedti.org/equationeditor/equationeditor.php" target="_blank">http://thornahawk.unitedti.org/equationeditor/equationeditor.php</a></p>
<p style="font-size: 1em; line-height: 1.65em"><a id="rfvw" style="border: 1px solid white; text-decoration: none; color: #b54141" title="http://www.codecogs.com/components/equationeditor/equationeditor.php" href="http://www.codecogs.com/components/equationeditor/equationeditor.php" target="_blank">http://www.codecogs.com/components/equationeditor/equationeditor.php</a></p>
<p style="font-size: 1em; line-height: 1.65em">They are useful tools for composing equations and the appropriate <em>LaTeX</em> code, even if you are not familiar with <em>LaTeX</em>.</p>
<p style="font-size: 1em; line-height: 1.65em"><strong><span style="font-weight: normal">There are slightly different instruction for inserting your equation depending on the Internet Browser you are using:</span></strong></p>
<h2 style="font-size: 0.9em; color: #666666; margin-bottom: 0px; margin-top: 0px"><a name="Firefox_3411213302223025_87133"></a>Firefox</h2>
<p style="font-size: 1em; line-height: 1.65em">After creating the equation in the editor, hit “Render Expression”, then place the mouse over the image of the equation, right-click and choose “Copy Image Location”. Then in Google Docs, choose “Insert Picture”, and select the “From the web (URL)” radio button. Paste the image URL and click OK. This will insert the image into the document.</p>
<h2 style="font-size: 0.9em; color: #666666; margin-bottom: 0px; margin-top: 0px"><a name="Internet_Explorer_verified_wit_020116724463424718"></a>Internet Explorer (verified with IE7)</h2>
<p style="font-size: 1em; line-height: 1.65em">After creating the equation in the editor, hit “Render Expression”, then place the mouse over the image of the equation, right-click and choose “Copy”. Then in Google Docs, choose “Paste”, and this will insert the image into the document.</p>
<h2 style="font-size: 0.9em; color: #666666; margin-bottom: 0px; margin-top: 0px"><a name="Editing_an_Existing_Equation_4_9918131907916217"></a>Editing an Existing Equation?</h2>
<p style="font-size: 1em; line-height: 1.65em">If you need to edit the equation again later, you will need to go back to the external Equation Editor to do that. There is no easy work around for this right now. So what I do is “save” the equation by pasting it into a “Footnote” in Google Docs, then I can always paste it back into the editor and fix anything, and repeat the image insert process above.</p>
<p id="a25o" style="padding: 1em; text-align: center"><a style="border: 1px solid white; text-decoration: none; color: #b54141" href="http://docs.google.com/File?id=ddxf23gv_437c99svpcb_b" target="_blank"><img style="width: 640px; height: 328.582px;" src="http://docs.google.com/File?id=ddxf23gv_437c99svpcb_b" alt="" /></a></p>
<p style="font-size: 1em; line-height: 1.65em"><a name="_Screen_capture_of_the_equ"></a><span style="font-weight: normal"><strong>Figure 1:</strong> Screen capture of the equation editor open, and pasting in the equation image URL into the Google Docs “Insert</span>→<span style="font-weight: normal">Picture” dialog box.</span></p>
<p id="sokg" style="padding: 1em 0px; text-align: center; background-color: #ffffff"><a style="border: 1px solid white; text-decoration: none; color: #b54141" href="http://docs.google.com/File?id=ddxf23gv_440fdvntpf4_b" target="_blank"><img style="width: 640px; height: 418.286px;" src="http://docs.google.com/File?id=ddxf23gv_440fdvntpf4_b" alt="" /></a></p>
<p><strong>Figure 2.</strong> Here is a screen capture of this document as viewed while being edited.</p>
<p style="font-size: 1em; line-height: 1.65em">Note that a similar approach for inserting equations can be used in Google Spreadsheets or Google Presentation.</p>
<h1><a name="Advanced_technique_composing_t_14281310532979485"></a>Advanced technique: composing the equation right in the document html</h1>
<p style="font-size: 1em; line-height: 1.65em">If you’re comfortable playing with the html of the file and with the latex codes, you can actually insert the equation <em>LaTeX</em> code or image link directly into the document’s html (choose “Edit→HTML”), as shown with the html snippet below (the equation itself has been highlighted in <span style="color: #ff0000">red</span>):</p>
<blockquote>
<p style="font-size: 1em; line-height: 1.65em"><span style="font-family: 'Courier New'">&lt;img src=”http://www.codecogs.com/gif.latex?</span><span style="font-family: 'Courier New'; color: #ff0000">x=frac{beta}{y}</span><span style="font-family: 'Courier New'">” alt=”x=frac{beta}{y}”/&gt;</span></p>
</blockquote>
<p style="font-size: 1em; line-height: 1.65em">then you can actually have the equation embedded in the source, and can update the equation image just by editing the latex code there (so if you were to look at the html for this document you would see the embedded equation html and <em>LaTeX</em> codes) that create the following equation:</p>
<p style="text-align: center"> </p>
<blockquote>
<p style="font-size: 1em; line-height: 1.65em"><img src="http://www.codecogs.com/gif.latex?x=%5Cfrac%7B%5Cbeta%7D%7By%7D" alt="x=frac{beta}{y}" /></p>
</blockquote>
<h1><a name="_Arrays_Matrices_7483105768718_5487383784622968"></a>Arrays &amp; Matrices</h1>
<p style="font-size: 1em; line-height: 1.65em">Arrays, vectors, matrices, etc… can either be generated using the <em>LaTeX</em> equation editor methods described above, or you can also use nested table inserts to represent arrays as follows:</p>
<p style="font-size: 1em; line-height: 1.65em">First shown with the cell borders in green so you can see the underlying table structure (note I set the table width to “fit to content”)</p>
<table id="g7oi" border="1" cellspacing="0" cellpadding="2" width="145">
<tbody>
<tr>
<td style="text-align: center; font-size: 1em; line-height: 1.65em" width="16"><strong>A</strong> =</td>
<td style="font-size: 1em; line-height: 1.65em" width="50%">
<table id="mcq8" border="1" cellspacing="0" cellpadding="3" width="100%" bgcolor="#eeeeee">
<tbody>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>11</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>12</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>13</sub></em></td>
</tr>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>21</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>22</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>23</sub></em></td>
</tr>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>31</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>32</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>33</sub></em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="font-size: 1em; line-height: 1.65em">and then without the table borders as it might be displayed:</p>
<table id="g7oi" class="zeroBorder" border="0" cellspacing="0" cellpadding="2" width="145">
<tbody>
<tr>
<td style="text-align: center; font-size: 1em; line-height: 1.65em" width="16"><strong>A</strong> =</td>
<td style="font-size: 1em; line-height: 1.65em" width="50%">
<table id="mcq8" class="zeroBorder" border="0" cellspacing="0" cellpadding="3" width="100%" bgcolor="#eeeeee">
<tbody>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>11</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>12</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>13</sub></em></td>
</tr>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>21</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>22</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>23</sub></em></td>
</tr>
<tr>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>31</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>32</sub></em></td>
<td style="font-size: 1em; line-height: 1.65em" width="33%"><em>a<sub>33</sub></em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="font-size: 1em; line-height: 1.65em"><a name="Inserting_Greek_Letters_and_ot"></a></p>
<h1><a name="_Inserting_Greek_Letters_and_o_3401130562883048"></a>Inserting Greek Letters and other Mathematical Symbols into the text</h1>
<p style="font-size: 1em; line-height: 1.65em">The Symbol font is not currently available in Google Docs, but you can get around this in a couple of ways.</p>
<p style="font-size: 1em; line-height: 1.65em">Cut/Paste from a document with a “pre-existing” palette of symbols. Here is one based on</p>
<p style="font-size: 1em; line-height: 1.65em">(SGML character entities supported by most modern browsershttp://www.zipcon.net/~swhite/docs/math/math.html)</p>
<blockquote>
<p style="font-size: 1em; line-height: 1.65em">Most of the Greek alphabet:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω ϑ ϒ ϖ</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p class="continuation" style="font-size: 1em; line-height: 1.65em">a fairly rich selection of math symbols:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">∀ ∴ ∃ ¬ ∋ ∅ ∈ ∉ ∧ ∨ ∩ ∪ ∂ ∇ ∏ ∑ ∫ √ − ∗ × ÷ ⋅ ± ⊕ ⊗ ∝ ∞ ∼ ≅ ≈ ≠ ≡ ≤ ≥ ⊂ ⊃ ⊄ ⊆ ⊇ ∠ ⊥</p>
<p class="continuation" style="font-size: 1em; line-height: 1.65em">arrows:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">← ↑ → ↓ ↔ ↵ ⇐ ⇒ ⇓ ⇔</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p class="continuation" style="font-size: 1em; line-height: 1.65em">fancier brackets:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">⌈ ⌉ ⌊ ⌋ 〈 〉</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p class="continuation" style="font-size: 1em; line-height: 1.65em">a few fancy script letters:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">ℵ ℘ ℑ ℜ µ</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p class="continuation" style="font-size: 1em; line-height: 1.65em">and these:</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">◊ ♠ ♣ ♥ ♦</p>
</blockquote>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p class="indent" style="font-size: 1em; line-height: 1.65em">Note, that the appearance of the symbol characters changes depending on the font used (above is Verdana). But they would look slightly different, more elegant and formal perhaps, with “Serif”.</p>
<p class="indent" style="font-size: 1em; line-height: 1.65em"> </p>
<p style="font-size: 1em; line-height: 1.65em">Or you can also use the Google Docs command “<em>insert</em>→<em>Special Character</em>→<em>Advanced</em>” to enter the Unicode number for a symbol. (e.g. ∭ was inserted by:</p>
<p id="v3gb" style="padding: 1em 0px; text-align: left"><img style="width: 100%;" src="http://docs.google.com/File?id=ddxf23gv_446f9fzszhr_b" alt="" /></p>
<p style="font-size: 1em; line-height: 1.65em">See this <a id="mylz" style="border: 1px solid white; text-decoration: none; color: #b54141" title="Unicode Directory" href="http://www.alanwood.net/unicode/menu.html" target="_blank">link</a> for a comprehensive list of Unicode symbols that you can paste/insert into Docs.</p>
<p style="font-size: 1em; line-height: 1.65em">You can also use that same link as a “palette” and just cut/paste from there to your document.</p>
<h1><a name="General_Suggestions_9579748391798618"></a>General Suggestions</h1>
<p style="font-size: 1em; line-height: 1.65em">I suggest making an equation and symbol “library” document where you keep a collection of all your most commonly used equations and symbols, then you can just copy and paste from here into your current document. You could actually make a “template” document that has the palette of symbols in it, and use this as the starting point for all your new documents.</p>
<p style="font-size: 1em; line-height: 1.65em"><strong><em>Caveat Emptor:</em></strong> for all the <em>LaTeX</em> methods outlined above when you export the doc to another format such as Word, or Open Office, etc., the equations will be saved as images and you will not be able to edit them again (except by re-creating them in that program). This does not apply to inserted symbols.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/02/49015.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

