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.
- TortoiseSVN (Windows Only) https://tortoisesvn.net/
- Video on installing TortoiseSVN https://www.youtube.com/watch?v=-ccIisaxQVk
- SmartSVN (Windows, Linux, Mac) http://www.smartsvn.com/
- There is a free/evaluation version which does not cost anything.
- Versions (Mac) http://versionsapp.com/
- RapidSVN (Linux) http://www.rapidsvn.org/
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
- Online team editing of a LaTeX document. No software installation required. Has Git interface for offline editing.
The most full featured editor for LaTeX is:
- TeXStudio http://www.texstudio.org/
Reference management¶
You may have to install a Java JDK first.
- JabREF (uses Java) http://jabref.sourceforge.net/
Updated by Joseph Foley over 8 years ago · 3 revisions