[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to create synopsis output of versioned text?
From: |
Martin Weigele |
Subject: |
Re: [O] How to create synopsis output of versioned text? |
Date: |
Wed, 20 May 2015 22:50:34 +0200 |
User-agent: |
KMail/4.13.3 (Linux/3.13.0-53-generic; KDE/4.13.3; i686; ; ) |
Thanks Ken, your wording "side-by-side-options" helped me now tracking down
emacs "ediff" (M-x ediff-files). But this probably won't do the trick of side-
by-side output other than on screen.
Am Mittwoch, 20. Mai 2015, 16:21:55 schrieben Sie:
> I use 'latexdiff' for this, but it does not have a side-by-side option.
>
> -k.
>
> On 2015-05-20 at 14:13, Martin Weigele <address@hidden> wrote:
> > When dealing with different versions of text, e.g. old and new (law) code,
> > it is sometimes nice to be able to create a synopsis of the versions of
> > the text in tabular form.
> >
> > Any suggestions how to do this in emacs orgmode? Yes I know you can
> > manually do tables, and you could call unix diff, but something that does
> > it automatically from the individual text versions with a tabular output
> > - old version left, new version right column, with similar sections or
> > code pieces matching in the same row would be cool. As a last resort,
> > even outside orgmode. :)
> >
> > Martin