| ▲ | The code and open-source tools I used to produce a science fiction anthology(compellingsciencefiction.com) | |||||||
| 81 points by mojoe 10 hours ago | 8 comments | ||||||||
Related: Think Weirder: The Year's Best SciFi Ideas - https://news.ycombinator.com/item?id=45785154 - Nov 2025 (75 comments) | ||||||||
| ▲ | A_D_E_P_T 4 hours ago | parent | next [-] | |||||||
It's quite an achievement. I was once interested in publishing a SF anthology. Formatting and editing was nbd -- I was going to use Amazon's KDP software package for most of it, which can take a .docx and output an ebook in 5 minutes. I've done it before for non-anthology books I've published, and it couldn't be easier, though I understand why people might avoid Amazon in this day and age. The real trouble was getting the rights to all of the different stories! Though everybody I was able to get in touch with was great -- in particular, Peter Watts, Alan Dean Foster, David Moles, and Walter Jon Williams -- many authors were totally impossible to reach! I ended up scrapping the idea after a few stories I was intent on collecting in the anthology were unobtainable. (And this after I had already paid an initial sum to many of the authors.) Finding alternates and embarking on more contract negotiations just seemed like too much work. Anyway, I bought your anthology, will review when I'm done reading, and sincerely respect the hard work that went into it! | ||||||||
| ||||||||
| ▲ | thangalin 4 hours ago | parent | prev | next [-] | |||||||
I developed my Markdown editor, KeenWrite[0], to replace the shell scripts described in the Typesetting Markdown series[1]. KeenWrite takes in YAML document metadata (for variables), (R) Markdown documents, and generates XHTML. The XHTML is passed to ConTeXt[2] for PDF typesetting. A feature matrix[3] compares various text formats and ecosystems for generating PDF files. [1]: https://dave.autonoma.ca/blog/2019/05/22/typesetting-markdow... | ||||||||
| ||||||||
| ▲ | m-hodges 4 hours ago | parent | prev | next [-] | |||||||
Very cool! How does licensing work with the included stories? What tools or systems contributed to the success of managing that? | ||||||||
| ||||||||
| ▲ | __mharrison__ 5 hours ago | parent | prev [-] | |||||||
I did this 10 or so years ago when I taught an ebook course to elementary students. We learned about ebooks, HTML, and they each write a short story, which was included in an ebook (and a physical book). Pretty amazing the tools we have access to. Of course, now I would use typst instead of latex for the physical book part. | ||||||||
| ||||||||