Project

General

Profile

Actions

Software

There is lots of information in http://afs.rnd.ru.is/project/htgaru/trunk/how-to-get-around-projects.pdf
chapter 8 and 9. It is highly recommended that you read that section of the document first.

Version Control through Subversion

The URL for your Subversion repository is based upon your project's URL
If it looks like "https://projects.cs.ru.is/projects/mechatronics"
then the SVN URL is "https://repository.cs.ru.is/svn/mechatronics"
Notice that projects has become repository, then later svn in the URL.

LaTeX

LaTeX is a document preparation system that makes your papers look as though they were printed in a book. It also ensures that your math formulas and citations look right.

LaTeX distribution

Here is a video to walk you through installing LaTeX on windows: https://www.youtube.com/watch?v=TyqKvuQo5FE

  • MIKTeX (windows) http://miktex.org/
    • IMPORTANT: Only install the 32 bit version!!!!
  • TexLive (all platforms) https://www.tug.org/texlive/
    • If you are using special packages such as pythontex, you must use this one
  • Overleaf https://www.overleaf.com/
    • Online team editing of a LaTeX document. No software installation required. Has Git interface for offline editing.
      h3. GUI

The most full featured editor for LaTeX is:

Reference management

You may have to install a Java JDK first.

Updated by Joseph Foley over 8 years ago · 3 revisions