Paul Gartside. March 2, 2013

Similar documents
LaTeX A Tutorial. Mohsen Alimomeni, 2010

Intro to LaTeX Workshop

Latex Tutorial 1 L A TEX. 1.1 Text

My Full-Length Title

Helen Cameron. A Brief Overview of LATEX

Workshop on LATEX 2ε. Asst. Prof. Dr. Kemal Bagzibagli Department of Economics. 20 May 2015

Electronic Production Guidelines

Introduction to Beamer

Absolute L A TEX Beginner

Getting started with Latex

L A TEX Workshop. An Introduction to L A TEX. Rakesh Jana Research Scholar Department of Mathematics IIT Guwhati

Introduction to L A TEX beamer

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math

MATLAB for the Sciences

Guide to using L A TEX

Paul Gartside. March 2, 2013

An introduction to L A TEX for students

An Introduction to LATEX

Using L A TEX. A numbered list is just that a collection of items sorted and labeled by number.

1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R). (3) In this tutorial I will introduce you to the amsart documentclass.

COMP496/901: Academic Presentation and Writing Skills Using LaTeX

L A TEX Overview. Jiayi Liu. January 31, Colorado School of Mines

Math 235: Introduction to LaTeX

Introduction to L A TEX

Introduction to MCS 220 and L A TEX

Subject: 7 th Grade Computer Grade: 7th Mr. Holmes Unit Lesson Layer Duration

This is the LYX Beamer Template

LYX with Beamer and Sweave

Literate programming with R and L A TEX

Introduction to LaTeX. Christoph Pickl

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016

L A TEX Primer. Randall R. Holmes. August 17, 2018

Introduction to LAT E X

Latex Tutorial. CIS400 Senior Design 9/5/2013

Introduction to Beamer and TikZ

Note di Matematica instructions for authors

Getting Started with L A TEX

L A TEX examples. a b c a b c b b a c b c c b a. This table was typeset with the following commands.

Lab1: Communicating science

Become a L A TEX Guru

The Path to Document Preparation Happiness A Sample Lab Report with L A TEX

Lecture 1. MA2730: Analysis I. Lecture slides for MA2730 Analysis I. Study and Assessment Components. MA L A TEX: topics for Lecture 1

Written & Oral Presentation: Computer Tools

Math 291: Lecture 2. Presented by Prof. James for Prof. Fagerstrom

Pimp your thesis: a minimal introduction to L A T E X.

Introduction to LaTeX. Paul Fodor Stony Brook University

Began as TeX, in 1982 (Knuth). Purely a typesetting tool. LaTeX added macros, maintaining TeX as it s typesetting engine (Lamport).

Course A, Part 1 Basic Formatting in L A TEX

Manuscript Preparation Guidelines for Authors

An Introduction to. Rado Ivanov CIS400 Senior Design Tutorial September 18, 2014

Introduction to Scientific Typesetting Lesson 7: Graphics and Floats

Helen Cameron. A Brief Overview of LATEX

Part - I : Short Course Typing Text

L A TEX. COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing. LaTeX. Development. Why?

The LYX Tutorial. by Mohammed M. Kadhum

Introduzione a LaTex. Fabrizio Messina

A Brief Introduction to LaTeX

L A TEX Tutorial. 1 Introduction. 2 Running L A TEX. J. E. Rice. May 2010

CS 177 Recitation. Week 1 Intro to Java

1 Obtaining LyX and L A TEX

(Yet Another) Introduction to L A TEX 2ε (V3)

How to get started in L A TEX

Introduction to LATEX

LaTeX Workshop. While you re waiting, please make an account at

New Perspectives on Word 2016 Instructor s Manual 1 of 10

Comments on drafts of final paper

A Short L A TEX Introduction

David Helmbold, October 2005, Revised October 2007

Formatting with LaTeX

Lecture 1: Short summary of LaTeX basics

Epyt Theme for Beamer

L A T E X FOSSEE. Department of Aerospace Engineering IIT Bombay. FOSSEE (IIT Bombay) LAT E X 1 / 58

LATEX and Beamer. L A TEX and Beamer. Software Freedom Day, Indian Statistical Institute, Kolkata. September 16, 2011.

Introduction to Latex. A workshop by Dr. Ala Eshmawi

Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book

LaTeX. Information Literacy II EN(IL2) Course

Introduction to Scientific Typesetting Lesson 1: Getting Started

Introduction to Programming in Turing. Input, Output, and Variables

Introduction to LAT E X

Why learning L A TEX is worth the effort

An introduction. C.D. Emmery & M.M. van Zaanen. October 22, Tilburg University

Improvement of Xuming method for elder

Introduction to Scientific Typesetting Lesson 5: The Structure of a Document

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

A Brief Introduction to L A TEX

The same can also be achieved by clicking on Format Character and then selecting an option from the Typeface list box.

Supplement D: Expanded Guidelines on Programming Style and Documentation

An Introduction to. Andrew G. West, Jian Chang CIS400 Senior Design Tutorial September 15, 2009

Intro History Version 2 Problems Software Future. Dr. StrangeBook. or: How I Learned to Stop Worrying and Love XML. Nigel Stanger

TUTORIAL 5: LIST ENVIRONMENTS. 1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R).

Eastside Literacy Tutor Support Word Processing Tutorial

Useful L A TEX Commands

عمادة البحث العلمي جامعة الملك سعود

Very Short Introduction to LaTeX

The L Y X Tutorial. by the L Y X Team 1. December 2, them to the LYX Documentation mailing list:

Preparation of ADSA and IJDE Manuscripts

An Introduction to LATEX

Acadia Psychology Thesis Template Guide

Using Beamer for Presentations

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

Transcription:

SIAM L A TEX Workshop: Next Steps Paul Gartside March 2, 2013 1 Introduction Now you take your second steps learning how to create beautiful mathematical documents using L A TEX. All going well, you will discover how to do lists, create references to theorems and to other papers, how to include graphics, how to force L A TEX to do as you wish (not be done lightly), and how to use additional packages to create letters and presentations. I will demonstrate how to accomplish certain tasks with L A TEX on my computer (which is shown on the screen). You will then do the corresponding exercises below. 2 A Review Task 1 Create a basic L A TEX file called newton.tex with standard preamble and body. Using the raw text in newton.txt recreate, as best you can, the paper Calculus by Isaac Newton (see handout). Do NOT worry about getting the references right or the diagram. 3 Including Graphics To include graphics you need to import a package. Add \usepackage{graphicx} to the preamble of newton.tex. Where you want to include a diagram diagram.pdf enter: \includegraphics{diagram.pdf} 1

Task 2 Add the diagram FTC.pdf to your Newton paper. Use options width=x in and height=y in to size. Use \begin{center}... \end{center} to center in the page. When creating a pdf file pdf and jpg good, everything else bad. When creating ps file eps good, everything else bad. You may need to convert your image to a suitable type. This is best done when the image is made. 4 Labels, References and Citations Label things you wish to label (theorems etc) via \label{name_of_thing}. Refer to labels like this: Theorem \ref{name_of_thing}. L A TEX will track these references automatically. You can move your theorems (with their labels) around as much as you like and the numbering will still be correct! Task 3 Label and reference the two parts of the Fundamental Theorem (see second paragraph of the Introduction). Citations are also handled automatically. At the end of your document, just before \end{document} insert \begin{thebibliography}{30} and then a few blank lines later \end{thebibliography}. For each paper or book you wish to cite enter a line in the blank lines like so: \bibitem{barr} Isaac Barrow, \emph{some Paper}, Some Journal {\bf 2} (1662), pp 12--15.. To cite this paper type something like this: See Barrow s paper \cite{barr} Task 4. Add the citations to Barrow and Gregory to newton.tex. 5 Being Forceful \\ forces a newline (without indentation). \ makes a one character space. \, makes a small space. \emph{text} emphasizes the text text. \textbf{text} makes the text bold text. \footnote{text} puts the text in a footnote. 2

Task 5 Improve newton.tex with the above commands. http://www.andy-roberts.net/misc/latex/latextutorial7.html discusses L A TEX formatting in more detail. You can get anything you want. But the general rule is not to force L A TEX! 6 Letters Task 6 Load up and run L A TEX on newtonletter.tex. This should be enough to help you write simple letters in L A TEX. 7 Presentations via Beamer Once you have proved a wonderful theorem, written it down in L A TEX and had it checked by your advisor (it s not really true until all three steps have happened!), you will want to discuss your result at seminars and conferences. You may wish to do this via a computer projector. Task 7 Load up and run L A TEX on newtonpresent.tex. This should be enough to help you write simple presentations in L A TEX. Note that each page (or frame) of the presentation is started and ended with: \begin{frame} \frametitle{page Name} \end{frame} 8 Columns Task 8 Deduce from the frame Columns Are Useful how to create columns in a presentation. Switch over the text and diagram. Do you think the text looks better on the left or the right? In general, the eye does not like to track long distances from left to right and back across a page. This is why (printed) newspapers have narrow columns. Its easier to read. 3

This is why columns are good. They also allow us to nicely pair text and diagrams. 9 Lists of Various Kinds We often like to list things. Bullet points are very common in presentations (although they are, in my opinion, over used). Task 8 Experiment with the lists on the Lists are Useful page of the presentation. Try nesting lists to see what happens (not recommended in real life). 10 Uncovering Items Step-by-Step It can be helpful to uncover parts of a page of a presentation in steps. Beamer has a powerful method of achieving this. For simple cases it is quite straight forward. Task 9 Notice that on the frame FTC Test the three items of the list are uncovered one after the other. Look at the L A TEX code for the list. Most of it should look familar from your investigation of lists. But each \item has an added feature: <1-> for example for item 1. This tells beamer to display this item on the first and all subsequent views of this page. Replace the <1-> with <1-2> What happens? How would you make the third item appear on the second and third views? How would you make the second item appear on the second view only? 11 The L A TEX Solution to Graphics: TikZ We can include graphics in a L A TEX document by creating a pdf and \include{}ing it. But I would like to mention that a beautiful solution is to use the package tikz. One advantage is that L A TEX (including math symbols) can be directly incorporated into the diagram. Another is that the text and diagram are together (and not separate files). See http://texample.net/tikz/ for examples of diagrams created using tikz. 4

A comprehensive (readable!) manual is available: http://ctan.mackichan.com/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf 12 Conclusion You now know enough to typeset (beautifully...) a math paper (or class report, or your recitation questions/answers). Your references and citations will be made automatically by L A TEX. You can also create professional looking letters. And you can make presentations which are elegant, colorful, easy to read and understand. Have fun! 5