Software » History » Version 2
Joseph Foley, 2016-08-31 14:02
updated with more details from HTGARU
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 | 1 | Joseph Foley | * SmartSVN (Windows, Linux, Mac) http://www.smartsvn.com/ |
15 | 2 | Joseph Foley | ** There is a free/evaluation version which does not cost anything. |
16 | * Versions (Mac) http://versionsapp.com/ |
||
17 | * RapidSVN (Linux) http://www.rapidsvn.org/ |
||
18 | 1 | Joseph Foley | |
19 | h2. LaTeX |
||
20 | |||
21 | 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. |
||
22 | |||
23 | h3. LaTeX distribution |
||
24 | |||
25 | * MIKTeX (windows) http://miktex.org/ |
||
26 | ** IMPORTANT: Only install the 32 bit version!!!! |
||
27 | * TexLive (all platforms) https://www.tug.org/texlive/ |
||
28 | ** If you are using special packages such as pythontex, you must use this one |
||
29 | 2 | Joseph Foley | * Overleaf https://www.overleaf.com/ |
30 | ** Online team editing of a LaTeX document. No software installation required. Has Git interface for offline editing. |
||
31 | 1 | Joseph Foley | h3. GUI |
32 | |||
33 | 2 | Joseph Foley | The most full featured editor for LaTeX is: |
34 | |||
35 | 1 | Joseph Foley | * TeXStudio http://www.texstudio.org/ |
36 | |||
37 | h3. Reference management |
||
38 | 2 | Joseph Foley | |
39 | You may have to install a Java JDK first. |
||
40 | 1 | Joseph Foley | |
41 | * JabREF (uses Java) http://jabref.sourceforge.net/ |