Title. Author 1 Author 2 Author 3. January 23, 2015

Size: px
Start display at page:

Download "Title. Author 1 Author 2 Author 3. January 23, 2015"

Transcription

1 Title Author 1 Author 2 Author 3 January 23, 2015 Abstract Place your abstract here. This document is a template for turning in project and assignment reports for Math 442. In addition, we go over some basic features of L A TEX such as creating sections and subsections, lists of items, numbered lists, equations, matrices, tables and images. Labeling and referencing is demonstrated. Through a basic example, it is shown how to cite and create bibliography. 1 Introduction The introduction goes here. 2 Section Place your text here. 2.1 Subsection Place your text here Sub-subsection Place your text here. Next I will include a list. I don t want to break the list up, so I am going to tell L A TEX to end the page here with the \eject command. Put here comments or information about Author 1, if desired. Put here comments or information about Author 2, if desired. Put here comments or information about Author 3, if desired. 1

2 3 How to place item lists This is an example of an item list. First item. Second item.... Notice that L A TEX broke that list in the middle, which is irritating. To fix this you can put an \eject before the item list to force the end of the page before the item list comes out. This is an example of a numbered list. 1. First item. 2. Second item How to insert equations Equations can be placed within the paragraph; e.g., u t = α 2 u, is the heat equation. Alternatively, one can place equations inline; for example, this is the second order wave equation: To put several equations together, one can do: u tt αu xx = 0. (1) D = ρ, B = 0, E = B t, H = D t + J. (2a) (2b) (2c) (2d) These are Maxwell s equations. One convenient thing about L A TEX is that one can reference the equations by the labels; e.g., equations (2) are the Maxwell s equations and (1) is the wave equation. One can also reference individual equations; e.g., equation (2b) implies the non-existence of magnetic monopoles. Note that the numbering is done automatically. Here s a nice, complicated equation for you. [ sin(x 2 ) + e iπ cos(x) ln(y) tan(x) + x2 y 3 ] exp ( ) 1 = y (3) x 2

3 Floating tables get output wherever L A TEX decides they belong Table 1: The caption for the table goes here. Sometimes captioning a table is important to explain what is going on! 5 How to insert a matrix Here are three ways to write a matrix; the first uses arrays, the second uses the bmatrix environment for a bracketed matrix, and the third uses the pmatrix environment for a matrix in parentheses. A = How to insert a table = = (4) This is an example of a table placed in the text where typed. At the top of the page is an example of a floating table. A floating table may contain a caption describing what is in the table. It may also contain a label so that you can refer back to the table. By default, tables and figures are placed wherever L A TEX considers more convenient. I have requested this table be output to the top of the page. If you want to override the default behavior, you can do so, search Google for information on tables and figures to find out how! The commands for the floating table are below this paragraph. Here I can reference the floating table. It is table 1. You may find it weird that the label for the floating table is in the caption, but if it is put elsewhere, I will get the label for the section, and not for the table. This is a L A TEX bug that we just have to work with. 7 How to insert an image Here I insert an image directly into the text. It normally appears pretty much directly after I type the command to put it in, however there isn t enough room 3

4 to put it on this page, so it will appear on the next page. BUT! After entering this figure, I requested the same figure be input as a floating figure at the top of the page, and that got inserted first. So the figure input directly after this paragraph is underneath the floating figure that I requested come out at the top of the page. NOTE: the axis labels and tics on figures should be readable. These are a little small, but okay. Make sure your graphs are tited, the axes are labeled, that you have a legend if you need one, and that the reader of your report can actually read all of these things. Here is the L A TEX for the floating image. These work much like floating tables. Floating images can be convenient because you can include a caption and a label, so that you can refer to them later, just like floating tables. I can reference my floating figure. It is figure 1. You may find it weird that the label is in the caption, and it is. This is a L A TEX bug. If it isn t in the caption, we will get the label for the section and not for the figure. 8 References In L A TEX one can reference sections, subsections, equations, matrices, tables, figures and others. To reference an entity, one has to first label it and then reference it. See how to make a section in section 2 and a subsection in section 2.1. Also see an example of a table in table 1 and an image in figure 1. 4

5 9 Bibliography Figure 1: Place here information for the figure. One can use BibTeX to create the bibliography and insert citations throughout the paper. This is how to do it: Create a separate file with extension.bib, see file bib.bib, and insert all references in there, following the format in the example. Tip: go to Google scholar, look for the article you want, go to Scholar preferences (top right), select show links to import citation into BibTeX (last option in the bottom), save the preferences, click on import into BibTeX (below of the article s link), copy the information into the.bib file and save it. 9.1 Example on referencing To cite a journal article with one author, see [1]. To cite a journal article with two authors, see [2]. To cite a journal article with three authors, see [3]. To cite a journal article with more than three authors, see [4]. To cite a textbook, see [5]. To cite a website, see [6]. References [1] A.B. Smith, Title of Article, Title of Journal, Volume:Issue (Year) p

6 [2] A.B. Smith and C.D. Jones, Title of Article, Title of Journal, Volume:Issue (Year) p [3] A.B. Smith, C.D. Jones, and E.F. Jackson, Title of Article, Title of Journal, Volume:Issue (Year) p [4] A.B. Smith et al., Title of Article, Title of Journal, Volume:Issue (Year) p [5] K.B. Athreya and P.E. Ney, Branching Processes, Springer-Verlag, New York, [6] Centers for Disease Control and Prevention, Cholera in Haiti, Available at (accessed 22 May 2014). Appendix A This is an unnumbered section. 6

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

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

Citation guide. Carleton College L A TEX workshop. You don t have to keep track of what sources you cite in your document. Citation guide Carleton College L A TEX workshop L A TEX provides powerful facilities for handling bibliographic citations in your documents through the BibTEX and BibL A TEX packages. Like many other

More information

Acadia Psychology Thesis Template Guide

Acadia Psychology Thesis Template Guide Acadia Psychology Thesis Template Guide Last Revised: Oct 14, 2016 The purpose of this guide is to provide information to honours students on how to use our provided template for theses, and on how to

More information

Creating a Google Scholar Account and using BibTeX to import to Faculty180-1

Creating a Google Scholar Account and using BibTeX to import to Faculty180-1 Creating a Google Scholar Account and using BibTeX to import to Faculty180-1 PART 1: Creating a Google Scholar Account Credit: http://blog.impactstory.org/impact-challenge-day-3-google-scholar/ (accessed

More information

Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015)

Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015) NOLTA, IEICE Paper Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015) Name Author1 1a), Name Author2 2, and Name Author3 1 1 Institute of Industrial Science, University

More information

MATLAB for the Sciences

MATLAB for the Sciences A Preliminary Discussion in L A TEX, Part 2 January 6, 2008 Multiple Lines of Equations Just as there was an environment for writing equations, there is an environment for multi-line equations. \begin{eqnarray}

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

An introduction to L A TEX for students

An introduction to L A TEX for students An introduction to L A TEX for students Christopher Hanusa February 17, 2011 Christopher.Hanusa@qc.cuny.edu http://people.qc.cuny.edu/chanusa/ > Talks Pros and Cons of L A TEX Why use L A TEX? Ideal for

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Guillermo Toral & Weihuang Wong MIT September 15, 2017 These slides build on materials from previous years by Dan de Kadt and Elizabeth Keysner, and on The Not So Short Introduction

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

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

<Project Name> Business Glossary

<Project Name> Business Glossary Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square brackets and displayed in blue italics (style=infoblue) is included

More information

looks slightly different when set in display style. (See next section).

looks slightly different when set in display style. (See next section). The remainder of this document is concerned with showing, in the context of an actual document, the L A TEX commands specifically available for denoting the structure of a proceedings paper, rather than

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

6th Asian Academic Society International Conference (AASIC) 2018 PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE

6th Asian Academic Society International Conference (AASIC) 2018 PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE Author 1 (presenting author) first name, last name/surname 1, Author 2 first name, last name/surname 1, Author 3 first

More information

A simple Science Template

A simple Science Template A simple Science Template John Smith, 1 Jane Doe, 1 Joe Scientist 2 1 Department of Chemistry, University of Wherever, An Unknown Address, Wherever, ST 00000, USA 2 Another Unknown Address, Palookaville,

More information

Introduction to LATEX

Introduction to LATEX Introduction to LATEX Jennifer Flegg, September 5 2018 School of Mathematics and Statistics, University of Melbourne Why L A TEX? L A TEX is the mathematical/statistical standard L A TEX looks better than

More information

Matrices. Chapter Matrix A Mathematical Definition Matrix Dimensions and Notation

Matrices. Chapter Matrix A Mathematical Definition Matrix Dimensions and Notation Chapter 7 Introduction to Matrices This chapter introduces the theory and application of matrices. It is divided into two main sections. Section 7.1 discusses some of the basic properties and operations

More information

Report Template. Joe B. Student and Dan Simon * Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio 44115

Report Template. Joe B. Student and Dan Simon * Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio 44115 Joe B. Student and Dan Simon * Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio 44115 May 20, 2004 Abstract Every report should have an abstract. The abstract

More information

A very brief introduction to L A TEX and beamer

A very brief introduction to L A TEX and beamer A very brief introduction to L A TEX and beamer Doug Drinen Summer 2010 Typesetting Equations This is some text with some math right in the middle of a regular paragraph: π 0 x 2 dx = π 3 /3. Look at that!

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, Short Version of a Long Address, City, Country ABSTRACT

More information

L A TEX- Advanced Topics

L A TEX- Advanced Topics L A TEX- Advanced Topics Morag Agmon June 30, 2009 Outline 1 Modular documents 2 Figures 3 Shortcuts and tricks 4 Slides and posters 5 MiKTeX and Technical Issues Outline 1 Modular documents 2 Figures

More information

Typesetting with TEX

Typesetting with TEX Typesetting with TEX Scientific typesetting made easy TEX (rhymes with blecchhh! ) is a technical typesetting system created by Donald Knuth of Stanford University. It is currently used by most physicists,

More information

Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017)

Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017) MATH-GA 2010.001/CSCI-GA 2420.001, Georg Stadler (NYU Courant) Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017) Objectives. This class is for you and you should try to get the most out of

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

Guidelines and Examples for Preparing Math Clinic Report in LaTeX

Guidelines and Examples for Preparing Math Clinic Report in LaTeX Guidelines and Examples for Preparing Math Clinic Report in LaTeX Stephen Billups October 9, 2007 Abstract This document explains how to prepare your Math Clinic Report in LaTeX, and gives some concrete

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

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

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

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

Your dedication goes here

Your dedication goes here Your dedication goes here Preface Here come the golden words place(s), month year Firstname Surname Firstname Surname Contents Part I Part Title Contribution Title Name of Author, Name of Author... 3

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

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

Written & Oral Presentation: Computer Tools

Written & Oral Presentation: Computer Tools Written & Oral Presentation: Computer Tools Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 Course MATH-GA.2840-004, Spring 2018 February 7th, 2018 A. Donev (Courant Institute) Tools

More information

Performing Matrix Operations on the TI-83/84

Performing Matrix Operations on the TI-83/84 Page1 Performing Matrix Operations on the TI-83/84 While the layout of most TI-83/84 models are basically the same, of the things that can be different, one of those is the location of the Matrix key.

More information

A Latex Template for Independent Work Reports Version 2016v3

A Latex Template for Independent Work Reports Version 2016v3 Independent Work Report Fall, 2016 A Latex Template for Independent Work Reports Version 2016v3 Firstname Lastname Adviser: Firstname Lastname Abstract This document is intended to serve as a sample you

More information

MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL

MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL November, 2011 STYLE GUIDE 2 Master of Education follows the APA Publication Manual, 6 th Edition. This style guide

More information

Documenting Your Design

Documenting Your Design Documenting Your Design What are Some Methods for Documenting Your Work? Short Reports (memos) Drawings Design Notebooks Shared Documents Presentations Google site Final Report If you don t write it down

More information

An Interactive Introduction to L A TEX. Part 2: Structured Documents & More. Dr John D. Lees-Miller. writel A TEX.

An Interactive Introduction to L A TEX. Part 2: Structured Documents & More. Dr John D. Lees-Miller. writel A TEX. An Interactive Introduction to L A TEX Part 2: Structured Documents & More Dr John D. Lees-Miller writel A TEX February 27, 2013 Outline Structured Documents Title and Abstract Sections Labels and Cross-References

More information

A GUIDE TO WRITING TECHNICAL REPORTS

A GUIDE TO WRITING TECHNICAL REPORTS A GUIDE TO WRITING TECHNICAL REPORTS Faculty of Engineering and Applied Science Memorial University of Newfoundland Abstract This guide is designed to help you learn how to format and organize a formal

More information

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Procedia Computer Science 00 (2018) 000 000 www.elsevier.com/locate/procedia Information Technology and Quantitative Management (ITQM 2018) Click here, type the

More information

Mif2lyx: Convert FrameMaker MIF files to

Mif2lyx: Convert FrameMaker MIF files to Mif2lyx: Convert FrameMaker MIF files to LYX Pablo Funes pablo@cs.brandeis.edu 1 Introduction I decided to migrate from FrameMaker to L Y X. The Linux FrameMaker demo is expiring on December 31, 2000 and

More information

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

Excellent support for mathematical formatting. Automatically downloads/installs missing components as needed Updates somewhat frequently Overview Why Use L A TEX? L A TEX lets you focus on the content and not how a document looks Excellent support for mathematical formatting Good bibliography management Acquiring L A TEX Windows Linux MiKTeX

More information

LaTeX is essentially a markup language

LaTeX is essentially a markup language Dept of Civil & Environmental Engineering LaTeX is essentially a markup language g You provide LaTeX with a text based document that is part text, part code (kind of like a simple HTML) LaTeX does all

More information

LATEX Primer. 1 Introduction (Read Me)

LATEX Primer. 1 Introduction (Read Me) LATEX Primer 1 Introduction (Read Me) This document is intended to be used as a primer. You are welcome to remove the body of the document and use the headers only. If you actually read this document,

More information

WordTeX. Tom Wildenhain

WordTeX. Tom Wildenhain WordTeX A WYSIPCTWOTCG 1 Typesetting Tool Tom Wildenhain Abstract WordTEX is a plugin for Microsoft Word that attempts the impossible: creating documents that appear to be written in L A TEX while irritating

More information

The Title Goes Here with Each Initial Letter Capitalized

The Title Goes Here with Each Initial Letter Capitalized The Title Goes Here with Each Initial Letter Capitalized Author s Name 1,a),b) and Author s Name 2,3,c) 1 Replace this text with an author s affiliation (use complete addresses). Note the use of superscript

More information

(I m not printing out these notes! Take your own.)

(I m not printing out these notes! Take your own.) PT1420 Week 2: Software Program Design I (I m not printing out these notes! Take your own.) Today we'll be discussing designing programs: Algorithms and errors Flowcharts and pseudocode Sequence structures

More information

BFPA CONFERENCE- POWERPOINT PRESENTATION FORMAT

BFPA CONFERENCE- POWERPOINT PRESENTATION FORMAT BFPA CONFERENCE- POWERPOINT PRESENTATION FORMAT These guidelines are designed to help you prepare a successful conference presentation. PREPARING YOUR POWERPOINT PRESENTATION Please note the following:

More information

Travels in TEX Land: Using memoir for a book

Travels in TEX Land: Using memoir for a book The PracTEX Journal, 2008, No. 4 Article revision 2008/12/10 Travels in TEX Land: Using memoir for a book David Walden Abstract In this column in each issue I muse on my wanderings around the TEX world.

More information

Title of Report. Note: If you have a very long title, it should be. centered and spaced in such a fashion. that it forms a V-shape

Title of Report. Note: If you have a very long title, it should be. centered and spaced in such a fashion. that it forms a V-shape Title of Report Note: If you have a very long title, it should be centered and spaced in such a fashion that it forms a V-shape Name of sponsor Title Company Submitted by Your Name/Team Member Names Date

More information

Table of Contents Headings:... 2 Changing text to a heading... 2 Modifying Style settings for current and future documents... 2

Table of Contents Headings:... 2 Changing text to a heading... 2 Modifying Style settings for current and future documents... 2 Table of Contents Headings:... 2 Changing text to a heading... 2 Modifying Style settings for current and future documents... 2 Navigation Pane... 4 Finding Navigation Pane... 4 Using Navigation Pane...

More information

Preparation of ADSA and IJDE Manuscripts

Preparation of ADSA and IJDE Manuscripts Preparation of ADSA and IJDE Manuscripts http://campus.mst.edu/adsa http://campus.mst.edu/ijde Before submitting your paper to ADSA or IJDE, please follow all instructions as given in this document. If

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

GUIDE TO REFWORKS SKILLS FOR LEARNING

GUIDE TO REFWORKS SKILLS FOR LEARNING SKILLS FOR LEARNING GUIDE TO REFWORKS This workbook will guide you through the following tasks for creating a RefWorks account and entering and editing references: 1. Creating a RefWorks account 2. Adding

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

A L A TEX-Package for IEEE PES Transactions

A L A TEX-Package for IEEE PES Transactions A L A TEX-Package for IEEE PES Transactions Volker Kuhlmann Dept of Electrical and Electronic Engineering Christchurch, New Zealand 20 April 1999 Contents 1 Introduction 1 2 Installation 2 3 Changes from

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

A. Configuring Citavi

A. Configuring Citavi This guide shows how you can best configure Citavi to work with LyX. With Citavi you will generate a BibTeX file that is linked to your LyX document. Citations can then be inserted from Citavi or from

More information

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Physics Procedia 00 (2016) 000 000 www.elsevier.com/locate/procedia 8th International Topical Meeting on Neutron Radiography, ITMNR-8, 4-8 September 2016, Beijing,

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 Robert Dyer Department of Computer Science Iowa State University rdyer@cs.iastate.edu August 27, 2008 Why Use L A T E X? L A T E X lets you focus on the content and not how

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

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Transportation Research Procedia 00 (2016) 000 000 www.elsevier.com/locate/procedia INTERNATIONAL SYMPOSIUM ON TRAFFIC AND TRANSPORTATION THEORY ISTTT22 Click

More information

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Procedia Computer Science 00 (2015) 000 000 www.elsevier.com/locate/procedia The 6th International Conference on Ambient Systems, Networks and Technologies (ANT

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

Manuscript Title: with Forced Linebreak

Manuscript Title: with Forced Linebreak Manuscript Title: with Forced Linebreak Ann Author and econd Author Authors institution and/or address This line break forced with \\ (MUO Collaboration) Charlie Author econd institution and/or address

More information

Hi. I m a three. I m always a three. I never ever change. That s why I m a constant.

Hi. I m a three. I m always a three. I never ever change. That s why I m a constant. Lesson 1-1: 1 1: Evaluating Expressions Hi. I m a three. I m always a three. I never ever change. That s why I m a constant. 3 Real life changes, though. So to talk about real life, math needs things that

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

Insert here, the title of your paper, Capitalize first letter

Insert here, the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Procedia Computer Science 00 (2018) 000 000 www.elsevier.com/locate/procedia International Conference on Computational Intelligence and Data Science (ICCIDS 2018)

More information

A very long title with deep neural networks variants applied on five databases and solving many problems occuring there.

A very long title with deep neural networks variants applied on five databases and solving many problems occuring there. A very long title with deep neural networks variants applied on five databases and solving many problems occuring there. Authors Department, University {author1,author2}@univ.edu Abstract. The abstract

More information

Computational Approach to Materials Science and Engineering

Computational Approach to Materials Science and Engineering Computational Approach to Materials Science and Engineering Prita Pant and M. P. Gururajan January, 2012 Copyright c 2012, Prita Pant and M P Gururajan. Permission is granted to copy, distribute and/or

More information

Environments, Equations, and Tables

Environments, Equations, and Tables Environments, Equations, and Tables David Freund October 13, 2016 1 Environments In L A TEX, environments are sections of code delineated by \begin{stuff} and \end{stuff}. Most text formatting is done

More information

LYX with Beamer and Sweave

LYX with Beamer and Sweave LYX with Beamer and Sweave Ziqian Zhou Department of Statistics University of Iowa February 21, 2012 Outline 1 Introduction to L A TEX and LYX 2 Basic LYX Walkthrough 3 Advanced Topics 4 LYX and Sweave

More information

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Materials Today: Proceedings 00 (2014) 000 000 www.materialstoday.com/proceedings Joint 3rd UK-China Steel Research Forum & 15th CMA-UK Conference on Materials

More information

TITLE OF THE PAPER. PLEASE REPLACE ABOVE XX WITH THE REFERENCE NUMBER OF YOUR PAPER. CENTERED, 14 POINT, CAPITAL BOLD, "TITLE" STYLE

TITLE OF THE PAPER. PLEASE REPLACE ABOVE XX WITH THE REFERENCE NUMBER OF YOUR PAPER. CENTERED, 14 POINT, CAPITAL BOLD, TITLE STYLE DRAFT µflu08-xx TITLE OF THE PAPER. PLEASE REPLACE ABOVE XX WITH THE REFERENCE NUMBER OF YOUR PAPER. CENTERED, 4 POINT, CAPITAL BOLD, "TITLE" STYLE First Name, LastName Mailing address firstname.name@firm.country

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Aravind Ranganathan Graduate Assistant Engineering Library University of Cincinnati r.aravind@gmail.com Workshop Objectives Introduction to L A TEX Hands-on Hello World! Basic Document

More information

Word Processing for a Thesis, based on UEA instructions

Word Processing for a Thesis, based on UEA instructions 1 Word Processing for a Thesis, based on UEA instructions [Word 2013 version] Paper To be A4 size, weight 70 100 g/m 2, which is the standard paper we use in photocopiers and printers at UEA. Word Count

More information

Maths for Signals and Systems Linear Algebra in Engineering. Some problems by Gilbert Strang

Maths for Signals and Systems Linear Algebra in Engineering. Some problems by Gilbert Strang Maths for Signals and Systems Linear Algebra in Engineering Some problems by Gilbert Strang Problems. Consider u, v, w to be non-zero vectors in R 7. These vectors span a vector space. What are the possible

More information

ME 4054W: SENIOR DESIGN PROJECTS

ME 4054W: SENIOR DESIGN PROJECTS ME 4054W: SENIOR DESIGN PROJECTS Week 3 Thursday Documenting Your Design Before we get started We have received feedback from an industry advisor that some of the students on their design team were not

More information

Using RefWorks. Contents

Using RefWorks. Contents Using RefWorks Contents Creating an account and logging in... 2 Importing references into RefWorks... 2 Save to RefWorks:... 2 Direct Export:... 3 Uploading a document or dragging and dropping it:... 6

More information

An Introduction to LATEX

An Introduction to LATEX An Introduction to L A TEX Hands-on workshop University at Buffalo INFORMS Student Chapter October 26, 2016 Agenda Motivation & Intro to LATEX 1 Motivation & Intro to L A TEX Motivation Introduction Getting

More information

1 Obtaining LyX and L A TEX

1 Obtaining LyX and L A TEX A Guide to LyX and L A TEX Based off A Quick Guide to LyX by Jessica Moses 08 October 2011 Many economists (and academics in mathematics-heavy disciplines) use a program called L A TEX to create documents.

More information

A THESIS WITH A LONG TITLE REQUIRING TWO LINES. A Thesis. Presented to. The Faculty of the Department of Mathematics

A THESIS WITH A LONG TITLE REQUIRING TWO LINES. A Thesis. Presented to. The Faculty of the Department of Mathematics A THESIS WITH A LONG TITLE REQUIRING TWO LINES A Thesis Presented to The Faculty of the Department of Mathematics California State University, Los Angeles In Partial Fulfillment of the Requirements for

More information

Objectives. 1 Running, and Interface Layout. 2 Toolboxes, Documentation and Tutorials. 3 Basic Calculations. PS 12a Laboratory 1 Spring 2014

Objectives. 1 Running, and Interface Layout. 2 Toolboxes, Documentation and Tutorials. 3 Basic Calculations. PS 12a Laboratory 1 Spring 2014 PS 12a Laboratory 1 Spring 2014 Objectives This session is a tutorial designed to a very quick overview of some of the numerical skills that you ll need to get started. Throughout the tutorial, the instructors

More information

The LYX Tutorial. by Mohammed M. Kadhum

The LYX Tutorial. by Mohammed M. Kadhum The LYX Tutorial by Mohammed M. Kadhum January 23, 2011 2 Contents 1 Introduction 1 1.1 Welcome to LYX!......................... 1 1.2 What is LYX?........................... 1 1.3 LYX and Other Word Processors.................

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

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

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

How to Make Graphs with Excel 2007

How to Make Graphs with Excel 2007 Appendix A How to Make Graphs with Excel 2007 A.1 Introduction This is a quick-and-dirty tutorial to teach you the basics of graph creation and formatting in Microsoft Excel. Many of the tasks that you

More information

Click here, type the title of your paper, Capitalize first letter

Click here, type the title of your paper, Capitalize first letter Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 00 (2015) 000 000 www.elsevier.com/locate/procedia IETC 2014 Click here, type the title of your paper, Capitalize first

More information

Latex Tutorial 1 L A TEX. 1.1 Text

Latex Tutorial 1 L A TEX. 1.1 Text Latex Tutorial This tutorial was originally prepared by Joel Wein of MIT. You may find it helpful in preparing your notes. Anything I send you in the template file supercedes what is written here. Yishay

More information

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

Abstract A quick intro by examples to the document preparation language L A TEX. Jumpstart LaTeX Bo Waggoner Updated: 2014-09-15 Abstract A quick intro by examples to the document preparation language L A TEX. 1 Overview LaTeX is essentially a programming language that, when executed,

More information

2.9 Linear Approximations and Differentials

2.9 Linear Approximations and Differentials 2.9 Linear Approximations and Differentials 2.9.1 Linear Approximation Consider the following graph, Recall that this is the tangent line at x = a. We had the following definition, f (a) = lim x a f(x)

More information

New RefWorks Guide. Setting up New RefWorks Access RefWorks UTS: LIBRARY

New RefWorks Guide. Setting up New RefWorks Access RefWorks UTS: LIBRARY UTS: LIBRARY New RefWorks Guide Setting up New RefWorks Access RefWorks Go to the library homepage and search the catalogue for RefWorks Click on Available and select New RefWorks Login using your UTS

More information

Guides for Authors :: Version January 2018

Guides for Authors :: Version January 2018 ISSN 2453-6881 {MERAA} Mathematics in Education, Research and Applications Guides for Authors :: Version January 2018 Research in mathematics and related fields Education in mathematics at all types of

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

A Demonstration of the L A TEX 2ε Class File for the Oxford University Press Ltd Journal. First Author 1 and Second Author 2.

A Demonstration of the L A TEX 2ε Class File for the Oxford University Press Ltd Journal. First Author 1 and Second Author 2. Author, F, and S Author (2009) A Demonstration of the LATEX 2ε Class File for the Oxford University Press Ltd Journal, International Mathematics Research Notices, Vol 2009, Article ID rnn999, 6 pages doi:101093/imrn/rnn999

More information

Using Word 2016: A Quick Guide

Using Word 2016: A Quick Guide Using Word 2016: A Quick Guide Prepared by Sali Kaceli http://kaceli.com GETTING STARTED WITH WORD 2016 CREATING A NEW DOCUMENT & THE DOCUMENT GALLERY 1. Open Word 2016 2. Click on Blank Document or click

More information

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

Pimp your thesis: a minimal introduction to L A T E X. 1 / 20 Pimp your thesis: a minimal introduction to L A T E X. Maarten Bransen IC/TC, U.S.S. Proton March 20, 2018 2 / 20 What is L A T E X? Most word processors you may be used to (i.e. Microsoft Word,

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Helen Scharber 1 Introduction In this workshop, we ll be looking at how to create a basic document in L A TEXthat includes some math. There are a few important things to mention

More information