Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frol/harry-potter-and-the-methods-of-rationality
Book-style PDF LaTeX sources
https://github.com/frol/harry-potter-and-the-methods-of-rationality
Last synced: 14 days ago
JSON representation
Book-style PDF LaTeX sources
- Host: GitHub
- URL: https://github.com/frol/harry-potter-and-the-methods-of-rationality
- Owner: frol
- License: mit
- Created: 2014-06-28T04:48:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T18:04:41.000Z (over 9 years ago)
- Last Synced: 2024-11-01T01:42:16.142Z (2 months ago)
- Language: TeX
- Size: 14.7 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Harry Potter and the Methods of Rationality
===========================================Petunia married a biochemist, and Harry grew up reading science and science
fiction. Then came the Hogwarts letter, and a world of intriguing new
possibilities to exploit. And new friends, like Hermione Granger, and Professor
McGonagall, and Professor Quirrell...This github repo is ...
-----------------------This project is just for fun. I'm not an author of the book, but I have created
this project to provide readers with an easy automatic method of making
up-to-date version of a book-style PDF.How to read?
------------Open `book/build/book.pdf` and start reading! Enjoy it!
How to update and build?
------------------------There are three steps:
1. Download .html files of missing chapters and save them into `part_N.html`;
1. Use `parser/parser.sh` to generate new `blocks/part_N.tex`;
1. Run `make` command in `book` folder to build a PDF.Build requirements
------------------I'm doing all the work on Ubuntu 14.04 though it doesn't have any strict
requirements to the environment.* bash
* sed
* grep
* make
* latex (I use Texlive-base 2013.20140215-1, but I believe early versions will
work as well)
* ps2pdf