<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Emacs with AUCTex as a LaTex IDE</title>
	<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Wed, 03 Dec 2008 02:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Dave X</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-10570</link>
		<pubDate>Sun, 02 Nov 2008 17:33:20 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-10570</guid>
					<description>Sujarit,

Check out natbib - for natural sciences - has ref styles very close to the ones you want. Otherwise makebst can produce almost anything, but takes some practice.

Dave</description>
		<content:encoded><![CDATA[<p>Sujarit,</p>
<p>Check out natbib - for natural sciences - has ref styles very close to the ones you want. Otherwise makebst can produce almost anything, but takes some practice.</p>
<p>Dave
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Terminally Incoherent &#187; Blog Archive &#187; Installing AUCTex with EmacsW32</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-10368</link>
		<pubDate>Sun, 12 Oct 2008 09:07:04 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-10368</guid>
					<description>[...] Here is part two of my quest to make Emacs my default LaTex IDE on both windows and Linux. Installation and configuration of Emacs and the LaTex add-on AUCTex on Ubuntu was surprisingly easy and uneventful. On windows however I ran into little bit more difficulty. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Here is part two of my quest to make Emacs my default LaTex IDE on both windows and Linux. Installation and configuration of Emacs and the LaTex add-on AUCTex on Ubuntu was surprisingly easy and uneventful. On windows however I ran into little bit more difficulty. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-9965</link>
		<pubDate>Tue, 26 Aug 2008 13:53:25 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-9965</guid>
					<description>Surajit, there is no way to do it exactly in that format but the apalike format should be close enough:

&lt;pre lang="latex"&gt;\bibliographystyle{apalike} 

\begin{document}

Reference to a paper in proceedings \cite{fanty:icassp93}.&lt;/pre&gt;

Will result in:

Reference to a paper in proceedings [Fanty et al., 1993].

&lt;strong&gt;References&lt;/strong&gt;

[Fanty et al., 1993] Fanty, M., Schmid, P., and Cole., R. (1993). City name recognition over the telephone. In Proc. International Conference on Acoustics, Speech and Signal Processing, volume I, pages 549-552, Minneapolis, U.S.A.

Examples are from &lt;a href="http://www.stat.psu.edu/~surajit/present/bib.htm" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Surajit, there is no way to do it exactly in that format but the apalike format should be close enough:</p>

<div class="wp_syntax"><div class="code"><pre class="latex"><span style="color: #800000; font-weight: normal;">\bibliographystyle</span>{<span style="color: #2222D0; font-weight: normal;">apalike</span>} 
&nbsp;
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}
&nbsp;
Reference to a paper in proceedings <span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\cite</span></span>{<span style="color: #2222D0; font-weight: normal;">fanty:icassp93</span>}.</pre></div></div>

<p>Will result in:</p>
<p>Reference to a paper in proceedings [Fanty et al., 1993].</p>
<p><strong>References</strong></p>
<p>[Fanty et al., 1993] Fanty, M., Schmid, P., and Cole., R. (1993). City name recognition over the telephone. In Proc. International Conference on Acoustics, Speech and Signal Processing, volume I, pages 549-552, Minneapolis, U.S.A.</p>
<p>Examples are from <a href="http://www.stat.psu.edu/~surajit/present/bib.htm" rel="nofollow">here</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Surajit Das</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-9962</link>
		<pubDate>Tue, 26 Aug 2008 08:54:07 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-9962</guid>
					<description>Hi,
Which bibliographic style file do i need to use to get the following citation and references.

For Example: Das et al. (2005) proposed.....; Brinson and Lin (1997) derived the formulation.....; Otsuka (2007) proposed.........etc.

References
Brinson, L. C., Lin K. J. (1997), Finite Element Analysis......., Journal of Intelligent material, 6(2), 19-34
Das s., Peng L. G., Yen P. S., (2005), ...........
Otsuka J. K. (2007), ........</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Which bibliographic style file do i need to use to get the following citation and references.</p>
<p>For Example: Das et al. (2005) proposed&#8230;..; Brinson and Lin (1997) derived the formulation&#8230;..; Otsuka (2007) proposed&#8230;&#8230;&#8230;etc.</p>
<p>References<br />
Brinson, L. C., Lin K. J. (1997), Finite Element Analysis&#8230;&#8230;., Journal of Intelligent material, 6(2), 19-34<br />
Das s., Peng L. G., Yen P. S., (2005), &#8230;&#8230;&#8230;..<br />
Otsuka J. K. (2007), &#8230;&#8230;..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-8594</link>
		<pubDate>Tue, 25 Mar 2008 15:46:11 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-8594</guid>
					<description>Wow, whizzy is pretty cool. Thanks for the tip!

My only complaint is that if you open a really big file (20+ pages) the DVI viewer just can't keep up.</description>
		<content:encoded><![CDATA[<p>Wow, whizzy is pretty cool. Thanks for the tip!</p>
<p>My only complaint is that if you open a really big file (20+ pages) the DVI viewer just can&#8217;t keep up.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andreas</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-8591</link>
		<pubDate>Tue, 25 Mar 2008 09:27:12 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-8591</guid>
					<description>If you liked preview latex in AUCTeX you should try whizzytex-mode togeher with AUCTeX. With whizzy you'll have a split screen with the emacs and dvi-viewer updating as you write the text.</description>
		<content:encoded><![CDATA[<p>If you liked preview latex in AUCTeX you should try whizzytex-mode togeher with AUCTeX. With whizzy you&#8217;ll have a split screen with the emacs and dvi-viewer updating as you write the text.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7688</link>
		<pubDate>Sun, 13 Jan 2008 01:38:34 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7688</guid>
					<description>Depends on your OS. On linux it's usually located in your home directory (but since it is a dottet (ie. hidden) file you won't see it in Konqueror or Nautilious by default. Just open a terminal and do:

&lt;pre lang="bash"&gt;emacs ~/.emacs&lt;/pre&gt;

This should open your emacs file in emacs. :)

If you are on windows, it depends on the version of Emacs you have installed. I think EmacsW32 keeps it in %APPDATA% directory (which usually expands to C:\Documents and Settings\Your Username\Application Data\).</description>
		<content:encoded><![CDATA[<p>Depends on your OS. On linux it&#8217;s usually located in your home directory (but since it is a dottet (ie. hidden) file you won&#8217;t see it in Konqueror or Nautilious by default. Just open a terminal and do:</p>

<div class="wp_syntax"><div class="code"><pre class="bash">emacs ~/.emacs</pre></div></div>

<p>This should open your emacs file in emacs. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" /> </p>
<p>If you are on windows, it depends on the version of Emacs you have installed. I think EmacsW32 keeps it in %APPDATA% directory (which usually expands to C:\Documents and Settings\Your Username\Application Data\).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mks</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7687</link>
		<pubDate>Sat, 12 Jan 2008 23:24:14 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7687</guid>
					<description>sorry for my English, but where the .emacs file is localized?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>sorry for my English, but where the .emacs file is localized?</p>
<p>Thanks a lot.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alfredo Buttari</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7604</link>
		<pubDate>Sat, 05 Jan 2008 17:55:03 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7604</guid>
					<description>Try reftex-mode !!! with simple keystrokes you can add references to bibtex entries.</description>
		<content:encoded><![CDATA[<p>Try reftex-mode !!! with simple keystrokes you can add references to bibtex entries.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7533</link>
		<pubDate>Sat, 29 Dec 2007 20:06:57 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/12/13/emacs-with-auctex-as-a-latex-ide/#comment-7533</guid>
					<description>I'm glad I could help. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I could help. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.723 seconds -->
