My LaTeX Document. July 7, Introduction 2

Size: px
Start display at page:

Download "My LaTeX Document. July 7, Introduction 2"

Transcription

1 My LaTeX Document Me July 7, 2017 Contents 1 Introduction 2 2 Exercises Piecewise defined function Greek letters Limits Spacing Some sets Alignment Font modification Size specifiers Style specifiers Coloring Counting Dummy subsubsection Dummy subsubsection Dummy subsubsection Dummy summary Custom counters Theorems Lists Enumerate Itemize Customization Figures 6 4 Tables 7 5 Horizontal Spacing 8 6 Vertical Spacing 8 1

2 7 Custom Macros 9 1 Introduction LaTeX is a document preparation system. When writing, the writer uses plain text as opposed to the formatted text found in WYSIWYG word processors like Microsoft Word, LibreOffice Writer and Apple Pages. The writer uses markup tagging conventions to define the general structure of a document (such as article, book, and letter), to stylise text throughout a document (such as bold and italics), and to add citations and cross-references. A TeX distribution such as TeX Live or MikTeX is used to produce an output file (such as PDF or DVI) suitable for printing or digital distribution. Within the typesetting system, its name is stylised as L A TEX. 2 Exercises Here are some exercises for LaTeX 2.1 Piecewise defined function Try a piecewise defined function: 2.2 Greek letters f(x) = { x 2, x > 0, 0, otherwise Here is an example involving some greek letters: Λ N = N n=0 1 λ n Note that equation looks different in a line: Λ N = N n=0 1 λ n 2.3 Limits Limit will also behave differently in display and in-line modes: 2.4 Spacing It is common to use spaces and negative spaces to fix typesetting problems: η(x) = x 0 f(t) dt for x R 2

3 2.5 Some sets Here are some sets: A = {1, 2, 3, 4, 5}, B = {4, 5, 6, 7, 8}. Then A B = {4, 5} 2.6 Alignment Here is what you can do with align macro: k = 0 x (0) = ( , , ) k = 1 x (1) = ( , , ) r 0 = k = 2 x (2) = ( , , ) r 1 = Here is a matrix: A = Font modification Size specifiers This is a tiny text. This is a scriptsize text. This is a footnotesize text. This is a small text. This is a normalsize text. This is a normal text (without any size specifier). This is a large text. This is a Large text. 3

4 This is a LARGE text. This is a huge text. This is a Huge text Style specifiers This is a normal text (without any style specifier). This is an italic text. This is a bold text. This is a Huge text. This is a small-caps text Coloring 2.8 Counting Dummy subsubsection 1 Dummy content Dummy subsubsection 2 Dummy content Dummy subsubsection 3 Dummy content Dummy summary See for dummy content 3. See for dummy content 1. See for dummy content Custom counters Arabic version is 24 Roman version is xxiv Letter version is x 4

5 2.8.6 Theorems Fact Any offset text in italic style, with a number by which to refer to it, is treated as a theorem by L A TEX. Consequence Definitions, propositions, theorems, corollaries, lemmas, and many other textual elements can all be treated using theorem environments. 2.9 Lists Enumerate 1. Enumerate 2. Itemize 3. Description; Itemize Enumerate Itemize Description; Description First type - Enumerate Second type - Itemize Third type - Description; Nesting 1. Enumerate (a) Numbered items (b) Lettered items 2. Itemize Bulleted items Boxed items 3. Description 5

6 2.9.3 Customization Letters: a) Numbered items b) Roman numeral it c) Letter items Roman: i: Numbered items ii: Roman numeral it iii: Letter items Clubsuit: Numbered items Roman numeral it Letter items 3 Figures 3cm height: Half width: See 1 for more details. 6

7 Figure 1: A scene from the Wind River Range 1 The Wind River Range (or Winds for short), is a mountain range of the Rocky Mountains in western Wyoming in the United States. The range runs roughly NW- SE for approximately 100 miles (161 km). The Continental Divide follows the crest of the range and includes Gannett Peak, which at 13,804 feet (4,207 m), is the highest peak in Wyoming. There are more than 40 other named peaks in excess of 13,000 feet (3,962 m). With the exception of the Grand Teton in the Teton Range, the next 19 highest peaks in Wyoming after Gannett are also in the Winds.[1] Two large National Forests including three wilderness areas encompass Figure 2: A scene from the Wind River Range 2 most of the mountain range. Shoshone National Forest is on the eastern side of the continental divide while Bridger-Teton National Forest is on the west. Both National Forests and the entire mountain range are an integral part of the Greater Yellowstone Ecosystem. Portions of the range are also inside the Wind River Indian Reservation. See 2 for more details. 4 Tables 7

8 Here is a table: Symbol Significance a vertical line, used at the edge of the tabl as a column separator. l left-aligned column c centered column r right-aligned column p{w} a column containing paragraph text with width w, aligned at the top m{w} a column containing paragraph text with width w, aligned in the middle. This requires the array package. b{w} a column containing paragraph text with width w, aligned at the bottom. This requires the array package. Table 1: Table column specifiers Here is another table: Weights (gm) Day of Study Control Low Temp Horizontal Spacing Here is the \double backslash-space macro and some subsequent text. Here is the \qquad macro and some subsequent text. Here is the \hspace with 2cm space and some subsequent text. 6 Vertical Spacing There is a \\after this line. There is a \smallskip after this line. There is a \medskip after this line. There is a \bigskip after this line. There is a \2cm vspace after this line. There are two blank lines after this line. 8

9 And some subsequent text. And more text. 7 Custom Macros This course is Math Mathematical Computing. Since now is 2017 the course is actually Math Mathematical Computing (2017). This is \textbf macro, but you should see italics instead: bold. The minipage is often used to put things next to each other, which can otherwise be hard put together. For example, two pictures side by side, two tables next to a text or a picture or vice versa. The idea behind the minipage command is that within an existing page built in an additional page. By this one has the opportunity to use this new page, for example, set two pictures side by side, then just set two minipages side by side. Here than in Figure 1 is set in the first and Figure 2 in the second minipage. 9

Why is there money? Received Date; Received in Revised Form Date; Accepted Date

Why is there money? Received Date; Received in Revised Form Date; Accepted Date Why is there money? First Author a,, Second Author b a Institute of Far Away Places; b Institute of Even Further Away Places Received Date; Received in Revised Form Date; Accepted Date Abstract The oldest

More information

A Sample L A TEX Document

A Sample L A TEX Document A Sample L A TEX Document Math 300 October 11, 2006 1 Typing Text Since L A TEX is a markup language, any text we type appears on the page, unless it contains one of the nine reserved characters of L A

More information

Report - Extended Font Sizes

Report - Extended Font Sizes Report - Extended Font Sizes The Author The Date Contents I The First Part 2 1 Report - Extended Font Sizes 3 2 Using This Shell 5 3 Headings and Tags 6 3.1 Section........................ 6 3.1.1 Subsection..................

More information

The Title of an Article with Extended Font Sizes

The Title of an Article with Extended Font Sizes The Title of an Article with Extended Font Sizes A. U. Thor The University of Stewart Island December 8, 2006 Abstract We study the e ects of warm water on the local penguin population. The major nding

More information

Electronic Production Guidelines

Electronic Production Guidelines Electronic Production Guidelines Illustrations It is a good idea to check out the draw programs you have available to you before you start drawing the figures for your article. Make sure that you can create

More information

The Title of a Standard LaTeX Article

The Title of a Standard LaTeX Article The Title of a Standard LaTeX Article A. U. Thor The University of Stewart Island November 16, 2005 Abstract We study the e ects of warm water on the local penguin population. The major nding is that it

More information

Title of Your Thesis: Subtitle of Your Thesis

Title of Your Thesis: Subtitle of Your Thesis Title of Your Thesis: Subtitle of Your Thesis A thesis presented by James W. Smith to The Department of Mathematics in partial fulfillment of the requirements for the degree of Doctor of Philosophy in

More information

L A TEX: Online module 2

L A TEX: Online module 2 L A TEX: Online module 2 Venkata Manem Univ. of Waterloo July 22, 2011 Venkata Manem (Univ. of Waterloo) LATEX: Online module 2 July 22, 2011 1 / 28 Topics to be covered Typeface Font size Special characters

More information

Introduction to LATEX

Introduction to LATEX Introduction to L A TEX Department of Statistics, UC Berkeley January 28, 2011 1 Why L A TEX? 2 Basics 3 Typing Math 4 BibTeX 5 More Why L A TEX? Professional typesetting tool offering great control Why

More information

LAT E X week 2: Basics for Writing a Document

LAT E X week 2: Basics for Writing a Document L A T E X week 2: Basics for Writing a Document University of California Berkeley September 13, 2007 Example Latex Document \documentclass{class here} \usepackage{package 1,package 2} \setlength{\oddsidemargin}{0in}

More information

This is page i Printer: Opaque this. The Title of a Book. Dr. Author Jones. The Date

This is page i Printer: Opaque this. The Title of a Book. Dr. Author Jones. The Date This is page i Printer: Opaque this The Title of a Book Dr. Author Jones The Date ii ABSTRACT This document illustrates many features of a mathematics article, but we do not explain the spurious appearance

More information

Outline. Installing LaTeX. Opening TeXShop. Intro to LaTeX. Intro to LaTeX interface Working with text Tabbing and tables Figures Math and equations

Outline. Installing LaTeX. Opening TeXShop. Intro to LaTeX. Intro to LaTeX interface Working with text Tabbing and tables Figures Math and equations Outline UCLA Department of Statistics Statistical Consulting Center interface Working with text Tabbing and tables Figures Math and equations April 23, 2009 Installation Installing LaTeX Opening TeXShop

More information

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

Workshop on LATEX 2ε. Asst. Prof. Dr. Kemal Bagzibagli Department of Economics. 20 May 2015 Workshop on LATEX 2ε Asst. Prof. Dr. Kemal Bagzibagli Department of Economics 20 May 2015 1 Outline 1 Introduction 2 Some L A TEX Features 3 Input File Structure 4 The Layout of the Document 5 Special

More information

Introduction to L A T E X

Introduction to L A T E X to L A T E X Ricky Patterson Big Library 21 Sep 2016 Ricky Patterson Intro to LAT E X 21 Sep 2016 1 / 18 Outline A Basic L A T E X Document \documentclass Packages Caveats Formatting Some L A T E X Examples

More information

L A TEX Class Holiday Inn Fisherman s Wharf San Francisco, CA July Cheryl Ponchin Sue DeMerritt

L A TEX Class Holiday Inn Fisherman s Wharf San Francisco, CA July Cheryl Ponchin Sue DeMerritt L A TEX Class Holiday Inn Fisherman s Wharf San Francisco, CA July 2004 Cheryl Ponchin Sue DeMerritt i Contents 1 Table of Contents 1 Youmayneedtoaddextrainformation... 1 Adding to Contents 1 2 Make an

More information

This is page i Printer: Opaque this. The Title of a Book. Dr. Author Jones. The Date

This is page i Printer: Opaque this. The Title of a Book. Dr. Author Jones. The Date This is page i Printer: Opaque this The Title of a Book Dr. Author Jones The Date ii ABSTRACT This document illustrates many features of a mathematics article, but we do not explain the spurious appearance

More information

The Elements of Theses. Perry H. Disdainful. M.S. (Ed s School of Quantum Mechanics and Mu er Repair Shop) 1989

The Elements of Theses. Perry H. Disdainful. M.S. (Ed s School of Quantum Mechanics and Mu er Repair Shop) 1989 The Elements of Theses by Perry H. Disdainful M.S. (Ed s School of Quantum Mechanics and Mu er Repair Shop) 1989 A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor

More information

The Title of a Book. Dr. Author Jones. The Date

The Title of a Book. Dr. Author Jones. The Date The Title of a Book Dr. Author Jones The Date ii Contents Introduction vii 1 Purpose of this Document 1 2 Sample Mathematics and Text 3 2.1 In-line and Displayed Mathematics................. 3 2.2 Mathematics

More information

Basic L A TEX. what is LaTeX?

Basic L A TEX. what is LaTeX? Basic L A TEX Erik Brunvand what is LaTeX? it s a typesetting markup language it s a set of macros that use TeX to format documents it s a powerful set of formatting commands that includes support for

More information

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

L A TEX Primer. Randall R. Holmes. August 17, 2018 L A TEX Primer Randall R. Holmes August 17, 2018 Note: For this to make sense it needs to be read with the code and the compiled output side by side. And in order for the compiling to be successful, the

More information

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

L A TEX Overview. Jiayi Liu. January 31, Colorado School of Mines 1 L A TEX Overview Jiayi Liu Colorado School of Mines January 31, 2017 Please refer to LATEX WikiBooks and ShareLaTeX.com Documentation for more details. 2 Brief History TEX ( Tech ) A low-level markup

More information

Meeting One. Aaron Ecay. February 2, 2011

Meeting One. Aaron Ecay. February 2, 2011 Meeting One Aaron Ecay February 2, 2011 1 Introduction to a L A TEX file Welcome to LaTeX. Let s start learning how to use the software by going over this document piece by piece. We ll read the output

More information

Learning L A TEX. Patrick Lam

Learning L A TEX. Patrick Lam Learning L A TEX Patrick Lam setting up 1. download a TeX distribution (MiKTeX, MacTeX, etc.) 2. download an editor (Texmaker, WinEDT, XEmacs, etc.) 3. start a.tex file in editor 4. work only in the.tex

More information

Math 291: Lecture 4. Dr. Fagerstrom. Minnesota State University Moorhead web.mnstate.edu/fagerstrom

Math 291: Lecture 4. Dr. Fagerstrom. Minnesota State University Moorhead web.mnstate.edu/fagerstrom Math 291: Lecture 4 Dr. Fagerstrom Minnesota State University Moorhead web.mnstate.edu/fagerstrom fagerstrom@mnstate.edu February 8, 2018 Dr. Fagerstrom (MSUM) Math 291: Lecture 4 February 8, 2018 1 /

More information

Paper guidelines for the 7 th International Congress on Transportation Research

Paper guidelines for the 7 th International Congress on Transportation Research Paper guidelines for the 7 th International Congress on Transportation Research Name Surname 1, 1 Affiliation E-mail: Abstract Each paper should include an abstract of maximum 150 words presenting its

More information

L A TEX - First Class

L A TEX - First Class L A TEX - First Class Siri Isaksson November 4, 2010 Abstract In this first class, we will go over some of the most useful features of Latex, most of the examples of how to use them stem from the Not so

More information

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.

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. L A TEX examples This document is designed to help you see how to produce some mathematical typesetting. The best way to learn how to use L A TEX is to experiment with particular commands. After you have

More information

Kozák Imre, Szeidl György FEJEZETEK A SZILÁRDSÁGTANBÓL

Kozák Imre, Szeidl György FEJEZETEK A SZILÁRDSÁGTANBÓL Kozák Imre, Szeidl György FEJEZETEK A SZILÁRDSÁGTANBÓL MISKOLCI EGYETEMI KIADÓ 2002 Tartalomjegyzék 1. About this Shell 2 2. Features of this Shell 3 2.1. Section.......................................

More information

My Thesis. A Dissertation Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science. A. U.

My Thesis. A Dissertation Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science. A. U. My Thesis A Dissertation Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science by A. U. Thor In Partial Ful llment of the Requirements for the Degree

More information

An Introduction to L A T E X

An Introduction to L A T E X An Introduction to L A T E X 1 Outline 1 Introduction 2 How to Get L A T E X 3 Text Mode 4 Math Modes 5 Document Structure 6 Extra Stuff Introduction 3 4 Introduction Today is November 11, 2009 Introduction

More information

Script for Interview about LATEX and Friends

Script for Interview about LATEX and Friends Script for Interview about LATEX and Friends M. R. C. van Dongen July 13, 2012 Contents 1 Introduction 2 2 Typography 3 2.1 Typeface Selection................................. 3 2.2 Kerning.......................................

More information

The Title of a Book. Dr. Author Jones. Physics Monograph (Editorials C. Ascheron, H. J. Kölsch) Springer-Verlag. The Date

The Title of a Book. Dr. Author Jones. Physics Monograph (Editorials C. Ascheron, H. J. Kölsch) Springer-Verlag. The Date Dr. Author Jones The Title of a Book SPIN Springer s internal project number, if known Physics Monograph (Editorials C. Ascheron, H. J. Kölsch) The Date Springer-Verlag Berlin Heidelberg NewYork London

More information

The Full Title of an AMS Book or Monograph. Dr. Arthur Ulysses Thor Millennium Edward Two

The Full Title of an AMS Book or Monograph. Dr. Arthur Ulysses Thor Millennium Edward Two The Full Title of an AMS Book or Monograph Dr. Arthur Ulysses Thor Millennium Edward Two (A. U. Thor) Author address line 1, Author address line 2 Current address, A. U. Thor: Author current address line

More information

L A TEX minicourse. dstowell, mag, sar, scannell,... September Typeset by FoilTEX

L A TEX minicourse. dstowell, mag, sar, scannell,... September Typeset by FoilTEX L A TEX minicourse dstowell, mag, sar, scannell,... September 2003 Typeset by FoilTEX What it is What is L A TEX? a typesetting system for creating high-quality documents allows you to create complex-looking

More information

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

L A TEX Workshop. An Introduction to L A TEX. Rakesh Jana Research Scholar Department of Mathematics IIT Guwhati L A TEX Workshop An Introduction to L A TEX Rakesh Jana j.rakesh@iitg.ernet.in Date: 2018/08/24 Research Scholar Department of Mathematics IIT Guwhati Overview 1. What is L A TEX? 2. First L A TEX document

More information

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

What is LaTeX. Is a document markup language and document preparation system for the TeX typesetting program 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

More information

An Introduction to L A TEX

An Introduction to L A TEX An Introduction to L A TEX John Hamer John.Hamer@glasgow.ac.uk 24 January 2018 What, how, where? L A TEX is a fine typesetting system. You write your document (paper, report, essay, thesis, poster, book,

More information

Basic Text Formatting with L A T E X

Basic Text Formatting with L A T E X with L A T E X Department of Electrical Engineering June 30th 2010 Special Characters Single quotation marks: left and right Double quotation marks: two single left quotes and two single right quotes or

More information

Sample L A TEX Style Guide for European Journal of Pure and Applied Mathematics

Sample L A TEX Style Guide for European Journal of Pure and Applied Mathematics EUROPEAN JOURNAL OF PURE AND APPLIED MATHEMATICS PRE-PUBLICATION SUBMISSION DOCUMENT ISSN 1307-5543 www.ejpam.com Sample L A TEX Style Guide for European Journal of Pure and Applied Mathematics Bariş Kiremitçi

More information

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

Introduction to LaTex 2ε. Based on The Not So Short Introduction to LaTeX 2ε by Tobias Oetiker et al., April 2001 Introduction to LaTex 2ε Based on The Not So Short Introduction to LaTeX 2ε by Tobias Oetiker et al., April 2001 Contents Things you need to know Typesetting text Typesetting Mathematical Formulae Specialties

More information

Math 235: Introduction to LaTeX

Math 235: Introduction to LaTeX Math 235: Introduction to LaTeX The LaTeX word processing system was built to do mathematical typesetting. It is different than word processors; in LaTeX you type in text and typesetting commands, then

More information

This is a paragraph. It's quite short.

This is a paragraph. It's quite short. Structure A ReStructuredText Primer From the outset, let me say that "Structured Text" is probably a bit of a misnomer. It's more like "Relaxed Text" that uses certain consistent patterns. These patterns

More information

A L A T E X quick start

A L A T E X quick start 1 A L A T E X quick start 1.1 A first example When you meet a new computer language (and TEX is a language, although not a very general purpose one) the first thing to do is to write a program that outputs

More information

Style template and guidelines for SPIE Proceedings

Style template and guidelines for SPIE Proceedings Style template and guidelines for SPIE Proceedings Anna A. Author1 a and Barry B. Author2 b a Affiliation1, Address, City, Country; b Affiliation2, Address, City, Country ABSTRACT This document shows the

More information

Introduction to LaTeX. Paul Fodor Stony Brook University

Introduction to LaTeX. Paul Fodor Stony Brook University Introduction to LaTeX Paul Fodor Stony Brook University http://www.cs.stonybrook.edu/~cse215 LaTeX TeX is essentially a Markup Language (like HTML, CSS, JSON, XML and RTF) TeX written by Donald Knuth in

More information

L A TEXInstallation and Introduction

L A TEXInstallation and Introduction L A TEXInstallation and Introduction Andrew McAllister Society of Physics Students September 21st, 2011 Andrew McAllister (SPS) LATEXIntro September 21st, 2011 1 / 22 What is L A TEX? L A TEXis a typesetting

More information

A Short Introduction to L A TEX

A Short Introduction to L A TEX A Short Introduction to L A TEX David J. Eck October 22, 2003 Abstract This paper is a very short introduction to the essentials of L A TEX, a document-preparation system that is an alternative to typical

More information

A Short L A TEX Introduction

A Short L A TEX Introduction A Short L A TEX Introduction Dr Will Hossack School of Physics & Astronomy tele: 50-5261 Will.Hossack@ed.ac.uk February 2016 What is L A TEX L A TEX(being Layman s-tex) is a text-formatting mark-up language,

More information

LaTeX A Tutorial. Mohsen Alimomeni, 2010

LaTeX A Tutorial. Mohsen Alimomeni, 2010 LaTeX A Tutorial Mohsen Alimomeni, 2010 How to pronounce LaTeX? (Lah-tek, or Lay-tek) A typesetting program, not a word-processor Designed for producing beautiful books, thesis, papers, articles... (Springer

More information

GENERAL INFORMATION INSTRUCTIONS FOR MANUSCRIPT SUBMISSION

GENERAL INFORMATION INSTRUCTIONS FOR MANUSCRIPT SUBMISSION GENERAL INFORMATION ROMANIAN JOURNAL OF PHYSICS is a publication of the Romanian Academy. The journal was first published in 1992, as a continuation of the former REVUE ROUMAINE DE PHYSIQUE (established

More information

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 1. Latex installation and text editors 1.1. Installation. Install Latex in your virtual machine with the following command. sudo apt get install texlive Note

More information

Guidelines for ETNA manuscripts 1

Guidelines for ETNA manuscripts 1 Guidelines for ETNA manuscripts 1 1 General formatting guidelines A manuscript for ETNA must be written in English. It may be in color provided it is equally readable when displayed in black and white.

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

CS 189 L A TEX and Linux: Displaying Text

CS 189 L A TEX and Linux: Displaying Text CS 189 L A TEX and Linux: Displaying Text (1) Robert S. Laramee Computer Science Department School of Physical Sciences Swansea University February 21, 2008 (1) Robert S. Laramee CS 189 LATEX and Linux:

More information

How to get started in L A TEX

How to get started in L A TEX very How to get started in L A TEX Florence Bouvet Department of Economics Sonoma State University March 26, 2009 1 / 29 Introduction very L A TEX is a document preparation system for high-quality typesetting.

More information

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

عمادة البحث العلمي جامعة الملك سعود عمادة البحث العلمي جامعة الملك سعود Introduction to Latex A very quick look at typesetting documents Dr. Amal Almohisen (based on slides by Andrei Gurtov ) Introduction Essentially a Markup Language (like

More information

Basic commands. Katja Barnickel

Basic commands. Katja Barnickel Basic commands Katja Barnickel katja.barnickel@uni-leipzig.de L A TEX for Linguists Doktorandenforum 2015 03.03.15 Contents 1 Text formatting 2 1.1 Special characters.....................................

More information

A quick guide to L A TEX

A quick guide to L A TEX A quick guide to L A TEX L A TEX is more of a programming language. The text you produce in your input file will look almost completely different from the final result in print. This requires knowledge

More information

SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM

SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM 1 SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM Tatsuya Hagino hagino@sfc.keio.ac.jp slides URL https://vu5.sfc.keio.ac.jp/sa/login.php 2 Text Formatting System Text Formatting Print out document nicely

More information

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved.

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved. 4D Write User Reference Mac OS and Windows Versions 4D Write 1999-2002 4D SA/4D, Inc. All Rights reserved. 4D Write User Reference Version 6.8 for Mac OS and Windows Copyright 1999 2002 4D SA/4D, Inc.

More information

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

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016 THIS IS AN INTRODUCTION TO LaTeX Introduction to Latex Jimmy Broomfield University of Minnesota, November 7, 2016 1 / Jimmy Broomfield Introduction to LaTeX 1/22 22 Outline Introduction Installation Getting

More information

Using SIAM s Book Class

Using SIAM s Book Class Using SIAM s Book Class John Rogosich Techsetters, Inc October 22, 2003 Contents 1 Introduction 1 2 The Document Preamble and Class Options 2 3 Frontmatter 4 31 TableofContents 4 32 Preface 4 33 Optional

More information

LaTeX. Information Literacy II EN(IL2) Course

LaTeX. Information Literacy II EN(IL2) Course LaTeX Information Literacy II EN(IL2) Course Previous Lecture Saving plots to file Customizing plots Bar and pie charts Today Introduction to Latex - Basic commands - Structure of the document - Mathematical

More information

19. Bulleted and Numbered Lists

19. Bulleted and Numbered Lists Kennesaw State University DigitalCommons@Kennesaw State University Sexy Technical Communications Open Educational Resources 3-1-2016 19. Bulleted and Numbered Lists David McMurray Follow this and additional

More information

Introduction to Latex. A workshop by Dr. Ala Eshmawi

Introduction to Latex. A workshop by Dr. Ala Eshmawi Introduction to Latex A workshop by Dr. Ala Eshmawi Introduction TeX is essentially a Markup Language (like HTML, XML and RTF) TeX written by Donald Knuth in 70 s A revolution in typesetting Latex is an

More information

Formatting with LaTeX

Formatting with LaTeX Formatting with LaTeX Zuyuan Wang School of Mechanical Engineering Purdue University wang1707@purdue.edu June 23, 2016 Seminar @ SURF 2016 About the SURF GAs Formatting with LaTeX (02/35) 06/23/2016 Purdue

More information

ShortCourseOfL A T E X Lecture I

ShortCourseOfL A T E X Lecture I ShortCourseOfL A T E X Lecture I LukaG.Poniatowski ½ ¾ ½ DepartmentofPhysics,FacultyofExactandNaturalSciences, Tbilisi State University ¾ AbastumaniAstrophysicalObservatory, Ilia State University August

More information

Creating a Newsletter

Creating a Newsletter Chapter 7 Creating a Newsletter In this chapter, you will learn the following to World Class standards: Setting the Margins Changing the Font and Font Size Inserting a Table Inserting a Picture Adding

More information

Detailed Format Instructions for Authors of the SPB Encyclopedia

Detailed Format Instructions for Authors of the SPB Encyclopedia Detailed Format Instructions for Authors of the SPB Encyclopedia General Formatting: When preparing the manuscript, the author should limit the use of control characters or special formatting. Use italics

More information

Writer 5.4 Guide. Chapter 12 Lists: Tips and Tricks

Writer 5.4 Guide. Chapter 12 Lists: Tips and Tricks Writer 5.4 Guide Chapter 12 Lists: Tips and Tricks Copyright This document is Copyright 2017 by the LibreOffice Documentation Team. Contributors are listed below. You may distribute it and/or modify it

More information

David Helmbold, October 2005, Revised October 2007

David Helmbold, October 2005, Revised October 2007 Short Intro to LATEX David Helmbold, October 2005, Revised October 2007 Goals: Introduce L A TEX... so you can read/edit L A TEX source... and use manual as reference rather than reading it Outline: 1.

More information

Getting Started with L A TEX

Getting Started with L A TEX Getting Started with L A TEX This document is designed to help you see how to produce some mathematical typesetting. The best way to learn how to use L A TEX is to experiment with particular commands.

More information

Latex Manually Set Font Size For Tables

Latex Manually Set Font Size For Tables Latex Manually Set Font Size For Tables I would like to set my table to font 10pt. Here is my coding /begin(table)(h) /resizebox(/textwidth)(!)(% /begin(tabular)(/l/l/l/l/l/) /hline & A & B & C & D //

More information

Latex Tutorial. CIS400 Senior Design 9/5/2013

Latex Tutorial. CIS400 Senior Design 9/5/2013 1 Latex Tutorial CIS400 Senior Design 9/5/2013 2 Outline Introducing TeX/LaTeX Benefits and potential difficulties Installation and use on Unix/Mac/Windows Compiling PDF documents from LaTeX Basic document

More information

Guide to using L A TEX

Guide to using L A TEX Guide to using L A TEX Andrew Stevens, UC Berkeley 1 What is L A TEX, and why use it? L A TEX (pronounced LAH-tekh or LAY-tekh) is a language and document preparation system for typesetting. L A TEX is

More information

Zeppelin Website Content Manager User Manual

Zeppelin Website Content Manager User Manual Zeppelin Website Content Manager User Manual 1. Introduction Zeppelin Website Content Manager is made for maintaining and editing the content of the website easily. Most of the contents inside the website

More information

Become a L A TEX Guru

Become a L A TEX Guru Become a L A TEX Guru 1 Many thanks to Michele, who was my coteacher for this class for Splash 2009 1. Log in using the username sipb2 and the password hsspmonster 2. Once you are logged on, type sudo

More information

A Brief Introduction to L A TEX

A Brief Introduction to L A TEX 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

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Henrik Thostrup Jensen September 29 th 2006 1 About What is L A TEX How does it work Exercises Fetch slides and work from them Not everyone works with same speed/focus First a topic

More information

A Grasshopper s Approach to L A TEX

A Grasshopper s Approach to L A TEX A Grasshopper s Approach to L A TEX JHB Deane and S Reich Updated by PJ Aston February 1, 2011 Contents 1 Introduction 2 2 Winshell 2 2.1 Editor Commands..................................... 2 2.2 Processing

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

GROUP ASSIGNMENT. L A TEX Assignment 1/3

GROUP ASSIGNMENT. L A TEX Assignment 1/3 GROUP ASSIGNMENT L A TEX Assignment 1/3 GROUP ASSIGNMENT L A TEX Assignment 1/3 create a report in L A TEX about all the homework of the previous lectures the Report should have the following elements

More information

My Mathematical Thesis

My Mathematical Thesis My Mathematical Thesis A. Student September 1, 2018 Abstract An abstract is a paragraph or few that gives the reader an overview of the document. Abstracts are commonly found on research articles, but

More information

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

LATEX Workshop. Yi Liu Chen SUNY Geneseo PRISM Math Club. February 6, Wordmark Reversed Geneseo Wordmark Style Guide 4 Yi Liu Chen SUNY Geneseo PRISM Math Club February 6, 2019 Outline L A TEX Environment The Basics Mathematics SUNY Geneseo PRISM Math Club 2 BDA/MBS and Math/Physics People People taking BDA (BIOL250) or

More information

Paul Gartside. March 2, 2013

Paul Gartside. March 2, 2013 SIAM L A TEX Workshop: First Steps Paul Gartside March 2, 2013 1 Introduction Today you are going to take the first steps in learning how to create beautiful mathematical documents using L A TEX (or review

More information

CS 189 L A TEX and Linux: Text in Boxes

CS 189 L A TEX and Linux: Text in Boxes CS 189 L A TEX and Linux: Text in Boxes (1) Robert S. Laramee Computer Science Department School of Physical Sciences Swansea University March 4, 2008 (1) Robert S. Laramee CS 189 LATEX and Linux: Text

More information

Creating Accessible Word Documents

Creating Accessible Word Documents Creating Accessible Word Documents 1 of 11 Creating Accessible Word Documents Contents 1. General principles... 1 2. Styles/ Headings... 2 3. Table of Contents... 3 Updating a Table of Contents... 5 4.

More information

Learning LaTeX: The Basics

Learning LaTeX: The Basics Learning LaTeX: The Basics The best way to learn LaTeX is by trial and error, with a lot of experimenting, and using other people s.tex files as a model. Google is also a good source: for example, googling

More information

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS IMPORTANT NOTES: All camera-ready submissions must be submitted electronically via the conference management system (Easy Chair)

More information

Introduction to MCS 220 and L A TEX

Introduction to MCS 220 and L A TEX Introduction to MCS 220 and L A TEX Tom LoFaro August 28, 2009 1 Introduction to MCS 220 MCS 220, Introduction to Analysis, carries a WRITD (writing in the discipline) designation. What this means to you

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Yuval Carmel Ben-Gurion University June 30, 2009 Yuval Carmel (Ben-Gurion University) Introduction to LATEX June 30, 2009 1 / 40 Introduction L A TEX is not a word processor! Word,

More information

CONTENT MANAGEMENT SYSTEM (CMS) MANUAL

CONTENT MANAGEMENT SYSTEM (CMS) MANUAL t CONTENT MANAGEMENT SYSTEM (CMS) MANUAL JOSEPHPARCHEM JOSEPH PARCHEM: CONTENT MANAGEMENT SYSTEM MANUAL 1 TABLE OF CONTENTS Introduction... 3 Login CMS Word Processing Browsing Options... 4 Public Site

More information

Assessments for CS students:

Assessments for CS students: Assessments for CS students: Two hours per week lectures, Tuesdays 2-4pm. Three in-semester assignments, with feedback de-coupled from assessment: Assignment 1 Generic paper Assignment 2 Literature review

More information

unformatted text: this is also known as plaintext and enables pages to be created which comprise strings of fixed-

unformatted text: this is also known as plaintext and enables pages to be created which comprise strings of fixed- TEXT REPRESNTATION unformatted text: this is also known as plaintext and enables pages to be created which comprise strings of fixed- sized characters from a limited character set; formatted text: this

More information

Latex Page Number Position Bottom Right

Latex Page Number Position Bottom Right Latex Page Number Position Bottom Right Currently, my document shows all page numbers centered in the bottom (as I need them to be), however for all pages that have a full-page figure the page numbering

More information

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

L A TEX Tutorial. 1 Introduction. 2 Running L A TEX. J. E. Rice. May 2010 L A TEX Tutorial J. E. Rice May 2010 Abstract The purpose of this document is to provide a simple example of how to use L A TEX. Examples of tables, figures, citations, references and math are shown, and

More information

Introduction to L A TEX beamer

Introduction to L A TEX beamer Introduction to L A TEX beamer Lukas Block, Nadja Maraun University of Paderborn June, 2017 Abstract You will learn what L A TEX is and how to use it for presentations. 2/34 Summary Introduction: L A TEX

More information

Lecture 1: Short summary of LaTeX basics

Lecture 1: Short summary of LaTeX basics Laura Konstantaki Lecture 1: Short summary of LaTeX basics Feel at ease with LaTeX Unless otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, which means

More information

Setting Up a Paper in APA Style Using Microsoft Word 2008 for MACs

Setting Up a Paper in APA Style Using Microsoft Word 2008 for MACs Setting Up a Paper in APA Style Using Microsoft Word 008 for MACs Open Microsoft Word 008. By default Word opens a new blank document. It is easiest if you create all of these settings before you begin

More information

Formatting Text. 05_Format rd July 2000

Formatting Text. 05_Format rd July 2000 05_Format 1.00 23rd July 2000 5 Formatting Text 5.1... Applying Format Effects................................. 52 5.2... Alignment............................................ 53 5.3... Leading..............................................

More information