all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Grant Rettke <gcr@wisdomandwonder.com>
To: Yuri Khan <yuri.v.khan@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>,
	Emanuel Berg <embe8573@student.uu.se>
Subject: Re: RTF for emacs
Date: Sun, 25 May 2014 09:14:58 -0500	[thread overview]
Message-ID: <CAAjq1mdivDQ9TVQBNe2tsgsH0uOBW0-ffATO7BD0mKgF+E4TtQ@mail.gmail.com> (raw)
In-Reply-To: <CAP_d_8Wv118jnriznTbEBj2_VUv1L8fDS_9y59S+z2jOE1fc7g@mail.gmail.com>

Yuri you reinvented org-mode.

Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Sun, May 25, 2014 at 12:27 AM, Yuri Khan <yuri.v.khan@gmail.com> wrote:

> On Sun, May 25, 2014 at 1:22 AM, Emanuel Berg <embe8573@student.uu.se>
> wrote:
>
> > I have been looking for a way to
> > do simple diagrams (trees, FSMs and so on) with the
> > keyboard only (i.e., generate from definitions) - I
> > have tried with ImageMagick and even Dia, as it uses
> > XML, so why not edit that first hand?
>
> I do my diagrams in a self-invented semi-human-readable markup
> language[1], which is then post-processed using Python scripts into
> Graphviz[2] graph description language, which is then further rendered
> into any image format you like (notably PNG, SVG, PDF and EPS). My
> format of choice happens to be SVG, which I can conveniently view in
> my web browser, print out without any loss of quality, and/or embed in
> an HTML page.
>
> [1] http://yurivkhan.github.io/textuml/ but see also
> http://sf.net/plantuml/ for a Java-based alternative
> [2] http://www.graphviz.org/
>
> One could write Graphviz directly but it is too low-level and verbose.
> I view it as a graph assembly language and build higher-level tools on
> top of it.
>
> > Answer: Problem with both approaches is that it
> > required too much back-and-forth
> > edit-and-check-and-fix-and-check-etc. so it just wasn't
> > pleasant or efficient (perhaps if you had a dual
> > monitor/projector and on-the-fly-update it would be).
>
> Yes, it involves this feedback loop, and it’s mildly frustrating. And
> yes, dual monitors help very much.
>
> > When I got a cool diagram, how do you propose I embed
> > it with the LaTeX PDF?
>
> In my opinion, nohow. PDFs are for getting your article printed, and
> that’s becoming more and more irrelevant. Better publish online in
> HTML with illustrations in SVG. (But if you must, Graphviz can also
> generate Encapsulated PostScript which LaTeX will happily include in
> the PDF.)
>
>


  reply	other threads:[~2014-05-25 14:14 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21  8:41 RTF for emacs James Freer
2014-05-21  8:54 ` Rasmus
     [not found] ` <mailman.1730.1400662362.1147.help-gnu-emacs@gnu.org>
2014-05-23 23:49   ` Emanuel Berg
2014-05-24  0:21     ` Robert Thorpe
2014-05-24  0:58       ` Charles Philip Chan
     [not found]       ` <mailman.1969.1400893171.1147.help-gnu-emacs@gnu.org>
2014-05-24  1:04         ` Emanuel Berg
2014-05-24  2:13           ` Charles Philip Chan
2014-05-24  5:33       ` Thien-Thi Nguyen
2014-05-24  7:56       ` Glyn Millington
     [not found]       ` <mailman.1983.1400918458.1147.help-gnu-emacs@gnu.org>
2014-05-24 17:07         ` Emanuel Berg
     [not found]       ` <mailman.1980.1400909455.1147.help-gnu-emacs@gnu.org>
2014-05-24  7:54         ` Rusi
2014-05-24 12:33           ` Thien-Thi Nguyen
     [not found]           ` <mailman.2014.1400950326.1147.help-gnu-emacs@gnu.org>
2014-05-24 18:45             ` artist-mode/aa2u (was: Re: RTF for emacs) Emanuel Berg
2014-05-25  8:38               ` artist-mode/aa2u Thien-Thi Nguyen
     [not found]               ` <mailman.2057.1401006911.1147.help-gnu-emacs@gnu.org>
2014-05-25 15:49                 ` artist-mode/aa2u Emanuel Berg
2014-05-25 17:28                   ` artist-mode/aa2u Rusi
2014-05-25 20:52                     ` artist-mode/aa2u Emanuel Berg
2014-05-24 18:22         ` RTF for emacs Emanuel Berg
2014-05-25  1:45           ` Grant Rettke
     [not found]           ` <mailman.2046.1400982346.1147.help-gnu-emacs@gnu.org>
2014-05-25  2:22             ` Emanuel Berg
2014-05-25  3:17               ` Rusi
2014-05-25  6:51                 ` Emanuel Berg
2014-05-25  5:27           ` Yuri Khan
2014-05-25 14:14             ` Grant Rettke [this message]
     [not found]           ` <mailman.2052.1400995678.1147.help-gnu-emacs@gnu.org>
2014-05-25  6:40             ` Emanuel Berg
2014-05-25  7:30               ` Yuri Khan
     [not found]               ` <mailman.2055.1401003008.1147.help-gnu-emacs@gnu.org>
2014-05-25 20:37                 ` Emanuel Berg
2014-05-24 21:48     ` James Freer
     [not found]     ` <mailman.2035.1400968141.1147.help-gnu-emacs@gnu.org>
2014-05-24 22:25       ` Emanuel Berg
     [not found] <mailman.1964.1400890902.1147.help-gnu-emacs@gnu.org>
2014-05-24  0:53 ` Emanuel Berg
2014-05-25 19:24   ` Robert Thorpe
2014-05-25 20:38     ` James Freer
2014-05-26  1:15     ` Stefan Monnier
2014-05-26  1:49       ` Robert Thorpe
2014-05-26  3:41         ` Stefan Monnier
     [not found]         ` <mailman.2103.1401075744.1147.help-gnu-emacs@gnu.org>
2014-05-26 12:39           ` Rusi
2014-05-26 14:15             ` Rusi
2014-05-26 23:29           ` Emanuel Berg
     [not found]       ` <mailman.2101.1401068969.1147.help-gnu-emacs@gnu.org>
2014-05-26  2:41         ` Rusi
2014-05-26 23:28         ` Emanuel Berg
     [not found]     ` <mailman.2081.1401050318.1147.help-gnu-emacs@gnu.org>
2014-05-29  0:55       ` Emanuel Berg
2014-05-29  5:17         ` Rusi
2014-05-29 22:49           ` Emanuel Berg
2014-05-29  9:28         ` James Freer
     [not found] <mailman.2070.1401045897.1147.help-gnu-emacs@gnu.org>
2014-05-25 20:45 ` Emanuel Berg
2014-05-25 22:15   ` Robert Thorpe
2014-05-25 23:13     ` Allan Streib
2014-05-26 17:11       ` Sharon Kimble
     [not found]       ` <mailman.2140.1401124304.1147.help-gnu-emacs@gnu.org>
2014-05-26 23:32         ` Emanuel Berg
2014-05-27  0:18         ` Emanuel Berg
2014-05-27  0:38         ` Emanuel Berg
2014-05-26  1:22     ` Charles Philip Chan
2014-05-26  1:40       ` Robert Thorpe
2014-05-26  1:47         ` Charles Philip Chan
     [not found] <mailman.2088.1401056163.1147.help-gnu-emacs@gnu.org>
2014-05-26 23:22 ` Emanuel Berg
2014-05-27  1:14   ` Robert Thorpe
2014-05-27 15:35     ` regcl
     [not found] <mailman.2185.1401153598.1147.help-gnu-emacs@gnu.org>
2014-05-27  3:03 ` Emanuel Berg
2014-05-27  4:16   ` Rusi
2014-05-27 17:39     ` Emanuel Berg
2014-05-29 21:55     ` Charles Philip Chan
     [not found]     ` <mailman.2481.1401400611.1147.help-gnu-emacs@gnu.org>
2014-05-30  4:22       ` Rusi
2014-05-30  4:24         ` Rusi
2014-05-27 20:52   ` Robert Thorpe
     [not found] <mailman.1727.1400661716.1147.help-gnu-emacs@gnu.org>
2014-05-21 12:38 ` Hans BKK
2014-05-29 10:57 ` Hans BKK
2014-05-29 11:56   ` Stefan Monnier
2014-05-29 14:08     ` Eric Abrahamsen
2014-05-29 21:43       ` Charles Philip Chan
2014-05-29 15:37     ` James Freer
2014-05-29 15:46       ` James Freer
     [not found]       ` <mailman.2414.1401378376.1147.help-gnu-emacs@gnu.org>
2014-05-29 18:59         ` Joost Kremers
2014-05-29 21:03           ` James Freer
2014-05-29 21:25   ` Charles Philip Chan
2014-05-29 22:55   ` Emanuel Berg
2014-06-01 21:55     ` Joost Kremers
2014-06-10 23:50       ` Emanuel Berg
2014-06-12  2:15         ` Joost Kremers
     [not found]   ` <mailman.2476.1401399043.1147.help-gnu-emacs@gnu.org>
2014-05-29 23:00     ` Emanuel Berg
2014-06-06  8:17     ` Hans BKK
2014-06-06 13:53       ` Charles Philip Chan

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=CAAjq1mdivDQ9TVQBNe2tsgsH0uOBW0-ffATO7BD0mKgF+E4TtQ@mail.gmail.com \
    --to=gcr@wisdomandwonder.com \
    --cc=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yuri.v.khan@gmail.com \
    /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.