My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CompileLaTeXCodes  
Updated Oct 9, 2009 by Chen.Gan...@gmail.com

#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:

  1. Install a LaTeX distribution. For Windows, MikTeX is highly recommended; for other OSs, TeX Live is a good choice.
  2. Install a SVN client, TortoiseSVN is highly recommended.
  3. Check out source codes, images, and other necessary files.
  4. svn checkout http://cytoscape-cn.googlecode.com/svn/trunk/ cytoscape-cn-read-only
  5. Switch to the cytoscape-cn-read-only directory, and compile the file named Cytoscape_manual.tex with pdflatex:
  6. pdflatex Cytoscape_manual.tex

Sign in to add a comment
Powered by Google Project Hosting