emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* LaTeX export with listings: multicolumn support broken?
@ 2013-12-11 14:54 James Harkins
  2013-12-11 15:02 ` Nicolas Goaziou
  2013-12-11 15:03 ` James Harkins
  0 siblings, 2 replies; 7+ messages in thread
From: James Harkins @ 2013-12-11 14:54 UTC (permalink / raw)
  To: orgmode

A few months ago, I wrote an academic paper with code examples, using the 
listings environment like so:

#+ATTR_LaTeX: :starred t :options [htb]
#+BEGIN_figure
#+CAPTION: Simple sequencer, implementing the musical flow from Figure 
[[basicseq_graph]].
#+NAME: basicseq
#+BEGIN_SRC {} -i
TLSequenceIterator([
	bpCmd: (name: \rumble, dur: 40),
	15,
	bpCmd: (name: \whine, dur: 20)
]);
#+END_SRC
#+END_figure

Now I need to submit revisions for the same paper, and ":starred t" is 
ignored. I get \begin{figure}, not \begin{figure*} as before.

I have also tried

#+ATTR_LaTeX: :float multicolumn :options [htb]

per documentation at [1]. I still get \begin{figure}, not \begin{figure*}.

What happened?

My paper is due on Sunday (Dec. 15). Need a fix fairly soon. If nothing 
else, I will downgrade via git.

hjh

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-12 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11 14:54 LaTeX export with listings: multicolumn support broken? James Harkins
2013-12-11 15:02 ` Nicolas Goaziou
2013-12-11 15:16   ` James Harkins
2013-12-11 15:03 ` James Harkins
2013-12-11 15:22   ` Nicolas Goaziou
2013-12-12  6:59     ` James Harkins
2013-12-12 17:35       ` Nicolas Goaziou

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).