Hacker News new | ask | show | jobs
by powersnail 1970 days ago
pandoc is pretty handy. It's pretty much plain text anyway, whatever format is used.
2 comments

yup, and here is how to use pandoc to convert to standard manuscript format: http://www.autodidacts.io/convert-markdown-to-standard-manus...
thank you for this.

huh. looks like i bookmarked this article for followup some time ago, and completely forgot about it.

but won't get you all the way there, unfortunately, since novel format is pretty specific.
What are some specific requirements? Aren't most formatting done by the publisher anyway?
publishers format for print, but the submission needs to be in a specific format too.

this stems from the days where manuscripts were submitted on paper, and not electronically. one could argue that with electronic submission such format requirements are no longer relevant, but we all know that people don't like change.

standard manuscript format looks roughly like this:

lines are double spaced

first line of each paragraph is indented, but there is no space between paragraphs

first page contains contact information and word count.

section headers are centered

each page (except the first) contains a header with: "authors lastname / story title / page #"

These requirements seem to be easily within pandoc’s ability though, as it can use a reference docx file.
indeed, see my other reply above, linking to an article explaining exactly how that works
News to me, but in this case, I'm happy to be wrong.