emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] make options available for custom source environment in ox-latex
Date: Mon, 18 Jan 2016 09:59:09 +0100	[thread overview]
Message-ID: <m2h9ib6z6q.fsf@polytechnique.org> (raw)
In-Reply-To: <871t9hsjfp.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 16 Jan 2016 15:11:38 +0100")

[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]

On 2016-01-16 15:11, Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Alan Schmitt <alan.schmitt@polytechnique.org> writes:
>
>> Thanks a lot for these comments. Here is an updated patch.
>
> Applied. Thank you.
>
> I almost forgot: would you mind preparing an entry about it for
> ORG-NEWS?

Is this too detailed?

Alan

--8<---------------cut here---------------start------------->8---
*** Attributes support in custom language environments for LaTeX export 
Custom language environments for LaTeX export
(~org-latex-custom-lang-environment~) can now define the string to be
inserted during export, using attributes to fill in the formatted
source code, the caption, etc… The list of attributes is:
- %s for the formatted source
- %c for the caption
- %f for the float attribute
- %l for an appropriate label 
- %o for the LaTeX attributes
  
For example, this setting
#+begin_src emacs-lisp
(setq org-latex-custom-lang-environments
  '((ocaml "\\begin{listing}
\\begin{minted}[%o]{ocaml}
%s\\end{minted}
\\caption{%c}
\\label{%l}")))
#+end_src

export an OCaml source block as follows.
#+begin_src latex
\begin{listing}
\begin{minted}[<attr_latex options>]{ocaml}
<src block body>
\end{minted}
\caption{<caption>}
\label{<label>}
\end{listing}
#+end_src
--8<---------------cut here---------------end--------------->8---


-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated January 16, 2016, Mauna Loa Obs.): 403.77 ppm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

  reply	other threads:[~2016-01-18  8:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-14 10:31 [PATCH] make options available for custom source environment in ox-latex Alan Schmitt
2016-01-14 10:47 ` Nicolas Goaziou
2016-01-14 13:40   ` Alan Schmitt
2016-01-16 14:11     ` Nicolas Goaziou
2016-01-18  8:59       ` Alan Schmitt [this message]
2016-01-18 11:28         ` Rasmus
2016-01-18 14:15           ` Alan Schmitt
2016-01-18 14:21             ` Rasmus
2016-01-18 14:30               ` Alan Schmitt
2016-01-18 14:31                 ` Rasmus
2016-01-18 14:41                   ` Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2h9ib6z6q.fsf@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).