all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: Dan Hitt <dan.hitt@gmail.com>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Looking for a way to insert formulas involving sums and integrals into a buffer
Date: Thu, 25 Feb 2021 21:38:29 +0100	[thread overview]
Message-ID: <875z2f992y.fsf@telefonica.net> (raw)
In-Reply-To: <CAOphizLW9Y9zh5SHSu-Y9-9EAmfChuaBk+JOWnoF20Nqs82nAg@mail.gmail.com> (Dan Hitt's message of "Thu, 25 Feb 2021 11:59:42 -0800")

Dan Hitt <dan.hitt@gmail.com> writes:

> Using latex, you can easily write some random formula like
> \[
>     \int_a^b |f(t)|^2 dt = \sum_{j=0}^{\infty} \alpha_j^2
> \]
> After you convert the output dvi to pdf, it is easy to read.
>
> I would like to do something like this in an emacs buffer that has loads of
> other things in it, without much trouble.  Certainly i wouldn't want to
> have to do anything multi-stage (like running latex, or compiling a
> file).

[snip]

> The main requirement is that it be super-easy, without running additional
> processes, and the result should be easily transportable (via copy/paste)
> from buffer to buffer.

Take a look at org-mode:

https://orgmode.org/manual/LaTeX-fragments.html

Org-mode comes built-in with Emacs. The documentation you have installed
( accesible with C-h i ) corresponds to your version, so use them instead of the online
manual I linked to for reference.



  reply	other threads:[~2021-02-25 20:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 19:59 Looking for a way to insert formulas involving sums and integrals into a buffer Dan Hitt
2021-02-25 20:38 ` Óscar Fuentes [this message]
2021-02-25 20:45 ` Garjola Dindi
2021-02-28  6:23 ` Robert Thorpe

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875z2f992y.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=dan.hitt@gmail.com \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.