diff options
author | Tyler Davis <tydavis@gmail.com> | 2016-03-26 21:05:34 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2016-03-26 21:05:34 +0000 |
commit | 61fd4e6acc24d27e5c4ac48e36d1b66158ca62ec (patch) | |
tree | 32cd95f2f0f067a03b2726bd256003837b245ea5 | |
parent | f523cdd63d98b30e19978b8ba9d7a87d82282a40 (diff) | |
download | lightningwavestories-61fd4e6acc24d27e5c4ac48e36d1b66158ca62ec.tar.gz lightningwavestories-61fd4e6acc24d27e5c4ac48e36d1b66158ca62ec.zip |
README.md edited online with Bitbucket
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,11 +1,19 @@ -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 have wanted to convert this story into a book-like format for a very long time -- ever since I read it, honestly. Many thanks to Lightning-on-the-Wave for writing this story. Also, thanks to the creators of [pandoc](http://pandoc.org/) and the LaTeX community for building such wonderful tools. 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). ------ +Please only contribute typos and other corrections. I do not intend to take the more explicit content from the LiveJournal entries and add it to the book. I would consider including "Slash warnings" or other explicit content markers, though I would like to see a few proofs of concept before doing so. +## Details ## Original Author LiveJournal [available here](http://lightningwave.livejournal.com/) +Story content downloaded from [FanFiction.net](https://m.fanfiction.net/u/895946/) (Apologies for the mobile site. Main site is not working at the moment.) + +## To Contribute ## + +If you wish to submit changes, please fork this repository, add your changes to a [pull request](https://confluence.atlassian.com/bitbucket/work-with-pull-requests-223220593.html), and I will review. Many thanks in advance! + +## To Build ## To build PDFs run the following: ``` latexmk -cd -e -f -pdf -interaction=nonstopmode -synctex=1 <FILE> @@ -15,4 +23,4 @@ Followed by: ``` latexmk -C ``` -to clean up ancillary files. +to clean up ancillary files.
\ No newline at end of file |