From f523cdd63d98b30e19978b8ba9d7a87d82282a40 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Thu, 24 Mar 2016 20:47:21 -0700 Subject: Add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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 +``` + +Followed by: +``` +latexmk -C +``` +to clean up ancillary files. -- cgit v1.2.3