argoc / ThinkJava

LaTeX source and code for Think Java, 6th edition, by Allen Downey and Chris Mayfield.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThinkJava

LaTeX source and code for Think Java, 6th edition. Copyright (C) 2016 Allen Downey and Chris Mayfield.

Permission is granted to copy, distribute, and/or modify this work under the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License, which is available at http://creativecommons.org/licenses/by-nc-sa/3.0/.

The original form of this book is the LaTeX source code available from http://thinkjava.org and https://github.com/AllenDowney/ThinkJava.

The illustrations were drawn using xfig (http://www.xfig.org/) and dia (https://wiki.gnome.org/Apps/Dia/). These tools are free and open-source.

Compiling the LaTeX source has the effect of generating a device-independent representation of the book, which can be converted to other formats and printed.

To compile the PDF version from source:

pdflatex thinkjava
makeindex thinkjava
pdflatex thinkjava
pdflatex thinkjava

The source code includes a Makefile that automates this process. On Linux, you will need to install texlive-latex-extra and hevea.

About

LaTeX source and code for Think Java, 6th edition, by Allen Downey and Chris Mayfield.


Languages

Language:TeX 91.9%Language:Python 3.1%Language:HTML 2.2%Language:Java 1.7%Language:CSS 0.6%Language:Makefile 0.4%Language:JavaScript 0.0%