======================================== Source Code of TRD Documentation Project ======================================== Aim of this document is to collect all details of TRD and around it. The project is open for anybody who are working in TRD to edit. Here is how to get/add/edit document on the subversion. 1. You need clearly subversion installed on your computer. Also basic tools of TeX/LaTeX/pdflatex/texlive-latex-extra, etc. If you like, alice00 has all of those. And trdro2 as well. 2. download: svn co http://alice.physi.uni-heidelberg.de/svn/trd/tdp/trunk working_dir 3. edit in working_dir 4. make main.pdf is the final output. 5. if ok, commit. svn commit -m "Comments should be put properly" 6. If you put new file, following commands might be useful. svn status svn add filename You can browse all source/figures on: http://alice00.physi.uni-heidelberg.de/viewvc/trd/tdp/trunk/ EOF