=====Lecture Notes===== This will be an introductory lecture on writing documents with LaTeX, and a second hands-on session. LaTeX is a document preparation system that allows authors to typeset and print using a predefined, professional layout. LaTeX is often used for writing scientific publications due to its superior support for writing equations, handling citations through BibTeX and formatting documents in a uniform way. This is achieved by moving away from the WYSIWYG paradigm of word processors like Microsoft Word, OpenOffice Writer and Google Docs. Instead of focusing on what your document looks like, LaTeX lets you focus on what it is saying by handling layout issues for you based on semantically meaningful commands you insert in the text. These lectures will introduce LaTeX and BibTeX and show you how to use these tools to write scientific documents. Among other things we will cover using citations and references, figures, tables, equations and predefined templates. This year's presentations can be downloaded {{:rem4:latex_presentation_2015.pdf|here}} and {{:rem4:latex_presentation2_2015.pdf|here}}. ===Software=== LaTeX itself doesn't normally come with a graphical user interface or editor. If you're using Mac OS X, you can get [[http://www.tug.org/mactex/|MacTeX]] which supposedly does contain an editor. If you want an editor on other platforms, I recommend getting that first because they might give you instructions about which LaTeX distribution to get. On Windows, I'm using [[http://www.texniccenter.org/|TeXnicCenter]] with [[http://miktex.org/|MiKTeX]]. Another good distribution with more features is [[http://www.tug.org/protext/|proTeXt]]. Some good looking cross-platform options that I haven't really tried are [[http://texstudio.sourceforge.net/|TeXstudio]], [[http://www.xm1math.net/texmaker/|Texmaker]] and you can find more [[https://www.tug.org/interest.html#packages|here]]. To get a LaTeX distribution on Linux, it is probably best to check your package manager first. Otherwise, you can manually get [[http://www.tug.org/texlive|TeX Live]]. ===Reading=== These lectures have no required reading, but I can recommend the following introductory texts: * A very short introduction to LaTeX ([[http://latex-project.org/intro.html|link]]) * The Not So Short Introduction to LaTeX 2e by Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl ([[http://tobi.oetiker.ch/lshort/lshort.pdf|pdf]]) You could also try reading the original book: * LaTeX: A Document Preparation System by Leslie Lamport ([[http://www.amazon.com/LaTeX-Document-Preparation-System-Edition/dp/0201529831|Amazon]]) I also heartily recommend these sites: * The LaTeX WikiBook ([[http://en.wikibooks.org/wiki/LaTeX|link]]) * Huge list of TeX Resources on the Web ([[https://www.tug.org/interest.html|link]]) * Page for dealing with complications ([[http://mintaka.sdsu.edu/GF/bibliog/latex/latex_top.html|link]]; scroll to the bottom) * TeX - LaTeX Stack Exchange ([[http://tex.stackexchange.com/|link]])