From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [WISH] Latex WYSIWYG Date: Tue, 21 Jun 2011 16:30:54 +0100 Message-ID: <8762nzyzf5.fsf@ucl.ac.uk> References: <10933380.173491308615732676.JavaMail.tomcat@tomcat2> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3oo-0004Wq-EW for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ3om-0001Ra-Iy for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:50 -0400 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:64477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3om-0001Qj-4V for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:48 -0400 In-Reply-To: <10933380.173491308615732676.JavaMail.tomcat@tomcat2> (Sebastian Berchtold's message of "Tue, 21 Jun 2011 02:22:12 +0200 (CEST)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Berchtold Cc: emacs-orgmode@gnu.org Sebastian Berchtold writes: > Hi, my first post here: So big shout outs to all org-mode hackers. Great Stuff! > > There is one feature I'd really like to have, but i couldn't find > anything that does what i want. I guess it's just a small hack, but > with my retarded elisp skills it would take me days to implement it. > > WYSIWYG Latex is probably not the correct term for this. What i have > in mind is more like seeing the formula, while editing the > ASCII/Unicode representation. > I'll try to explain the idea more detailed. You might prefer to use LyX instead of org if you really need this! It has a very good latex math mode. Just a thought but sorry I'm not really answering your question. :( [...] > Another question: Is there a simple way to activate latex syntax > highlighting in org-mode?) Put your latex code within a babel src block: ,---- | #+begin_src latex | \begin{something} | and so on | \end{something} | #+end_src `---- HTH. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.414.g56de5)