arisu-chan / Eloquent-JavaScript

The sources for the Eloquent JavaScript book

Home Page:https://eloquentjavascript.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eloquent JavaScript

These are the sources used to build the third edition of Eloquent JavaScript (https://eloquentjavascript.net).

Feedback welcome, in the form of issues and pull requests.

Building

npm install
make html

To build the PDF file:

apt-get install texlive texlive-xetex fonts-inconsolata fonts-symbola texlive-lang-chinese inkscape
make book.pdf

About

The sources for the Eloquent JavaScript book

https://eloquentjavascript.net


Languages

Language:JavaScript 58.7%Language:HTML 35.8%Language:CSS 3.2%Language:TeX 1.3%Language:Makefile 1.0%Language:Shell 0.1%