From: Richard H Stanton <rhstanton@berkeley.edu>
To: Rens Oliemans <hallo@rensoliemans.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to specify column alignment in LaTeX table output?
Date: Fri, 10 Jan 2025 11:38:16 -0800 [thread overview]
Message-ID: <E1B83DD0-580A-4610-B30C-8831F0E1AB06@berkeley.edu> (raw)
In-Reply-To: <87r05acx6f.fsf@rensoliemans.nl>
> On Jan 10, 2025, at 10:59 AM, Rens Oliemans <hallo@rensoliemans.nl> wrote:
>
> Richard H Stanton <rhstanton@berkeley.edu> writes:
>
>> Here’s an example:
>>
>> #+begin_src python :results output replace raw
>> print("a")
>> #+end_src
>>
>> Every time I run this code block, I get another line containing “a”. If I don't use the raw option, e.g.,
>>
>> #+begin_src python :results output
>> print("a")
>> #+end_src
>>
>> the multiple-output problem goes away, but now it appears as
>>
>> #+RESULTS:
>> : a
>>
>> ...
>>
>> But is there a “preferred” way to output arbitrary text (e.g., LaTeX equations) from Python code blocks so that they compile fine *and* don’t append?
>
> Generally, I don't know. Perhaps someone else can enlighten us on this part.
>
> Since you are using \begin{equation} which is definitively LaTeX-specific, you
> can always use the "latex" header option, say
>
> #+begin_src python :results output latex
> print("a")
> #+end_src
>
> #+RESULTS:
> #+begin_export latex
> a
> #+end_export
>
> This is more or less what you had with your flushleft drawer, so I'm not sure
> whether this fixes anything or not.
If you do this, the output doesn’t show if you export to HTML. flushleft and the :results: drawer both seem to work fine exporting to both PDF and HTML.
next prev parent reply other threads:[~2025-01-10 19:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 9:38 How to specify column alignment in LaTeX table output? Richard H Stanton
2025-01-09 10:17 ` Rens Oliemans
2025-01-09 15:02 ` Richard H Stanton
2025-01-10 9:47 ` Rens Oliemans
2025-01-10 9:53 ` Rens Oliemans
2025-01-10 22:04 ` Panayotis Manganaris
2025-01-10 16:59 ` Richard H Stanton
2025-01-10 18:59 ` Rens Oliemans
2025-01-10 19:16 ` Richard H Stanton
2025-01-10 19:38 ` Richard H Stanton [this message]
2025-01-10 19:45 ` Ihor Radchenko
2025-01-10 19:04 ` Richard H Stanton
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 6:13 Pedro Andres Aranda Gutierrez
2025-01-10 17:04 ` Richard H Stanton
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=E1B83DD0-580A-4610-B30C-8831F0E1AB06@berkeley.edu \
--to=rhstanton@berkeley.edu \
--cc=emacs-orgmode@gnu.org \
--cc=hallo@rensoliemans.nl \
/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).