<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: e^i.pi+1=0</title>
      <link>http://ask.metafilter.com/39263/eipi10/</link>
      <description>Comments on Ask MetaFilter post e^i.pi+1=0</description>
	  	  <pubDate>Wed, 31 May 2006 16:24:53 -0800</pubDate>
      <lastBuildDate>Wed, 31 May 2006 16:24:53 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: e^i.pi+1=0</title>
  	<link>http://ask.metafilter.com/39263/eipi10</link>	
  	<description>Most convenient way to insert equations into web pages? &lt;br /&gt;&lt;br /&gt; I&apos;d like to add equations to a few web pages, as shown &lt;a href=&quot;http://john.maloney.org/thermal_actuation.htm&quot;&gt;here&lt;/a&gt;. The way I do this now is to use Wikipedia&apos;s &lt;a href=&quot;http://meta.wikimedia.org/wiki/Help:Displaying_a_formula&quot;&gt;markup language&lt;/a&gt; to generate a .png file on a Wikipedia page, then I save the file to my hard drive and call the image in HTML.&lt;br&gt;
&lt;br&gt;
I know this &lt;em&gt;can&apos;t&lt;/em&gt; be how the cool people do it. But I&apos;ve never used Tex or Latex, and I&apos;m pretty baffled as to which of the many editors would be best. My experience is limited to MS Word. I don&apos;t mind learning a new markup language, but the shallower the learning curve, the better.&lt;br&gt;
&lt;br&gt;
Any suggestions for generating a good-looking page with good-looking equations?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.39263</guid>
  	<pubDate>Wed, 31 May 2006 16:15:37 -0800</pubDate>
  	<dc:creator>Mapes</dc:creator>
	
	<category>tex</category>
	
	<category>latex</category>
	
	<category>formulas</category>
	
	<category>web</category>
	
	<category>html</category>
	
	<category>math</category>
	
	<category>equations</category>
	
</item>
<item>
  	<title>By: edd</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606360</link>	
  	<description>You could use MathML if you can be sure your visitors&apos; browsers support it. &lt;a href=&quot;http://www.mathmlcentral.com/Tools/FromMathML.jsp&quot;&gt;This&lt;/a&gt; will render MathML into a format of your choice.&lt;br&gt;
&lt;br&gt;
Otherwise, I&apos;d simply learn LaTeX, use it to output to eps or pdf and convert from there. The learning curve is pretty shallow, especially if you have a cheat sheet of the mark up to hand.&lt;br&gt;
&lt;br&gt;
You can produce an eps with an appropriate bounding box from LaTeX by using the document&lt;br&gt;
&lt;blockquote&gt;&lt;br&gt;
\documentclass{article}&lt;br&gt;
\usepackage{pslatex}&lt;br&gt;
\begin{document}&lt;br&gt;
\pagestyle{empty}&lt;br&gt;
$insert your LaTeX here$&lt;br&gt;
\end{document}&lt;br&gt;
&lt;/blockquote&gt;&lt;br&gt;
and running LaTeX on it, and then&lt;br&gt;
dvips -E output.dvi -o output.eps</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606360</guid>
  	<pubDate>Wed, 31 May 2006 16:24:53 -0800</pubDate>
  	<dc:creator>edd</dc:creator>
</item>
<item>
  	<title>By: Mr. Six</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606361</link>	
  	<description>&lt;a href=&quot;http://www.w3.org/Math/&quot;&gt;MathML&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606361</guid>
  	<pubDate>Wed, 31 May 2006 16:25:14 -0800</pubDate>
  	<dc:creator>Mr. Six</dc:creator>
</item>
<item>
  	<title>By: atrazine</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606366</link>	
  	<description>&lt;a href=&quot;http://natrix.biologie.uni-bielefeld.de/bmm/latex2png/&quot;&gt;This&lt;/a&gt; will convert a TeX equation markup into a png. You say that use wikipedia, so you don&apos;t need to learn a new markup language. The equation markup language that wikipedia uses is TeX, so you already know it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606366</guid>
  	<pubDate>Wed, 31 May 2006 16:41:14 -0800</pubDate>
  	<dc:creator>atrazine</dc:creator>
</item>
<item>
  	<title>By: zsazsa</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606392</link>	
  	<description>If you&apos;re used to the Microsoft Equation Editor, &lt;a href=&quot;http://www.dessci.com/en/products/texaide/&quot;&gt;TeXaide&lt;/a&gt; has the same interface and will generate TeX equations for you. It&apos;s written by the same company that did the Equation Editor for MS.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606392</guid>
  	<pubDate>Wed, 31 May 2006 17:47:52 -0800</pubDate>
  	<dc:creator>zsazsa</dc:creator>
</item>
<item>
  	<title>By: nonmyopicdave</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606399</link>	
  	<description>There is also &lt;a href=&quot;http://www.dessci.com/en/products/mathtype/&quot;&gt;MathType&lt;/a&gt; for MS Word. It&apos;ll save equations as gifs. IIRC, they contain metadata so you can open them back up in MathType and edit them.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606399</guid>
  	<pubDate>Wed, 31 May 2006 18:04:35 -0800</pubDate>
  	<dc:creator>nonmyopicdave</dc:creator>
</item>
<item>
  	<title>By: scubbadubba</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606419</link>	
  	<description>You might also find &lt;a href=&quot;http://www.equationsheet.com/&quot;&gt;equation sheet&lt;/a&gt; helpful.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606419</guid>
  	<pubDate>Wed, 31 May 2006 18:53:47 -0800</pubDate>
  	<dc:creator>scubbadubba</dc:creator>
</item>
<item>
  	<title>By: adamrice</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606425</link>	
  	<description>&lt;a href=&quot;http://golem.ph.utexas.edu/%7Edistler/blog/&quot;&gt;Jacques Distler&lt;/a&gt; seems like the go-to guy on this.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606425</guid>
  	<pubDate>Wed, 31 May 2006 19:14:38 -0800</pubDate>
  	<dc:creator>adamrice</dc:creator>
</item>
<item>
  	<title>By: rycee</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606722</link>	
  	<description>&lt;a href=&quot;http://asciimathml.sourceforge.net/&quot;&gt;ASCIIMathML&lt;/a&gt; is a possibility.&lt;br&gt;
&lt;br&gt;
Also, I like the topic &lt;a href=&quot;http://rycee.net/rgallery/193.jpg&quot;&gt;very much&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606722</guid>
  	<pubDate>Thu, 01 Jun 2006 03:31:15 -0800</pubDate>
  	<dc:creator>rycee</dc:creator>
</item>
<item>
  	<title>By: hugo</title>
  	<link>http://ask.metafilter.com/39263/eipi10#606737</link>	
  	<description>There are two separate solutions for web pages: embedded images or inline code. Images guarantee the presentation, but don&apos;t scale or flow as elegantly. Inline code like MathML (best generated, IMHO, by scripts) attempts to render the equations in the browser. Most modern browsers support MathML, although there are variations and some (Mac Firefox) which have a problem with the fonts--particularly printing.&lt;br&gt;
&lt;br&gt;
For inline scripting I&apos;d recommend &lt;a href=&quot;http://www.math.union.edu/~dpvc/jsMath/&quot;&gt;jsMath&lt;/a&gt; which plays a bit nicer with Firefox than ASCIIMathML (fewer font problems and prints more consistenly), and it has the advantage of using regular TeX markup, rather than AMM&apos;s slightly different one (handy if you want to cut and paste from a TeX document). It *does* benefit from some font install though, so if you&apos;re using these on a one-off page for other people it might not be the best choice (I use it on an internal wiki for my research notes). &lt;br&gt;
&lt;br&gt;
Images have been covered, I&apos;d just add that if you&apos;re on a mac, the &lt;a href=&quot;http://evolve.lse.ac.uk/software/EquationEditor/&quot;&gt;LaTeX Equation Editor&lt;/a&gt; takes LaTeX input and gives you immediate PDF output that you can then convert. &lt;br&gt;
&lt;br&gt;
To answer your learning curve question, AMM is probably the easiest I&apos;ve seen, but if you want to do more complex things, or generate consistently good-looking equations, you&apos;re going to want the flexibility of TeX. &lt;br&gt;
&lt;br&gt;
If you change your mind about learning mark-up, get yourself a copy of MathType, the full version of the MS Equation Editor--it&apos;s what everyone I know who uses Word makes their equations with.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-606737</guid>
  	<pubDate>Thu, 01 Jun 2006 04:25:24 -0800</pubDate>
  	<dc:creator>hugo</dc:creator>
</item>
<item>
  	<title>By: epugachev</title>
  	<link>http://ask.metafilter.com/39263/eipi10#607105</link>	
  	<description>There&apos;s also &lt;a href=&quot;http://www.latex2html.org/&quot;&gt;latex2html&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-607105</guid>
  	<pubDate>Thu, 01 Jun 2006 10:11:09 -0800</pubDate>
  	<dc:creator>epugachev</dc:creator>
</item>
<item>
  	<title>By: Mapes</title>
  	<link>http://ask.metafilter.com/39263/eipi10#610810</link>	
  	<description>Thanks folks.  I looked at all the recommended links.  I will experiment with MathML, although the inline scripting looks riskier - one can&apos;t guarantee that the user will see the equation as you intend it to look.  Thanks &lt;strong&gt;atrazine&lt;/strong&gt;, I didn&apos;t realize that I had inadvertently learned some TeX markup!  I have installed MiKTeX and TeXnicCenter and am working on learning LaTeX fully.&lt;br&gt;
&lt;br&gt;
In the meantime, I am going to stick with rendering equations through Wikipedia and showing the resulting .png files.  I&apos;ve also started to change the .png backgrounds to 192,192,192 (gray) in Paint Shop Pro to match my page background.  It&apos;s quite easy to do in a batch process, and the results look professional enough to satisfy me.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.39263-610810</guid>
  	<pubDate>Mon, 05 Jun 2006 18:02:42 -0800</pubDate>
  	<dc:creator>Mapes</dc:creator>
</item>

    </channel>
</rss>
