From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Customizing HTML Export Date: Wed, 14 May 2008 17:12:46 +0200 Message-ID: <8D768C0C-323C-423B-8F42-2DFD50629F91@uva.nl> References: <87lk2ep8s0.fsf@W0053328.mgh.harvard.edu> <863aolrfla.fsf@pmade.com> <87skwllyyc.fsf@W0053328.mgh.harvard.edu> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwIf0-0002Vj-TB for emacs-orgmode@gnu.org; Wed, 14 May 2008 11:12:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwIex-0002TJ-VO for emacs-orgmode@gnu.org; Wed, 14 May 2008 11:12:54 -0400 Received: from [199.232.76.173] (port=41266 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwIex-0002TE-Ka for emacs-orgmode@gnu.org; Wed, 14 May 2008 11:12:51 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]:10129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwIex-0002ax-HC for emacs-orgmode@gnu.org; Wed, 14 May 2008 11:12:51 -0400 Received: by nf-out-0910.google.com with SMTP id c7so1757249nfi.26 for ; Wed, 14 May 2008 08:12:50 -0700 (PDT) In-Reply-To: <87skwllyyc.fsf@W0053328.mgh.harvard.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Joel J. Adamson" Cc: emacs-orgmode@gnu.org On May 14, 2008, at 4:52 PM, Joel J. Adamson wrote: > Peter Jones writes: > >> jadamson@partners.org (Joel J. Adamson) writes: >>> I want you to know that LaTeX is worth it, in case you have yet to >>> give >>> it a fair shot. >> >> I haven't given LaTex a fair shot yet, but it is the next technology >> on my list of "things to learn". > > I love it! Check this out > > \documentclass{article} > \usepackage[garamond]{mathdesign} > \title{A Greeting} > \author{Peter Jones, FRS} > \begin{document} > \maketitle > > Hello! How about a nice equation? > > \begin{equation} > \label{eq:1} > \nu = \int_a^bt\times sin(x) dx > \end{equation} Ouch, please do not forget to write \sin instead of sin, or you are writing the product of s, i, and n..... :-) - Carsten