A mini D book: Markdown or LaTeX?
Antonio Corbi via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jan 24 12:51:16 PST 2017
On Tuesday, 24 January 2017 at 14:27:15 UTC, aberba wrote:
> Which one works well? I'm more concerned about syntax
> highlighting and line numbering (in some cases). Support for
> custom fonts.
If you are an emacs user, probably you have heard about org-mode
(http://orgmode.org/).
With its new export-backend, you write your text in org-mode
(very similar to markdown) and then you can export to (almost)
whatever you want.
Have a look at this opensource book about Operating Systems, it
is written with org-mode: https://github.com/gwolf/sistop
Antonio
More information about the Digitalmars-d
mailing list