L A TEX - First Class

Size: px
Start display at page:

Download "L A TEX - First Class"

Transcription

1 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 short intoduction to Latex 2e which is free for download and distribution on Here, we will go through the basic buidling of a L A TEX document and some of the most frequent environments packages and commands. To get a more indepth description of each of the topics covered, please refer the page number provided in the title of each section. 1

2 Contents 1 Why L A TEX Motivation Sectioning and Structure of a L A TEX Article - page Sectioning Subsection Subsubsection Fonts symbols and footnotes Fonts - page Symbols - page 21 and footnotes - page Problem Spacing - page Environments - page Itemize and Enumerate - page Tabular environment - page Bibliography environment - page Mathematical typesetting - page Problem Tagging equations

3 1 Why L A TEX 1.1 Motivation L A TEX is a typesetting program developed to minimize the time spent with formatting a document or article, thereby giving more time to write and research the topic of interest. L A TEX takes over the role of graphic designer and creates the layout for you, all you need to do is to write the commands and text, and then LaTeX produces a pdf-file with your work. With L A TEX, all you need to create a coherent, professional looking homework or thesis, is the knowledge of it s structure and a few commands. Furthermore, there exists a plethora of templates which effectively allow you to type in your text in an already predefined stucture, these you can find for instance at the insitutes website, under the section LaTeX Templates, there is also a number of built in templates available in the L A TEX program. Furthermore, L A TEX allows you to elegantely write mathematical formulas in your text, something that is crucial in Economics and Business but is hard to achieve with a regular word processor. Finally L A TEX allows you to very easily create complex structures such as footnotes, table of contents and bibliographies. 2 Sectioning and Structure of a L A TEX Article - page Sectioning Writing \section{title}, you start a new section, the new section will automatically be enumerated and added to your table of contents (provided of course that you used the \tableofcontents command in your preamble). As you can tell from the syntax, whatever you write in the curly brackets will become you section title, and will appear as such in your section and in your table of contents. Subsections are parts of sections listed under the section in the table of contents. The subsections can be very useful when for instance writing a homework consisting of questions with subquestions such as a) b) c). Subsections are also enumerated and listed in the table of contents automatically: 2.2 Subsection Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet 3

4 sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Please note that you have to run LaTeX two times before the new table of contents is created when adding new sections. In case you do not want to have a section numbered and listed in the table of contents you can simply use a starred command, that is a command with a star after the command name. To see how this works take a look at the following section in the tex file. Starred section Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet sed diam voluptua. At vero eos et accusam et justo et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Finally, there is also a subsubsection which looks like this: Subsubsection Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 3 Fonts symbols and footnotes 3.1 Fonts - page 122 To use different fonts, such as bold and italics, you need to use the appropriate commands, such as makes the text bold and makes it italicized You can try some of the font commands on this text, Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam 4

5 voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 4 Symbols - page 21 and footnotes - page Problem 3 Since many symbols have meanings in LaTex, you can t just write them in your text, for instance if you just write a backslash in your text, LaTeX will think that you are starting a command. However, it is likely that you would want to use backslashes, brackets and soforth in your text, in order to to so you have to use commands. Some of the more useful ones (which also we will use later in the document) are... \, {and }. These are just random examples that we will use in this class, to find exatcly the signs and symbols you are looking for please refer The Comprehensive Latex Symbol List 1. Footnotes are written using the syntax \{footnotetext}. 5 Spacing - page 125 L A TEX does not read skips in the tex file, for instance pressing enter 10 times does not show more than just once, instead you have to use commands and tell L A TEX how much you want to skip and make spaces. The most simple space, the linebreak is easily done with the command \\, for larger vertical spaces, you have to use the command \vspace {}within the braces, you define how large you want your space to be (the space can be defined in pt, cm, mm and so forth) Analogue, L A TEX does not read it if you press the space button ten times, but just once, therefor you need an analogue command for horizontal spaces. This is achieved by using \hspace {}, within the curly brackets, you define the width of your horizontal space. To see how this work, let us make a horizontal space in the Lorem Ipsum text. Lorem ipsum dolor sit amet, consetetur sadipscing sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed elitr, 1 5

6 diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit am. In case you don t want to have to determine the length of your vertical spaces, you can just use a predefined amount using \bigskip and \smallskip :.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptu At vero eos et accusam et justo duo dolores et ea rebum. Stet sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit am. 6 Environments - page 40 Environments are written using the syntax \begin {aaa}text \end {aaa}, the text between begin and end will be treated as you define your environment. For instance, in the beginning of this document, the center environent centered the HU-logo, and as we will se below, the itemize environment makes a list. Environments can be mixed as long as you keep the internal order, i.e \begin {aaa}...\begin {bbb}...\end {bbb}...\end {aaa} 6.1 Itemize and Enumerate - page 40 Here, we see what happens if we use the itemize and enumerate environments. You can use itemize to make simple (unnumbered lists) and enumerate, for enumerated lists. First scentence Second scentence Third scentence 1. First number 2. Second number 3. Third number 6

7 6.2 Tabular environment - page 42 Now, let s see how we can build tables using the tabular environment in L A TEX. Tabular allows you to typeset tables using vertical ( \cline ) and horizontal (\hline ) lines. The syntax, when using the tabular envionment is, \begin {tabular}[pos]{table spec}. In table spec, you define the style of your table, r, l and c tells L A TEX where to align the text (right left cetner). The [pos ]argument allows you to position you table in the top, bottom or center and can be defined as t,b or c. Furthermore, & jumps to the next column, creates an horizontal line and \cline {i j }creates a partial line extending over the i j columns. 7CO hexadecimal 3700 octal 1110 binary hej hejda 1984 decimal Hello Paste Your Text Here Make A Table Using This Example Bye 6.3 Bibliography environment - page 83 You can build your list of reference in L A TEX simply by using: \begin{thebibliography}{} environment command. In the second pair of curly brackets you define the max number of resources you will use, so inserting 99 for instance means you will use maximum 99 sources. Each item, that is reference, is put in using the syntax \bibitem [label]{marker}. You choose a marker for each source, here we choose pa and cd and ja, so that you can cite your sources using the cite command - written \cite. It is optional to label your sources, if you do not choose a label, they will be automatically enumerated. Partl [1] has proposed that... but on the other hand, Dickens [2] has proposed that... however, Austen [3] claimed that.... Finally, [otto], claims in her novel that... References [1] H. Partl: German Tex, TUG Boat Volume -9, Issue 1 (1988) [2] C. Dickens: Oliver Twist [3] J. Austen: Pride and Prejudice 7

8 [otto] Otto Normalverbracuher: Das Verbrauch 7 Mathematical typesetting - page Problem 3.1 Use the ams-math package (in the preamble) to write mathematical formulas. There are different ways of writing formulas either you can write a fomula with the equation environment, in which case the equation will stand on it s own and be automatically enumerated: a 2 + b 2 = c 2 (1) Or to write an equation in the middle of a text, use the dollar sign, for instance : a 2 + b 2 = c 2. A third option for writing equations, is to have them stand on their own but not have them be enumerated, this is made with \[... \]. For instance you can write the same equation as before using a 2 + b 2 = c 2 Let s take a look at some of the most common and useful math commands: In order to write greek letters, just use \and the name of the letter, for instance (using writing equations by dollar sign notation) γ, if you want capital gamma just go Γ. To create exponents and subscripts, use ˆ and respectively. Furthermore, you write the squareroot using the \sqrt command, summation operator using the \sum command, limes operator using the \lim \frac for writing fractions and so forth. Since most math commands only have an impact on the character standing next to the command, you have to bundle characters with{... }, if you want the command to work on all of them. For intstance writing x 2 22 is not the same as writing x 222. To see how all of this comes together we can look at a few examples: e = m c 2 (2) n I k = 0 (3) k=1 I D = I F I R (4) sin x lim x 0 x = 1 (5) As you can tell (looking at the tex file), using the summation operator, we put the lower limits in the first pair of curly brackets using underscore 8

9 and the upper limit in the second using ˆ and finally we write the function we want to sum. Similarily, for expressing a fraction, we put the numerator (in this case sin x) in the first pair of curly brackets and the denominator (x) in the second. Upper and lower limits are generally expressed using underscore and ˆ respectively, for another example, lets look at the integral operator, 8 5 There are differences when writing in text mode, and math mode, for instance all letters within mathmode, will be considered as variables by L A TEX, so if you want to enter usual text within your math formulae, you need to add a specific command for this, \text {... }. To see how this works, look at the example on page 52 which we will use here: x R : x 2 0 x 2 0 for all x R 7.2 Tagging equations You can also tag equations using \label {... }so that you can refer to them later in text using \eqref {label}. a 2 + b 2 = c 2 (6) Einstein says He didn t say This is a refernce to (7) E = mc 2 (7) = 3 (8) 9

First Diploma Unit 10 Client Side Web. Week 4 CSS and Images

First Diploma Unit 10 Client Side Web. Week 4 CSS and Images First Diploma Unit 10 Client Side Web Week 4 CSS and Images Last Session CSS box model Concept of identity - id This Session External style sheets Using CSS in conjunction with images Introduction External

More information

Media Information: Online Advertising HANNOVER MESSE

Media Information: Online Advertising HANNOVER MESSE Media Information: Online Advertising HANNOVER MESSE 2018 www.hannovermesse.de/en Advertising options an overview 2 Advertising option Placement Page Advertising on website Sponsored post Homepage and

More information

Functional Design for Developer Documentation. Ulrike Parson

Functional Design for Developer Documentation. Ulrike Parson Functional Design for Developer Documentation Ulrike Parson 1 Expectations What is developer documentation? Documentation written for software engineers Explains how to program/customize a specific application

More information

Magic File Manipulator 2

Magic File Manipulator 2 Magic File Manipulator 2 Description of Functions Version 0.03 system-99 user-group Last Manual Edit: 2017-10-17 Translation by Bob Carmany Actual versions at system-99 user-group Seite 2 Table of Contents

More information

Interaction with Interconnected Data in Participatory Processes

Interaction with Interconnected Data in Participatory Processes F O R S C H U N G A N F A C H H O C H S C H U L E N Interaction with Interconnected Data in Participatory Processes Lars Schütz lars.schuetz@hs-anhalt.de Anhalt University of Applied Sciences, Dept. of

More information

[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='avborder-fat'

[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='avborder-fat' [av_section min_height='75' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style=''

More information

UMST Brand Guidelines

UMST Brand Guidelines UMST Brand Guidelines Introduction Welcome to the UMST (University of Medical Sciences and Technology) brand guidelines. These guidelines are used to produce collateral associated with UMST University.

More information

An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part I)

An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part I) An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part I) Nicolas Fillion Department of Philosophy Simon Fraser University nfillion@sfu.ca www.nfillion.com 1 Conceptual foundations

More information

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model First Diploma Unit 10 Client Side Web Week 4 -The CSS Box model Last Session CSS Basics Fonts Real world site This Session CSS box model Concept of identity -id The CSS box model represents every element

More information

Design elements. Brand Identity Guidelines v 1.0 June 2018

Design elements. Brand Identity Guidelines v 1.0 June 2018 Design elements Brand Identity Guidelines v 1.0 June 2018 Table of contents Return to table of contents ebill Design elements v1.0 2 1. Logo and Clear space 1.1 Sizes 1.2 Position 1.3 Color & background

More information

Developing a Cloud Computing Based Approach for Forensic Analysis using OCR

Developing a Cloud Computing Based Approach for Forensic Analysis using OCR Developing a Cloud Computing Based Approach for Forensic Analysis using OCR Matthias Trojahn, Volkswagen AG, Germany Lei Pan, Deakin University, School of IT, Australia Fabian Schmidt, ISC Gebhardt, Germany

More information

Style guide for all online applications of Hannover Re. 0.0 Introduction

Style guide for all online applications of Hannover Re. 0.0 Introduction Style guide for all online applications of Hannover Re Last update 08.06.2018 0.0 Introduction Hannover Re uses a reduced and unpretentious design which gives the user rapid guidance and facilitates recognition.

More information

Graphic Standards Guide

Graphic Standards Guide Graphic Standards Guide Table of Contents 1. The Importance of Brand Identity 2. Digestive Disease Center Identity 3. Option 1 DDC Identity: Logo Specifications 4. Color Options 5. Applications: Brochure

More information

Key/Value Pair versus hstore

Key/Value Pair versus hstore Benchmarking Entity-Attribute-Value Structures in PostgreSQL HSR Hochschule für Technik Rapperswi Institut für Software Oberseestrasse 10 Postfach 1475 CH-8640 Rapperswil http://www.hsr.ch Advisor: Prof.

More information

HG DIP-40MM-WVN1-18 (BROADLOOM LABEL) HG DIP-30MM-CTNPLY1-18 (BROADLOOM LABEL) dip HOME LABELS PAGE 1 ART: 06/21/2018.

HG DIP-40MM-WVN1-18 (BROADLOOM LABEL) HG DIP-30MM-CTNPLY1-18 (BROADLOOM LABEL) dip HOME LABELS PAGE 1 ART: 06/21/2018. LABELS PAGE 1 30 mm 40 mm 78 mm Care Instructions Wash before first use. Abc. Xyz. RN 29360 30 mm x 78 mm Fold to 39 mm Fold Line HG-5526-1 DIP-30MM-CTNPLY1-18 (BROADLOOM LABEL) 54 mm Care Instructions:

More information

Page Layout with Crop Marks

Page Layout with Crop Marks Page Layout with Crop Marks Zdeněk Wagner http://icebearsoft.euweb.cz Package date: 2012/05/20 Abstract This package was developed as a typographers toolbox offering the most important features for everyday

More information

VISUAL IDENTITY STANDARDS

VISUAL IDENTITY STANDARDS HISTORY OF THE DISTRICT A GUIDE TO VISUAL IDENTITY STANDARDS The establishment of a college for the Coalinga Union High School District was proposed in the spring of 1932. The official beginning of the

More information

Internet of People. Bluepaper: v Independence published by IoP Community. Authors. Contributors. Layout

Internet of People. Bluepaper: v Independence published by IoP Community. Authors. Contributors. Layout Bluepaper: v 2.0 - Independence 22.11.2017 - published by IoP Community Internet of People Byron Blattel, Markus Maiwald Authors Matias Furszyfer, Sarah Klostermair, Dieter Klomfaß, Amon Engemann, Manuel

More information

VISUAL IDENTITY STANDARDS

VISUAL IDENTITY STANDARDS HISTORY OF THE DISTRICT A GUIDE TO VISUAL IDENTITY STANDARDS The establishment of a college for the Coalinga Union High School District was proposed in the spring of 1932. The official beginning of the

More information

view cart Expanded view 2 items in your cart 18 LCD TV MODEL NUMBER $1, LCD TV MODEL NUMBER $1, Subtotal: $3,199.

view cart Expanded view 2 items in your cart 18 LCD TV MODEL NUMBER $1, LCD TV MODEL NUMBER $1, Subtotal: $3,199. cameras & camcorders phones & fax computers appliances building personal care accessories special offers gift ideas > appliances appliances items in your cart 0 Expanded view vacuums Stet clita sea takimata

More information

Dynamic Web Development

Dynamic Web Development Dynamic Web Development The CMP 521 course introduced the development of web sites using hyper text markup language (HTML) and cascading style sheets (CSS). In this section of CMP 621 you will be able

More information

Mikkel Madsen

Mikkel Madsen Mikkel Madsen latex@mikkl.dk After completing this course, you: Have an understanding of what LaTeX is Have an idea of what things can be easily accomplished in LaTeX Know where to look for help DON T

More information

Kerberos Definitive Guide READ ONLINE

Kerberos Definitive Guide READ ONLINE Kerberos Definitive Guide READ ONLINE If looking for a ebook Kerberos definitive guide in pdf form, then you've come to the loyal website. We furnish the utter option of this ebook in doc, epub, DjVu,

More information

COMP496/901: Academic Presentation and Writing Skills Using LaTeX

COMP496/901: Academic Presentation and Writing Skills Using LaTeX COMP496/901: Academic Presentation and Writing Skills Using LaTeX Robert Dale Robert.Dale@mq.edu.au 1 Acknowledgements These slides borrow heavily from similar material by: Jan-Philipp Söhn David Squire

More information

My LaTeX Document. July 7, Introduction 2

My LaTeX Document. July 7, Introduction 2 My LaTeX Document Me July 7, 2017 Contents 1 Introduction 2 2 Exercises 2 2.1 Piecewise defined function...................... 2 2.2 Greek letters............................. 2 2.3 Limits.................................

More information

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

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math Intro to LATEX I 1 1 POLS/CSSS 510, 2012 Intro to LATEX I 1 / 32 Outline 1 Why L A TEX? 2 Programming 3 Document Structure 4 Floats 5 Tables 6 Lists 7 Math Intro to LATEX I 2 / 32 The Complaint This sucks

More information

Graphic Standards Guide

Graphic Standards Guide Graphic Standards Guide Table of Contents 1. The Importance of Brand Identity 2. Chest Disease Center Identity 3. Option 1 CDC Identity: Logo Specifications 4. Color Options 5. Applications: Brochure Covers

More information

Introduction to L A TEX for MCS-236

Introduction to L A TEX for MCS-236 Introduction to L A TEX for MCS-236 Max Hailperin, based on a version by Tom LoFaro September 14, 2011 1 Why L A TEX? L A TEX is a very strange document formatting system. Actually, it is a combination

More information

INTRODUCTION. About This Manual Letter from Larry Heard Who We Are IDENTITY COMPONENTS

INTRODUCTION. About This Manual Letter from Larry Heard Who We Are IDENTITY COMPONENTS THE TOOLS TO PERFORM Manual A INTRODUCTION E PRINT ADVERTISEMENTS A1 A2 A3 About This Manual Letter from Larry Heard Who We Are E1 National Advertisements Regional Advertisement Templates B B1 B2 B3 B4

More information

Ford of Europe September Dealer Stationery. 1 Letterhead 2 Compliment slip 3 Business card. For all applications

Ford of Europe September Dealer Stationery. 1 Letterhead 2 Compliment slip 3 Business card. For all applications Ford of Europe 1 Letterhead 2 Compliment slip 3 Business card Dealer Stationery For all applications Contents 0 Introduction 1 Letterhead 1.0 Examples 1.1 Construction 1.2 Brand Box and name 1.3 Address

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

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

How to L A TEX. George Wong, David Mykytyn. 6 October 2016 How to L A TEX George Wong, David Mykytyn 6 October 2016 1 What is L A TEX? Used in textbooks, journal/conference articles, and lab reports! You provide the material and L A TEX renders according to typographical

More information

Simple Math. Adam Dishaw 2011 September 21. Suppose you want to include some math in your documents. Just follow these basics steps:

Simple Math. Adam Dishaw 2011 September 21. Suppose you want to include some math in your documents. Just follow these basics steps: Simple Math Adam Dishaw 2011 September 21 Suppose you want to include some math in your documents. Just follow these basics steps: 1. Create a new TEX document with the basic requirements (the documentclass

More information

I lllll llllllll Ill lllll lllll lllll lllll lllll

I lllll llllllll Ill lllll lllll lllll lllll lllll I lllll llllllll Ill lllll lllll lllll lllll lllll 111111111111111111111111111111111 US009672293B2 c12) United States Patent Parker et al. (10) Patent o.: (45) Date of Patent: Jun.6,2017 (54) SYSTEMS AD

More information

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

NCSU Linguistics Eric Wilbanks & Jeff Mielke. November 21, An open-source typesetting language used for document mark-up L A TEX Workshop NCSU Linguistics Eric Wilbanks & Jeff Mielke November 21, 2014 1 What is L A TEX? An open-source typesetting language used for document mark-up Used in conjunction with various TEXEditors

More information

TUTORIAL 8: TYPESETTING MATHEMATICAL EXPRESSIONS CHRISTOPHER RARIDAN Abstract. Upon completion of this tutorial, the author should be able to add some mathematical content to his or her paper. In particular,

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

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 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

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

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

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

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

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

Manuscript Title. with Forced Linebreak. Ann Author a) and Second Author b) Authors institution and/or address This line break forced with \\

Manuscript Title. with Forced Linebreak. Ann Author a) and Second Author b) Authors institution and/or address This line break forced with \\ Manuscript Title: with Forced Linebreak Ann Author a) and Second Author b) Authors institution and/or address This line break forced with \\ Charlie Authoring c) Second institution and/or address This

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

Typing Mathematics. Darrin Doud

Typing Mathematics. Darrin Doud Typing Mathematics in LATEX Darrin Doud Darrin Doud Department of Mathematics Brigham Young University Provo, UT 84602 doud@math.byu.edu Copyright c 2018 Version: 0.01 Date: January 31, 2018 Contents 1

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

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

Homework # You ll want to use some LaTeX editor to edit and compile your.tex files Homework # 1 What is LaTeX? LaTeX is a document markup language You prepare a (.tex) document, and compile it into a PDF LaTeX helps make your homework pretty (just like this document!) and makes us happy

More information

StepStone Styleguide. Guidelines for a powerful StepStone Brand. Version:

StepStone Styleguide. Guidelines for a powerful StepStone Brand. Version: StepStone Styleguide Guidelines for a powerful StepStone Brand Version: 2010-06-24 Strong brands have consistent communication. This is why we have created this document for all StepStone marketers. This

More information

Lecture 2: Tables, Figures and Formulæ

Lecture 2: Tables, Figures and Formulæ Federico Cantini (Lib4RI) Module 5: L A TEX Lecture 2: Tables, Figures and Formulæ Unless otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International

More information

Skot Kremen: User Experience Samples. User Experience Examples and Documentation

Skot Kremen: User Experience Samples. User Experience Examples and Documentation Skot Kremen: User Experience Samples CREATOR Skot Kremen DESCRIPTION User Experience Examples and Documentation Wireframes Wireframe Single Menu Item (preferred) 3 4 5 6 7 8 9 0 3 4 5 6 7 8 9 0 3 4 Menu

More information

ApacheCon EU Apache Zest. COP Composite Oriented Programming. October 2 nd, 2015 Jiri Jetmar, CEO Smartnerds GmbH Paul Merlin, Title/Role here

ApacheCon EU Apache Zest. COP Composite Oriented Programming. October 2 nd, 2015 Jiri Jetmar, CEO Smartnerds GmbH Paul Merlin, Title/Role here ApacheCon EU 2015 Apache Zest COP Composite Oriented Programming October 2 nd, 2015 Jiri Jetmar, CEO Smartnerds GmbH Paul Merlin, Title/Role here Agenda What is Apache Zest? Zest Libraries & App Building

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

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

SUMMARY OF DESIGN CHOICES

SUMMARY OF DESIGN CHOICES SUMMARY OF DESIGN CHOICES Company Name The name is a Hawaiian word that means to go, move. As a new start up application development company, the name fit as Tech designs applications for people on the

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

L A TEX for Psychological Researchers

L A TEX for Psychological Researchers L A TEX for Psychological Researchers Lecture 2: Basics of the L A TEX language Sacha Epskamp University of Amsterdam Department of Psychological Methods 27-01-2015 The L A TEX process.tex pdfl A TEX.pdf

More information

Media Information: Online Advertising DOMOTEX January

Media Information: Online Advertising DOMOTEX January Media Information: Online Advertising DOMOTEX 2018 12-15 January 2018 www.domotex.de/en 2 Advertising options an overview Advertising Option Placement Page Advertising on website Sponsored Post Homepage

More information

Lecture 3-Introduction to Latex (II)

Lecture 3-Introduction to Latex (II) ECON 6009 Graduate Seminar Memorial University of Newfoundland Lecture 3-Introduction to Latex (II) Lecture 0 slide 1 INTRODUCTION How to type math How to make cross-references How to use grouping (for

More information

Typesetting in wxmaxima

Typesetting in wxmaxima Typesetting in wxmaxima 1 Introduction To make your paper look as good as possible you should be familiar with the following: how to format text and create sections (and subsections, etc.), how to typeset

More information

Once-Only Principle Reducing Administrative Burden for Citizens and Businesses

Once-Only Principle Reducing Administrative Burden for Citizens and Businesses Funded by the European Union Once-Only Principle Reducing Administrative Burden for Citizens and Businesses www.scoop4c.eu Tallinn e-governance Conference 2017 and SCOOP4C stakeholder workshop Tallinn,

More information

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection.

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection. Handle MathType User Manual The MathType Window The picture below shows MathType with all parts of its toolbar visible: Symbol palettes Template palettes Tabs Small bar Large tabbed bar Small tabbed bar

More information

LATEX Seminar Week 2 Jonathan Blair & Evan Ott. Document classes, basic math formatting, basic pictures, tables and matrices

LATEX Seminar Week 2 Jonathan Blair & Evan Ott. Document classes, basic math formatting, basic pictures, tables and matrices LATEX Seminar Week 2 Jonathan Blair & Evan Ott Document classes, basic math formatting, basic pictures, tables and matrices 1 Document Classes Used \documentclass before, here are more options: \documentclass{

More information

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

The L Y X Tutorial. by the L Y X Team 1. December 2, them to the LYX Documentation mailing list: The L Y X Tutorial by the L Y X Team 1 December 2, 2016 1 If you have comments on or corrections to this documentation, please send them to the LYX Documentation mailing list: lyx-docs@lists.lyx.org 2

More information

Doing more with Views. Creating an inline menu

Doing more with Views. Creating an inline menu Doing more with Views Creating an inline menu About Me Caryl Westerberg Web Producer Stanford Web Services Views topics we ll cover Contextual Filters Relationships Global: View result counter Global:

More information

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

Using L A TEX. A numbered list is just that a collection of items sorted and labeled by number. Using L A TEX About these notes These notes give some starting tips on using L A TEX to typeset mathematical documents. To learn the system at all fully you ll need a proper L A TEX manual, but you can

More information

An Introduction to LATEX

An Introduction to LATEX An Introduction to LATEX Mathematics 23a, Fall 2012 By: Isabel Vogt, Will Rafey, and Neil Gat Last Updated: 13 September, 2012 1 Introduction The simplest way to learn TeX is by example. Copy the heading

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

Homework # (Latex Handout) by Laura Parkinson

Homework # (Latex Handout) by Laura Parkinson 1 Latex Homework # (Latex Handout) by Laura Parkinson Latex helps you make your homework pretty. It makes us happy when you use it. The best way to learn is by example, so here are some examples of pretty

More information

3. Graphic Charter / 3.5 Web design

3. Graphic Charter / 3.5 Web design BRAND GUIDELINES I. Introduction SusChem s web presence is one important way to present the European Technology Platform for Sustainable Chemistry to the world and to connect stakeholders, partners, policy

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: 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

Course A, Part 1 Basic Formatting in L A TEX

Course A, Part 1 Basic Formatting in L A TEX Course A, Part 1 Basic Formatting in L A TEX As you become acquainted with L A TEX, you must remember that this is not a piece of word processing software. Neither is it a programming language. Specifically,

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

simpletex Documentation

simpletex Documentation simpletex Documentation Release v0.2.1 Samuel Li Aug 06, 2018 Contents 1 Getting Started 3 2 API Documentation 11 Python Module Index 17 i ii simpletex is a Python library for automatically generating

More information

An Introduction to LATEX

An Introduction to LATEX An to L A TEX Iryna Schlackow Mathematical Institute This talk and other useful L A TEX-related information is available at http://www.maths.ox.ac.uk/help/faqs/latex/ May 21, 2009 An to LATEX The Name

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

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

The Name of the Game. An Introduction to LATEX. Why L A TEX? The Name of the Game The Name of the Game An to L A TEX Iryna Schlackow Mathematical Institute This talk and other useful L A TEX-related information is available at http://www.maths.ox.ac.uk/help/faqs/latex/ TEX is a computer

More information

Introduction to L A TEX

Introduction to L A TEX NMT May 18, 2016 Written by Ian Jones Revised by Caleb Hightower Contents 1 What is L A TEX? 2 2 Your First L A TEX Document 2 2.1 Getting Started............................ 3 3 Document Structure 4 3.1

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

Student Learning Service: Introduction to Latex

Student Learning Service: Introduction to Latex Student Learning Service: Introduction to Latex Dr Morgiane Richard, Oana Matei and Florin Nedelea m.richard@abdn.ac.uk Student Learning Service Updated June 2018 Richard, Matei, Nedelea (U.of Aberdeen)

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

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

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

L A T E X FOSSEE. Department of Aerospace Engineering IIT Bombay. FOSSEE (IIT Bombay) LAT E X 1 / 58 L A T E X FOSSEE Department of Aerospace Engineering IIT Bombay FOSSEE (IIT Bombay) LAT E X 1 / 58 Outline Introduction 1 Introduction 2 Adding Structure 3 Typesetting Text 4 Figures, Tables & Floats 5

More information

Graphic Standards Guide

Graphic Standards Guide Graphic Standards Guide Logo Identity The Luverne identity was created to unify the city s brand embracing the community s progressive thinking to move us into the future. City of Luverne Logo The preferred

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

Workshop: A Simple Introduction to L A TEX

Workshop: A Simple Introduction to L A TEX Workshop: A Simple Introduction to L A TEX Michael P. Fix Susanne Schorpp Georgia State University 142 October 2012 Outline 1 Introduction 2 The Basics 3 Typesetting Text 4 Typesetting Math 5 Tables and

More information

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

L A TEX. COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing. LaTeX. Development. Why? LaTeX A document preparation system Used to typeset a document COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing LaTeX Compiler L A TEX http://en.wikipedia.org/wiki/latex

More information

Researcher Development Unit: Introduction to Latex

Researcher Development Unit: Introduction to Latex Researcher Development Unit: Introduction to Latex Dr Morgiane Richard and Ana Ciocarlan m.richard@abdn.ac.uk Centre for Academic Development Academic Year 2016-2017 M. Richard, A. Ciocarlan (U.of Aberdeen)

More information

UVic Senior s Program: Microsoft Word

UVic Senior s Program: Microsoft Word UVic Senior s Program: Microsoft Word Created by Robert Lee for UVic Senior s Program website: https://www.uvic.ca/engineering/computerscience/community/index.php Opening Microsoft Word: Launch it from

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

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

L A TEX. The Logo. Introduction to L A TEX. Overview. Primary Benefits. Kinds of Documents. Bill Slough and Andrew Mertz The Logo Introduction to L A TEX Bill Slough and Andrew Mertz L A TEX Mathematics and Computer Science Department Eastern Illinois University January 20, 2010 Overview TEX and L A TEX What is L A TEX?

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

Introduction to LAT E X

Introduction to LAT E X Introduction to LAT E X RSI 2006 Staff Contents What is L A T E X?........................................ 1 L A T E X command syntax................................... 2 Starting your L A T E X document...............................

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

2 December NCFE Corporate Guidelines. Introduction

2 December NCFE Corporate Guidelines. Introduction Introduction Introduction How we connect with people through our brand is essential to who we are, and plays a big part in the NCFE experience. We created this document (which is simpler than it looks)

More information

A brief introduction to L A TEX

A brief introduction to L A TEX A brief introduction to L A TEX Chris Bowers October 16, 2007 What is L A TEX? TEX developed late 70 s as typesetting language. L A TEX is a set of macro extensions to TEX It s a document preparation system.

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

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