LATEX Command Summary \\* Terminates a Line, but Disallows a Pagebreak

Total Page:16

File Type:pdf, Size:1020Kb

LATEX Command Summary \\* Terminates a Line, but Disallows a Pagebreak LATEX Command Summary \\* terminates a line, but disallows a pagebreak. \] —sameas\end{displaymath} or $$. This listing contains short descriptions of the \ˆ makes a circumflex, aso. ˆ control sequences that are likely to be handy for \_ is an underscore, as in hours worked. users of LATEX v2.09 layered on TEX v2.0. Some of these commands are LATEX macros, while oth- \‘ in tabbing environment moves all text which ers belong to plain TEX; no attempt to differen- follows (up to \\) to the right margin. tiate them is made. Elsewhere, grave accent , as `o. \{ prints a curly left brace: . { \ — ordinary space after period. \| is (math mode). 1 k \! —negativethinspace= 6 quad; \} prints a curly right brace: . xx\!x yields xxx (math mode).− } \˜ makes a tilde, asn. ˜ \" makes an umlaut, as ¨o. \a’ makes an acute accent in tabbing \# prints a pound sign: #. environment, aso. ´ \$ prints a dollar sign: $. \a‘ makes a grave accent in tabbing \% prints a percent sign: %. environment, aso. ` \& prints an ampersand: &. \a= makes a macron accent in tabbing \’ in tabbing environment moves current column environment, aso. ¯ to the right of the previous column. Elsewhere, \aa is ˚a. \AA is A.˚ acute accent, as ´o. \acute makes an acute accent:a ´ (math mode). \( — start math mode. Same as \begin{math} \addcontentsline{toc}{section}{name} adds or $. the command \contentsline{section}{name} \) — end math mode. Same as \end{math} or $. to the .toc file. \* is a discretionary multiplication sign, at which \address{text} declares the return address in a line break is allowed. the letter document style. \+ moves left margin to the right by one tab stop. \addtocontents{toc}{text} writes text to the Begin tabbed line. .toc file. 1 \, —thinspace=6 quad; xx\,x yields xx x.It \addtocounter{name}{amount} adds amount to is not restricted to math mode. counter name. \- in tabbing environment, moves left margin to \addtolength{\nl}{length} adds length to the left by one tab stop. Elsewhere, optional length command \nl.Seealso\setlength, hyphenation. \newlength, \settowidth. \. puts a dot accent over a letter, aso. ˙ \ae is æ. \AE is Æ. \/ inserts italics adjustment space. \aleph is (math mode). 2 ℵ \: — medium space = 9 quad; xx\:x yields xx x \alph{counter} prints counter as lower-case (math mode). letters. \Alph{counter} prints upper-case 5 \; —thickspace=18 quad; xx\;x yields xx x letters. (math mode). \alpha is α (math mode). \< in tabbing environment, puts text to left of \amalg is (math mode). local left margin. q \and separates multiple authors for the \= in tabbing environment, sets a tab stop. \maketitle command. Elsewhere, makes a macron accent, as ¯o. \angle is (math mode). \> in tabbing environment is a forward tab. 6 2 \appendix starts appendices. Otherwise, medium space = 9 quad (math mode). \approx is (math mode). ≈ \@ declares the period that follows is to be a \arabic{counter} prints counter as arabic sentence-ending period. numerals1,2,etc. \[ —sameas\begin{displaymath} or $$. \arccos is arccos (math mode). \\ terminates a line. \arcsin is arcsin (math mode). 2 LATEX Command Summary \arctan is arctan (math mode). \begin{figure}[pos] begins a floating \arg is arg (math mode). environment, which may be optionally placed at pos (see positions on page 8). Document \arraycolsep — width of the space between styles report and article use the default tbp. columns in an array environment. \begin{figure*}[pos] begins a \arrayrulewidth — width of the rule created in two-column-wide figure. See \begin{figure}. tabular or array environment by |, \hline, or \vline. \begin{flushleft} starts environment with ragged right-hand margin. Separate lines with \arraystretch — scale factor for interrow \\.See\raggedright. spacing in array and tabular environments. \begin{flushright} starts environment with \ast is (math mode). ∗ ragged left-hand margin. Separate lines with \asymp is (math mode). \\.See\raggedleft. \author{names} declares author(s) for the \begin{itemize} starts a “bulleted” ( ) list. \maketitle command. Start each item with \item. • \b is a “bar-under” accent, as o. ¯ \begin{list}{labeling}{spacing} starts a \backslash is (math mode). general list environment. labeling specifies \ \bar puts a macron over a letter:a ¯ (math mode). how items are labeled when \item has no \baselineskip — distance from bottom of one argument. spacing is an optional list of line of a paragraph to bottom of the next line. spacing parameters. \begin{math} starts a math display like this: \baselinestretch —factorbywhich 2 2 \baselineskip is multiplied each time a type x + y , within text. Same as $ or \(. size changing command is executed. \begin{minipage}[pos]{vsize} starts a box of \begin{environment} — always paired with height vsize. Text will be positioned according \end{environment}. Following are the assorted to pos (see positions on page 8). environments. \begin{picture}(x, y)(xl,yl) starts a picture \begin{abstract} starts an environment for environment whose width is x units, height is y producing an abstract. units, and lower-left corner is the point (xl,yl). Set units with \unitlength. \begin{array}{lrc} starts array environment with 3 columns, left-justified, right-justified, \begin{quotation} starts an environment with and centered. Separate columns with &,and wider margins, normal paragraph indenting, end lines with \\. @{text} between l, r or c and offset from the text at top and bottom. arguments puts text between columns. \begin{quote} starts an environment with wider \begin{center} starts an environment in which margins, no paragraph indenting, and offset every line is centered. End lines with \\. from the text at top and bottom. \begin{description} starts a labeled list. Items \begin{tabbing} starts a columnar environment. are indicated by \item[label]. Use commands \= (set tab), \> (tab), \< (backtab), \+ (indent one tab stop), \- \begin{displaymath} sets mathematics on lines (outdent one tab stop), \‘ (flush right), \’ of its own. Same as \[ or $$. (flush left), \pushtabs, \poptabs, \kill, \\. \begin{document} starts the actual text of a \begin{table}[pos] begins a floating document. Required. environment, which may be optionally placed \begin{enumerate} starts a numbered list. at pos (see positions on page 8). Document \begin{eqnarray} starts a displaymath styles report and article use the default tbp. environment in which more than one equation \begin{table*}[pos] begins a two-column-wide can be accommodated. Separate equations with table. See \begin{table}. \\ or \\*;use\nonumber to suppress \begin{tabular}{arg} starts an array numbering a particular equation. environment which can be used in or out of \begin{eqnarray*} begins an environment like math mode. arg contains column text the eqnarray environment except that the positioning commands r, l, c, @{...}, equations aren’t numbered. p{length} (see positions on page 8). \begin{equation} starts a displaymath | produces vertical line between columns. environment and adds an equation number. *{7}{r|l|} repeats that entry 7 times. December 28, 1999 3 \begin{theorem} —see\newtheorem. \cap is (math mode). ∩ \begin{titlepage} is an environment with no \caption[loftitle]{text} creates a numbered page number, and causes following page to be caption in a figure or table environment. numbered “1”. Optional loftitle contains entry for the list of \begin{verbatim} starts an environment which figures if different from text. will be typeset exactly as you type it, carriage \cc{text} declares list of copy recipients for returns and all, usually in typewriter font. letter document style. \begin{verse} starts an environment for poetry \cdot is (math mode). with wider margins, no paragraph indenting, · \cdots makes three dots centered on the line: and ragged right margin. (cf. \ldots) (math mode). ··· \beta is β (math mode). \centering declares that all text following is to \bf switches to bold face type. be centered (cf. \begin{center}). \bibitem{ref} text creates a bibliography entry \chapter[toctitle]{text} begins a new text, numbers it, and labels it with reference section, automatically headed and numbered. label ref. Optional toctitle contains entry for the table \bibliography{file} — insert bibliography of contents if different from text. from file name.bib at this point in text. \chapter*{title} is like \chapter{title}, but \bibliographystyle{style} — a format adds no chapter number or table of contents specifier, like \documentstyle. entry. \bigcap is (math mode). \check makes a h´aˇcek, asa ˇ (math mode). \bigcirc is (math mode). is χ (math mode). T \chi \bigcup is (math mode). \circ is (math mode). is (math mode). ◦ \bigodot S \circle{diameter} as a valid argument for \put \bigoplus is (math mode). J in a picture environment, draws a circle. \bigotimes is (math mode). L \circle*{diameter} is like \circle, but draws \bigtriangledown is (math mode). a solid circle. N 5 \bigtriangleup is (math mode). \cite[subcit]{ref} produces a reference, in 4 \bigskip — standard “big” vertical skip. square brackets, to a bibliographic item created with \bibitem{ref}. Optional sub-citation \bigskipamount — default length for \bigskip. subcit can be inserted in the entry. \bigsqcup is (math mode). \cleardoublepage forces next page to be a is (math mode). \biguplus F right-hand, odd-numbered page. is (math mode). \bigvee U \clearpage ends a page where it is, and puts \bigwedge is (math mode). W pending figures or tables on separate float \bmod is binary modulo expression u mod m pages with no text. V (math mode). \cline{i-j} draws a horizontal line across \boldmath changes math italics and math columns i through j inclusive in array or symbols to boldface. Should be used outside of tabular environments. math mode. \closing{text} declares the closing in letter \bot is (math mode). document style. ⊥ \bottomfraction — maximum fraction of page \clubsuit is (math mode). ♣ occupied by floats at the bottom. \columnsep — distance between columns in \bowtie is ./ (math mode). two-column text. \Box is 2 (math mode). \columnseprule — width of the rule between \breve makes a breve accent:a ˘ (math mode).
Recommended publications
  • The Origin of the Peculiarities of the Vietnamese Alphabet André-Georges Haudricourt
    The origin of the peculiarities of the Vietnamese alphabet André-Georges Haudricourt To cite this version: André-Georges Haudricourt. The origin of the peculiarities of the Vietnamese alphabet. Mon-Khmer Studies, 2010, 39, pp.89-104. halshs-00918824v2 HAL Id: halshs-00918824 https://halshs.archives-ouvertes.fr/halshs-00918824v2 Submitted on 17 Dec 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Published in Mon-Khmer Studies 39. 89–104 (2010). The origin of the peculiarities of the Vietnamese alphabet by André-Georges Haudricourt Translated by Alexis Michaud, LACITO-CNRS, France Originally published as: L’origine des particularités de l’alphabet vietnamien, Dân Việt Nam 3:61-68, 1949. Translator’s foreword André-Georges Haudricourt’s contribution to Southeast Asian studies is internationally acknowledged, witness the Haudricourt Festschrift (Suriya, Thomas and Suwilai 1985). However, many of Haudricourt’s works are not yet available to the English-reading public. A volume of the most important papers by André-Georges Haudricourt, translated by an international team of specialists, is currently in preparation. Its aim is to share with the English- speaking academic community Haudricourt’s seminal publications, many of which address issues in Southeast Asian languages, linguistics and social anthropology.
    [Show full text]
  • AMPERSAND an International Journal of General and Applied Linguistics
    AMPERSAND An International Journal of General and Applied Linguistics AUTHOR INFORMATION PACK TABLE OF CONTENTS XXX . • Description p.1 • Abstracting and Indexing p.2 • Editorial Board p.2 • Guide for Authors p.4 ISSN: 2215-0390 DESCRIPTION . Serving the breadth of the general and applied linguistics communities, Ampersand offers a highly- visible, open-access home for authors. An international, peer-reviewed journal, Ampersand welcomes submissions in applied and historical linguistics, phonetics, phonology, pragmatics, semantics, sociolinguistics and syntax. Ampersand provides authors with an open-access venue to disseminate a wide range of linguistic research in an equally wide range of formats, prioritizing rapid peer review and publication so that researchers can share their work in its most current and innovative form. In response to the global thrust toward open source, open data and open access in science, Ampersand offers the opportunity for authors to make their research freely available to everyone, opening their work to a wider audience and increased readership. Ampersand caters to a comprehensive audience, ranging from language researchers, linguists, teachers, educationalists, practitioners to those with a general interest in language and linguistics. The journal aims to encourage the free exchange of information between researchers by being a forum for the constructive discussion and debate of issues in both theoretical and applied research. The journal welcomes all types of submission format: traditional 'full' research articles, short communications, opinion pieces, book reviews, case studies and literature reviews. Ampersand also offers the opportunity to publish special issues or sections to reflect current interest and research in topical or developing areas. The journal fully supports authors wanting to present their research in an innovative fashion through the use of modern multimedia in the award-winning 'article of the future' format on ScienceDirect?.
    [Show full text]
  • Tilde-Arrow-Out (~→O)
    Chapter 5: Derivations in Sentential Logic 181 atomic). In the next example, the disjunction is complex (its disjuncts are not atomic). Example 2 (1) (P ´ Q) → (P & Q) Pr (2) •: (P & Q) ∨ (~P & ~Q) ID (3) |~[(P & Q) ∨ (~P & ~Q)] As (4) |•: ¸ DD (5) ||~(P & Q) 3,~∨O (6) ||~(~P & ~Q) 3,~∨O (7) ||~(P ∨ Q) 1,5,→O (8) ||~P 7,~∨O (9) ||~Q 7,~∨O (10) ||~P & ~Q 8,9,&I (11) ||¸ 6,10,¸I The basic strategy is exactly like the previous problem. The only difference is that the formulas are more complex. 13. FURTHER RULES In the previous section, we added the rule ~∨O to our list of inference rules. Although it is not strictly required, it does make a number of derivations much easier. In the present section, for the sake of symmetry, we add corresponding rules for the remaining two-place connectives; specifically, we add ~&O, ~→O, and ~↔O. That way, we have a rule for handling any negated molecular formula. Also, we add one more rule that is sometimes useful, the Rule of Repetition. The additional negation rules are given as follows. Tilde-Ampersand-Out (~&O) ~(d & e) ––––––––– d → ~e Tilde-Arrow-Out (~→O) ~(d → f) –––––––––– d & ~f 182 Hardegree, Symbolic Logic Tilde-Double-Arrow-Out (~±O) ~(d ± e) –––––––––– ~d ± e The reader is urged to verify that these are all valid argument forms of sentential logic. There are other valid forms that could serve equally well as the rules in question. The choice is to a certain arbitrary. The advantage of the particular choice becomes more apparent in a later chapter on predicate logic.
    [Show full text]
  • Technical User Guide Compiled by the Ministerial ICD-10 Task Team To
    USER GUIDE Technical User Guide compiled by the Ministerial ICD-10 Task Team to define standards and guidelines for ICD-10 coding implementation Date: 18 October 2012 Final Version 1.00 Final User Guide ICD-10 Version 18 October 2012 Page 1 of 19 Table of Contents 1. Introduction ........................................................................................................... 4 1.1 Overview and Background ................................................................................... 4 1.2 Objective(s) .................................................................................................... 4 1.3 Definitions, Acronyms and Abbreviations ................................................................. 5 1.4 Acknowledgements ........................................................................................... 5 2. ICD-10 Implementation Phases .................................................................................... 6 3. ICD-10 Terminology Definitions ................................................................................... 7 3.1 Master Industry Table (MIT) ................................................................................. 7 3.2 Coding Definitions ............................................................................................. 8 3.2.1 Primary Diagnosis (PDX) - Morbidity .................................................................... 8 3.2.2 Primary Code ............................................................................................... 8 3.2.3
    [Show full text]
  • Desktop + Mobile Style Guide 06.22.15
    DESKTOP + MOBILE STYLE GUIDE 06.22.15 SITE BASICS PRIMARY TYPEFACE PRIMARY COLORS SECONDARY COLORS Helvetica, Arial, sans-serif R0 G70 B127 R0 G24 B46 HEX# 00467F HEX# 00182E R255 G201 B57 R47 G107 B189 HEX# FFC939 HEX# 2F6BBD R77 G79 B83 HEX# 4D4F53 R0 G0 B0 HEX# 000000 2 UNIVERSAL ELEMENTS PRIMARY BUTTONS LINKS CARETS IDLE ROLLOVER IDLE ROLLOVER ON CLEAN BACKGROUND PRIMARY NAVIGATION ON BUSY BACKGROUND IDLE ROLLOVER 3 HEADINGS AND LISTS A Font Family Helvetica, Arial, sans-serif B Font Family Helvetica, Arial, sans-serif Font Size 40px/48px Font Size 30px A Font Weight Bold Color #ffffff Color #000000 B C C Font Family Helvetica, Arial, sans-serif D Font Family Helvetica, Arial, sans-serif Font Weight Bold Font Size 24px/34px D Font Size 24px/34px Color #000000 Color #2F6BBD E E Font Family Helvetica, Arial, sans-serif F Font Family Helvetica, Arial, sans-serif Font Size 24px/34px Font Size 24px/34px F Color #000000 Color #000000 Margin-bottom 34px Margin-bottom 17px G Font Family Helvetica, Arial, sans-serif Font Size 24px/34px Color #000000 Margin-bottom 17px G 4 DESKTOP TYPOGRAPHY B A A Font Family Helvetica, Arial, sans-serif B Font Family Helvetica, Arial, sans-serif C Font Size 16px Font Size 16px Font Weight Bold Color #ffffff Color #cccccc Hover Underline Hover Underline C Font Family Helvetica, Arial, sans-serif D Font Family Helvetica, Arial, sans-serif Font Weight Bold Font Size 24px/30px D Font Size 22px/24px Color #000000 E Color #ffffff F E Font Family Helvetica, Arial, sans-serif F Font Family Helvetica, Arial, sans-serif
    [Show full text]
  • Edit Bibliographic Records
    OCLC Connexion Browser Guides Edit Bibliographic Records Last updated: May 2014 6565 Kilgour Place, Dublin, OH 43017-3395 www.oclc.org Revision History Date Section title Description of changes May 2014 All Updated information on how to open the diacritic window. The shortcut key is no longer available. May 2006 1. Edit record: basics Minor updates. 5. Insert diacritics Revised to update list of bar syntax character codes to reflect and special changes in character names and to add newly supported characters characters. November 2006 1. Edit record: basics Minor updates. 2. Editing Added information on guided editing for fields 541 and 583, techniques, template commonly used when cataloging archival materials. view December 2006 1. Edit record: basics Updated to add information about display of WorldCat records that contain non-Latin scripts.. May 2007 4. Validate record Revised to document change in default validation level from None to Structure. February 2012 2 Editing techniques, Series added entry fields 800, 810, 811, 830 can now be used to template view insert data from a “cited” record for a related series item. Removed “and DDC” from Control All commands. DDC numbers are no longer controlled in Connexion. April 2012 2. Editing New section on how to use the prototype OCLC Classify service. techniques, template view September 2012 All Removed all references to Pathfinder. February 2013 All Removed all references to Heritage Printed Book. April 2013 All Removed all references to Chinese Name Authority © 2014 OCLC Online Computer Library Center, Inc. 6565 Kilgour Place Dublin, OH 43017-3395 USA The following OCLC product, service and business names are trademarks or service marks of OCLC, Inc.: CatExpress, Connexion, DDC, Dewey, Dewey Decimal Classification, OCLC, WorldCat, WorldCat Resource Sharing and “The world’s libraries.
    [Show full text]
  • Dutchess County Public Transit Route L
    Route L: Main Street Shuttle Please see map on page 44 / Favor ver el mapa en la página 44 LUNES–SABADO 9 NORTH / NORTE MONDAY–SATURDAY / Ave Violet Ave EASTBOUND: Poughkeepsie to Stop & Shop or Adams Fairacre Farms / HACIA EL ESTE: Poughkeepsie a Stop & Shop or Adams Fairacre Farms Poughkeepsie Train Station DCPT Routes: A,B,C,D,E,H,J,K,L,P,PRL Map not to scale Amtrak, MTA Metro-North Mapa no a escala Dutchess County Transit Hub Interfaith DCPT Routes: A,B,C,D,E,H,J,K,L,M,P,PRL Adams Fairacre Farms & Route 44 (Arrives) POUGHKEEPSIE Washington St & Mansion St (Interfaith Towers) POUGHKEEPSIE Poughkeepsie StationTrain POUGHKEEPSIE Main St & Worrall Ave POUGHKEEPSIE Colledgeview Ave & Fairmont Ave (Vassar College) POUGHKEEPSIE Route 44 & Burnett Blvd POUGHKEEPSIE Stop Shop & (Arrives) POUGHKEEPSIE Towers County Dutchess Hub Transit (Departs) POUGHKEEPSIE Stop # 1 2 3 4 5 6 7 8 Mill St 1 286 3 306 308 131 313 311 2 SEE DOWNTOWN POUGHKEEPSIE INSET ON PAGE 12 Market 6:45 6:48 6:52 7:03 7:08 7:11 — 7:15 7:15 7:18 7:22 7:33 7:38 7:41 7:44 — 3 Main St 7:45 7:48 7:52 8:03 8:08 8:11 — 8:15 1 Adams 8:15 8:18 8:22 8:33 8:38 8:41 8:44 — Fairacre 8:45 8:48 8:52 9:03 9:08 9:11 — 9:15 Ea Stop & st- Farms AM 9:15 9:18 9:22 9:33 9:38 9:41 9:44 — We s Shop 9:45 9:48 9:52 10:03 10:08 10:11 — 10:15 Mid-Hudson t A rter Bridge ial 8 10:15 10:18 10:22 10:33 10:38 10:41 10:44 — Main St Arlington 10:45 10:48 10:52 11:03 11:08 11:11 — 11:15 7 11:15 11:18 11:22 11:33 11:38 11:41 11:44 — Innis Ave 11:45 11:48 11:52 12:03 12:08 12:11 — 12:15 D E a s t- W 44 12:15 12:18
    [Show full text]
  • Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim, Jin Hyung Kim
    Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim, Jin Hyung Kim To cite this version: Dae Hwan Kim, Jin Hyung Kim. Ligature Modeling for Recognition of Characters Written in 3D Space. Tenth International Workshop on Frontiers in Handwriting Recognition, Université de Rennes 1, Oct 2006, La Baule (France). inria-00105116 HAL Id: inria-00105116 https://hal.inria.fr/inria-00105116 Submitted on 10 Oct 2006 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim Jin Hyung Kim Artificial Intelligence and Artificial Intelligence and Pattern Recognition Lab. Pattern Recognition Lab. KAIST, Daejeon, KAIST, Daejeon, South Korea South Korea [email protected] [email protected] Abstract defined shape of character while it showed high recognition performance. Moreover when a user writes In this work, we propose a 3D space handwriting multiple stroke character such as ‘4’, the user has to recognition system by combining 2D space handwriting write a new shape which is predefined in a uni-stroke models and 3D space ligature models based on that the and which he/she has never seen.
    [Show full text]
  • ISO Basic Latin Alphabet
    ISO basic Latin alphabet The ISO basic Latin alphabet is a Latin-script alphabet and consists of two sets of 26 letters, codified in[1] various national and international standards and used widely in international communication. The two sets contain the following 26 letters each:[1][2] ISO basic Latin alphabet Uppercase Latin A B C D E F G H I J K L M N O P Q R S T U V W X Y Z alphabet Lowercase Latin a b c d e f g h i j k l m n o p q r s t u v w x y z alphabet Contents History Terminology Name for Unicode block that contains all letters Names for the two subsets Names for the letters Timeline for encoding standards Timeline for widely used computer codes supporting the alphabet Representation Usage Alphabets containing the same set of letters Column numbering See also References History By the 1960s it became apparent to thecomputer and telecommunications industries in the First World that a non-proprietary method of encoding characters was needed. The International Organization for Standardization (ISO) encapsulated the Latin script in their (ISO/IEC 646) 7-bit character-encoding standard. To achieve widespread acceptance, this encapsulation was based on popular usage. The standard was based on the already published American Standard Code for Information Interchange, better known as ASCII, which included in the character set the 26 × 2 letters of the English alphabet. Later standards issued by the ISO, for example ISO/IEC 8859 (8-bit character encoding) and ISO/IEC 10646 (Unicode Latin), have continued to define the 26 × 2 letters of the English alphabet as the basic Latin script with extensions to handle other letters in other languages.[1] Terminology Name for Unicode block that contains all letters The Unicode block that contains the alphabet is called "C0 Controls and Basic Latin".
    [Show full text]
  • NYU School of Law Outline: Trademarks, Barton Beebe
    NYU School of Law Outline: Trademarks, Barton Beebe Will Frank (Class of 2011) Fall Semester, 2009 Contents 1 Introduction to Trademark and Unfair Competition Law 3 1.1 Sources and Nature of Rights . 4 1.2 The Nature of Unfair Competition Law . 4 1.3 Purposes of Trademark Law . 4 1.4 The Lanham Act . 5 2 Distinctiveness 6 2.1 The Spectrum of Distinctiveness . 7 2.2 Descriptiveness and Secondary Meaning . 7 2.3 Generic Terms . 8 2.4 Distinctiveness of Nonverbal Identifiers (Logos, Packages, Prod- uct Design, Colors) . 9 2.4.1 Different Tests/Standards? . 9 2.4.2 Expanding the Types of Nonverbal Marks . 9 2.4.3 The Design/Packaging Distinction . 10 2.4.4 Trade Dress Protection After Wal-Mart . 10 2.5 The Edge of Protection: Subject Matter Exclusions? . 12 2.5.1 Exotic Source-Identifiers . 12 2.6 Review . 12 3 Functionality 13 3.1 The Concept . 14 3.2 The Scope of the Doctrine . 15 3.3 The Modern Approach . 15 3.4 Post-TrafFix Devices Applications . 17 4 Use 18 4.1 As a Jurisdictional Prerequisite . 18 4.2 As a Prerequisite for Acquiring Rights . 18 4.2.1 Actual Use . 18 4.2.2 Constructive Use . 19 1 4.3 \Surrogate" Uses . 20 4.3.1 By Affiliates . 20 4.4 The Public as Surrogate . 20 4.5 Loss of Rights . 21 4.5.1 Abandonment Through Non-Use . 21 4.5.2 Abandonment Through Failure to Control Use . 21 5 Registration 22 5.1 The Registration Process . 22 5.1.1 Overview .
    [Show full text]
  • Ffontiau Cymraeg
    This publication is available in other languages and formats on request. Mae'r cyhoeddiad hwn ar gael mewn ieithoedd a fformatau eraill ar gais. [email protected] www.caerphilly.gov.uk/equalities How to type Accented Characters This guidance document has been produced to provide practical help when typing letters or circulars, or when designing posters or flyers so that getting accents on various letters when typing is made easier. The guide should be used alongside the Council’s Guidance on Equalities in Designing and Printing. Please note this is for PCs only and will not work on Macs. Firstly, on your keyboard make sure the Num Lock is switched on, or the codes shown in this document won’t work (this button is found above the numeric keypad on the right of your keyboard). By pressing the ALT key (to the left of the space bar), holding it down and then entering a certain sequence of numbers on the numeric keypad, it's very easy to get almost any accented character you want. For example, to get the letter “ô”, press and hold the ALT key, type in the code 0 2 4 4, then release the ALT key. The number sequences shown from page 3 onwards work in most fonts in order to get an accent over “a, e, i, o, u”, the vowels in the English alphabet. In other languages, for example in French, the letter "c" can be accented and in Spanish, "n" can be accented too. Many other languages have accents on consonants as well as vowels.
    [Show full text]
  • Threshold Digraphs
    Volume 119 (2014) http://dx.doi.org/10.6028/jres.119.007 Journal of Research of the National Institute of Standards and Technology Threshold Digraphs Brian Cloteaux1, M. Drew LaMar2, Elizabeth Moseman1, and James Shook1 1National Institute of Standards and Technology, Gaithersburg, MD 20899 2The College of William and Mary, Williamsburg, VA 23185 [email protected] [email protected] [email protected] [email protected] A digraph whose degree sequence has a unique vertex labeled realization is called threshold. In this paper we present several characterizations of threshold digraphs and their degree sequences, and show these characterizations to be equivalent. Using this result, we obtain a new, short proof of the Fulkerson-Chen theorem on degree sequences of general digraphs. Key words: digraph realizations; Fulkerson-Chen theorem; threshold digraphs. Accepted: May 6, 2014 Published: May 20, 2014 http://dx.doi.org/10.6028/jres.119.007 1. Introduction Creating models of real-world networks, such as social and biological interactions, is a central task for understanding and measuring the behavior of these networks. A usual first step in this type of model creation is to construct a digraph with a given degree sequence. We examine the extreme case of digraph construction where for a given degree sequence there is exactly one digraph that can be created. What follows is a brief introduction to the notation used in the paper. For notation not otherwise defined, see Diestel [1]. We let G=( VE , ) be a digraph where E is a set of ordered pairs called arcs. If (,vw )∈ E, then we say w is an out-neighbor of v and v is an in-neighbor of w.
    [Show full text]