Files in the top-level directory from the latest check-in
- .gitignore
- src
- Makefile
- README.md
feedforward
Peer-based Feedforward Protocol.
Exerpt from the text:
In this book, we will discuss a protocol designed to help people come to their own insights, while also receiving helpful information from their own team. This has the effect of not only amplifying each person’s own learning, but creating a bonding experience with teammates that is meaningful and connected to their actual work experience.
Acquiring
Download in any of these formats:
You can purchase a nice bound copy of the latest print-ready version here:
Editing
I use TeXShop.
Building
- This book is typset using the Cabin font. You can find it in Google Fonts. Just download the font files and install them according to your platform.
- You'll need to have "make" installed. Should be preinstalled on a Mac.
You'll need to install a LaTeX package.
- For Mac: http://www.tug.org/mactex
For Debian/Ubuntu:
apt-get -y install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra tex4ht chktex
Run:
make
Puts a PDF in
out
Cleaning up
The build script generates a lot of stuff. If you'd like to get back to a pristine environment, run:
make clean
Publishing
Publication needs a revamp. Coming soon.