What is LaTeX. Is a document markup language and document preparation system for the TeX typesetting program

Similar documents
LaTeX A Tutorial. Mohsen Alimomeni, 2010

Introduction to Latex. A workshop by Dr. Ala Eshmawi

Introduction to LaTeX. Paul Fodor Stony Brook University

An introduction to L A TEX for students

Getting started with Latex

Latex Tutorial. CIS400 Senior Design 9/5/2013

Introduction to typesetting with L A TEX

Effective Programming Practices for Economists

Introduction to LATEX

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

Helen Cameron. A Brief Overview of LATEX

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

L A TEX for Psychological Researchers

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

Using LaTex and BibTex to Write Academic Documents. Ligang He Department of Computer Science University of Warwick

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

Math 235: Introduction to LaTeX

An Introduction to LATEX

Introduction to LATEX

The basics of LaTeX. Cédric Buron. April 25, 2016

Excellent support for mathematical formatting. Automatically downloads/installs missing components as needed Updates somewhat frequently

Basic L A TEX. what is LaTeX?

An Introduction to LATEX

The Name of the Game. An Introduction to LATEX. Why L A TEX? The Name of the Game

LaTeX. Information Literacy II EN(IL2) Course

Helen Cameron. A Brief Overview of LATEX

Typesetting with TEX

An Introduction to L A T E X

A Brief Introduction to L A TEX

How to Prepare Your Paper in L A T E X for IOE Graduate Conference 2017

Research Method and Report Writing Lecture 4: An Introduction to L A TEX

NCSU Linguistics Eric Wilbanks & Jeff Mielke. November 21, An open-source typesetting language used for document mark-up

A Very Brief Introduction to L A T E X MAT 3535

Introduzione a LaTex. Fabrizio Messina

Mikkel Madsen

COMP496/901: Academic Presentation and Writing Skills Using LaTeX

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

Student Learning Service: Introduction to Latex

An Interactive Introduction to L A TEX

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

L A TEX From The Ground Up

An Interactive Introduction to L A TEX. Part 1: The Basics. John Lees-Miller. writel A TEX

L A TEX for Psychological Researchers

GENERAL INFORMATION INSTRUCTIONS FOR MANUSCRIPT SUBMISSION

VERY VERY SHORT GUIDE TO LATEX

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

Dec. 27 th, 2010 University of Isfahan

A Short L A TEX Introduction

Using L A TEX Tom Edgar

LaTeX is essentially a markup language

L A TEX for psychological researchers

Guide to using L A TEX

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

Introduction to L A TEX

Document Preparation Using L A TEX

Citation guide. Carleton College L A TEX workshop. You don t have to keep track of what sources you cite in your document.

1 Obtaining LyX and L A TEX

Introduction to L A TEX

Introduction to L A T E X

Outline. A Sneak Peek

Written & Oral Presentation: Computer Tools

Lecture 3-Introduction to Latex (II)

Formatting with LaTeX

COMS 6100 Class note

L A TEX. The Logo. Introduction to L A TEX. Overview. Primary Benefits. Kinds of Documents. Bill Slough and Andrew Mertz

Math 395 Homework #1 Due Wednesday, April 12

Intro to LaTeX Workshop

LATEX Primer. 1 Introduction (Read Me)

Introduction to L A TEX

An Introduction to L A TEX

Homework # You ll want to use some LaTeX editor to edit and compile your.tex files

PRISM Introduction to L A TEX

Introduction to L A TEX beamer

An introduction to TeX. And other options for producing documents containing mathematics

Lecture 1: Short summary of LaTeX basics

Introduction to L A TEX

Using L A T E X for scientific writing

Learn how to [learn] LATEX

Become a L A TEX Guru

An Introduction to L A T E X

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3

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

L A TEX and Linguistics

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

An Introduction to LATEX

Workshop: A Simple Introduction to L A TEX

Learning LaTeX: The Basics

OER Publishing with LaTeX and GitHub

Abstract A quick intro by examples to the document preparation language L A TEX.

Outline Getting started Editing. LA TE X introduction. Kyle Rawlins. February 26, 2009

Introduction to LaTex 2ε. Based on The Not So Short Introduction to LaTeX 2ε by Tobias Oetiker et al., April 2001

Introduction to L A TEX for MCS-236

Very Short Introduction to LaTeX

Tools for Scientific Writing with LAT E X. Johan Carlson

Introduction to LAT E X

LATEX, BibTEX, and Friends. Robert Buels. Outline. What is LATEX. Using BibTEX LYX the graphical LATEX Managing your BibTEX references Further reading

Formatting your Research Paper with Typeset

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

Getting ready for L A TEX. Alexis Dimitriadis. Version: March 28, 2013

L A T E X Workshop. Bijulal D & Anu Thomas Industrial Engineering and Operations Research Indian Institute of Technology

Transcription:

What is LaTeX LaTeX ( /ˈleɪtɛk/, /ˈleɪtɛx/, /ˈlɑːtɛx/, or /ˈlɑːtɛk/) Is a document markup language and document preparation system for the TeX typesetting program Refers only to the language, not to the editor

TeX TeX Created by Donald Knuth You may already know him for Art of Computer Programming book? Version numbers of his TeX software approach the number π, in that versions increment in the style 3, 3.1, 3.14. 3.141, and so on

LaTeX looks like?

PDF looks like?

Why LaTeX Professional and Uniform output Platform Independent (Windows, Mac, Linux, ) Pre-Set Standard formats Bibliography Management Fast, professional Math typesetting Portable, Compatible, flexible, FREE

More Reasons Never crashes, you never lose your file Can compile big books (more than 70000 pages) You will need it in the future, better to learn and make the best use out of it soon After all it should be better enough that all scholars prefer it in their scientific works!

Where to find LaTeX? You have to get a LaTeX distribution Well there are some out there: Windows: MikTeX, TexLive, Linux: Texlive Mac: MacTeX I prefer TexLive (Called MacTeX on Mac) on all platforms

IDE Any basic Editor can do. But there are some specific editors out there (free and Commercial) Windows: LED (Free) (ugly, but excellent auto-complete), WinEdt, LyX (Free), Mac: TexShop, TextMate, Linux: TexMaker (For all) TexMaker: Cross Platform, Free and seems to work

Try it! On Mac: Install MacTeX, you will have Texshop installed with it On Windows: Install TexLive and then install LED (short for Latex editor), or any other one you feel comfortable Or just use any Text editor (like Notepad++) and then use command prompt

The LaTeX Mechanism

Basic Document Structure

Some Notes The document class name must be one of book, article, or report, OR an extra one you have downloaded and installed (eg thesis, memoir, etc) There are paper size options a4paper and letterpaper and others preamble is where you specify any extra packages

Code

Output

Basic Structure

Code

Output

Code

Output

Commands Always begin with a backslash Case-sensitive Only Letters Some have parameters: Square brackets [ ] after the command name are for optional parameters Curly braces { } after the command name are for required parameters

Environments Many environments available in TeX Used to help format parts of your document Always need \begin{environment name}and \end{environment name}

Itemize environment \begin{itemize} and \end{itemize} Creates an outline using bullet points Items within the section are created by \item Can nest itemize environments within one another

Itemize

Enumerate environment \begin{enumerate} and \end{enumerate} Creates an outline using numbers and letters Items within the section are created by \item Can nest enumerate environments within one another

Code

Output

Code

Output This can happen rarely after you debug the code. (just a demo here) Just Delete the.aux file

Output

Adding Cross-References Easy! Add \label{mylabel} after the sections or subsections or Then use \ref{mylabel} to reference it

Sample

Adding Citations Add them to the bib file or at the end of tex file Get the bib format in google scholar or scientific portals Then use \cite{citationlabel} to cite it!

Finding Them Scholar.google.com

Sample bibtex reference

Adding Citations

Math Equations Mathematical text is placed between $A-B$ Math mode is normally displayed inline Can make some expressions look funny For text within math mode, use \text{ } Math mode uses italics and no spaces between words

Math Commands Superscript and subscript $x^2$ $x_2$ Use curly braces to group any more than one character $x_{\alpha}$ Just Google and learn case by case! Advantage: Typing equations without using mouse!

Equation environment \begin{equation} and \end{equation} Automatically numbers equations Can label equations by \label{name} Centers equation on page Do not need $ within equation environment

Adding Figures

Adding Tables For adding Tables, you may have to Type a lot ;) Want an easy way without learning it first? If you want to include Table from Excel: Use excel2latex http://www.ctan.org/tex-archive/support/excel2latex/ Or you can use LyX to style it and copy the code And try to learn from them

Good News Assignment Template Just put the template files beside your tex file Available here: http://math.ucalgary.ca/~rscheidl/418/latex.html Lets take a look

Assignment Template

Assignment Template

Assignment Template

Assignment Template

References The very short guide to typesetting with LATEX http://math.ucalgary.ca/~rscheidl/418/latex/verysh ortguide.pdf Just Google latex+ your problem