[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for a way to insert formulas involving sums and integrals in
From: |
Garjola Dindi |
Subject: |
Re: Looking for a way to insert formulas involving sums and integrals into a buffer |
Date: |
Thu, 25 Feb 2021 21:45:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On Thu 25-Feb-2021 at 20:59:42 +01, Dan Hitt <dan.hitt@gmail.com> wrote:
> 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).
>
[...]
Would this be useful to you?
https://github.com/TobiasZawada/texfrag
I use it with org-mode and I am very happy with it.
>
> TIA for any info!
>
> dan
>
--