Project

General

Profile

Wiki » History » Version 8

Kristján Gerhard, 2014-04-15 23:08
Started pondering what types of templates would be required

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
10 2 Joseph Foley
h3. Windows
11
12
# MiKTeX http://miktex.org/
13
# TeXStudio http://texstudio.sourceforge.net/
14
# JabRef http://jabref.sourceforge.net/
15
16
h3. Mac
17
18
# http://tug.org/mactex/
19
# TeXStudio http://texstudio.sourceforge.net/
20
# JabRef http://jabref.sourceforge.net/
21
22
h3. Expert Mode
23
24
* Emacs (TeXMode) http://www.gnu.org/software/emacs/
25 6 Joseph Foley
* TeX in Eclipse http://texlipse.sourceforge.net/
26 2 Joseph Foley
27 1 Joseph Foley
h2. Useful links
28
29
* Tame The Beast (BiBTeX)  http://ctan.uib.no/info/bibtex/tamethebeast/ttb_en.pdf
30
31
h3. Useful Packages
32
33
* siunitx ftp://ftp.tex.ac.uk/ctan%3A/macros/latex/exptl/siunitx/siunitx.pdf
34 4 Kristján Gerhard
* todonotes http://www.tex.ac.uk/ctan/macros/latex/contrib/todonotes/todonotes.pdf
35 1 Joseph Foley
* hypcap http://ctan.uib.no/macros/latex/contrib/oberdiek/hypcap.pdf
36 5 Joseph Foley
* fixme http://ctan.uib.no/macros/latex/contrib/fixme/fixme.pdf
37
* svninfo http://ctan.uib.no/macros/latex/contrib/svninfo/svninfo.pdf
38
* pdfpages http://ctan.uib.no/macros/latex/contrib/pdfpages/pdfpages.pdf
39 1 Joseph Foley
40 5 Joseph Foley
41 1 Joseph Foley
h2. Common errors
42
43
h3. Package reports "command already defined" 
44
45
See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef
46
47
h3. Error about symbol not existing in this encoding
48
49
This means you probably have the file encoded in something other than UTF-8.  Fix that.
50 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.
51 3 Kristján Gerhard
52 8 Kristján Gerhard
h1. Templates
53
54
* Homework Template
55
** Requirements?
56
57
* Basic Report Template
58
** Requirements?
59
60
* B.Sc. Thesis Template
61
** Rules
62
** Requirements?
63
64
* M.Sc. Thesis Template
65
** Rules
66
** Requirements?
67
68 3 Kristján Gerhard
h2. SCS Template
69
70
The RU School of Computer Science has a configurable LaTeX style calld [[RUmsc.sty]]
71 7 Joseph Foley
You can find this (and updates) in the SVN repository.