From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: inline source blocks and minted Date: Tue, 13 Mar 2012 12:47:16 -0600 Message-ID: <87pqcgfidn.fsf@gmx.com> References: <83A200B2-6B51-45CB-A8B7-49E9BA3254BB@polytechnique.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Twg-00046D-FT for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7Twe-0000Un-6J for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:47:30 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:41660 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S7Twd-0000UP-Uw for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:47:28 -0400 In-Reply-To: <83A200B2-6B51-45CB-A8B7-49E9BA3254BB@polytechnique.org> (Alan Schmitt's message of "Tue, 13 Mar 2012 14:29:24 +0100") 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: Alan Schmitt Cc: emacs-orgmode@gnu.org Alan Schmitt writes: > Hello, > > I'm writing a presentation for a course on OCaml, and I managed to get > minted to work. Unfortunately I'm having issues with inline code > blocks. I tried to do something like: > > This value has type src_ocaml{int} > > but the exported LaTeX is simply > > This value has type > > Is it possible to have some nice syntax hilighting of source code inline? > Currently there is no support for nicely syntax highlighted inline source blocks. I tend to use regular =verbatim= for inline code. You could always find out how this is accomplished directly in latex and include inline LaTeX in your Org-mode document. Best, > > Thanks, > > Alan -- Eric Schulte http://cs.unm.edu/~eschulte/