diff options
author | Tyler Davis <tydavis@gmail.com> | 2016-03-24 20:47:21 -0700 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2016-03-24 20:47:21 -0700 |
commit | f523cdd63d98b30e19978b8ba9d7a87d82282a40 (patch) | |
tree | 08c71531ba71e6e77238b00b0a3e4c173105ea27 | |
parent | 06281c621a5a3efbb0712d03c0a94a6f1842f546 (diff) | |
download | lightningwavestories-f523cdd63d98b30e19978b8ba9d7a87d82282a40.tar.gz lightningwavestories-f523cdd63d98b30e19978b8ba9d7a87d82282a40.zip |
Add readme
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc60db4 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Wanted to convert this story into a book-like format for a very long time -- ever since I read it, actually. Many thanks to Lightning-on-the-Wave for writing this story. + +I've done a little cleanup on scene separators (originals were a string of "SSSSS", replaced with horizontal lines), cleaned up typos and some extra words here and there, and removed some author warnings (due to this being a *book* format, instead of a series of livejournal / fanfiction.net postings). + +----- + +Original Author LiveJournal [available here](http://lightningwave.livejournal.com/) + +To build PDFs run the following: +``` +latexmk -cd -e -f -pdf -interaction=nonstopmode -synctex=1 <FILE> +``` + +Followed by: +``` +latexmk -C +``` +to clean up ancillary files. |