The Latex2ε Sources

Total Page:16

File Type:pdf, Size:1020Kb

The Latex2ε Sources The LATEX 2" Sources Johannes Braams David Carlisle Alan Jeffrey Leslie Lamport Frank Mittelbach Chris Rowley Rainer Sch¨opf 1998/06/01 Contents a ltdirchk.dtx 1 1 LATEX System Dependent Initialisations 1 2 Initialisation 2 2.1 INITEX ................................. 2 2.2 Some bits of 2e ............................. 3 3 texsys.cfg 4 3.1 texsys.cfg ................................ 4 3.2 UNIX (web2c) ............................. 5 3.3 UNIX (other) .............................. 5 3.4 MSDOS (emtex) ............................ 6 3.5 MSDOS (other) ............................. 6 3.6 VMS (DECUS TEX, PD VMS 3.6) .................. 6 3.7 VMS (???) ................................ 6 3.8 MACINTOSH (OzTeX 1.6) ...................... 6 3.9 MACINTOSH (other) ......................... 7 3.10 FAKE EXAMPLE ........................... 7 4 Setting \@currdir 7 5 Setting \input@path 9 6 Filename Parsing 10 7 TEX Versions 11 8 ltxcheck.tex 12 i b ltplain.dtx 13 9 Plain TEX 13 c ltvers.dtx 24 10 Version Identifictation 24 d ltdefns.dtx 25 11 Definitions 25 11.1 Initex initialisations .......................... 25 11.2 Saved versions of TEX primitives ................... 25 11.3 Command definitions .......................... 26 11.4 Robust commands and protect .................... 33 11.5 Internal defining commands ...................... 36 11.6 Commands for Autoloading ...................... 37 e ltalloc.dtx 39 12 Counters 39 f ltcntrl.dtx 41 13 Program control structure 41 g lterror.dtx 45 14 Error handling 45 14.1 General commands ........................... 45 14.2 Specific errors .............................. 50 h ltpar.dtx 54 15 Paragraphs 54 15.1 Implementation ............................. 54 i ltspace.dtx 56 16 Spacing 56 16.1 User Commands ............................ 56 16.2 Chris' comments ............................ 56 16.3 Some immediate actions ........................ 58 16.4 The code ................................ 59 16.5 Vertical spacing ............................. 63 ii 16.6 Horizontal space ............................ 65 j ltlogos.dtx 68 17 Logos 68 k ltfiles.dtx 69 18 File Handling 69 18.1 Safe Input Macros ........................... 75 18.2 Listing files ............................... 77 l ltoutenc.dtx 79 19 Font encodings 79 19.1 Removing encoding-specific commands ................ 81 19.2 The order of declarations ....................... 82 19.3 Docstrip modules ............................ 82 19.4 Definitions for the kernel ........................ 83 19.4.1 Declaration commands ..................... 83 19.4.2 Hyphenation .......................... 88 19.4.3 Miscellania ........................... 89 19.4.4 Default encodings ....................... 89 19.4.5 Math material ......................... 91 19.5 The fontenc package .......................... 91 19.6 Definitions for the OT1 encoding ................... 92 19.7 Definitions for the T1 encoding .................... 93 19.8 Definitions for the OMS encoding ................... 98 19.9 Definitions for the OML encoding ................... 98 19.10Definitions for the OT4 encoding ................... 99 20 Package files 105 m ltcounts.dtx 109 21 Counters and Lengths 109 21.1 Environment Counter Macros ..................... 109 n ltlength.dtx 113 22 Lengths 113 o ltfssbas.dtx 114 23 Autoloading parts of NFSS 114 iii 24 Preliminary macros 114 25 Macros for setting up the tables 115 26 Selecting a new font 120 26.1 Macros for the user ........................... 120 26.2 Macros for loading fonts ........................ 123 27 Assigning math fonts to versions 129 p ltfsstrc.dtx 134 28 Introduction 134 29 A driver for this document 134 30 The Implementation 135 31 Handling Options 135 32 Macros common to fam.tex and tracefnt.sty 137 32.1 General font loading .......................... 137 32.2 Math fonts setup ............................ 141 32.2.1 Outline of algorithm for math font sizes ........... 141 32.2.2 Code for math font size setting ................ 143 32.2.3 Other code for math ...................... 144 33 Scaled font extraction 146 33.1 Sizefunctions .............................. 153 q ltfsscmp.dtx 157 34 Compatibility code for NFSS release 1 157 r ltfssdcl.dtx 162 35 Interface Commands 162 s ltfssini.dtx 183 36 NFSS Initialisation 183 36.1 Providing math versions ........................ 183 36.2 Miscellaneous .............................. 184 t fontdef.dtx 189 37 Introduction 189 iv 38 Customization 189 39 The docstrip modules 190 40 A driver for this document 190 41 The fonttext.ltx file 190 41.1 Encodings ................................ 191 41.2 Defaults ................................. 192 42 The fontmath.ltx file 193 42.1 The font encodings used ........................ 193 42.1.1 Symbolfont and Alphabet declarations ............ 193 42.2 Math font sizes ............................. 194 42.3 The math symbol assignments ..................... 195 42.3.1 The letters ........................... 195 42.3.2 The digits ............................ 196 42.3.3 Punctuation, brace, etc. keys ................. 196 42.3.4 Delimitercodes for characters ................. 196 42.4 Symbols accessed via control sequences ................ 197 42.4.1 Greek letters .......................... 197 42.4.2 Ordinary symbols ....................... 198 42.4.3 Large Operators ........................ 198 42.4.4 Binary symbols ......................... 199 42.4.5 Relations ............................ 199 42.4.6 Arrows ............................. 201 42.4.7 Punctuation symbols ...................... 201 42.4.8 Math accents .......................... 201 42.4.9 Radicals ............................. 202 42.4.10 Over and under something, etc ................ 202 42.4.11 Delimiters ............................ 202 42.5 Math versions of text commands ................... 204 42.6 Other special functions and parameters ............... 204 42.6.1 Biggggg ............................. 204 42.6.2 The log-like functions ..................... 204 42.6.3 Parameters ........................... 204 u preload.dtx 205 43 Overview 205 44 Customization 205 45 Module switches for the docstrip program 206 46 A driver for this document 206 47 The code 206 v v ltfntcmd.dtx 209 48 Introduction 209 49 The implementation 211 50 Initialization 216 w ltpageno.dtx 217 51 Page Numbering 217 x ltxref.dtx 218 52 Cross Referencing 218 52.1 Cross Referencing ............................ 218 52.2 An extension of counter referencing .................. 220 y ltmiscen.dtx 222 53 Miscellaneous Environments 222 53.1 Environments .............................. 222 53.2 Center, Flushright, Flushleft ...................... 226 53.3 Verbatim ................................ 228 z ltmath.dtx 231 54 Math setup 231 54.1 Math commands based on plain TEX ................. 231 54.1.1 The log-like functions ..................... 231 54.1.2 Biggggg ............................. 232 54.1.3 The UNSORTED Rest ..................... 232 54.2 Math Environments .......................... 235 54.3 External options to the standard document classes ......... 238 54.3.1 Left equation numbering .................... 238 54.3.2 Flush left equations ...................... 238 A ltlists.dtx 241 55 List, and related environments 241 55.1 List and Trivlist ............................ 242 55.2 Vertical Spacing (skips) ........................ 243 55.3 Penalties ................................. 243 55.4 Horizontal Spacing (dimens) ...................... 243 55.5 Default Values ............................. 244 55.6 Itemize and Enumerate ........................ 253 vi B ltboxes.dtx 256 56 LATEX Box commands 256 56.1 Some low-level constructs ....................... 266 C ltpictur.dtx 267 57 Picture Mode 267 57.1 Curves .................................. 285 D ltthm.dtx 288 58 Theorem Environments 288 E ltsect.dtx 292 59 Sectioning Commands 292 59.1 The Title ................................ 292 59.2 Sectioning ................................ 293 59.2.1 Initializations .......................... 299 59.3 Table of Contents etc. ......................... 299 59.3.1 Convention ........................... 299 59.3.2 Commands ........................... 299 F ltfloat.dtx 302 60 Floats 302 60.1 Floating Environments ......................... 302 60.2 Footnotes ................................ 313 G ltidxglo.dtx 318 61 Index and Glossary Generation 318 H ltbibl.dtx 320 62 Bibliography Generation 320 62.1 Default definitions ........................... 322 I ltpage.dtx 323 63 Page styles and related commands 323 63.1 Page Style Commands ......................... 323 63.2 How a page style makes running heads and feet ........... 323 63.3 marking conventions .......................... 323 vii J ltoutput.dtx 326 64 Output Routine 326 64.1 Floats .................................. 326 64.1.1 Kludgeins ............................ 366 64.1.2 Float control .......................... 368 64.1.3 Float placement parameters .................. 377 K ltclass.dtx 380 65 Introduction 380 66 User interface 380 66.1 Option processing ........................... 381 67 Class and Package interface 381 67.1 Class name and version ........................ 381 67.2 Package name and version ....................... 382 67.3 Requiring other packages ....................... 382 67.4 Declaring new options ......................... 383 67.5 Safe Input Macros ........................... 383 68 Implementation 384 68.1 Hooks .................................. 393 68.2 Providing shipment ........................... 395 69 After Preamble 397 L lthyphen.dtx 398 M ltfinal.dtx 400 70 Final
Recommended publications
  • MS Hatch-Waxman PTE REQUEST for EXTENSION of PATENT
    Docket No.: 029420.0155-US02 (PATENT) IN THE UNITED STATES PATENT AND TRADEMARK OFFICE In re United States Patent of: Alan J. Korman, et aL. Patent No.: 7,605,238 Issued: October 20, 2009 For: HUMAN CTLA-4 ANTIBODIES MS Hatch-Waxman PTE Commissioner for Patents Offce of Patent Legal Administration Room MDW 7D55 600 Dulany Street (Madison Building) Alexandria, VA 223 14 REQUEST FOR EXTENSION OF PATENT TERM UNDER 35 U.S.C. §156 Sir: Pursuant to 35 U.S.C. §156 and 37 C.F.R. §§1.710-1.791, Medarex, Inc., the current address of which is Route 206 and Province Line Road, Princeton, New Jersey 08540 ("Applicant" or "Medarex"), hereby requests an extension of U.S. Patent No. 7,605,238 (the "'238 patent"). As permitted by 37 C.F.R. §1.785(b) and MPEP §2761, Applicant is concurrently fiing a request for patent term extension of U.S. Patent No. 6,984,720 based upon the same regulatory review period. Medarex represents that it is the owner and assignee of the entire interest in and to Letters Patent of the United States No. 7,605,238 (Exhibit 1) granted to Alan J. Korman, Edward L. Halk, Nils Lonberg, Yashwant M. Deo and Tibor P. Keler (the "inventors") on October 20, 2009, for "Human CTLA-4 Antibodies and Their Uses" by virtue of an assignment from the DC; 3983891.1 Patent No.: 7,605,238 - 2- Docket No.: 029420.0155-US02 Alan J. Korman, Edward L. Halk and Nils Lonberg to Medarex, recorded in the United States Patent and Trademark Offce ("PTO") on March 6, 2003 at Reel 013817, Frame 0628 and an assignment from Yashwant M.
    [Show full text]
  • B2bi 2.5 Support Reference Catalog 3 Accessibility
    B2Bi Version 2.5 April 2019 Support Reference Catalog Copyright © 2019 Axway All rights reserved. This documentation describes the following Axway software: Axway B2Bi 2.5 No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into any human or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual, or otherwise, without the prior written permission of the copyright owner, Axway. This document, provided for informational purposes only, may be subject to significant modification. The descriptions and information in this document may not necessarily accurately represent or reflect the current or planned functions of this product. Axway may change this publication, the product described herein, or both. These changes will be incorporated in new versions of this document. Axway does not warrant that this document is error free. Axway recognizes the rights of the holders of all trademarks used in its publications. The documentation may provide hyperlinks to third-party web sites or access to third-party content. Links and access to these sites are provided for your convenience only. Axway does not control, endorse or guarantee content found in such sites. Axway is not responsible for any content, associated links, resources or services associated with a third-party site. Axway shall not be liable for any loss or damage of any sort associated with your use of third-party content. Contents Accessibility 4 Accessibility features of B2Bi 4 Keyboard
    [Show full text]
  • Australian Pathology Messaging - Localisation of HL7 Version 2.4
    Australian Pathology Messaging - Localisation of HL7 Version 2.4 Sponsored by: The Royal College of Pathologists of Australasia (RCPA)/HL7 Australia HL7 Australia Orders and Observations Co-chairs: Michael Legg, RCPA and Michael Legg & Associates Andrew McIntyre, Medical Objects Editors Eric Browne, Montage Systems David McKillop, Australian Digital Health Agency Jared Davison, Medical Objects Donna Moore, RCPA Joint Copyright © 2016 Health Level Seven International ® and Health Level Seven Australia Inc ABN 35 556 933 588 ALL RIGHTS RESERVED. The reproduction of this material in any form is strictly forbidden without the written permission of the publishers. HL7 International and Health Level Seven are registered trademarks of Health Level Seven International. Questions or comments regarding this document should be directed to Michael Legg ( [email protected]) or Andrew McIntyre ( a [email protected]) Table of Contents 1 Introduction 2 Patient Administration for Pathology 3 Datatypes 4 Observation Reporting 5 Observation Ordering 6 Identifiers Appendix 1 Parsing HL7v2 Appendix 2 Rendering of reports and display format Appendix 3 Common Errors Appendix 4 HL7 Code Tables Appendix 5 Conformance statements Appendix 6 Example messages Index of Tables Table 1-1. Message Element Attributes Table 1-2. Usage Conformance Testing Recommendations Table 6-1. Identifiers examples Table of Figures Figure 2-1. HL7 message segments Figure 3-1. HL7 data types by category Figure 3-2. Subcomponents of order sequences Figure 5-1. RU and RO usage (example) Figure 5-2. RQ and RO usage (example) Figure 5-3. Example of two child orders 1 Introduction Australian Pathology Messaging - Localisation of HL7 Version 2.4, Release 1 is the Australian localisation of the HL7 V2 Laboratory ordering and result reporting specification.
    [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]
  • Contribution to the Federation of the Asynchronous Smartsantander Service Layer Within the European Fed4fire Context
    UNIVERSITY OF PADOVA Master Degree in Telecommunication Engineering Contribution to the Federation of the asynchronous SmartSantander service layer within the European Fed4FIRE context. Advisor Student Michele Zorzi ala Leo Turi Co-Advisors Luis Muñoz Pablo Sotres Department of Information Engineering Academic Year 2014/2015 13th October, 2015 To my parents. For all they do, all they go through while I am away, and for all the love they give me. Every time, everywhere I am. I love you. To Pippo, Matt, Fede, Gi and Eleo. And to Gabb and Marco, newly found. You’re the brothers and sisters I never had. I’m glad I met you all. To the "malvagi", our beautiful and varied TLC group. I hope we won’t lose contact in the next years, for I would miss you all deeply. You were the best classmates ever. To all the guys of the TLMAT lab: JuanRa, Rafa, Carmen, Luisco, David, Jabo, Javi, Laura, Nacho, Pablo Martinez y Pablo Garrido (el Aleman!), Vero, Jose, Jesus. To Ramon Aguero, Luis Sánchez and Jorge. You were the warmest hosts I could ever find. And, last but not least, To Pablo Sotres, who was my tutor at Unican, helped me write my thesis, and always found time to assist me (Sundays and Holidays as well). I’m happy your eternal cough ceased way before I left. ∼ You have my deepest thanks. Finally, I’d like to acknowledge the guide of Prof. Zorzi and Prof. Muñoz. Their words and trust have been fundamental during this important experience. “It’s the questions we can’t answer that teach us the most.
    [Show full text]
  • The File Cmfonts.Fdd for Use with Latex2ε
    The file cmfonts.fdd for use with LATEX 2".∗ Frank Mittelbach Rainer Sch¨opf 2019/12/16 This file is maintained byA theLTEX Project team. Bug reports can be opened (category latex) at https://latex-project.org/bugs.html. 1 Introduction This file contains the external font information needed to load the Computer Modern fonts designed by Don Knuth and distributed with TEX. From this file all .fd files (font definition files) for the Computer Modern fonts, both with old encoding (OT1) and Cork encoding (T1) are generated. The Cork encoded fonts are known under the name ec fonts. 2 Customization If you plan to install the AMS font package or if you have it already installed, please note that within this package there are additional sizes of the Computer Modern symbol and math italic fonts. With the release of LATEX 2", these AMS `extracm' fonts have been included in the LATEX font set. Therefore, the math .fd files produced here assume the presence of these AMS extensions. For text fonts in T1 encoding, the directive new selects the new (version 1.2) DC fonts. For the text fonts in OT1 and U encoding, the optional docstrip directive ori selects a conservatively generated set of font definition files, which means that only the basic font sizes coming with an old LATEX 2.09 installation are included into the \DeclareFontShape commands. However, on many installations, people have added missing sizes by scaling up or down available Metafont sources. For example, the Computer Modern Roman italic font cmti is only available in the sizes 7, 8, 9, and 10pt.
    [Show full text]
  • Oracle® Database Installation Guide
    Oracle® Database Installation Guide 18c for Microsoft Windows E83888-01 August 2018 Oracle Database Installation Guide, 18c for Microsoft Windows E83888-01 Copyright © 1996, 2018, Oracle and/or its affiliates. All rights reserved. Primary Authors: Tanaya Bhattacharjee, Sunil Surabhi Contributing Authors: Prakash Jashnani, Mark Bauer, Bharathi Jayathirtha Contributors: Barb Glover, Eric Belden, Sudip Datta, David Friedman, Alex Keh, Peter LaQuerre, Rich Long, Matt McKerley, Sham Rao Pavan, Hanlin Qian, Sujatha Tolstoy, Sergiusz Wolicki, Sue Mavris, Mohammed Shahnawaz Quadri, Vishal Saxena, Krishna Itikarlapall, , Santanu Datta, Christian Shay, Aneesh Khanderwal, Michael Coulter, Robert Achacoso, Malai Stalin, David Price, Ramesh Chakravarthula This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S.
    [Show full text]
  • Latex2ε Font Selection
    LATEX 2" font selection © Copyright 1995{2021, LATEX Project Team.∗ All rights reserved. March 2021 Contents 1 Introduction2 1.1 LATEX 2" fonts.............................2 1.2 Overview...............................2 1.3 Further information.........................3 2 Text fonts4 2.1 Text font attributes.........................4 2.2 Selection commands.........................7 2.3 Internals................................8 2.4 Parameters for author commands..................9 2.5 Special font declaration commands................. 10 3 Math fonts 11 3.1 Math font attributes......................... 11 3.2 Selection commands......................... 12 3.3 Declaring math versions....................... 13 3.4 Declaring math alphabets...................... 13 3.5 Declaring symbol fonts........................ 14 3.6 Declaring math symbols....................... 15 3.7 Declaring math sizes......................... 17 4 Font installation 17 4.1 Font definition files.......................... 17 4.2 Font definition file commands.................... 18 4.3 Font file loading information..................... 19 4.4 Size functions............................. 20 5 Encodings 21 5.1 The fontenc package......................... 21 5.2 Encoding definition file commands................. 22 5.3 Default definitions.......................... 25 5.4 Encoding defaults........................... 26 5.5 Case changing............................. 27 ∗Thanks to Arash Esbati for documenting the newer NFSS features of 2020 1 6 Miscellanea 27 6.1 Font substitution..........................
    [Show full text]
  • Latex2ε Font Selection
    LATEX 2" font selection c Copyright 1995{2000, LATEX3 Project Team. All rights reserved. 2 September 2000 Contents 1 Introduction 2 A 1.1 LTEX 2" fonts . 2 1.2 Overview . 2 1.3 Further information . 3 2 Text fonts 4 2.1 Text font attributes . 4 2.2 Selection commands . 6 2.3 Internals . 7 2.4 Parameters for author commands . 8 2.5 Special font declaration commands . 9 3 Math fonts 10 3.1 Math font attributes . 10 3.2 Selection commands . 11 3.3 Declaring math versions . 12 3.4 Declaring math alphabets . 12 3.5 Declaring symbol fonts . 13 3.6 Declaring math symbols . 14 3.7 Declaring math sizes . 16 4 Font installation 16 4.1 Font definition files . 16 4.2 Font definition file commands . 16 4.3 Font file loading information . 18 4.4 Size functions . 18 5 Encodings 20 5.1 The fontenc package . 20 5.2 Encoding definition file commands . 20 5.3 Default definitions . 23 5.4 Encoding defaults . 24 5.5 Case changing . 25 1 6 Miscellanea 25 6.1 Font substitution . 25 6.2 Preloading . 26 6.3 Accented characters . 26 6.4 Naming conventions . 27 7 If you need to know more . 28 1 Introduction A This document describes the new font selection features of the LTEX Document Preparation System. It is intended for package writers who want to write font- loading packages similar to times or latexsym. This document is only a brief introduction to the new facilities and is intended A for package writers who are familiar with TEX fonts and LTEX packages.
    [Show full text]
  • Draft NISTIR 7628 Revision 1, Guidelines for Smart Grid Cyber Security
    The attached DRAFT document (provided here for historical purposes) has been superseded by the following publication: Publication Number: NIST Interagency Report (NISTIR) 7628 Revision 1 Title: Guidelines for Smart Grid Cybersecurity: Volume 1: Smart Grid Cybersecurity Strategy, Architecture, and High- Level Requirements Volume 2: Privacy and the Smart Grid Volume 3: Supportive Analyses and References Publication Date: September 2014 • Final Publication: https://doi.org/10.6028/NIST.IR.7628r1 (direct link: http://nvlpubs.nist.gov/nistpubs/ir/2014/NIST.IR.7628r1.pdf). • Information on other NIST Computer Security Division publications and programs can be found at: http://csrc.nist.gov/ The following information was posted with the attached DRAFT document: Oct. 25, 2013 NIST IR 7628 Rev. 1 DRAFT Guidelines for Smart Grid Cybersecurity: Vol. 1 - Smart Grid Cybersecurity Strategy, Architecture, and High-Level Requirements Vol. 2 - Privacy and the Smart Grid Vol. 3 - Supportive Analyses and References The National Institute of Standards and Technology (NIST) seeks comments on draft NISTIR 7628 Revision 1, Guidelines for Smart Grid Cyber Security. The comment period will be open from October 25 through December 23, 2013. Draft NISTIR 7628 Rev. 1 was completed by the NIST-led Smart Grid Cybersecurity Committee (formerly the Cyber Security Working Group) of the Smart Grid Interoperability Panel. The document has been updated to address changes in technologies and implementations since the release of NISTIR 7628 in September 2010. In addition, the document development strategy, cryptography and key management, privacy, vulnerability classes, research and development topics, standards review, and key power system use cases have been updated and expanded to reflect changes in the Smart Grid environment since 2010.
    [Show full text]
  • De Novo DNA Methylation by DNA Methyltransferase 3A Controls Early Effector CD8+ T-Cell Fate Decisions Following Activation
    De novo DNA methylation by DNA methyltransferase + 3a controls early effector CD8 T-cell fate decisions following activation Brian H. Ladlea,1,2, Kun-Po Lib,c,1, Maggie J. Phillipsa, Alexandra B. Pucseka, Azeb Hailea, Jonathan D. Powella, Elizabeth M. Jaffeea, David A. Hildemanb,c,1,2, and Christopher J. Gampera,1 aDepartment of Oncology, Sidney Kimmel Comprehensive Cancer Center, The Johns Hopkins University School of Medicine, Baltimore, MD 21231; bImmunology Graduate Program, University of Cincinnati College of Medicine, Cincinnati, OH 45220; and cDivision of Immunobiology, Department of Pediatrics, Cincinnati Children’s Hospital, University of Cincinnati College of Medicine, Cincinnati, OH 45229 Edited by Susan M. Kaech, Yale University School of Medicine, New Haven, CT, and accepted by Editorial Board Member Philippa Marrack July 18, 2016 (received for review December 11, 2015) DNMT3a is a de novo DNA methyltransferase expressed robustly dominant DNA methyltransferase active in T cells (18, 19). In + + after T-cell activation that regulates plasticity of CD4 T-cell cyto- CD4 T cells, DNMT3a plays a key role in lineage stability and kine expression. Here we show that DNMT3a is critical for direct- restricting plasticity. DNMT3a mediates CpG DNA methylation ing early CD8+ T-cell effector and memory fate decisions. Whereas and silencing of the Ifng promoter during Th2 differentiation effector function of DNMT3a knockout T cells is normal, they de- (20) and the Il13 promoter in an asthma model (19). In both of + velop more memory precursor and fewer terminal effector cells in these models, DNMT3a functions in CD4 T cells to control the a T-cell intrinsic manner compared with wild-type animals.
    [Show full text]
  • Involvement of CDP/Cux in the Regulation of Histone H4 Gene Expression, Proliferation and Differentiation: a Dissertation
    University of Massachusetts Medical School eScholarship@UMMS GSBS Dissertations and Theses Graduate School of Biomedical Sciences 2003-05-07 Involvement of CDP/Cux in the Regulation of Histone H4 Gene Expression, Proliferation and Differentiation: a Dissertation Mai X. Luong University of Massachusetts Medical School Let us know how access to this document benefits ou.y Follow this and additional works at: https://escholarship.umassmed.edu/gsbs_diss Part of the Amino Acids, Peptides, and Proteins Commons, Cells Commons, and the Genetic Phenomena Commons Repository Citation Luong MX. (2003). Involvement of CDP/Cux in the Regulation of Histone H4 Gene Expression, Proliferation and Differentiation: a Dissertation. GSBS Dissertations and Theses. https://doi.org/ 10.13028/10ah-dx47. Retrieved from https://escholarship.umassmed.edu/gsbs_diss/34 This material is brought to you by eScholarship@UMMS. It has been accepted for inclusion in GSBS Dissertations and Theses by an authorized administrator of eScholarship@UMMS. For more information, please contact [email protected]. INVOLVEMENT OF CDP/CUX IN THE REGULATION OF HISTONE H4 GENE EXPRESSION, PROLIFERATION AND DIFFERENTIATION A Dissertation Presented Mai Xuan Luong Submitted to the Faculty of the University of Massachusetts Graduate School of Biomedical Sciences, Worcester in partial fulfillment of the requirement for the degree of: DOCTOR OF PHILOSOPHY IN BIOMEDICAL SCIENCES MAY 7, 2003 CELL BIOLOGY Jeanne B. Lawrence, Chairman of Committee Stephen N. Jones, Member of Committee Tony Ip, Member of Committee Timothy F. Kowalik, Member of Committee Alain Nepveu, Member of Committee Janet L. Stein, Dissertation Mentor Gary S. Stein, Dissertation Mentor Anthony Carruthers, Dean of the : - DEDICA TION This thesis is dedicated to my parents, Xieu Tho Tran and Thuan Luong, who have encouraged and supported me in all my endeavors.
    [Show full text]