Better than Office, easier than
LaTex
This is my attempt to learn the red programming language by implementing a document typesetter.
Ellipses is an attempt to create an easy to use typesetting solution which can be used both for general purpose and professional typesetting needs.
It is essentially a "code generator", generating an input file for groff. It uses mom macros to create a layer of abstraction over groff's low-level commands.
typography.reddoes all the work.styles.redis where you set the various document styling options.secret-buddhism.redis a book. It's pretty self-explanatory. Callingred secret-buddhism.redwill generate a file secret-buddhism.mom then generates a PDF by calling pdfmom to process the .mom file using groff and turn it into a PDF.
- groff
- Peter Schaffter's
mommacros.
I'm still in very early stages of development and experimentation so use at your own risk. Proper documentation on how to use and extend ellipses will be created using ellipses itself once things are a little less in a state of flux.