emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: latex export of org-mode: verbatim block in a figure
@ 2013-03-15 11:50 Rob Stewart
  2013-03-15 16:21 ` Thomas S. Dye
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Stewart @ 2013-03-15 11:50 UTC (permalink / raw)
  To: emacs-orgmode

> There are some things I don't quite understand: Would you like to export to
> LaTeX, or would you simply like to have a <<target>> to refer to in an orgmode
> file?

I'd like. in my orgmode file, to be able to say, "see Figure
\ref{fig:my-api}". When I export to LaTeX, I'd like it to then
correctly export the reference as it would be in LaTeX e.g. if the
Figure is 1.1, then then pdflatex would produce: "see Figure 1.1".

> And why have a figure, instead of -- in LaTeX terminology -- a listing?

Good point. Yes, Listing would be good. Any idea how to solve this
reference problem as a listing?

Thanks,

--
Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread
* latex export of org-mode: verbatim block in a figure
@ 2013-03-14 15:33 Rob Stewart
  2013-03-15 10:03 ` AW
  2013-03-15 19:45 ` Nicolas Goaziou
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Stewart @ 2013-03-14 15:33 UTC (permalink / raw)
  To: emacs-orgmode

What I would like to do is simple: wrap a verbatim code block within a
Figure, so that I can refer to it elsewhere in my org-mode file. How
is this achieved? A naive solution, which does not work, looks like:

#+CAPTION:    My caption
#+LABEL:      fig:my-api
#+ATTR_LaTeX: width=130mm,height=30mm
#+BEGIN_SRC haskell
foo :: Int -> String
bar :: String -> Int
#+END_SRC

How would I achieve this?

--
Rob

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

end of thread, other threads:[~2013-03-15 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-15 11:50 latex export of org-mode: verbatim block in a figure Rob Stewart
2013-03-15 16:21 ` Thomas S. Dye
  -- strict thread matches above, loose matches on Subject: below --
2013-03-14 15:33 Rob Stewart
2013-03-15 10:03 ` AW
2013-03-15 19:45 ` 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).