-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from prosegrinder/shunnshortstory
More cleanup
- Loading branch information
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ contact_email: "[email protected]" | |
The script takes two arguments, the name of input markdown file, and the name of the resulting DOCX file. | ||
```bash | ||
$PANDOC_TEMPLATES_HOME/bin/shunshort.sh /some/cool/story.md /some/cool/story.docx | ||
$PANDOC_TEMPLATES_HOME/bin/shunnshort.sh /some/cool/story.md /some/cool/story.docx | ||
``` | ||
|
||
That's it! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
--- | ||
title: "Proper Manuscript Format" | ||
short_title: "Format" | ||
# subtitle: | ||
author: "by William Shunn" | ||
author_lastname: "Shunn" | ||
contact_name: "William Shunn" | ||
contact_address: 12 Courier Lane | ||
contact_city_state_zip: Pica's Font, NY 10010 | ||
contact_phone: (212) 555-1212 | ||
contact_email: [email protected] | ||
# date: | ||
# abstract: | ||
# toc: false | ||
# toc-title: | ||
# include-before: | ||
# include-after: | ||
contact_address: "12 Courier Lane" | ||
contact_city_state_zip: "Pica's Font, NY 10010" | ||
contact_phone: "(212) 555-1212" | ||
contact_email: "[email protected]" | ||
--- | ||
No one knows for certain how many good short stories are passed over because the manuscripts containing them are formatted poorly, but it is certain that a properly formatted manuscript will be more eagerly read by an editor than a poorly formatted one. Here are a few suggestions. | ||
|
||
|