From: James Harkins <jamshark70@gmail.com>
To: orgmode <emacs-orgmode@gnu.org>
Subject: LaTeX export with listings: multicolumn support broken?
Date: Wed, 11 Dec 2013 22:54:37 +0800 [thread overview]
Message-ID: <bcfe529b-9a74-4768-96c7-4e6e90a74a8d@dewdrop-world.net> (raw)
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
next reply other threads:[~2013-12-11 14:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-11 14:54 James Harkins [this message]
2013-12-11 15:02 ` LaTeX export with listings: multicolumn support broken? 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
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=bcfe529b-9a74-4768-96c7-4e6e90a74a8d@dewdrop-world.net \
--to=jamshark70@gmail.com \
--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).