Git을 공부하기 위한 교재로 선택한 책.
Pro git (http://progit.org/book/)
이 책은 Creative Commons Attribution 3.0 License로 오픈되어 있고,
git으로 책 내용을 관리하고 있다. (git://github.com/progit/progit.git)
git clone 으로 소스(?)를 받은 후, pdf로 빌드(?)할 수 있다.
git clone git://github.com/progit/progit.git
progit/latex 디렉토리로 이동 makepdf en 명령으로 영문 pdf 문서 생성~~
makepdf en
p.s.
내 PC에는 makepdf 명령 수행 시 ruby, pandoc, texlive-xetex, texlive-latex-recommended 패키지가 설치되어 있지 않아 에러 발생,
이들 패키지와 관련 패키지들을 먼저 설치 한 후 pdf 문서를 만들 수 있었다.
sudo apt-get install ruby pandoc texlive-xetex texlive-latex-recommended
참고로, 김재훈님이 이 책을 한글 번역을 하여 이솝 사이트에 게재 중이다.