UNIVERSITY OF EDINBURGH

Size: px
Start display at page:

Download "UNIVERSITY OF EDINBURGH"

Transcription

1 L A TEX SHORT COURSE UNIVERSITY OF EDINBURGH 1. Overview By the end of this short course you should be reasonably comfortable with the L A TEX typesetting system, using WinEdt as a front-end and editor. You should be making good use of the standard features of L A TEX, including the sectioning commands, lists and tables, type-setting mathematics, and theorem-like environments. Where appropriate, you should also be able to make use of the cross-referencing facilities provided by L A TEX, including references to numbered equations and sections, and inclusion of a numbered list of references. You should also be happy about including graphical output in your documents Resources. Most people learn how to use L A TEX by typing documents, looking at a manual as needed. I hope you will be happy to pick up L A TEX in this kind of way. The manual I recommend (at least initially) is the Not So Short Introduction to L A TEX2e [4]. The file linalgnotes.tex is a sample L A TEX file, with many comments, which you can use as a crib for looking up how to do things if you can t find what you re looking for in [4]. In order to develop your L A TEX skills, you are strongly encouraged to type a 2 3-page document during the lab session. The task is purely secretarial in nature: you are presented with a PDF file, and must try to write a L A TEX file that will reproduce it. To get started, download the files: linalgnotes.tex, preamble.tex, slide example.tex, nss new.pdf, amsldoc.pdf, equivreln.pdf. Now open WinEdt. 2. Getting started 2.1. WinEdt. You will be using the editor WinEdt to generate your L A TEX documents. The following is a very brief outline of WinEdt. Please experiment with opening the files you ve just downloaded and/or creating some new ones of your own as you read over this subsection. The basic features of WinEdt will probably be familiar from other editors you have used. First of all, to start a new document, click on File and New Date: Updated: December 2,

2 2 UNIVERSITY OF EDINBURGH (or use the keyboard short-cut Ctrl+N). To modify an existing document select Open from the same menu (or use the short-cut Ctrl+O). Don t forget regularly to save your work (Ctrl+S, or Save from the File menu). If you ve created a new document, you ll have to use Save as... to give it a suitable name. One useful feature of WinEdt is the following. Say you re working on file A.tex, and you want to check something in file B.tex. Without quitting A.tex, you can open B.tex, and will appear in a second tab. This allows you to work on two files at once; in particular you can cut and paste text from A.tex to B.tex an vice versa. These tabs can be closed individually from the File menu (or use Ctrl+F4). Under the Edit and Search menus you will find standard and reasonably self-explanatory tools for editing and searching your document. The Insert menu contains some tools that help you to typeset with L A TEX; you can explore these for yourself as the course progresses. We shall not have much use for the Document or Project menus. The Tools menu allows you to access some spell-checking programs: it is worth using these on finished documents, as long as you remember that this spellchecker thinks that American spellings are correct. The Σ button below Tools sets up a GUI (graphical user interface) for commonly used L A TEX symbols; so, for example, when you want to get L A TEX to generate an α you can just select this symbol from the Greek menu which appears between the standard tool-bar and the document. I personally am used to typing everything (e.g., \alpha) but I can see that this GUI system has its advantages, especially at the beginning. Similarly, below Accessories there are buttons that give you the L A TEX commands for bold, italic and teletype fonts. The other buttons we shall be using are the one marked PDFLATEX (on the top row of buttons on the tool bar, towards the right-hand end) and the button with the Adobe Acrobat logo (a curly triangle) on it, just below the PDFLATEX button. The first of these runs the L A TEX processor on the source-file and attempts to produce a PDF file. The second allows you to view (and hence print) the PDF file. I suggest that you open a document (either one of the L A TEX files you have just downloaded, or a new one) and play around with some of these features until you feel confident that you are able to use WinEdt. Notice that if you open one of the L A TEX files, then WinEdt automatically colours some of the characters and symbols that appear. The rationale for this will make much more sense when you know a bit more about L A TEX; then you will see that this colouring is very helpful in checking for possible programming errors. As set up in the labs, you may get an error message when you quit WinEdt. Just click Ignore when this happens Basic structure of L A TEX. I suggest that you now read through of the Not so short guide [4] (either new or old version). This will give you an overview of how typesetting with L A TEX works. The L A TEX files you have downloaded should help to illustrate some of the points made here. In particular, I have put lots of comments in linalgnotes.tex, including page references to the relevant pages or sections of [3].

3 LATEX SHORT COURSE Texing a document. Open linalgnotes.tex and convert it into a beautiful PDF document as follows: Click on the PDFLATEX icon. This directs the processor to convert the source-file to PDF. You will see a window open and some text appear in this window this is the processor s log. If there are no errors in the source-file, this window will disappear again. The processor will grind to a halt with an error message in the log window if there is anything wrong with the source file. Assuming that your document is OK, the Acrobat button immediately below will appear in colour (red); click this button to fire up the Acrobat Reader, which will automatically select the output of the file you ve just processed. This two-step procedure will be the same for all the documents that you will be producing with L A TEX and WinEdt. Note that if your document contains cross-references and/or a bibliography, you will have to run L A TEX at least twice for them to come out right. This procedure is different from that outlined in 1.5 of [3] and [4], which is more adapted to Unix platforms Errors. The colour-coding that WinEdt does automatically makes it relatively easy to spot the more common coding errors even as you are typing. If you process a file with an error in it, the processing will stop, there will be no PDF file, and the log window will show the line of the source-file that it didn t like. A nice feature of WinEdt is that if you now type e followed by Enter, you will find yourself back in the source-file, with the bad line highlighted. In general, the error messages are not too helpful, but you will soon become familiar with the more common ones. Let s go into this process of error-correcting in a little more detail. You ve typed up a L A TEX source-file and have started to tex it. The log window comes up with an error. You return to your source and correct the error. What next? You have a couple of options. It is often worth returning to the log window and hitting Enter; this will tell the processor to carry on as best it can, ignoring the error. Chances are, it will come up with another error, later on, that you will also be able to correct, and so on until it reaches the end of your source-file. Then, texing again, you should have a file free of errors which you ll be able to view. Sometimes, however, an error will have such far-reaching (bad) consequences that the above is not a sensible way to proceed. Then you can quit the processing by typing x followed by Enter in the log window Warning: conflicts between Acrobat and L A TEX. Sometimes, while working on a document and I confess, I am not sure exactly when this happens you will get an error message to the effect that L A TEX cannot write to the PDF file, or the Acrobat Reader is unable to open it. If this happens, check if there is an open log file somewhere (i.e. the processor thinks it s still working on the file) and hit Enter. If this doesn t work, then quit the Acrobat Reader, or at least close the file: click the lower of the two crosses in the top right-hand corner. If this still doesn t clear the problem, save your work, quit WinEdt and start again.

4 4 UNIVERSITY OF EDINBURGH I have only encountered these difficulties when the document has already been texed at least once and the acrobat reader has already been fired up. 3. Practice This short assignment is intended to get you used to the idea of typesetting using L A TEX. You will type a L A TEX source-file which generates PDF output similar to that of a given file How to get started. Download equivreln.pdf from the web. The goal today is to type a L A TEX document whose output closely resembles this document. To get started, copy preamble.tex into a new file and give it a suitable name. Now you can start typing this document, referring to [4, Chapters 2 3] and/or linalgnotes.tex as needed. Don t be discouraged if it seems to go very slowly to begin with Tips. The main tip is: let L A TEX do all the hard work! The whole point of this typesetting system is that it has many features that make typesetting mathematical documents easy of course, it may take some practice before you appreciate just how easy L A TEX can be... The more you use the features that L A TEX offers, the better your documents will look, and the less trouble you will have in producing them. Here are some of the features of L A TEX which you will find yourself using all the time most of them are available from the Insert menu on the WinEdt toolbar. Lists and so on: use the list-making environments provided by L A TEX [4, ]. Mathematics in text: enclose with dollar signs: $...$. Displayed equations: use \begin{equation*}...\end{equation*} Numbered equations: use \begin{equation}...\end{equation}. Paragraphs: just leave a blank line. Sections and subsections: use \section{...}, \subsection{...}. Theorem-like structures: use the environments provided by the standard preamble. Cross-referencing: this is one of the coolest features offered by L A TEX see linalgnotes.tex for examples or [3, 4, 2.8]. 4. Including Graphics The pdflatex package allows the inclusion of filename.jpg by the sequence of commands begin{figure}\label{} \begin{center} \includegraphics[width=0.5\textwidth]{filename} \end{center} \caption{} \end{figure}

5 LATEX SHORT COURSE 5 Here \label gives you the chance to label your figure (for cross-referencing) and \caption will generate a caption for it. Both are optional but highly recommended. It is essential to have the line \usepackage[pdftex]{graphicx} in your preamble for the above to work. See Chapter 4 of [4] for more details on these commands. Note, however, that that Chapter concentrates on the inclusion of encapsulated postscript graphics, rather than jpg files. 5. Further topics It will be apparent from [4] that a lot more can be done with L A TEX than we have described here. For example, one can produce documents with active cross-referencing, using the hyperref package [4, 4.7]. The not-soshort guide has been written this way, with clickable links to other parts of the document as well as to places on the web. One can also use colour, using the color package, and one can produce power-point like presentations in a number of ways (see, for example [4, 4.8] and slide example.tex). A useful quick reference is the NASA website Hypertext Help with L A TEX located at For more detailed information on L A TEX packages and manuals go to the CTAN Archive: 6. Notes on scientific writing There are many good books which offer advice and guidance about good use of English in documents where precision and conciseness are the main aims. Two aimed specifically at writing mathematics are [1] and [2]. A remarkably entertaining book on punctuation, which I think everybody should read, is [5]. Here are some very brief tips: 6.1. Grammar, punctuation and spelling. Make sure that your report is written in complete sentences, and that it does not contain elementary grammatical errors. In particular, every sentence should contain a verb, and this verb should agree with its subject. Punctuation: some aspects of punctuation are very subtle, others are not [5]. Please check in particular that you use its and it s correctly, as in the following: but It s a beautiful day today. She put the apostrophe in its proper place. Correct punctuation is very important in making sentences readable: use commas etc. to clarify the structure of longer sentences. Clarity of your writing is the most important objective. Keep sentence structure simple and short. Make sure you do not repeat yourself needlessly. Read out loud what you have written. If you can not easily and naturally say it, then it probably will not make sense to anyone else. Use a spell-checker.

6 6 UNIVERSITY OF EDINBURGH 6.2. How not to... Here are twenty examples of bad writing: Verbs has to agree with their subjects. Prepositions are not words to end sentences with. And don t start a sentence with a conjunction. It is wrong to ever split an infinitive. Avoid clichés like the plague. Also, always avoid annoying alliteration. Be more or less specific. Parenthetical remarks (however relevant) are (usually) unnecessary. No sentence fragments. Contractions aren t necessary and shouldn t be used. One should never generalize. Don t use no double negatives. Eschew ampersands & abbreviations, etc. Eliminate commas, that are, not necessary. Never use a big word when a diminutive one would suffice. Kill all exclamation marks!!! Use words correctly, irregardless of how others use them. Use the apostrophe in it s proper place and omit it when its not needed. Puns are for children not groan readers. Proofread carefully to see if you any words out Conventions of scientific writing. Scientific reports (and other reports, where precision is important) are usually written in a sober, impersonal style. Avoid quirkiness, personal language, colloquialisms and jokiness it may amuse some readers but it is likely to annoy others and may lead to what you write not being taken seriously. It is tiresome to read reports written entirely in the first or second persons. You should not write or I m now going to tell you how to integrate this function. First I m going to divide top and bottom by x, then I m going t make the substitution y = x 2... To see why this is true, you just have to substitute in the definitions. Then when you ve simplified, you find that... It is conventional to use we or one, or to use the passive. Again, it is tiresome if we is used throughout an entire document, but it is difficult to read documents where one keeps chopping and changing. The following might be more acceptable renderings of the above spoof mathematics: In order to integrate this function, first divide top and bottom by x. Making the substitution y = x 2, we obtain... In order to see why this is true, it is enough to substitute in the definitions. On simplification, one finds that... Do not begin sentences with formulae or mathematical symbols and remember to enclose even single letters such as x in dollar signs, so as to get

7 LATEX SHORT COURSE 7 x rather than x. Remember punctuation at the end of displayed equations and formulae Organization of material. In any writing in which precise information is to be conveyed concisely to the reader, it is highly desirable to spend some time deciding how to organize the material: what is really essential, what is less important; and in what order should the different topics be presented. L A TEX makes it very easy to organize your report into sections, subsections, subsubsections and paragraphs, and you should make full use of this, deciding how best to divide your material. This document is by no means perfect, but I have tried to use the sectioning commands in a consistent way: each of the three assignments has a section to itself, preceded by the introductory sections Overview and Getting Started. In the context of writing mathematics, you should also make use of numbered definitions, theorems, propositions, etc. It takes some practice to get the right balance between a formal style in which everything is a definition, lemma, theorem, or proof, and an informal style, with no definitions and theorems: the former is very dry to read, but has the advantage that you can see clearly what is being done the latter may be more enjoyable to read, but you cannot see the main points at a glance. References [1] Nicholas J. Higham, Handbook of writing for the mathematical sciences, Society for Industrial and Applied Mathematics, Philadelphia, [2] Steven G. Krantz, A primer of mathematical writing: being a disquisition on having your ideas recorded, typeset, published, read, and appreciated, American Mathematical Society, Providence, R.I. c1997. [3] T Oetiker, H Partl, I Hyna, E Schlegl, The Not So Short Introduction to Latex2e Version 3.20, 9 August [4] T Oetiker, H Partl, I Hyna, E Schlegl, The Not So Short Introduction to Latex2e, Version 4.17, September 27, [5] Lynne Truss, Eats, Shoots and Leaves, Profile Books, 2003.

The next several pages summarize some of the best techniques to achieve these three goals.

The next several pages summarize some of the best techniques to achieve these three goals. Writing and Reviewing Documents You are required to write the following documents in this course: 1) A description of your GPS data collection and results. 2) A technical description of a data collection

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

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

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

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

Using Microsoft Word. Text Tools. Spell Check

Using Microsoft Word. Text Tools. Spell Check Using Microsoft Word In addition to the editing tools covered in the previous section, Word has a number of other tools to assist in working with test documents. There are tools to help you find and correct

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

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

Chapter 1 is where you get your feet wet. Don t be shy. Walk right to the

Chapter 1 is where you get your feet wet. Don t be shy. Walk right to the 04 Bk01Ch01.qxd 9/3/03 9:19 AM Page 7 Chapter 1: Entering, Editing, and Formatting Text In This Chapter Creating new documents Opening documents Saving versions of documents Changing text fonts and the

More information

How to Write a Thesis

How to Write a Thesis How to Write a Thesis Harald Zankl Harald.Zankl@uibk.ac.at 3 December 2010 Abstract This note gives a short description on how to write a scientific document. It is primarily aimed at computational logic

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

Proofwriting Checklist

Proofwriting Checklist CS103 Winter 2019 Proofwriting Checklist Cynthia Lee Keith Schwarz Over the years, we ve found many common proofwriting errors that can easily be spotted once you know how to look for them. In this handout,

More information

Absolute L A TEX Beginner

Absolute L A TEX Beginner Latest version of this document at http://liantze.googlepages.com/latextypesetting#beginner Absolute L A TEX Beginner Lim Lian Tze liantze@gmail.com Abstract Most people use the ubiquitous Word TM for

More information

Creating Word Outlines from Compendium on a Mac

Creating Word Outlines from Compendium on a Mac Creating Word Outlines from Compendium on a Mac Using the Compendium Outline Template and Macro for Microsoft Word for Mac: Background and Tutorial Jeff Conklin & KC Burgess Yakemovic, CogNexus Institute

More information

Kindle Formatting Guide

Kindle Formatting Guide Kindle Formatting Guide Contents Introduction... 2 How about doing your own formatting?... 2 About the Kindle Format... 2 What file formats can you submit to Kindle?... 2 Stage 1 Format Your Headings...

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 MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

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

Written Communication

Written Communication Module 2: Written Communication 1 Your Passport to Professionalism: Module 2 Written Communication Step 1 Learn Introduction Sooner or later, you will need to communicate in writing. You will write down

More information

1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R). (3) In this tutorial I will introduce you to the amsart documentclass.

1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R). (3) In this tutorial I will introduce you to the amsart documentclass. TUTORIAL 3: MY FIRST L A TEX DOCUMENT CHRISTOPHER RARIDAN Abstract. Upon completion of this tutorial, the author should be able to produce a very basic L A TEX document. This tutorial will introduce the

More information

Understanding PowerPoint s Text Capabilities

Understanding PowerPoint s Text Capabilities Page 1 of 14 Chapter 3: Working with Text In this chapter z Understanding PowerPoint s Text Capabilities z Adding Text z Formatting Text z Using Bullets z Using Numbered Lists z Checking Spelling and Style

More information

Using Microsoft Word. Text Tools. Spell Check

Using Microsoft Word. Text Tools. Spell Check Using Microsoft Word Text Tools In addition to the editing tools covered in the previous section, Word has a number of other tools to assist in working with text documents. There are tools to help you

More information

Word 97: Increasing Efficiency

Word 97: Increasing Efficiency Windows 95 Word 97: Increasing Efficiency Increasing Your Efficiency Word for Windows has a number of features that can help you perform word processing tasks more quickly or to increase efficiency by

More information

Using Tab Stops in Microsoft Word

Using Tab Stops in Microsoft Word Using Tab Stops in Microsoft Word U 720 / 1 How to Set Up and Use Tab Stops to Align and Position Text on a Page If you ve tried to use tab stops to align text in Microsoft Word, there s every chance you

More information

Microsoft Word 2010 Guide

Microsoft Word 2010 Guide Microsoft Word 2010 Guide 1 Microsoft Word 2010 These notes are devised for Word 2010. You should be aware that it is similar to Word 2007 but is quite different from earlier versions of Word, e.g. Word

More information

CSc Senior Project Writing Software Documentation Some Guidelines

CSc Senior Project Writing Software Documentation Some Guidelines CSc 190 - Senior Project Writing Software Documentation Some Guidelines http://gaia.ecs.csus.edu/~buckley/csc190/writingguide.pdf Technical Documentation Known Problems Surveys say: Lack of audience definition

More information

Writing. October 3, 2006

Writing. October 3, 2006 Writing October 3, 2006 Outline Style Outline Outline Style LaTeX Outline Style LaTeX Publishing Style The hard part......is to write in such a way that the reader feels that, behind the text, there is

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

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

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Math 3820 Project. 1 Typeset or handwritten? Guidelines

Math 3820 Project. 1 Typeset or handwritten? Guidelines Math 3820 Project Guidelines Abstract These are some recommendations concerning the projects in Math 3820. 1 Typeset or handwritten? Although handwritten reports will be accepted, I strongly recommended

More information

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

An Introduction to. Rado Ivanov CIS400 Senior Design Tutorial September 18, 2014 An Introduction to Rado Ivanov CIS400 Senior Design Tutorial September 18, 2014 Today's Outline Introducing TeX/LaTeX Benefits and potential difficulties Installation and use on Unix/Mac/Windows Compiling

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

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

More information

Federal Plain Language Guidelines

Federal Plain Language Guidelines Federal Plain Language Guidelines March 2011 Revision 1, May 2011 Table of Contents Introduction... i Revision 1 Changes... ii Table of Contents... iii I. Think about your audience... 1 a. Identify and

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Logging in. To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page:

Logging in. To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page: Logging in To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page: http://austinuu.org/wp2011/wp-admin/ You should see the following on your

More information

CSc Senior Project Writing Software Documentation Some Guidelines

CSc Senior Project Writing Software Documentation Some Guidelines CSc 190 - Senior Project Writing Software Documentation Some Guidelines http://gaia.ecs.csus.edu/~buckley/csc190/writingguide.pdf 1 Technical Documentation Known Problems Surveys say: Lack of audience

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

Tips & Tricks for Microsoft Word

Tips & Tricks for Microsoft Word T 330 / 1 Discover Useful Hidden Features to Speed-up Your Work in Word For what should be a straightforward wordprocessing program, Microsoft Word has a staggering number of features. Many of these you

More information

TeXnicCenter v1 Beta Frank Van Puyvlde ICT for Research K.U.Leuven

TeXnicCenter v1 Beta Frank Van Puyvlde ICT for Research K.U.Leuven TeXnicCenter v1 Beta 7.01 Frank Van Puyvlde ICT for Research K.U.Leuven March 2008 Contents 1 TeXnicCenter Installation 2 1.1 Installing TeXnicCenter........................... 2 1.2 TeXnicCenter and a

More information

Word Processing Basics Using Microsoft Word

Word Processing Basics Using Microsoft Word Word Processing Basics Using Microsoft Word lab 3 Objectives: Upon successful completion of Lab 3, you will be able to Use Word to create a simple word processing document Understand the concept of word

More information

Introduction to Scientific Typesetting Lesson 1: Getting Started

Introduction to Scientific Typesetting Lesson 1: Getting Started Introduction to Scientific Typesetting Lesson 1: Getting Started Ryan Higginbottom January 5, 2012 1 Our First The Structure of a L A T E X Our First L A T E X The Structure of a L A T E X 2 The Weaknesses

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

More information

Using the Computer for Essays

Using the Computer for Essays + Using the Computer for Essays Why can t I just write it out and turn it in? Common Core Standard: Writing 10.6 - Use technology, including the Internet, to produce and publish writing and to interact

More information

Guidelines for Writing Mathematical Proofs

Guidelines for Writing Mathematical Proofs Appendix A Guidelines for Writing Mathematical Proofs One of the most important forms of mathematical writing is writing mathematical proofs. The writing of mathematical proofs is an acquired skill and

More information

LONGWARE, Inc. Style Guide

LONGWARE, Inc. Style Guide [well, this is the most thorough style guide on that document I have ever seen. I sense that you have been around some style guides in your life. how about a revision for perfection?] LONGWARE, Inc. Style

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

Getting Started with Amicus Document Assembly

Getting Started with Amicus Document Assembly Getting Started with Amicus Document Assembly How great would it be to automatically create legal documents with just a few mouse clicks? We re going to show you how to do exactly that and how to get started

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Foundations, Reasoning About Algorithms, and Design By Contract CMPSC 122

Foundations, Reasoning About Algorithms, and Design By Contract CMPSC 122 Foundations, Reasoning About Algorithms, and Design By Contract CMPSC 122 I. Logic 101 In logic, a statement or proposition is a sentence that can either be true or false. A predicate is a sentence in

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134 GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK - 102 by C3GPS & Major134 Table of Contents About this Document... iii Class Materials... iv 1.0 Locations...1 1.1 Adding Locations...

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

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

Business Letter. Assignment

Business Letter. Assignment Assignment 2 Business Letter Sometimes you need to communicate a message to a superior or authority figure with whom you do not have an informal relationship. For the purpose of this lesson, we draft a

More information

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

Getting ready for L A TEX. Alexis Dimitriadis. Version: March 28, 2013 Getting ready for L A TEX Alexis Dimitriadis Version: March 28, 2013 LaTeX is a great system, but it takes some work to learn. Unfortunately, it also takes some work to set up the necessary software. This

More information

Chapter 2 The SAS Environment

Chapter 2 The SAS Environment Chapter 2 The SAS Environment Abstract In this chapter, we begin to become familiar with the basic SAS working environment. We introduce the basic 3-screen layout, how to navigate the SAS Explorer window,

More information

AIP Conference Proceedings: Guidelines for Authors

AIP Conference Proceedings: Guidelines for Authors AIP Conference Proceedings: Guidelines for Authors Dear Author Thank you for writing and contributing a paper to the proceedings of your conference. These guidelines are intended to help everyone involved

More information

Avoiding Run-on Sentences, Comma Splices, and Fragments, ; Getting Your Punctuation Right!

Avoiding Run-on Sentences, Comma Splices, and Fragments, ; Getting Your Punctuation Right! Avoiding Run-on Sentences, Comma Splices, and Fragments, ; Getting Your Punctuation Right! What Does a Comma Signal? A comma signals a pause. (It tells the reader to slow down briefly, but then keep going

More information

Microsoft Word 2007 Tutorial CIS*1000*DE

Microsoft Word 2007 Tutorial CIS*1000*DE Microsoft Word 2007 Tutorial CIS*1000*DE Open Microsoft Word 2007 START PROGRAMS Microsoft Office 2007 OR Double click on the ICON on desktop Microsoft Word 2007 Saving your Document To save your document,

More information

Technical Paper Style Guide

Technical Paper Style Guide AACE International Technical Paper Style Guide Prepared by the AACE International Technical Board Revised February 3, 2017 Contents 1. Purpose... 3 2. General Requirements... 3 2.1. Authorship... 3 2.2.

More information

View and Submit an Assignment in Criterion

View and Submit an Assignment in Criterion View and Submit an Assignment in Criterion Criterion is an Online Writing Evaluation service offered by ETS. It is a computer-based scoring program designed to help you think about your writing process

More information

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet. Mr G s Java Jive #2: Yo! Our First Program With this handout you ll write your first program, which we ll call Yo. Programs, Classes, and Objects, Oh My! People regularly refer to Java as a language that

More information

Beyond Captioning: Tips and Tricks for Accessible Course Design

Beyond Captioning: Tips and Tricks for Accessible Course Design Minnesota elearning Summit 2017 Aug 2nd, 3:00 PM - 4:00 PM Beyond Captioning: Tips and Tricks for Accessible Course Design Jenessa L. Gerling Hennepin Technical College, JGerling@hennepintech.edu Karen

More information

Resource Center & Messaging System

Resource Center & Messaging System SOS 2012 User Manual Resource Center & Messaging System Alpha Omega Publications MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2012, Switched-On Schoolhouse. Switched-On, and their logos

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T Touring_the_Mac_Session-4_Feb-22-2011 1 To store your document for later retrieval, you must save an electronic file in your computer.

More information

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed.

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed. Karlen Communications Track Changes and Comments in Word Karen McCall, M.Ed. Table of Contents Introduction... 3 Track Changes... 3 Track Changes Options... 4 The Revisions Pane... 10 Accepting and Rejecting

More information

TLMC SHORT CLASS: THESIS FORMATTING

TLMC SHORT CLASS: THESIS FORMATTING Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Creating A New Style... 3 Setting Margins... 4 Adding Page Numbers... 5 Step 1: Using Sections

More information

Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System

Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2014, Switched-On Schoolhouse. Switched-On, and their logos are registered

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

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

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

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

Microsoft Word Part 3 Office 2013

Microsoft Word Part 3 Office 2013 Microsoft Word Part 3 Office 2013 Hyperlinks When a document is sent as an electronic copy, hyperlinks can be added to direct the reader to a web page. To add a hyperlink: Highlight the word, phrase, paragraph,

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

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

CREATING A STYLE GUIDE FOR YOUR ORGANISATION

CREATING A STYLE GUIDE FOR YOUR ORGANISATION CIPR SKILLS GUIDE CREATING A STYLE GUIDE FOR YOUR ORGANISATION #CIPR @CIPR_UK WHY HAVE A STYLE GUIDE? Sloppy writing, jargon, long sentences and incomprehensible waffle ironically communicates one thing

More information

Microsoft Word Introduction

Microsoft Word Introduction Academic Computing Services www.ku.edu/acs Abstract: This document introduces users to basic Microsoft Word 2000 tasks, such as creating a new document, formatting that document, using the toolbars, setting

More information

Modular Arithmetic. is just the set of remainders we can get when we divide integers by n

Modular Arithmetic. is just the set of remainders we can get when we divide integers by n 20181004 Modular Arithmetic We are accustomed to performing arithmetic on infinite sets of numbers. But sometimes we need to perform arithmetic on a finite set, and we need it to make sense and be consistent

More information

Microsoft Word Training. IT ESSENTIALS Managing Large Documents Using Word 2013 (IS165) October 2015

Microsoft Word Training. IT ESSENTIALS Managing Large Documents Using Word 2013 (IS165) October 2015 Microsoft Word Training IT ESSENTIALS Managing Large Documents Using Word 0 (IS) October 0 Book online at: Royalholloway.ac.uk/it/training Self-Study packs also available th October 0 Table of Contents

More information

PowerPoint. presentation

PowerPoint. presentation PowerPoint presentation Unit 301 (B&A 40): Communicate in a business environment Handout 3: Written communications 2014 City and Guilds of London Institute. All rights reserved. 1 of 11 Uses of different

More information

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007 Table of Contents A Document Created By Lisa Diner Western Quebec School Board October, 2007 Table of Contents Some Basics... 3 Login Instructions... 4 To change your password... 6 Options As You Login...

More information

CODING STYLE. Contents 1. List of style comments 1 2. Other chapters 3 References 5

CODING STYLE. Contents 1. List of style comments 1 2. Other chapters 3 References 5 CODING STYLE 02BY Contents 1. List of style comments 1 2. Other chapters 3 References 5 02BZ 1. List of style comments These will be changed over time, but having some here now will hopefully encourage

More information

Intro to Microsoft Word

Intro to Microsoft Word Intro to Microsoft Word A word processor is a computer program used to create and print text documents that might otherwise be prepared on a typewriter. The key advantage of a word processor is its ability

More information

Word 2007/10/13 1 Introduction

Word 2007/10/13 1 Introduction Objectives Word 2007/10/13 1 Introduction Understand the new Word 2007 Interface Navigate the Office button Learn about the Quick Access menu Navigate the Ribbon menu interface Understand the I-beam Learn

More information

CMSC 201 Fall 2016 Lab 09 Advanced Debugging

CMSC 201 Fall 2016 Lab 09 Advanced Debugging CMSC 201 Fall 2016 Lab 09 Advanced Debugging Assignment: Lab 09 Advanced Debugging Due Date: During discussion Value: 10 points Part 1: Introduction to Errors Throughout this semester, we have been working

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

Student Guide for Usage of Criterion

Student Guide for Usage of Criterion Student Guide for Usage of Criterion Criterion is an Online Writing Evaluation service offered by ETS. It is a computer-based scoring program designed to help you think about your writing process and communicate

More information

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0. L J Howell UX Software Ver. 1.0

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0. L J Howell UX Software Ver. 1.0 VISUAL GUIDE to RX Scripting for Roulette Xtreme - System Designer 2.0 L J Howell UX Software 2009 Ver. 1.0 TABLE OF CONTENTS INTRODUCTION...ii What is this book about?... iii How to use this book... iii

More information

Notes on Turing s Theorem and Computability

Notes on Turing s Theorem and Computability Notes on Turing s Theorem and Computability Walter Neumann About 60 years ago there was a revolution in mathematics and philosophy. First Gödel and then Turing showed that there are impossible problems

More information

1. The Joy of TEX. Check out this example!

1. The Joy of TEX. Check out this example! 1. The Joy of TEX 1. TEX is typesetting language for scientific documents. It is incredibly customizable and allows you define your own styles, shortcuts, etc, so that it rapidly becomes a time-saver.

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

Alfresco Voice Writing for the user interface

Alfresco Voice Writing for the user interface Alfresco Voice Writing for the user interface One day I will find the right words, and they will be simple. Jack Kerouac Contents Writing Tone - how to write Language - what to write Capitalization Abbreviations

More information

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information