Wiki » History » Revision 8
« Previous |
Revision 8/13
(diff)
| Next »
Kristján Gerhard, 2014-04-15 23:08
Started pondering what types of templates would be required
- Table of contents
- Template Wiki (mostly LaTeX)
- Templates
Template Wiki (mostly LaTeX)¶
Getting started¶
- LaTeX Cheat Sheet http://www.stdout.org/~winston/latex/latexsheet-a4.pdf
- LaTeX Symbols http://www.tex.ac.uk/tex-archive/info/symbols/comprehensive/symbols-a4.pdf
Windows¶
- MiKTeX http://miktex.org/
- TeXStudio http://texstudio.sourceforge.net/
- JabRef http://jabref.sourceforge.net/
Mac¶
- http://tug.org/mactex/
- TeXStudio http://texstudio.sourceforge.net/
- JabRef http://jabref.sourceforge.net/
Expert Mode¶
- Emacs (TeXMode) http://www.gnu.org/software/emacs/
- TeX in Eclipse http://texlipse.sourceforge.net/
Useful links¶
- Tame The Beast (BiBTeX) http://ctan.uib.no/info/bibtex/tamethebeast/ttb_en.pdf
Useful Packages¶
- siunitx ftp://ftp.tex.ac.uk/ctan%3A/macros/latex/exptl/siunitx/siunitx.pdf
- todonotes http://www.tex.ac.uk/ctan/macros/latex/contrib/todonotes/todonotes.pdf
- hypcap http://ctan.uib.no/macros/latex/contrib/oberdiek/hypcap.pdf
- fixme http://ctan.uib.no/macros/latex/contrib/fixme/fixme.pdf
- svninfo http://ctan.uib.no/macros/latex/contrib/svninfo/svninfo.pdf
- pdfpages http://ctan.uib.no/macros/latex/contrib/pdfpages/pdfpages.pdf
Common errors¶
Package reports "command already defined"¶
See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef
Error about symbol not existing in this encoding¶
This means you probably have the file encoded in something other than UTF-8. Fix that.
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.
Templates¶
- Homework Template
- Requirements?
- Basic Report Template
- Requirements?
- B.Sc. Thesis Template
- Rules
- Requirements?
- M.Sc. Thesis Template
- Rules
- Requirements?
SCS Template¶
The RU School of Computer Science has a configurable LaTeX style calld RUmsc.sty
You can find this (and updates) in the SVN repository.
Updated by Kristján Gerhard almost 11 years ago · 13 revisions