#Compile LaTeX codes from SVN on various platform
Introduction
This page will tell you how to compile the LaTeX codes from SVN code base to get the latest version of Cytoscape's manual in Chinese. I try my best to make the method described in this page works on different OSes and LaTeX distributions. Please let me know if any problem.
Details
On Windows:
- Install a LaTeX distribution. For Windows, MikTeX is highly recommended; for other OSs, TeX Live is a good choice.
- Install a SVN client, TortoiseSVN is highly recommended.
- Check out source codes, images, and other necessary files.
svn checkout http://cytoscape-cn.googlecode.com/svn/trunk/ cytoscape-cn-read-only
- Switch to the cytoscape-cn-read-only directory, and compile the file named Cytoscape_manual.tex with pdflatex:
pdflatex Cytoscape_manual.tex