emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Removing the blank lines between code and results blocks in LaTeX export
@ 2010-09-06 17:09 Douglas Bates
  2010-09-09 13:08 ` [babel] " Austin F. Frank
  0 siblings, 1 reply; 2+ messages in thread
From: Douglas Bates @ 2010-09-06 17:09 UTC (permalink / raw)
  To: emacs-orgmode

Recently Dan Davidson posted a patch to suppress the removal of blank
lines in exported source code.  I have the opposite problem -
suppression of blank lines added during LaTeX export

---- snip --- begin org file ----
* An R example with :exports both
The following code
#+begin_src R :exports both :results output
2 + 2
#+end_src
shows that there are blank lines added between the code and the
results sections in \LaTeX export.  Is this configurable? In \LaTeX{}
the blank lines cause a new paragraph which often I don't want.
--- snip --- end org file ---

Just copy those lines to an org file and export it to LaTeX to see what I mean.

A related issue is the LaTeX environment for the results.  At present
it is hard-wired in the function org-export-latex-fixed-width in
org-latex.el to be the verbatim environment.  I would like to
configure the appearance of the results using the LaTeX package
fancyvrb and it would be much easier if I could customize the strings
preceding and following the exported results.  The current strings are
"\\begin{verbatim}\n" and "\\end{verbatim}\n\n" and, again, the two
blank lines inserted after the results can be problematic.

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

end of thread, other threads:[~2010-09-09 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-06 17:09 Removing the blank lines between code and results blocks in LaTeX export Douglas Bates
2010-09-09 13:08 ` [babel] " Austin F. Frank

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