Manuscript Title: with Forced Linebreak

Size: px
Start display at page:

Download "Manuscript Title: with Forced Linebreak"

Transcription

1 Manuscript Title: with Forced Linereak Ann Author Authors institution and/or address (Dated: Octoer 16, 2016) An article usually includes an astract, a concise summary of the work covered at length in the main ody of the article. For us, astracts will e limited to 100 words. Not 105. Blah, lah, lah, lah, lah, lah, lah, lah, lah, lah. I. FIRT-LEVEL HEADING This sample document demonstrates the use of REVTEX 4.1 (and L A TEX 2ε) in manuscripts prepared for sumission to AP journals. Further information can e found in the REVTEX 4.1 documentation included in the distriution or availale at org/revtex4/. ee also [1]. dw has simplified several aspects of this document, ut it still illustrates pretty much everything you would ever want to do in a document. When commands are referred to in this example file, they are always shown with their required arguments, using normal TEX format. In this format, #1, #2, etc. stand for required author-supplied arguments to commands. For example, in \section{#1} the #1 stands for the title text of the author s section heading, and in \title{#1} the #1 stands for the title text of the paper. Line reaks in section headings at all levels can e introduced using \\. A lank input line tells TEX that the paragraph has ended. Note that top-level section headings are automatically uppercased. If a specific letter or word should appear in lowercase instead, you must escape it using \lowercase{stuff}. Even though this is a REVTEXdocument, it is good to rememer the ultimate source of L A TEXstuff is at CTAN[2]. A. econd-level heading: Formatting This file may e formatted in either the preprint or reprint style. reprint format mimics final journal output. Either format may e used for sumission purposes. letter sized paper should e used when sumitting to AP journals. 1. Wide text (A level-3 head) The widetext environment will make the text the width of the full page, as on page 3. (Note the use the \pageref{#1} command to refer to the page numer.) a. Note (Fourth-level head is run in) The widthchanging commands only take effect in two-column formatting. There is no effect if text is in a single column. B. Citations and References A citation in text uses the command \cite{#1} or \onlinecite{#1} and refers to an entry in the iliography. An entry in the iliography is a reference to another document. 1. Citations dw has altered things here, making the references, citations and iliography stuff somewhat less versatile, ut easier to do, especially on multiple installations of L A TEX. Ultimately you will proaly use the more sophisticated nati stuff descried elow. But in this document I have reverted to the simpler, self-contained reference method. Look at the end of oth the pdf and the.tex documents, and see how you put in the reference material in the.tex file, and how it is used and shows up in the pdf. ee also [5]. Because REVTEX uses the nati package of Patrick Daly, the entire repertoire of commands in that package are availale for your document; see the nati documentation for further details. Please note that REVTEX requires version 8.31a or later of nati. There are two kinds of citations/references. In one place in the document you may want to refer to another place in the document. It is common to refer to an equation, which is numered. For example, go look at Eqn. 1. We can think of this as an internal reference. Alternatively, you may want to refer the reader to an external source, for example an article in a journal. This is an external reference. Using each is very similar. You need to specify a lael, and then refer to it y that lael. The typesetting process takes care of the detailsnumering equations, references, etc.

2 2 2. Example citations Here I give simple examples of each use. First, I will insert an equation. y = mx + (1) This is the standard slope-intercept form of a line. o later in the text you can refer to this equation, without knowing its equation numer, ecause you do know its lael (the name you gave it). The slope-intercept form of a line is given y Eqn. 1. Now suppose I want to mention some work done y someone else, and they have pulished it in a journal. Ferd Berwick first investigated the flux capacitor in His results [3] are interesting for any physics student. You can also refer the reader to a specific section of this article, this is cross referencing. ection III on page 3 is a susequent section on Cross Referencing. Look at the L A TEXsource code to see how I did this without knowing what page the referenced section would end up on, and it automatically gets updated in the typesetting process if I edit the document and the section ends up on another page. II. MATH AND EQUATION Inline math may e typeset using the $ delimiters. Bold math symols may e achieved using the m package and the \m{#1} command it supplies. For instance, a old α can e typeset as $\m{\alpha}$ giving α. Fraktur and Blackoard (or open face or doule struck) characters should e typeset using the \mathfrak{#1} and \math{#1} commands respectively. Both are supplied y the amssym package. For example, $\math{r}$ gives R and $\mathfrak{g}$ gives G In L A TEX there are many different ways to display equations, and a few preferred ways are noted elow. Displayed math will center y default. Use the class option fleqn to flush equations left. Below we have numered single-line equations; this is the most common type of equation in Physical Review: ( ) χ + (p) [2 p ( p + p z )] 1/2 p + pz, (2) px + ip y { ac123αβγδ αβ 1 a } A 2. (3) Note the open one in Eq. (3). Not all numered equations will fit within a narrow column this way. The equation numer will move down automatically if it cannot fit on the same line with a one-line equation: {a ac123456acdefαβγδ αβ 1 a A 2 }. (4) When the \lael{#1} command is used [cf. input for Eq. (3)], the equation can e referred to in text without knowing the equation numer that TEX will assign to it. Just use \ref{#1}, where #1 is the same name that used in the \lael{#1} command. Unnumered single-line equations can e typeset using the \[, \] format: g + g + g + g + g + g +..., q + q + q + g + g A. Multiline equations Multiline equations are otained y using the eqnarray environment. Use the \nonumer command at the end of each line to avoid assigning a numer: M =ig 2 Z(4E 1 E 2 ) 1/2 (l 2 i ) 1 δ σ1, σ 2 (g e σ 2 ) 2 χ σ2 (p 2 ) [ɛ j l i ɛ i ] σ1 χ σ1 (p 1 ), (5) M viol g 2 = g 2n 4 (Q 2 ) N n 2 (N 2 1) 1 1 c f τ. (6) i<j perm τ Note: Do not use \lael{#1} on a line of a multiline equation if \nonumer is also used on that line. Incorrect cross-referencing will result. Notice the use \text{#1} for using a Roman font within a math environment. To set a multiline equation without any equation numers, use the \egin{eqnarray*}, \end{eqnarray*} format: M viol g 2 = g 2n 4 (Q 2 ) N n 2 (N 2 1) ( ) 1 i<j perm n To otain numers not normally produced y the automatic numering, use the \tag{#1} command, where #1 is the desired equation numer. For example, to get an equation numer of (2.6 ), g + g + g + g + g + g +..., q + q + q + g + g (2.6 ) a. A few notes on tags \tag{#1} requires the amsmath package. Place the \tag{#1} command efore the \lael{#1}, if any. The numering produced y \tag{#1} does not affect the automatic numering in REVTEX; therefore, the numer must e known ahead of time, and it must e manually adjusted if other equations are added. \tag{#1} works with oth single-line and multiline equations. \tag{#1} should only e used in exceptional cases do not use it to numer many equations in your paper. Please note that this feature of the

3 amsmath package is not compatile with the hyperref (6.77u) package. Enclosing display math within \egin{suequations} and \end{suequations} will produce a set of equations that are laeled with letters, as shown in Eqs. (7) and (7a) elow. You may include any numer of single-line and multiline equations, although it is proaly not a good idea to follow one display math directly after another. {ac123456acdefαβγδ αβ 1 a } A 2, (7) Giving a \lael{#1} command directly after the \egin{suequations}, allows you to reference all the equations in the suequations environment. For example, the equations in the preceding suequations environment were Eqs. (7). 1. Wide equations 3 M =ig 2 Z(4E 1 E 2 ) 1/2 (l 2 i ) 1 (g e σ 2 ) 2 χ σ2 (p 2 ) [ɛ i ] σ1 χ σ1 (p 1 ). (7a) The equation that follows is set in a wide format, i.e., it spans the full page. The wide format is reserved for long equations that cannot easily e set in a single column: R (d) = g e σ 2 ( [Γ Z (3, 21)] σ1 Q 2 12 M 2 W + [ΓZ (13, 2)] σ1 Q 2 13 M 2 W ) ( [Γ γ ) (3, 21)] σ1 + x W Q e Q 2 12 M W 2 + [Γγ (13, 2)] σ1 Q 2 13 M W 2. (8) This is typed to show how the output appears in wide format. (Incidentally, since there is no lank line etween the equation environment aove and the start of this paragraph, this paragraph is not indented.) III. CRO-REFERENCING REVTEX will automatically numer such things as sections, footnotes, equations, figure captions, and tale captions. In order to reference them in text, use the \lael{#1} and \ref{#1} commands. To reference a particular page, use the \pageref{#1} command. The \lael{#1} should appear within the section heading, within the footnote text, within the equation, or within the tale or figure caption. The \ref{#1} command is used in text at the point where the reference is to e displayed. ome examples: ection I on page 1, Tale I, and Fig. 1. TABLE I. A tale that fits into a single column of a twocolumn layout. Note that REVTEX 4 adjusts the intercolumn spacing so that the tale fills the entire width of the column. Tale captions are numered automatically. This tale illustrates left-, center-, decimal- and right-aligned columns, along with the use of the ruledtaular environment which sets the cotch (doule) rules aove and elow the alignment, per AP style. Left a Centered Decimal Right a Note a. Note. IV. FLOAT: FIGURE, TABLE, VIDEO, ETC. Figures and tales are usually allowed to float, which means that their placement is determined y L A TEX, while the document is eing typeset. Use the figure environment for a figure, the tale environment for a tale. In each case, use the \caption command within to give the text of the figure or tale caption along with the \lael command to provide a key for referring to this figure or tale. The typical content of a figure is an image of some kind; that of a tale is an alignment. Insert an image using either the graphics or graphix packages, which define the \includegraphics{#1} command. (The two packages differ in respect of the optional arguments used to specify the orientation, scaling, and translation of the image.) To create an alignment, use the taular environment. The est place to locate the figure or tale environment is immediately following its first reference in text; this sample document illustrates this practice for Fig. 1, Test Figure FIG. 1. A figure caption. The figure captions are automatically numered.

4 4 Wide Test Figure FIG. 2. Use the figure* environment to get a wide figure that spans the page in twocolumn formatting. TABLE II. This is a wide tale that spans the full page width in a two-column layout. It is formatted using the tale* environment. It also demonstates the use of \multicolumn in rows with entries that span more than one column. D 1 4h Ion 1st alternative 2nd alternative lst alternative 2nd alternative K (2e) + (2f) (4i) (2c) + (2d) (4f) Mn (2g) a (a) + () + (c) + (d) (4e) (2a) + (2) Cl (a) + () + (c) + (d) (2g) a (4e) a He (8r) a (4j) a (4g) a Ag (4k) a (4h) a a The z parameter of these positions is z 1 4. D 5 4h which shows a figure that is small enough to fit in a single column. In exceptional cases, you will need to move the float earlier in the document, as was done with Tale II: L A TEX s float placement algorithms need to know aout a full-page-width float earlier. Fig. 2 has content that is too wide for a single column, so the figure* environment has een used. The content of a tale is typically a taular environment, giving rows of type in aligned columns. Column entries separated y & s, and each row ends with \\. The required argument for the taular environment specifies how data are aligned in the columns. For instance, entries may e centered, left-justified, right-justified, aligned on a decimal point. Extra column-spacing may e e specified as well, although REVTEX 4 sets this spacing so that the columns fill the width of the tale. Horizontal rules are typeset using the \hline command. The douled (or cotch) rules that appear at the top and ottom of a tale can e achieved enclosing the taular environment within a ruledtaular environment. Rows whose TABLE III. Numers in columns Three Five are aligned with the d column specifier (requires the dcolumn package). Nonnumeric entries (those entries without a. ) in a d column are aligned on the decimal point. Use the D specifier for more complex layouts. One Two Three Four Five one two three four five He C a C a ome tales require footnotes. ome tales need more than one footnote. columns span multiple columns can e typeset using the \multicolumn{#1}{#2}{#3} command (for example, see the first row of Tale II). Tales I, II, III, and IV show various effects. A tale that fits in a single column employs the tale environment. Tale II is a wide tale, set with the tale* environment. Long tales may need to reak across pages. The most straightforward way to accomplish this is to specify the [H] float placement on the tale or tale* environment. However, the L A TEX 2ε package longtale allows headers and footers to e specified for each page of the tale. A simple example of the use of longtale can TABLE IV. A tale with numerous columns that still fits into a single column. Here, several entries share the same footnote. Inspect the L A TEX input for this tale to see exactly how it is done. r c (Å) r 0 (Å) κr 0 r c (Å) r 0 (Å) κr 0 Cu n a Ag P Au Ca c Mg r d Zn Li Cd Na e Hg K e Al R c Ga Cs d In Ba e Tl a Here s the first, from Ref.?. Here s the second. c Here s the third. d Here s the fourth. e And etc.

5 5 e found in the file summary.tex that is included with the REVTEX 4 distriution. There are two methods for setting footnotes within a tale (these footnotes will e displayed directly elow the tale rather than at the ottom of the page or in the iliography). The easiest and preferred method is just to use the \footnote{#1} command. This will automatically enumerate the footnotes with lowercase roman letters. However, it is sometimes necessary to have multiple entries in the tale share the same footnote. In this case, there is no choice ut to manually create the footnotes using \footnotemark[#1] and \footnotetext[#1]{#2}. #1 is a numeric value. Each time the same value for #1 is used, the same mark is produced in the tale. The \footnotetext[#1]{#2} commands are placed after the taular environment. Examine the L A TEX source and output for Tales I and IV for examples. Physical Review style requires that the initial citation of figures or tales e in numerical order in text, so don t cite Fig. 2 until Fig. 1 has een cited. ACKNOWLEDGMENT We wish to acknowledge the support of the author community in using REVTEX, offering suggestions and encouragement, testing new versions,.... [1] ReVTEX 4 Home Page at the American Physical ociety, [2] The Comprehensive TEX Archive Network, catalogue.html [3] Ferd Berwick, Capacitive Energy torage, First edition, Fooar Press, IBN [4] AATEX 52 page at [5] Jeff Wragg, My Life in China, p. 27, hanghai Press, 2014 Appendix A: Appendices The \appendix command signals that all following sections are appendices, so \section{title text} after \appendix will set {title text} as an appendix heading (an empty {title text} is permitted). For a single appendix, use a \appendix* followed y \section{title text} command to suppress the appendix letter in the section heading. Appendix B: tatistical Methods What statistical things did you do? What was calculated? How? Appendix C: Computational Tools What tools did you use, and what did you use them for?

Manuscript Title: with Forced Linebreak

Manuscript Title: with Forced Linebreak AP/123-QED Manuscript Title: with Forced Linereak Ann Author and econd Author y Authors institution and/or address This line reak forced with \\ Charlie Author z econd institution and/or address This line

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

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

Manuscript Title with Forced Linebreak

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

More information

Sample Title: with Forced Linebreak a) A. Author, 1, b) B. Author, 1, c) 2, d)

Sample Title: with Forced Linebreak a) A. Author, 1, b) B. Author, 1, c) 2, d) ample title ample Title: with Forced Linebreak a) A. Author, 1, b) B. Author, 1, c) 2, d) and C. Author 1) Authors institution and/or address 2) econd institution and/or address (Dated: 9 October 2009)

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

L A TEX examples. a b c a b c b b a c b c c b a. This table was typeset with the following commands.

L A TEX examples. a b c a b c b b a c b c c b a. This table was typeset with the following commands. L A TEX examples This document is designed to help you see how to produce some mathematical typesetting. The best way to learn how to use L A TEX is to experiment with particular commands. After you have

More information

Instructions for Typesetting Manuscripts Using L A TEX

Instructions for Typesetting Manuscripts Using L A TEX Asia-Pacific Journal of Operational Research c World Scientific Publishing Company & Operational Research Society of Singapore Instructions for Typesetting Manuscripts Using L A TEX First Author University

More information

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE. FIRST AUTHOR University Department, University Name, Address

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE. FIRST AUTHOR University Department, University Name, Address Journal of Mechanics in Medicine and Biology c World Scientific Publishing Company INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE FIRST AUTHOR University Department, University Name,

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

Getting Started with L A TEX

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

More information

We use L i to stand for LL L (i times). It is logical to define L 0 to be { }. The union of languages L and M is given by

We use L i to stand for LL L (i times). It is logical to define L 0 to be { }. The union of languages L and M is given by The term languages to mean any set of string formed from some specific alphaet. The notation of concatenation can also e applied to languages. If L and M are languages, then L.M is the language consisting

More information

Word Template Instructions

Word Template Instructions Office of Graduate Education Word Template Instructions The Rensselaer thesis and dissertation template , available for download, conforms to the requirements of the Office of Graduate

More information

Running head: WORD 2007 AND FORMATING APA PAPERS 1. A Brief Guide to using Word 2007 to Format Papers in the Publication Style of the American

Running head: WORD 2007 AND FORMATING APA PAPERS 1. A Brief Guide to using Word 2007 to Format Papers in the Publication Style of the American Running head: WORD 2007 AND FORMATING APA PAPERS 1 A Brief Guide to using Word 2007 to Format Papers in the Publication Style of the American Psychological Association (6 th Ed.) Jeff Aspelmeier Department

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

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

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

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

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING TEX OR L A TEX

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING TEX OR L A TEX International Journal of Information Technology & Decision Making c World Scientific Publishing Company INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING TEX OR L A TEX FIRST AUTHOR University Department,

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

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

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

CS 189 L A TEX and Linux: Document Layout and Organization CS 189 L A TEX and Linux: Document Layout and Organization (1) Robert S. Laramee Computer Science Department School of Physical Sciences Swansea University February 14, 2008 (1) Robert S. Laramee CS 189

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

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING L A TEX

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING L A TEX International Journal of Modern Physics B c World Scientific Publishing Company INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING L A TEX FIRST AUTHOR University Department, University Name, Address City,

More information

INSTRUCTIONS FOR PRODUCING A CAMERA-READY MANUSCRIPT USING WORLD SCIENTIFIC PUBLISHING STYLE FILES

INSTRUCTIONS FOR PRODUCING A CAMERA-READY MANUSCRIPT USING WORLD SCIENTIFIC PUBLISHING STYLE FILES INSTRUCTIONS FOR PRODUCING A CAMERA-READY MANUSCRIPT USING WORLD SCIENTIFIC PUBLISHING STYLE FILES C. W. LEE AND YOLANDE World Scientific Publishing Co., Inc, 1060 Main Street, River Edge NJ 07661, USA

More information

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines This document provides details on typesetting and layout requirements pertaining to final manuscript

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

My sample dissertation title. Jo Student. A dissertation [choose dissertation or thesis] submitted to the graduate faculty

My sample dissertation title. Jo Student. A dissertation [choose dissertation or thesis] submitted to the graduate faculty My sample dissertation title by Jo Student A dissertation [choose dissertation or thesis] submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY

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

Square cells: an array cooking lesson

Square cells: an array cooking lesson The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-03-25 Square cells: an array cooking lesson Will Robertson 1 Square cells in tabular Late last year, there was a question on the Mac OS X TEX mailing

More information

Title of the Educational Scenario

Title of the Educational Scenario Title of the Educational Scenario Last Name and First Name of the First Author (Attention: use your Last Name first) Role, Workplace Organisation, Email Address Last Name and First Name of the Second Author

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

NCCTOOLS. Release 3.5

NCCTOOLS. Release 3.5 NCCTOOLS by Alexander I. Rozhenko Release 3.5 The ncctools collection consists of a number of packages extracted from NCC style (developed by Alexander I. Rozhenko in 1992 1996 under L A TEX- 2.09) while

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

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 LIST OF TABLES / LIST OF FIGURES... 11 PART II: FORMATTING REQUIREMENTS:

More information

Setting Up Your Dissertation Format Using MS Word2000. Overview of the Process

Setting Up Your Dissertation Format Using MS Word2000. Overview of the Process Setting Up Your Dissertation Format Using MS Word2000 This procedure assumes that you are familiar with the basics of using MS Word2000. It uses the more advanced features of Styles, Table of Contents,

More information

GENERAL INFORMATION INSTRUCTIONS FOR MANUSCRIPT SUBMISSION

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

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

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

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE There are several issues that arise when using the Honors College Senior Project Template. Most common are formatting tabs, margins, and

More information

Detailed Format Instructions for Authors of the SPB Encyclopedia

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

More information

THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN YOUR NAME ALL CAPITAL LETTERS A THESIS

THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN YOUR NAME ALL CAPITAL LETTERS A THESIS THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN by YOUR NAME ALL CAPITAL LETTERS A THESIS Submitted to the Graduate Faculty of Pacific University Vision

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

Instructions for the preparation of a camera-ready paper in LATEX 1

Instructions for the preparation of a camera-ready paper in LATEX 1 Journal Title 1 (2016) 1 5 1 IOS Press Instructions for the preparation of a camera-ready paper in LATEX 1 First Author a,*,**, Second Author b and Third Author b a Journal Production Department, IOS Press,

More information

FORMAT & TYPING GUIDE

FORMAT & TYPING GUIDE FORMAT & TYPING GUIDE for CEATI Reports updated March 2018 Timeline of a Report Pre-Writing As you sit down to write the report, ensure you begin by downloading the most recent CEATI template at www.ceati.com/rfps.

More information

Formatting documents in Microsoft Word Using a Windows Operating System

Formatting documents in Microsoft Word Using a Windows Operating System Formatting documents in Microsoft Word Using a Windows Operating System 2017-07-20 Research & Scholarship, McLaughlin Library University of Guelph 50 Stone Road East Guelph, Ontario N1G 2W1 2 Contents

More information

Document Formatting in MS Word

Document Formatting in MS Word Document Formatting in MS Word You can save time in the editing process by formatting the document including page and section breaks, margins, headings, pagination, and paragraphing before you begin editing.

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

Journal Text Styles:

Journal Text Styles: Journal Text Styles: International Journal of Work-Integrated Learning Karsten Zegwaard 16 February, 2018 Each journal develops their own style. A journal style is important for the journal s professional

More information

INCOSE IS2018 Paper Manuscript Instructions

INCOSE IS2018 Paper Manuscript Instructions IMPORTANT! As was the case for IS 2017 a Double-Blind Peer Review process will again be used. This means that the identity of the reviewer will be concealed from the author and the author s identity will

More information

EndNote Class Outline Advanced Tips and Tricks

EndNote Class Outline Advanced Tips and Tricks 1 Common Style Edits 1.1 Special Characters EndNote Class Outline Advanced Tips and Tricks In the citation, bibliography, or footnote templates in a style, the fields and punctuation added control what

More information

The showkeys package

The showkeys package The showkeys package David Carlisle Morten Høgholm 2014/10/28 This file is maintained by the L A TEX Project team. Bug reports can be opened (category tools) at https://latex-project.org/bugs.html. sec:intro

More information

Title of the Educational Scenario

Title of the Educational Scenario Title of the Educational Scenario 1 st Author s Last Name and First Name Job Title, Workplace Organisation, Email address 2nd Author s Last Name and First Name Job Title, Workplace Organisation, Email

More information

CS 1110 Final, December 9th, Question Points Score Total: 100

CS 1110 Final, December 9th, Question Points Score Total: 100 CS 1110 Final, Decemer 9th, 2015 This 150-minute exam has 8 questions worth a total of 100 points. Scan the whole test efore starting. Budget your time wisely. Use the ack of the pages if you need more

More information

Lecture 2: Tables, Figures and Formulæ

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

More information

Report Writing with Lyx

Report Writing with Lyx Report Writing with Lyx Dr. H. Ramachandran EE Dept IIT Madras January 7, 2008 Abstract In this lab session, you will learn about the technical wordprocessor, LyX. You will use LyX to create a simple report.

More information

For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users

For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users 1 For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users 1. Points to Remember (a) Please ensure quotation marks are paired correctly. (b) Italicized

More information

International Studies Association Table Preparation Guidelines

International Studies Association Table Preparation Guidelines International Studies Association Table Preparation Guidelines Creating Use your programs table creation tool for all tables. Do not use tabs and spaces. Do not break contents of a cell across multiple

More information

Word 2011 for Mac FORMATTING MSC PROJECT REPORTS

Word 2011 for Mac FORMATTING MSC PROJECT REPORTS Word 2011 for Mac FORMATTING MSC PROJECT REPORTS Catherine McGowan & Elaine Williamson LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE FEB 2015 CONTENTS INTRODUCTION... 2 COVER PAGE... 3 PAGE SETUP... 4

More information

The memoir class. 1 Introduction. Peter Wilson

The memoir class. 1 Introduction. Peter Wilson The PracTEX Journal, 2006, No. 3 Article revision 2006/08/19 The memoir class Peter Wilson Email Abstract herries.press@earthlink. net The memoir class is essentially the book and report classes with lots

More information

Paul Gartside. March 2, 2013

Paul Gartside. March 2, 2013 SIAM L A TEX Workshop: Next Steps Paul Gartside March 2, 2013 1 Introduction Now you take your second steps learning how to create beautiful mathematical documents using L A TEX. All going well, you will

More information

Latex Manually Set Font Size For Tables

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

More information

Tools for Scientific Writing with LAT E X. Johan Carlson

Tools for Scientific Writing with LAT E X. Johan Carlson Tools for Scientific Writing with LAT E X Johan Carlson Luleå University of Technology Dept. of CSEE EISLAB Email: johanc@csee.ltu.se Tools for Scientific Writing Lecture no. 3 1 Last lecture Bibliography

More information

ISAE2013 Conference Proceedings Format Sample File

ISAE2013 Conference Proceedings Format Sample File ISAE2013 Conference Proceedings Format Sample File First AUTHOR 1, Second M. AUTHOT 2, Third AUTHOT 3 1,2 Affiliation Address 1,2 e-mail address 3 Affiliation Address 3 e-mail address ABSTRACT: In this

More information

Instructions for Typesetting Manuscripts Using L A TEX

Instructions for Typesetting Manuscripts Using L A TEX International Journal on Artificial Intelligence Tools c World Scientific Publishing Company Instructions for Typesetting Manuscripts Using L A TEX First Author University Department, University Name,

More information

Word Processing for Dissertations

Word Processing for Dissertations Word Processing for Dissertations Microsoft Office 2016 Word Processing for dissertations Contents: Steps in Writing a Dissertation... 2 Writing Dissertations on a PC... 3 Getting Started... 4 What is

More information

Section Graphs and Lines

Section Graphs and Lines Section 1.1 - Graphs and Lines The first chapter of this text is a review of College Algebra skills that you will need as you move through the course. This is a review, so you should have some familiarity

More information

Example Paper in the ICROMA Format

Example Paper in the ICROMA Format Example Paper in the ICROMA Format John Smith a, Jan M.P. Jansen a,1, Taro Yamada b a Department of AAA, BBB University of Technology P.O. Box 1111, 2222 GA Delft, The Netherlands 1 E-mail: jansen@aaa.bbb.nl,

More information

Making Tables and Figures

Making Tables and Figures Making Tables and Figures Don Quick Colorado State University Tables and figures are used in most fields of study to provide a visual presentation of important information to the reader. They are used

More information

HTML and CSS a further introduction

HTML and CSS a further introduction HTML and CSS a further introduction By now you should be familiar with HTML and CSS and what they are, HTML dictates the structure of a page, CSS dictates how it looks. This tutorial will teach you a few

More information

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS

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

More information

User Manual. ACM MAC Word Template. (MAC 2016 version)

User Manual. ACM MAC Word Template. (MAC 2016 version) User Manual ACM MAC Word Template (MAC 2016 version) By Aptara Technology P a g e 1 31 Contents 1. INTRODUCTION... 3 2. Prerequisites and Installation... 3 a. Software requirements... 3 b. Operating system

More information

YOUR LOGO HERE TITLE HERE: SUBTITLE HERE. Document No. HERE. Prepared for Put Name and Client Logo Here

YOUR LOGO HERE TITLE HERE: SUBTITLE HERE. Document No. HERE. Prepared for Put Name and Client Logo Here YOUR LOGO HERE TITLE HERE: SUBTITLE HERE Document No. HERE Prepared for Put Name and Client Logo Here Prepared by: Your Company Name & Logo Address Phone Web Site MONTH DAY, 2005 This page intentionally

More information

Elsevier instructions for the preparation of a 1-column format camera-ready paper in L A TEX

Elsevier instructions for the preparation of a 1-column format camera-ready paper in L A TEX Elsevier instructions for the preparation of a 1-column format camera-ready paper in L A TEX P. de Groot a, R. de Maas a, X.-Y. Wang b and A. Sheffield a a Mathematics and Computer Science Section, Elsevier

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

Report Title. Author Name. January 15, Abstract

Report Title. Author Name. January 15, Abstract Report Title Author Name January 15, 2009 Abstract The abstract is a short description of your work. In a few lines of text you should be able to summarise the work that you are describing, along with

More information

DOCUMENTATION CHANGE NOTICE

DOCUMENTATION CHANGE NOTICE DOCUMENTATION CHANGE NOTICE Product/Manual: WORDPERFECT 5.1 WORKBOOK Manual(s) Dated: 12/90, 6/91 and 8/91 Machines: IBM PC and Compatibles This file documents all change made to the documentation since

More information

Why learning L A TEX is worth the effort

Why learning L A TEX is worth the effort Why learning L A TEX is worth the effort David J. Gerberry Xavier University, Cincinnati, Ohio, USA MATH 295: Introduction to L A TEX Day 1 1 / 6 What is LATEX? Basic Idea of LATEX First LATEXarticle What

More information

Two Kinds of Golden Triangles, Generalized to Match Continued Fractions

Two Kinds of Golden Triangles, Generalized to Match Continued Fractions Journal for Geometry and Graphics Volume (2007), No. 2, 65 7. Two Kinds of Golden Triangles, Generalized to Match Continued Fractions Clark Kimerling Department of Mathematics, University of Evansville

More information

TITLE. Issuance type, number, Title, Publication Date

TITLE. Issuance type, number, Title, Publication Date ACTION OFFICER (AO) NOTES 1. The DoDEA Issuances Standards is the guiding document for the structure and composition of DoDEA issuances. Citations in this document refer to the DoDEA Issuance Standards

More information

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

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

More information

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

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

Hot X: Algebra Exposed

Hot X: Algebra Exposed Hot X: Algera Exposed Solution Guide for Chapter 5 Here are the solutions for the Doing the Math exercises in Hot X: Algera Exposed! (assume that all denominators 0) DTM from p.59 2. Since they have the

More information

Word 2016 FORMATTING MSC PROJECT REPORTS

Word 2016 FORMATTING MSC PROJECT REPORTS Word 2016 FORMATTING MSC PROJECT REPORTS LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE 2017 1 CONTENTS INTRODUCTION... 2 COVER PAGE... 3 PAGE SETUP... 4 Page Size... 4 Margins... 4 Alignment... 4 Line

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

Creating Tables and Figures with L A T E X

Creating Tables and Figures with L A T E X Creating and with L A T E X Ricky Patterson bit.ly/latex 5 Oct 2016 Ricky Patterson and in LAT E X 5 Oct 2016 1 / 23 Outline Introduction picture environment Importing Graphics Ricky Patterson and in LAT

More information

Prelim 1. CS 2110, 14 March 2017, 7:30 PM Total Question Name Short answer. OO Recursion Loop invariants Max Score Grader

Prelim 1. CS 2110, 14 March 2017, 7:30 PM Total Question Name Short answer. OO Recursion Loop invariants Max Score Grader Prelim 1 CS 2110, 14 March 2017, 7:30 PM 1 2 3 4 5 Total Question Name Short answer OO Recursion Loop invariants Max 1 36 33 15 15 100 Score Grader The exam is closed ook and closed notes. Do not egin

More information

Introduction to CS Page layout and graphics. Jacek Wiślicki, Laurent Babout,

Introduction to CS Page layout and graphics. Jacek Wiślicki, Laurent Babout, Word processors offer many facilities for making the page layout more flexible and capable of displaying different kinds of information. In the previous exercises there where discussed some ways to format

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

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

Instructions for the preparation of a camera-ready paper in LATEX 1

Instructions for the preparation of a camera-ready paper in LATEX 1 Undefined 1 (2009) 1 5 1 IOS Press Instructions for the preparation of a camera-ready paper in LATEX 1 First Author a,,, Second Author b and Third Author b a Journal Production Department, IOS Press, Nieuwe

More information

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013 Copyright This ebook is Copyright 2013 Teresa Miller (the Author ). All Rights Reserved. Published in the United States of America. The legal notices, disclosures, and disclaimers in the front and back

More information

Formatting Your Paper for the MT Summit 2017 Conference

Formatting Your Paper for the MT Summit 2017 Conference Formatting Your Paper for the MT Summit 2017 Conference First Author author1@abc.university.country Second Author author2@abc.university.country Department of Science, My University, MyTown, Zip, Country

More information

Designing & Creating your GIS Poster

Designing & Creating your GIS Poster Designing & Creating your GIS Poster Revised by Carolyn Talmadge, 11/26/2018 First think about your audience and purpose, then design your poster! Here are instructions for setting up your poster using

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

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

An Introduction to L A TEX

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

More information

Paper guidelines for the 7 th International Congress on Transportation Research

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

More information

Formatting instructions for NIPS 2016

Formatting instructions for NIPS 2016 Formatting instructions for NIPS 2016 David S. Hippocampus Department of Computer Science Cranberry-Lemon University Pittsburgh, PA 15213 hippo@cs.cranberry-lemon.edu Abstract The abstract paragraph should

More information