A Brief Introduction to L A TEX

Similar documents
LaTeX A Tutorial. Mohsen Alimomeni, 2010

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

Formatting with LaTeX

Guide to using L A TEX

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

A Beginner s guide to L A TEX for CSCA67/MATA67. Kohilan Mohanarajan

Typing Mathematics. Darrin Doud

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

Typesetting in wxmaxima

COMS 6100 Class note

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

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

Getting Started in L A TEX

An Introduction to LATEX

Latex Tutorial. CIS400 Senior Design 9/5/2013

Introduction to LATEX

Introduction to Latex. A workshop by Dr. Ala Eshmawi

Introduction to L A TEX

Dec. 27 th, 2010 University of Isfahan

Document Preparation Using L A TEX

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

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

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

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

An Introduction to LATEX

A Short Introduction to L A TEX

Math 395 Homework #1 Due Wednesday, April 12

Basic L A TEX. what is LaTeX?

L A TEX for Psychological Researchers

David Helmbold, October 2005, Revised October 2007

Typesetting Text. Spring 2013 TEX-Bit #1 Math 406

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

Become a L A TEX Guru

A Short L A TEX Introduction

CS 189 L A TEX and Linux: Displaying Text

COMP496/901: Academic Presentation and Writing Skills Using LaTeX

INSTALLING AND USING L A TEX


VERY VERY SHORT GUIDE TO LATEX

Introduction to L A TEX

INTRODUCTION TO L A TEX

Getting started with Latex

Introduction to L A T E X

Using L A TEX Tom Edgar

Introduzione a LaTex. Fabrizio Messina

A Brief Introduction to LaTeX

L A TEX: Eh? What is it, what isn t it, who cares? Andy Caird. LATEX: Eh? p.1/13

An Introduction to L A TEX

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

Learn how to [learn] LATEX

How to get started in L A TEX

A Grasshopper s Approach to L A TEX

An Introduction to LATEX

L A TEX Workshop. Don Brower

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

Introduction to L A T E X

An Interactive Introduction to L A TEX

Assessments for CS students:

Helen Cameron. A Brief Overview of LATEX

T E X and L A T E X Document preparation tools

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

Latex Tutorial 1 L A TEX. 1.1 Text

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

Introduction to L A TEX for MCS-236

How to L A TEX. George Wong, David Mykytyn. 6 October 2016

Effective Programming Practices for Economists

Paul Gartside. March 2, 2013

Course A, Part 1 Basic Formatting in L A TEX

Introduction to MCS 220 and L A TEX

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

Using L A T E X for scientific writing

CSCE 222 Discrete Structures for Computing. LaTeX. Dr. Hyunyoung Lee. !!!!! Based on slides by Andreas Klappenecker

Introduction to LaTeX. Christoph Pickl

Introduction to LaTeX. Paul Fodor Stony Brook University

Introduction to Math in LaTeX

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

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

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

CS 189 L A TEX and Linux: Document Layout and Organization

1 Different Document Classes

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

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

LaTeX in SLATE. Common Symbols. 1. Subscripts & Superscripts Fractions & Roots. 4. Brackets.. 5. Multiline Formulas.. 6. Matrices..

LATEX. Leslie Lamport. Digital Equipment Corporation. Illustrations by Duane Bibby. v ADDISON-WESLEY

Helen Cameron. A Brief Overview of LATEX

Introduction to typesetting with L A TEX

LaTeX. Information Literacy II EN(IL2) Course

Introduction to LaTeX. M&S Talk Series August 16 th, 2016 AH Sheikh

LATEX Workshop. Yi Liu Chen SUNY Geneseo PRISM Math Club. February 6, Wordmark Reversed Geneseo Wordmark Style Guide 4

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

A L A T E X quick start

L A TEXInstallation and Introduction

LAT E X Math Mode. RSI 2007 Staff

Outline. A Sneak Peek

LaTeX and Turing Machines. CS254 Chris Pollett Aug. 30, 2006.

Communicating Mathematics

Introduction to L A TEX

EGR 53L - Spring 2011

Title of Your Thesis: Subtitle of Your Thesis

L A T E X Tutorial. Wanmin Liu August. Department of Mathematics The Hong Kong University of Science and Technology

Transcription:

A Brief Introduction to L A TEX Amanda Kriesel Metropolitan Community College, Nebraska akriesel@mccneb.edu April 7, 2016 Amanda Kriesel (MCC) LaTex April 7, 2016 1 / 17

Table of Contents 1 What is L A TEX? Brief History of L A TEX TypeSetting Program Vs Word Processor 2 Popular Types of L A TEXDocuments 3 Where to Get L A TEX 4 Basic Document Codes Amanda Kriesel (MCC) LaTex April 7, 2016 2 / 17

What is L A TEX pronounced as lay-tek short for Lamport Tex (Leslie Lamport) typetting program similar to a markup language acts as a publishing company s book designer for authors standard for creating mathematical written documents Amanda Kriesel (MCC) LaTex April 7, 2016 3 / 17

Brief History of L A TEX based on Donald E. Knuth s typsetting language of 1977 Donald E. Knuth earned the A.M. Turing Award developed in 1985 by Leslie Lamport As technology advanced, word processors became ubiquitous in typography which negatively impacted published documents, especially in the mathematics community version numbers of TEX converges to π (3.141592653) Amanda Kriesel (MCC) LaTex April 7, 2016 4 / 17

Typesetting Program Vs. Word Processor L A TEX is free L A TEX works well for writing mathematical articles, exams, etc professional look easy to learn standard in mathematics written language community Amanda Kriesel (MCC) LaTex April 7, 2016 5 / 17

Typesetting Program Vs. Word Processor Cont. Amanda Kriesel (MCC) LaTex April 7, 2016 6 / 17

Popular Types of L A TEXDocuments Mathematics Articles Exams Slide Presentation Theorems Bibliography Amanda Kriesel (MCC) LaTex April 7, 2016 7 / 17

Where to get L A TEX To install on a personal computer go to: http://www.ctan.org/ TeXStudio PC TeXShop - Mac To install on a transportable or school device: http://miktex.org/portable Amanda Kriesel (MCC) LaTex April 7, 2016 8 / 17

Basic Document Codes % my first LaTeX file \documentclass{article} % preamble \usepackage{amsmath,amssymb,amsthm} \begin{document} \section{this is a section} \subsection{this is a subsection} First paragraph is here. Second paragraph is here. \end{document} Amanda Kriesel (MCC) LaTex April 7, 2016 9 / 17

Basic Document Codes Enclose all math in dollar signs, as $x^2-2x+1$ to display x 2 2x + 1 For math centered on a line by itself, use double dollar signs: $x^2-2x+1$ to display: x 2 2x + 1 Use caret for superscripts: $x^2$ to display: x-squared ( x 2) Amanda Kriesel (MCC) LaTex April 7, 2016 10 / 17

Basic Document Codes Use underbar for subscripts: $X_2$ to display: X-sub-two (X 2 ) $x^23$ will be x-squared with a 3 right after it ( x 2 3 ), NOT x-to-the-23rd. To have larger exponents, use curly brackets: $x^{23}$ would be x-to-the-23rd ( x 23). Similarly for subscripts. Amanda Kriesel (MCC) LaTex April 7, 2016 11 / 17

Basic Document Codes For writing limits use $$ \lim_{x \rightarrow \infty } 1/x = 0 $$ to display: For implications, use 1 lim x x = 0 \Rightarrow or \Longrightarrow to display: or = For fractions, use \frac{x^2+1}{x^2-2x+1}$ to display: x 2 +1 x 2 2x+1 Amanda Kriesel (MCC) LaTex April 7, 2016 12 / 17

Basic Document Codes For integrals use $\int_a^b f(x)$ to display: b a f (x) For square roots use $\sqrt{x}$ and $\sqrt[n]{x}$ to display: x and n x Greek letters are just spelled out, like \pi to display: π Amanda Kriesel (MCC) LaTex April 7, 2016 13 / 17

Basic Document Codes To display bold text: Bold - \textbf{} To display italix text: Italics - \textit{} To display Blackboard Font text: Math blackboard To display centered text: - \mathbb{} Centering text - \begin{center} \end{center} To display lists or bullets text: \begin{enumerate} \item \end{enumerate} Amanda Kriesel (MCC) LaTex April 7, 2016 14 / 17

More Resources for L A TEX Check out my MCC faculty page under Latex Resources on the left tab. http://faculty.mccneb.edu/akriesel Amanda Kriesel (MCC) LaTex April 7, 2016 15 / 17

References Tobias Oetiker Hubert Partl, Irene Hyna and Elisabeth Schlegl (2014) The Not So Short Introduction to L A TEX2E Free Software Foundation 1995-2011. Leslie Lamport s Home Page. N.p., n.d. Web. 03 Apr. 2016. http://www.lamport.org/ Philip Hirschhorn (2014) Using the exam document class http://www-math.mit.edu/ psh/exam/examdoc.pdf AM Turing (2016) Donald E. Knuth. http://amturing.acm.org Book Designer (2016) The Book Designer http://www.thebookdesigner.com/2010/01/the-trouble-with-word-processors/ eff Ford, Minnesota State University, Mankato Amanda Kriesel (MCC) LaTex April 7, 2016 16 / 17

The End Amanda Kriesel (MCC) LaTex April 7, 2016 17 / 17