Software » History » Version 3
Joseph Foley, 2016-09-01 13:27
links to youtube videos
1 | 1 | Joseph Foley | h1. Software |
---|---|---|---|
2 | |||
3 | There is lots of information in http://afs.rnd.ru.is/project/htgaru/trunk/how-to-get-around-projects.pdf |
||
4 | chapter 8 and 9. It is highly recommended that you read that section of the document first. |
||
5 | |||
6 | 2 | Joseph Foley | h2. Version Control through Subversion |
7 | 1 | Joseph Foley | |
8 | 2 | Joseph Foley | The URL for your Subversion repository is based upon your project's URL |
9 | If it looks like "https://projects.cs.ru.is/projects/mechatronics" |
||
10 | then the SVN URL is "https://repository.cs.ru.is/svn/mechatronics" |
||
11 | Notice that projects has become repository, then later svn in the URL. |
||
12 | |||
13 | * TortoiseSVN (Windows Only) https://tortoisesvn.net/ |
||
14 | 3 | Joseph Foley | ** Video on installing TortoiseSVN https://www.youtube.com/watch?v=-ccIisaxQVk |
15 | 1 | Joseph Foley | * SmartSVN (Windows, Linux, Mac) http://www.smartsvn.com/ |
16 | 2 | Joseph Foley | ** There is a free/evaluation version which does not cost anything. |
17 | * Versions (Mac) http://versionsapp.com/ |
||
18 | * RapidSVN (Linux) http://www.rapidsvn.org/ |
||
19 | 1 | Joseph Foley | |
20 | h2. LaTeX |
||
21 | |||
22 | 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. |
||
23 | |||
24 | h3. LaTeX distribution |
||
25 | 3 | Joseph Foley | |
26 | Here is a video to walk you through installing LaTeX on windows: https://www.youtube.com/watch?v=TyqKvuQo5FE |
||
27 | 1 | Joseph Foley | |
28 | * MIKTeX (windows) http://miktex.org/ |
||
29 | ** IMPORTANT: Only install the 32 bit version!!!! |
||
30 | * TexLive (all platforms) https://www.tug.org/texlive/ |
||
31 | ** If you are using special packages such as pythontex, you must use this one |
||
32 | 2 | Joseph Foley | * Overleaf https://www.overleaf.com/ |
33 | ** Online team editing of a LaTeX document. No software installation required. Has Git interface for offline editing. |
||
34 | 1 | Joseph Foley | h3. GUI |
35 | |||
36 | 2 | Joseph Foley | The most full featured editor for LaTeX is: |
37 | |||
38 | 1 | Joseph Foley | * TeXStudio http://www.texstudio.org/ |
39 | |||
40 | h3. Reference management |
||
41 | 2 | Joseph Foley | |
42 | You may have to install a Java JDK first. |
||
43 | 1 | Joseph Foley | |
44 | * JabREF (uses Java) http://jabref.sourceforge.net/ |