ESPPADOM Delivery Date: 30/03/2012 Comité Technique Statut: Travail Version: 00.02

Total Page:16

File Type:pdf, Size:1020Kb

ESPPADOM Delivery Date: 30/03/2012 Comité Technique Statut: Travail Version: 00.02 EDISANTE ESPPADOM_Delivery Date: 30/03/2012 Comité Technique Statut: Travail Version: 00.02 ESPPADOM_Delivery Modèle des données structurées Date: 30/03/2012 Statut: Travail Version: 00.02 EDISANTE ESPPADOM_Delivery Date: 30/03/2012 Comité Technique Statut: Travail Version: 00.02 ESPPADOM_Delivery: Modèle des données structurées Mention légale Clause de cession de droit de reproduction. L'auteur de ce document est : EDISANTE Comité Technique Le présent document est la propriété de l'auteur. Par la présente, l'auteur cède à titre gracieux à l’utilisateur du présent document, un droit de reproduction non exclusif dans le seul but de l’intégrer dans une application informatique. Cette cession est valable sur supports papier, magnétique, optique, électronique, numérique, et plus généralement sur tout autre support de fixation connu à la date de la reproduction, et permettant à l’utilisateur de créer l’application visée au paragraphe précédent. Cette cession est consentie pour l’ensemble du territoire national, et pour la durée de protection prévue par le code de la propriété intellectuelle. L’utilisateur fera son affaire personnelle de tout dommage qu’il causerait à un tiers et qui trouverait son origine dans une violation des termes de la présente cession. Toute atteinte aux droits d’auteur constitue un délit et est passible des sanctions indiquées aux articles L.335-1 et suivants du Code de propriété intellectuelle. EDISANTE ESPPADOM_Delivery Date: 30/03/2012 Comité Technique Statut: Travail Version: 00.02 Table des matières Documentation ................................................................................................................................................... v 1. Tableau des révisions ................................................................................................................................ v 1. Modèle ESPPADOM_Delivery ........................................................................................................................... 1 1.1. Description ........................................................................................................................................... 2 1.2. Liste des diagrammes .............................................................................................................................. 3 1.2.1. Header ...................................................................................................................................... 3 1.2.2. Header agreement ........................................................................................................................ 4 1.2.3. Header delivery ........................................................................................................................... 5 1.2.4. Header settlement ........................................................................................................................ 6 1.2.5. Line item ................................................................................................................................... 7 1.2.6. Party ........................................................................................................................................ 8 1.2.7. Data types ................................................................................................................................. 9 2. UNECE_D09B_CrossIndustryDespatchAdvice ...................................................................................................... 11 2.1. Description ......................................................................................................................................... 12 2.2. Standard Message Root CrossIndustryDespatchAdvice ..................................................................................... 13 2.2.1. Description ............................................................................................................................... 13 2.2.2. Classe CrossIndustryDespatchAdviceType .......................................................................................... 14 2.3. UN-CEFACT Core Components Standard Library D09B .................................................................................. 15 2.3.1. Description ............................................................................................................................... 15 2.3.2. Reusable aggregate Business Information Entities ................................................................................. 16 2.3.2.1. CIDDHExchangedDocumentType ......................................................................................... 16 2.3.2.2. CIDDHSupplyChainTradeAgreementType ............................................................................... 17 2.3.2.3. CIDDHSupplyChainTradeDeliveryType .................................................................................. 18 2.3.2.4. CIDDHSupplyChainTradeSettlementType ................................................................................ 19 2.3.2.5. CIDDHSupplyChainTradeTransactionType ............................................................................... 20 2.3.2.6. CIDDLDocumentLineDocumentType ..................................................................................... 21 2.3.2.7. CIDDLSupplyChainTradeDeliveryType ................................................................................... 22 2.3.2.8. CIDDLSupplyChainTradeLineItemType .................................................................................. 23 2.3.2.9. CIDDLSupplyChainTradeSettlementType ................................................................................ 24 2.3.2.10. CIDeliveryAdjustmentType ................................................................................................ 25 2.3.2.11. CIDocumentContextParameterType ...................................................................................... 26 2.3.2.12. CIExchangedDocumentContextType ..................................................................................... 27 2.3.2.13. CINoteType .................................................................................................................. 28 2.3.2.14. CIReferencedDocumentIdentificationType .............................................................................. 29 2.3.2.15. CIReferencedDocumentOrderType ....................................................................................... 30 2.3.2.16. CIReferencedDocumentSignatureType ................................................................................... 31 2.3.2.17. CISpecifiedPeriodType ..................................................................................................... 32 2.3.2.18. CISupplyChainEventType .................................................................................................. 33 2.3.2.19. CITradeAccountingAccountType ......................................................................................... 34 2.3.2.20. CITradeAddressType ....................................................................................................... 35 2.3.2.21. CITradeContactType ........................................................................................................ 36 2.3.2.22. CITradePartyType ........................................................................................................... 37 2.3.2.23. CITradeProductType ........................................................................................................ 38 2.3.2.24. CIUniversalCommunicationNumberType ................................................................................ 39 2.3.2.25. CIUniversalCommunicationUnqualifiedURIType ...................................................................... 40 2.3.2.26. SpecifiedBinaryFileType ................................................................................................... 41 2.3.3. Unqualified data types ................................................................................................................. 42 2.3.3.1. Description ..................................................................................................................... 42 2.3.3.2. Liste des classes .............................................................................................................. 43 2.3.3.2.1. BinaryObjectType .................................................................................................. 43 2.3.3.2.2. CodePostCodeType ................................................................................................. 43 2.3.3.2.3. CodeQualifiedType ................................................................................................. 44 2.3.3.2.4. DateTimeType ...................................................................................................... 45 2.3.3.2.5. DateType ............................................................................................................. 45 2.3.3.2.6. IDISO3166Type .................................................................................................... 46 2.3.3.2.7. IDQualifiedType .................................................................................................... 51 2.3.3.2.8. IDUnqualifiedType ................................................................................................. 52 2.3.3.2.9. QuantityType ........................................................................................................ 52 iii EDISANTE
Recommended publications
  • Interactive SVG with Jsxgraph
    Interactive SVG with JSXGraph Bianca Valentin and Michael Gerhäuser August 30, 2009 Contents 1 Introduction2 2 Mathematics3 2.1 JSXGraph as a web viewer for dynamic geometry software . .3 2.2 Currently supported file formats . .4 2.3 Constructing from scratch . .4 2.4 Calculus . .6 3 Turtle graphics8 3.1 Turtle graphics in mathematical modelling . .8 3.2 Drawing with turtle graphics . .8 4 Charts 10 5 JSXGraph as a front end to server side applications 12 5.1 Just AJAX . 12 5.2 JXG.Server . 14 6 Plugins for integration in other web applications 14 7 Implementation details 15 7.1 Cross-browser development . 15 7.2 SVG vs. VML . 15 7.3 HTML elements . 17 7.4 Speed improvements . 17 7.4.1 Avoid DOM accesses with getElementById() . 17 7.4.2 Suspend the update of SVG nodes . 17 7.4.3 Use memoizers . 18 7.4.4 Distinguish mouse move and mouse up events . 18 7.4.5 Reduce the download and initialization time . 18 7.4.6 Use closures . 18 7.4.7 An Internet Explorer trick . 19 1 8 References 20 8.1 References . 20 8.2 Websites . 20 List of Figures 1 The Euler Line . .6 2 Sine with it’s derivative and riemann sum. .7 3 SVG written by a turtle. Result of . .9 4 The Koch curve with recursion level 7 . 10 5 A pie chart on the left hand side and an interactive bar chart together with a static line chart on the right hand side. 11 6 Scheme showing the renderer split in JSXGraph .
    [Show full text]
  • The Sensualistic Philosophy of the Nineteenth Century
    THE SENSUALISTIC PHILOSOPHY THE NINETEENTH CENTURY, CONSIDERED ROBERT L. DABNEY, D.D., LL.D., PROFESSOR IN DIVINITY IN THE UNION THEOLOGICA\. SEMINARY, OF THE PRESBYTER1AH CHURCH OF THB SOUTH PRINCE EDWARD, VA. EDINBURGHl T. & T. CLARK, 38 GEORGE STREET. 1876. CONTENTS. CHAPTER. PAGE. I. THE ISSUE STATED, i II. REVIEW OF THE SENSUALISTIC PHILOSOPHY OF THE PREVIOUS CENTURY. HOBBES, LOCKE, CONDIL- LAC, HELVETIUS, ST. LAMBERT, ... 7 III. ANALYSIS OF THE HUMAN MIND, . .52 IV. SENSUALISTIC ETHICS OF GREAT BRITAIN, . 85 V. POSITIVISM, 93 VI. EVOLUTION THEORY, 107 VII. PHYSIOLOGICAL MATERIALISM, . -131 VIII. SPIRITUALITY OF THE MIND, .... 137 IX. EVOLUTION THEORY MATERIALISTIC, THEREFORE FALSE, 165 X. VALIDITY OF A-PRIORI NOTIONS, . 208 XI. ORIGIIJ OF A-PRIORI NOTIONS, . 245 XII. REFUTATION OF SENSUALISTIC ETHICS, . 287 XIII. PHILOSOPHY OF THE SUPERNATURAL, . 337 .13.15892 SENSUALISTIC PHILOSOPHY. CHAPTER I. THE ISSUE STATED. TT^NGLISHMEN and Americans frequently use the ^ word "sensualist" to describe one in whom the animal appetites are predominant. We shall see that it is a just charge against the Sensualistic philosophy, that it not seldom inclines its advocates to this dominion of beastly lusts. But it is not from this fact that we draw the phrase by which we name it. The Sensualistic philosophy is that theory, which resolves all the powers of the human spirit into the functions of the five senses, and modifications thereof. It is the philosophy which finds all its rudiments in sensation. It not only denies to the spirit of man all innate ideas, but all innate powers of originating ideas, save those given us from our senses.
    [Show full text]
  • Etir Code Lists
    eTIR Code Lists Code lists CL01 Equipment size and type description code (UN/EDIFACT 8155) Code specifying the size and type of equipment. 1 Dime coated tank A tank coated with dime. 2 Epoxy coated tank A tank coated with epoxy. 6 Pressurized tank A tank capable of holding pressurized goods. 7 Refrigerated tank A tank capable of keeping goods refrigerated. 9 Stainless steel tank A tank made of stainless steel. 10 Nonworking reefer container 40 ft A 40 foot refrigerated container that is not actively controlling temperature of the product. 12 Europallet 80 x 120 cm. 13 Scandinavian pallet 100 x 120 cm. 14 Trailer Non self-propelled vehicle designed for the carriage of cargo so that it can be towed by a motor vehicle. 15 Nonworking reefer container 20 ft A 20 foot refrigerated container that is not actively controlling temperature of the product. 16 Exchangeable pallet Standard pallet exchangeable following international convention. 17 Semi-trailer Non self propelled vehicle without front wheels designed for the carriage of cargo and provided with a kingpin. 18 Tank container 20 feet A tank container with a length of 20 feet. 19 Tank container 30 feet A tank container with a length of 30 feet. 20 Tank container 40 feet A tank container with a length of 40 feet. 21 Container IC 20 feet A container owned by InterContainer, a European railway subsidiary, with a length of 20 feet. 22 Container IC 30 feet A container owned by InterContainer, a European railway subsidiary, with a length of 30 feet. 23 Container IC 40 feet A container owned by InterContainer, a European railway subsidiary, with a length of 40 feet.
    [Show full text]
  • Developing High-Order Mathematical Thinking Competency on High School Students’ Through Geogebra-Assisted Blended Learning
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by International Institute for Science, Technology and Education (IISTE): E-Journals Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.6, 2014 Developing High-Order Mathematical Thinking Competency on High School Students’ Through GeoGebra-Assisted Blended Learning Nanang Supriadi1* Yaya S. Kusumah2 Jozua Sabandar2 Jarnawi D. Afgani2 1. Raden Intan State Institute for Islamic Studies, Jl. Letkol. H. Endro Suratmin, Sukarame, Bandar Lampung, Lampung 35131, Indonesia 2. Indonesia University of Education, Jl. Dr Setiabudi No. 229, Bandung, West Java,40154, Indonesia *E-mail of the corresponding author: [email protected] ABSTRACT Blended Learning has received considerable attention in the field of mathematics education in recent years. This study combines online learning and face-to-face based learning. Blended Learning is based on some of the weaknesses found in online learning. In Blended Learning, Online learning is not just the learning that collects teaching materials, assignments, exercises, tests, and results of students’ works. It also has to be an interesting and attractive learning so that students’ will have better understanding on learning objectives. One of the tools for developing interesting and attractive online learning process is an open source software called GeoGebra. Blended Learning has very good quality when applied in developing students’ High-Order Mathematical Thinking Competency (HOMTC) as it is evident from previous researches. This study was an experiment based on pretest-posttest control group aiming to examine the influence of Blended Learning and students’ initial mathematical ability on students’ achievement and enhancement of HOMTC consisting of some aspects such as mathematical problem solving, mathematical communication, mathematical reasoning, and mathematical connections.
    [Show full text]
  • Z/OS, Language Environment, and UNIX How They Work Together
    The Trainer’s Friend, Inc. 256-B S. Monaco Parkway Telephone: (800) 993-8716 Denver, Colorado 80224 (303) 393-8716 U.S.A. Fax: (303) 393-8718 E-mail: [email protected] Internet: www.trainersfriend.com z/OS, Language Environment, and UNIX How They Work Together The following terms that may appear in these materials are trademarks or registered trademarks: Trademarks of the International Business Machines Corporation: AD/Cycle, AIX, AIX/ESA, Application System/400, AS/400, BookManager, CICS, CICS/ESA, COBOL/370, COBOL for MVS and VM, COBOL for OS/390 & VM, Common User Access, CORBA, CUA, DATABASE 2, DB2, DB2 Universal Database, DFSMS, DFSMSds, DFSORT, DOS/VSE, Enterprise System/3090, ES/3090, 3090, ESA/370, ESA/390, Hiperbatch, Hiperspace, IBM, IBMLink, IMS, IMS/ESA, Language Environment, MQSeries, MVS, MVS/ESA, MVS/XA, MVS/DFP, NetView, NetView/PC, Object Management Group, Operating System/400, OS/400, PR/SM, OpenEdition MVS, Operating System/2, OS/2, OS/390, OS/390 UNIX, OS/400, QMF, RACF, RS/6000, SOMobjects, SOMobjects Application Class Library, System/370, System/390, Systems Application Architecture, SAA, System Object Model, TSO, VisualAge, VisualLift, VTAM, VM/XA, VM/XA SP, WebSphere, z/OS, z/VM, z/Architecture, zSeries Trademarks of Microsoft Corp.: Microsoft, Windows, Windows NT, Windows ’95, Windows ’98, Windows 2000, Windows SE, Windows XP Trademark of Chicago-Soft, Ltd: MVS/QuickRef Trademark of Phoenix Software International: (E)JES Registered Trademarks of Institute of Electrical and Electronic Engineers: IEEE, POSIX Registered Trademark of The Open Group: UNIX Trademark of Sun Microsystems, Inc.: Java Registered Trademark of Linus Torvalds: LINUX Registered Trademark of Unicode, Inc.: Unicode Preface This document came about as a result of writing my first course for UNIX on the IBM mainframe.
    [Show full text]
  • Tools of the Trade: Resources to Help Prepare Papers and Conduct Research
    Tools of the Trade: resources to help prepare papers and conduct research Trung V. Dang, Shlomi Hod, Luowen Qian Tool use shapes thinking Few General Principles for Building your Toolbox Goal: Effectiveness (ability) & Efficiency (productivity) Define your system, design your process Simplicity (proxy measure: numbers of clicks for an action) Experiment with tools before committing to them Sometimes you want use more than one tool for a task (e.g., offline and online writing in LaTeX) Be aware... Keyboard Shortcuts Why? Spending more time on the things that matter Reducing cognitive load Good for preventing RSI (repetitive strain injury) Sometimes steep learning curve Tip: flip your mouse, disable your touchpad Good starting point: lifehacker - Back to Basics: Learn to Use Keyboard Shortcuts Like a Ninja Tools for What? 1. Writing 2. Coding 3. Organizing 4. Collaborating 5. Presenting …. and now an opinionated survey! Task I: Tools for Writing Papers - LaTeX ● Pros: ... ● Cons: … You don’t have a choice so you don’t need to care LaTeX editors Emacs + AUCTeX, Vim + LaTeX-suite, Sublime Text + LaTeXTools… Pros: ● Efficient given you know the editor very well ● Easy to use if you spend time configuring it Cons: ● You spend time finding plugins/extensions for it ● You spend time configuring it ● You need to be ready to debug editors if things are not working or are slow LaTeX IDEs a.k.a. LaTeX editors that work out of the box Ordered by community preference: (https://tex.stackexchange.com/q/339/97178) ● TeXstudio (formerly TexMakerX) ● Texmaker
    [Show full text]
  • Guardian Agate Sans Family Specimen
    Guardian Agate Sans Guardian Agate Sans looks awkward and strange at 18 point, as you can see here. That’s because this family was carefully designed to compensate for the worst imaginable printing conditions: 6 point and below on newsprint. The optical compensations required for maximum legibility under such difficult circumstances inevitably look strange at large sizes. PUBLISHED Stylistically and structurally, Guardian Agate Sans is very much a 2009 part of the Guardian Collection, but it differs in the specifics: A far DESIGNED BY PAUL BARNES & CHRISTIAN SCHWARTZ narrower overall proportion packs a lot of information into a very 40 STYLES small space. Short ascenders and descenders allow for tight, even 2 WEIGHTS W/ ITALICS IN 4 GRADES solid leading without any compromise in redability. Inktraps ensure PLUS 2 ADDITIONAL WEIGHTS W/ ITALICS ALL IN STANDARD AND DUPLEXED VERSIONS that the structures stand up well even at 4pt on newsprint, carving FEATURES out space where ink will fill in and extra clarity is needed. Some GRADED WEIGHTS letters do end up looking admittedly odd at large sizes, such as the DUPLEXED ITALICS DUPLEXED WEIGHTS dropped bars on the f and t, but these compensations ensure that TABULAR LINING FIGURES FRACTIONS the characters remain recognizable no matter what. SUPERSCRIPT/SUBSCRIPT Commercial commercialtype.com Guardian Agate Sans 2 of 15 Guardian Agate Sans Grade 1 Regular Guardian Agate Sans Grade 1 Regular Italic Guardian Agate Sans Grade 1 Bold Guardian Agate Sans Grade 1 Bold Italic Guardian Agate Sans Grade
    [Show full text]
  • Subchapter C—Federal Hazardous Substances Act Regulations
    SUBCHAPTER C—FEDERAL HAZARDOUS SUBSTANCES ACT REGULATIONS PART 1500—HAZARDOUS SUB- for use by children over 18 but not over 36 months of age. STANCES AND ARTICLES: ADMIN- 1500.53 Test methods for simulating use and ISTRATION AND ENFORCEMENT abuse of toys and other articles intended REGULATIONS for use by children over 36 but not over 96 months of age. Sec. 1500.81 Exemptions for food, drugs, cos- 1500.1 Scope of subchapter. metics, and fuels. 1500.2 Authority. 1500.82 Exemption from full labeling and 1500.3 Definitions. other requirements. 1500.4 Human experience with hazardous 1500.83 Exemptions for small packages, substances. minor hazards, and special cir- 1500.5 Hazardous mixtures. cumstances. 1500.12 Products declared to be hazardous 1500.85 Exemptions from classification as substances under section 3(a) of the act. banned hazardous substances. 1500.13 Listing of ‘‘strong sensitizer’’ sub- 1500.86 Exemptions from classification as a stances. banned toy or other banned article for 1500.14 Products requiring special labeling use by children. under section 3(b) of the act. 1500.87 Children’s products containing lead: 1500.15 Labeling of fire extinguishers. inaccessible component parts. 1500.17 Banned hazardous substances. 1500.88 Exemptions from lead limits under 1500.18 Banned toys and other banned arti- section 101 of the Consumer Product cles intended for use by children. Safety Improvement Act for certain elec- 1500.19 Misbranded toys and other articles tronic devices. intended for use by children. 1500.89 Procedures and requirements for de- 1500.20 Labeling requirement for advertising terminations regarding lead content of toys and games.
    [Show full text]
  • File Organization and Management Com 214 Pdf
    File organization and management com 214 pdf Continue 1 1 UNESCO-NIGERIA TECHNICAL - VOCATIONAL EDUCATION REVITALISATION PROJECT-PHASE II NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY FILE Organization AND MANAGEMENT YEAR II- SE MESTER I THEORY Version 1: December 2 2 Content Table WEEK 1 File Concepts... 6 Bit:... 7 Binary figure... 8 Representation... 9 Transmission... 9 Storage... 9 Storage unit... 9 Abbreviation and symbol More than one bit, trit, dontcare, what? RfC on trivial bits Alternative Words WEEK 2 WEEK 3 Identification and File File System Aspects of File Systems File Names Metadata Hierarchical File Systems Means Secure Access WEEK 6 Types of File Systems Disk File Systems File Systems File Systems Transactional Systems File Systems Network File Systems Special Purpose File Systems 3 3 File Systems and Operating Systems Flat File Systems File Systems according to Unix-like Operating Systems File Systems according to Plan 9 from Bell Files under Microsoft Windows WEEK 7 File Storage Backup Files Purpose Storage Primary Storage Secondary Storage Third Storage Out Storage Features Storage Volatility Volatility UncertaintyAbility Availability Availability Performance Key Storage Technology Semiconductor Magnetic Paper Unusual Related Technology Connecting Network Connection Robotic Processing Robotic Processing File Processing Activity 4 4 Technology Execution Program interrupts secure mode and memory control mode Virtual Memory Operating Systems Linux and UNIX Microsoft Windows Mac OS X Special File Systems Journalized File Systems Graphic User Interfaces History Mainframes Microcomputers Microsoft Windows Plan Unix and Unix-like operating systems Mac OS X Real-time Operating Systems Built-in Core Development Hobby Systems Pre-Emptification 5 5 WEEK 1 THIS WEEK SPECIFIC LEARNING OUTCOMES To understand: The concept of the file in the computing concept, field, character, byte and bits in relation to File 5 6 6 Concept Files In this section, we will deal with the concepts of the file and their relationship.
    [Show full text]
  • Geogebra Manual the Official Manual of Geogebra
    GeoGebra Manual The official manual of GeoGebra. PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Wed, 14 Dec 2016 02:33:55 CET Contents Introduction 1 Compatibility 5 Installation Guide 6 Objects 8 Free, Dependent and Auxiliary Objects 8 Geometric Objects 8 Points and Vectors 9 Lines and Axes 10 Conic sections 10 Functions 11 Curves 12 Inequalities 12 Intervals 13 General Objects 13 Numbers and Angles 14 Texts 15 Boolean values 16 Complex Numbers 17 Lists 18 Matrices 20 Action Objects 21 Selecting objects 22 Change Values 22 Naming Objects 23 Animation 24 Tracing 25 Object Properties 26 Labels and Captions 27 Point Capturing 28 Advanced Features 29 Object Position 29 Conditional Visibility 29 Dynamic Colors 30 LaTeX 31 Layers 32 Scripting 32 Tooltips 34 Tools 35 Tools 35 Movement Tools 36 Move Tool 36 Record to Spreadsheet Tool 37 Move around Point Tool 37 Point Tools 37 Point Tool 38 Attach / Detach Point Tool 38 Complex Number Tool 38 Point on Object Tool 39 Intersect Tool 39 Midpoint or Center Tool 40 Line Tools 40 Line Tool 40 Segment Tool 41 Segment with Given Length Tool 41 Ray Tool 41 Vector from Point Tool 41 Vector Tool 42 Special Line Tools 42 Best Fit Line Tool 42 Parallel Line Tool 43 Angle Bisector Tool 43 Perpendicular Line Tool 43 Tangents Tool 44 Polar or Diameter Line Tool 44 Perpendicular Bisector Tool 44 Locus Tool 45 Polygon Tools 45 Rigid Polygon Tool 45 Vector Polygon Tool 46 Polyline Tool 46 Regular Polygon Tool 46 Polygon Tool 47 Circle &
    [Show full text]
  • The Practice of Typography; a Treatise on the Processes of Type-Making
    W^UIBRARV.;. aMUBRA oCii LA- ^OFCAllFOff^ ^OFl. o ^^ ^ !!]? '^)i mm ^/yaiAINH, •''^A'jvas , \WtUNIVr >10SAN( 5- -c, CO -n «-j O u_ %ojiiv3jo^ %o\\mi^^ <rii33NYsoi^'^ '^•/mmi •UIFOMi^ i;niver5/a v^lOSANC o -n O •re: <rjl30NV ^10SANC[I^ ^iLlBRARY(2^ -^ILIBRA mo ?Hii!M ir.'v'.Aurci r,- , r TAii I nn. ^ H\ m\ym/A C3 Cc DN^SOl^"^ - r\rrA'iFn'?j.. f^ *- J 30 O II1V3W^ Mm<^ ''<imm{\\'^' f^. "^^ '^imhrn'm' INfl3WV THE PRACTICE OF TYPOGRAPHY THE PRACTICE OF TYPOGRAPHY A TEEATISE ON THE PEOCESSES OF TYPE-MAKING, THE POINT SYSTEM, THE NAMES, SIZES STYLES AND PEICES OF PLAIN PRINTING TYPES BY THEODORE LOW DE VINNE, AM. SECOND EDITION fi f^.ni'Ai-'^. NEW YORK THE CENTURY CO. 1902 Copyright, 1899, by Theodork Low DeVinne. The DeVinne Press. 1 9 OS. PREFACE THIS treatise is a summary of detached notes collected by the writer since 1860. A desire to make it complete and exact has prevented its earlier publication. As an aid to this result each chapter has been revised recently by experts in different branches of printing. In its present cor- rected form it is believed that it will be found of use to all who seek for information about types which cannot be compressed within the ordinary manual of printing, or be gleaned quickly from the specimen books of many type-founders. The scope of the book has to be limited to plain types. Re- marks concerning newspaper types, typographic decorations, and recent fashions in book-work, have to be postponed. The composition of title- pages may be the subject of another treatise.
    [Show full text]
  • Uma Tipografia Para Tamanhos Agate
    Hotel Agate Uma tipografia para tamanhos agate. Joel Vilas Boas Dissertação/Projeto para a obtenção do grau de Mestre em Design Gráfico e Projetos Editoriais. Orientador Professor Doutor Eduardo Aires Co-Orientador Mestre Dino dos Santos Porto · Julho de 2012 CÓLOFON Esta tese foi redigida em conformidade com o Acordo Ortográfico em vigor desde janeiro de 2009. Título Hotel Agate – Uma tipografia para tamanhos agate. Autor Joel Vilas Boas Design Joel Vilas Boas aka J85 · www.j85.pt Tipografia Lyon Collection – Kai Bernau, 2005-2010 (Commercial Type) Impressão Encadernada a quente com capa em papel acetinado 300gr e interior em papel couché 170gr. Data Porto · Julho de 2012 Type is a beautiful group of letters, not a group of beautiful letters. MATTHEW CARTER (1937-) Agradecimentos Ao Professor Doutor Eduardo Aires, por ter assumido a orientação desta investigação e pelo apoio inexcedível demonstrado desde o início do projeto. Ao Mestre Dino dos Santos, pela co-orientação deste projeto, sempre pautada pela sua dedicação em todos os momentos do trabalho; por me ter aconselhado e facul- tado bibliografia, documentação e outras fontes de pesquisa, imprescindíveis para a realização e enriquecimento do projeto, e ainda por todas as sugestões e críticas que permitiram o seu contínuo aperfeiçoamento. A Jean François Porchez, a Thomas Huot-Marchand e a Joana Correia da Silva, pela atenção dedicada e pelo material bibliográfico disponibilizado, que muito contribuíram para a realização deste projeto. A Pedro Leal e a Sónia da Rocha, pela amizade e por partilharmos o mesmo interesse por Tipografia… e não só! Aos meus pais, pela presença constante em todos os momentos, não só durante a reali- zação deste trabalho de investigação, como ao longo da minha vida.
    [Show full text]