Project

General

Profile

Wiki » History » Version 9

Kristján Gerhard, 2014-04-15 23:09
added detexify

1 5 Joseph Foley
{{toc}} 
2 1 Joseph Foley
3 5 Joseph Foley
h1. Template Wiki (mostly LaTeX)
4
5 2 Joseph Foley
h2. Getting started
6 1 Joseph Foley
7 5 Joseph Foley
* LaTeX Cheat Sheet http://www.stdout.org/~winston/latex/latexsheet-a4.pdf
8
* LaTeX Symbols http://www.tex.ac.uk/tex-archive/info/symbols/comprehensive/symbols-a4.pdf
9 9 Kristján Gerhard
* Graphical Tool to Decipher LaTeX Symbols http://detexify.kirelabs.org/classify.html
10 5 Joseph Foley
11 2 Joseph Foley
h3. Windows
12
13
# MiKTeX http://miktex.org/
14
# TeXStudio http://texstudio.sourceforge.net/
15
# JabRef http://jabref.sourceforge.net/
16
17
h3. Mac
18
19
# http://tug.org/mactex/
20
# TeXStudio http://texstudio.sourceforge.net/
21
# JabRef http://jabref.sourceforge.net/
22
23
h3. Expert Mode
24
25
* Emacs (TeXMode) http://www.gnu.org/software/emacs/
26 6 Joseph Foley
* TeX in Eclipse http://texlipse.sourceforge.net/
27 2 Joseph Foley
28 1 Joseph Foley
h2. Useful links
29
30
* Tame The Beast (BiBTeX)  http://ctan.uib.no/info/bibtex/tamethebeast/ttb_en.pdf
31
32
h3. Useful Packages
33
34
* siunitx ftp://ftp.tex.ac.uk/ctan%3A/macros/latex/exptl/siunitx/siunitx.pdf
35 4 Kristján Gerhard
* todonotes http://www.tex.ac.uk/ctan/macros/latex/contrib/todonotes/todonotes.pdf
36 1 Joseph Foley
* hypcap http://ctan.uib.no/macros/latex/contrib/oberdiek/hypcap.pdf
37 5 Joseph Foley
* fixme http://ctan.uib.no/macros/latex/contrib/fixme/fixme.pdf
38
* svninfo http://ctan.uib.no/macros/latex/contrib/svninfo/svninfo.pdf
39
* pdfpages http://ctan.uib.no/macros/latex/contrib/pdfpages/pdfpages.pdf
40 1 Joseph Foley
41 5 Joseph Foley
42 1 Joseph Foley
h2. Common errors
43
44
h3. Package reports "command already defined" 
45
46
See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef
47
48
h3. Error about symbol not existing in this encoding
49
50
This means you probably have the file encoded in something other than UTF-8.  Fix that.
51 5 Joseph Foley
This means you probably have the file encoded in something other than UTF-8.  Fix that.  If you are using TeXStudio, then there is a little dropdown box on the bottom.  Change it and re-save the file.  Then go into Preferences and change it to use UTF-8 by default.
52 3 Kristján Gerhard
53 8 Kristján Gerhard
h1. Templates
54
55
* Homework Template
56
** Requirements?
57
58
* Basic Report Template
59
** Requirements?
60
61
* B.Sc. Thesis Template
62
** Rules
63
** Requirements?
64
65
* M.Sc. Thesis Template
66
** Rules
67
** Requirements?
68
69 3 Kristján Gerhard
h2. SCS Template
70
71
The RU School of Computer Science has a configurable LaTeX style calld [[RUmsc.sty]]
72 7 Joseph Foley
You can find this (and updates) in the SVN repository.