Writing Math on the Web

Total Page:16

File Type:pdf, Size:1020Kb

Writing Math on the Web A reprint from American Scientist the magazine of Sigma Xi, The Scientific Research Society This reprint is provided for personal and noncommercial use. For any other use, please send a request Brian Hayes by electronic mail to [email protected]. Computing Science Writing Math on the Web Brian Hayes he world wide web was in- because characters could be placed Tvented at a physics laboratory, The Web would make with equal facility at any position and and the first users were scientists and scaled to any size. But the software for engineers. You might think, therefore, running the phototypesetting machines that this new channel of communica- a dandy blackboard offered no easy way to exploit this flex- tion would be especially well adapted ibility. The printed product was often to scientific discourse—that it would if only we could inferior to expertly set metal type. facilitate the expression of ideas like scribble an equation Enter Donald E. Knuth of Stanford ∂B University, who was so discontented E = with the deteriorating quality of math- ∇ × − ∂t ematical typography that he set aside or signments to blogs. Ideally, the Web other work and undertook to build his ∞ 1 1 ζ(s) = = . would serve as an extension of the own typesetting system. The eventual ns 1 1 blackboard where people gather to result was TeX, a formatting language n=1 p prime ps − talk about science and math during not just for equations but for entire If only it were so! The truth is, the ba- coffee breaks. We need chalk for that documents. Leslie Lamport, now of sic protocols of the Web offer almost blackboard. Microsoft Research, soon introduced no support for rendering mathemat- The problem is not one of simple LaTeX, a higher-level language built ics or other specialized notations such neglect. Over the years there have atop Knuth’s TeX. (The names are pro- as chemical formulas. Presenting such been many earnest efforts to build a nounced tek and lah-tek.) material on a Web page often requires reliable facility for writing and reading The first equation in the first para- software add-ons or plug-ins to be in- mathematics online. The trouble is, no graph on this page is encoded in LaTeX stalled by the author or the reader or one solution has yet gained the kind as follows: both. Fine-tuning the display of math- of widespread adoption that would \nabla \times \mathbf{E}= ematics can be a fussy and finicky pro- make it a standard, supported in main- -\frac{\partial \mathbf{B}} cess, not much easier than formatting stream Web servers and browsers. Still, {\partial{t}}. equations with a typewriter. The re- there’s room for hope. We have tech- sults sometimes render differently—or nologies that work, if we can agree on Each of the terms beginning with a not at all—in various Web browsers. how to use them. And a minor change backslash is a LaTeX command. For This is a sad situation: As the Web has to the infrastructure of the Web might example, \frac{}{} constructs a frac- evolved into a thriving marketplace smooth the way for more online math. tion, with whatever appears inside and playground, the scholarly and the two pairs of brackets forming scientific community that created the Penalty Copy the numerator and the denomina- technology has not been well served. Even in the world of ink-on-paper pub- tor. Some commands simply insert a The confused state of online math- lishing, mathematical notation can be a single character, as with \times ( ), × ematical typography is worrisome as challenge. In the days when printing \partial (∂) and \nabla ( ). The well as sad. In years to come the Web was done with metal type, equations \mathbf{} command applies ∇a bold- will surely be the most important con- had to be assembled by hand, piecing face font to the bracketed text. duit for scientific information. Already together symbols on individual sliv- Let me call attention to what is not it is a major channel for distributing ers of metal and shimming them into present in the TeX encoding. There are publications and preprints in many position. A manuscript with a lot of no explicit instructions for arranging disciplines, and it is becoming a venue mathematics was known as “penalty the symbols on the page; all of the for less-formal jottings and conversa- copy” because printers would charge geometric details, such as centering tions—everything from homework as- extra to compose it. the numerator over the denominator By the 1970s, metal type was giv- and drawing a horizontal bar between Brian Hayes is senior writer for American Sci- ing way to optical and electronic type- them, are handled automatically. entist. Additional material related to the “Com- setting devices, which projected let- Also missing is any hint of what the puting Science” column appears in Hayes’s blog terforms onto photographic film. In equation means; TeX is a language for at bit-player.org. Address: 211 Dacian Avenue, principle the new machinery might describing mathematical notation, not Durham, NC 27701. Internet: brian@bit-player. have aided mathematical typesetting for doing mathematics. For example, © 2009 Brian Hayes. Reproduction with permission only. 98 American Scientist, Volume 97 Contact [email protected]. “ E” is merely a sequence of three symbols,∇× with no reference to the op- eration those symbols denote—namely the “curl” of a vector field, a measure of the field’s rotation or angular mo- mentum. (The first equation is one of James Clerk Maxwell’s four famous equations describing the electromag- netic field. The second example gives two definitions of the Riemann zeta function, revealing a remarkable iden- tity between an infinite sum and an infinite product.) TeX has transformed the process of putting mathematical ideas on paper. What once required the services of a skilled typesetter can now be done by a mere mathematician. A manuscript can go from the author to a printed journal without human intervention. But what about the Web, which did not yet exist when Knuth developed TeX? Modern TeX systems produce output in the form of Postscript or PDF files. Although documents in these for- mats can be distributed over the Web— the arXiv preprint server dispatches thousands of them every day—they are not quite first-class citizens of the Web world. Browsers cannot display Postscript or PDF files without the aid Mathematics remains a marginal participant on the World Wide Web, where finely typeset of extra software, and many readers equations are difficult to produce and their appearance blends poorly with other textual ele- choose to download such files and ments. In this excerpt from a page of Wikipedia, the collaborative encyclopedia, most math- view them offline or print them. This ematical notation is rendered by means of embedded images, which differ in size, style and alignment from the rest of the text. In order to show how the page was assembled, the works well enough for static docu- stylesheet governing the display was altered to give all images a green border and a contrast- ments such as journal articles, but it’s ing background. A few bits of mathematical notation, marked in bright red, are not images not ideal for the more volatile and but ordinary characters; yet even they do not match the size of the main text. The highlighted interactive areas of the Web, such as panel associated with the first equation shows the TeX code that produced the equation. blogs or the always-under-revision pages of Wikipedia. For mathematics to be fully at home online, it needs to ming language, so that Web pages be- of Unicode fonts, which have room be translated into one of the Web’s na- come not just static documents but in- for a larger collection of glyphs than tive languages. teractive programs. Still, none of these earlier font formats. But it’s still not to features directly address the needs of be taken for granted that every reader Marking It Up scientific and mathematical writing. will have the necessary fonts installed. From the outset, the primary language There are no HTML tags for integrals, The second problem is one of layout. of the Web has been HTML (Hypertext say, or for matrices. Mathematical notation is two-dimen- Markup Language), in which “tags” Two main impediments stand in sional; in order to represent a matrix, identify various parts of a document’s the way of presenting mathematics on say, or a summation with upper and structure, such as headings, paragraphs the Web. First is the alphabet prob- lower bounds, it’s necessary to specify and lists. In its earliest versions, HTML lem: Mathematicians have created a the exact x and y coordinates of sym- was quite simple; it couldn’t even do sprawling zoo of novel symbols and bols. Some elements of mathematical subscripts and superscripts, so there embellished or transformed versions notation, such as brackets and the radi- wasn’t much hope of displaying elabo- of familiar characters. The nabla ( ) cal that designates a square root, vary rate mathematical notation. that appears in Maxwell’s equations∇ is in shape and size as well as position. Several revisions later, HTML does a notable example, and it is joined by Encoding such geometric information have subscript and superscript tags. hundreds of other unusual glyphs—∂, in HTML and CSS is not impossible, but And a supplementary language called R, , , , —not to mention the entire it stretches the technology to its limit. CSS (Cascading Style Sheets) allows Greek∀ ∃ alphabet⊥ ∫ and occasional bor- Early in the history of the Web, a finer control over many aspects of the rowings from Hebrew and other lan- group of mathematicians and other appearance of a Web page.
Recommended publications
  • Using Mathjax and Its Accessibility Features
    Using MathJax and its Accessibility Features Volker Sorge, Peter Krautzberger MathJax AHG 2016, Denver, November 16 2016 Read along at: mathjax.github.io/MathJax-a11y/slides/ahg16.pdf Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features What is MathJax? MathJax is a JavaScript library for rendering Mathematics in all browsers Can take LATEX, AsciiMath, and MathML as input Generates browser output, e.g. HTML/CSS, SVG Standard Maths rendering solution for: stackexchange, wordpress blogs, mediawiki, etc. MathJax is the de facto rendering solution of (nearly) all Mathematics on the web (35 million unique daily rendering requests via CDN) http://www.mathjax.org Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Using MathJax Use it directly from CDN Configure according to the need of your web document Local installations possible Detailed documentation available at: http://docs.mathjax.org Large user community and support Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Configuring MathJax: CDN Load directly from Content Distribution Network Include single line script tag into web document Example with broad, standard configuration <s c r i p t sr c ='https://cdn.mathjax.org/mathjax/latest/MathJax. js? c o n f i g=TeX−AMS−MML HTMLorMML'></ s c r i p t> Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Configuring MathJax: Locally Local configurations to customise for your web content Allows for fine-grained control of MathJax's behaviour Needs to be added BEFORE the CDN call Example for including inline LATEX formulas: <s c r i p t type=" t e x t /x−mathjax−c o n f i g "> MathJax.Hub.
    [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]
  • 0321722132.Pdf
    Stunning CSS3: A project-based guide to the latest in CSS Zoe Mickley Gillenwater New Riders 1249 Eighth Street Berkeley, CA 94710 (510) 524-2178 Fax: (510) 524-2221 Find us on the Web at www.newriders.com To report errors, please send a note to [email protected] New Riders is an imprint of Peachpit, a division of Pearson Education Copyright © 2011 by Zoe Gillenwater Acquisitions Editor: Wendy Sharp Production Editor: Hilal Sala Project/Copy Editor: Wendy Katz Technical Editor: Chris Mills Cover design: Charlene Charles-Will Interior design: Mimi Heft, Charlene Charles-Will Compositor: Danielle Foster Indexer: Emily Glossbrenner Notice of Rights All rights reserved. No part of this book may be reproduced or transmitted in any form by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. For information on getting permission for reprints and excerpts, contact [email protected]. Notice of Liability The information in this book is distributed on an “As Is” basis, without warranty. While every precaution has been taken in the preparation of the book, neither the author nor New Riders shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the instructions contained in this book or by the computer software and hardware products described in it. Trademarks Acrobat, Dreamweaver, Fireworks, and Photoshop are all trademarks or registered trade- marks of Adobe Systems, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks.
    [Show full text]
  • Mathplayer: Web-Based Math Accessibility Neil Soiffer Design Science, Inc 140 Pine Avenue, 4Th Floor
    MathPlayer: Web-based Math Accessibility Neil Soiffer Design Science, Inc 140 Pine Avenue, 4th Floor. Long Beach, CA 90802 USA +1 562-432-2920 [email protected] ABSTRACT UMA[4] and Lambda[9]. Both projects have a strong focus on MathPlayer is a plug-in to Microsoft’s Internet Explorer (IE) that two-way translation between MathML and multiple braille math renders MathML[11] visually. It also contains a number of codes. They also include some standalone software for voicing features that make mathematical expressions accessible to people and navigating math. with print-disabilities. MathPlayer integrates with many screen Our work differs from previous work mainly in its focus – readers including JAWS and Window-Eyes. MathPlayer also MathPlayer is a mainstream application that is also designed to works with a number of TextHELP!’s learning disabilities work with popular assistive technology (AT) software. Our goal is products. to allow people to continue to use tools that they are already familiar with such as JAWS and IE, and not require them to use a Categories and Subject Descriptors different browser simply because the document they are reading H.5.4 [Information Systems]: Information Interfaces and contains mathematical expressions. Presentation—User Issues. 2. MATHPLAYER FEATURES General Terms MathPlayer is a free plug-in for IE that displays MathML in Web Design, Human Factors. pages. Because MathML is not an image format, MathPlayer is able to dynamically display a mathematical expression that Keywords matches the document’s font properties such as size and color. Hence, if a user chooses to read a document using a larger font Print Disabilities, Visual Impairments, Math Accessibility, size than standard or chooses a particular color scheme, the math Assistive Technology, MathML will also be displayed using that larger font size or color scheme.
    [Show full text]
  • Web Typography │ 2 Table of Content
    Imprint Published in January 2011 Smashing Media GmbH, Freiburg, Germany Cover Design: Ricardo Gimenes Editing: Manuela Müller Proofreading: Brian Goessling Concept: Sven Lennartz, Vitaly Friedman Founded in September 2006, Smashing Magazine delivers useful and innovative information to Web designers and developers. Smashing Magazine is a well-respected international online publication for professional Web designers and developers. Our main goal is to support the Web design community with useful and valuable articles and resources, written and created by experienced designers and developers. ISBN: 978-3-943075-07-6 Version: March 29, 2011 Smashing eBook #6│Getting the Hang of Web Typography │ 2 Table of Content Preface The Ails Of Typographic Anti-Aliasing 10 Principles For Readable Web Typography 5 Principles and Ideas of Setting Type on the Web Lessons From Swiss Style Graphic Design 8 Simple Ways to Improve Typography in Your Designs Typographic Design Patterns and Best Practices The Typography Dress Code: Principles of Choosing and Using Typefaces Best Practices of Combining Typefaces Guide to CSS Font Stacks: Techniques and Resources New Typographic Possibilities with CSS 3 Good Old @Font-Face Rule Revisted The Current Web Font Formats Review of Popular Web Font Embedding Services How to Embed Web Fonts from your Server Web Typography – Work-arounds, Tips and Tricks 10 Useful Typography Tools Glossary The Authors Smashing eBook #6│Getting the Hang of Web Typography │ 3 Preface Script is one of the oldest cultural assets. The first attempts at written expressions date back more than 5,000 years ago. From the Sumerians cuneiform writing to the invention of the Gutenberg printing press in Medieval Germany up to today՚s modern desktop publishing it՚s been a long way that has left its impact on the current use and practice of typography.
    [Show full text]
  • Preservation with PDF/A (2Nd Edition)
    01000100 01010000 Preservation 01000011 with PDF/A (2nd Edition) 01000100 Betsy A Fanning 01010000 AIIM 01000011 01000100 DPC Technology Watch Report 17-01 July 2017 01010000 01000011 01000100 01010000 01000011 Series editors on behalf of the DPC Charles Beagrie Ltd. 01000100 Principal Investigator for the Series Neil Beagrie 01010000 01000011 © Digital Preservation Coalition 2017, Betsy A Fanning 2017, and AIIM 2017, unless otherwise stated ISSN: 2048-7916 DOI: http://dx.doi.org/10.7207/twr17-01 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, without prior permission in writing from the publisher. The moral rights of the author have been asserted. First published in Great Britain in 2008 by the Digital Preservation Coalition. Second Edition 2017. Foreword The Digital Preservation Coalition (DPC) is an advocate and catalyst for digital preservation, ensuring our members can deliver resilient long-term access to digital content and services. It is a not-for-profit membership organization whose primary objective is to raise awareness of the importance of the preservation of digital material and the attendant strategic, cultural and technological issues. It supports its members through knowledge exchange, capacity building, assurance, advocacy and partnership. The DPC’s vision is to make our digital memory accessible tomorrow. The DPC Technology Watch Reports identify, delineate, monitor and address topics that have a major bearing on ensuring our collected digital memory will be available tomorrow. They provide an advanced introduction in order to support those charged with ensuring a robust digital memory, and they are of general interest to a wide and international audience with interests in computing, information management, collections management and technology.
    [Show full text]
  • Notices of the American Mathematical Society 35 Monticello Place, Pawtucket, RI 02861 USA American Mathematical Society Distribution Center
    ISSN 0002-9920 Notices of the American Mathematical Society 35 Monticello Place, Pawtucket, RI 02861 USA Society Distribution Center American Mathematical of the American Mathematical Society February 2012 Volume 59, Number 2 Conformal Mappings in Geometric Algebra Page 264 Infl uential Mathematicians: Birth, Education, and Affi liation Page 274 Supporting the Next Generation of “Stewards” in Mathematics Education Page 288 Lawrence Meeting Page 352 Volume 59, Number 2, Pages 257–360, February 2012 About the Cover: MathJax (see page 346) Trim: 8.25" x 10.75" 104 pages on 40 lb Velocity • Spine: 1/8" • Print Cover on 9pt Carolina AMS-Simons Travel Grants TS AN GR EL The AMS is accepting applications for the second RAV T year of the AMS-Simons Travel Grants program. Each grant provides an early career mathematician with $2,000 per year for two years to reimburse travel expenses related to research. Sixty new awards will be made in 2012. Individuals who are not more than four years past the comple- tion of the PhD are eligible. The department of the awardee will also receive a small amount of funding to help enhance its research atmosphere. The deadline for 2012 applications is March 30, 2012. Applicants must be located in the United States or be U.S. citizens. For complete details of eligibility and application instructions, visit: www.ams.org/programs/travel-grants/AMS-SimonsTG Solve the differential equation. t ln t dr + r = 7tet dt 7et + C r = ln t WHO HAS THE #1 HOMEWORK SYSTEM FOR CALCULUS? THE ANSWER IS IN THE QUESTIONS.
    [Show full text]
  • EPUB Export in Libreoffice Writer by Miklos Vajna Software Engineer at Collabora Productivity 2018-02-03
    EPUB export in LibreOffice Writer By Miklos Vajna Software Engineer at Collabora Productivity 2018-02-03 @CollaboraOffice www.CollaboraOffice.com About Miklos ● From Hungary ● More blurb: https://vmiklos.hu/ ● Google Summer of Code 2010/2011 ● Rewrite of the Writer RTF import/export ● Then full-time LibreOffice hacker, SUSE ● Now a contractor at Collabora FOSDEM 2018, Brussels | Miklos Vajna 2 / 20 EPUB export in LibreOffice Motivation ● EPUB is kind of the new PDF ● PDF is still nice on larger screens – Not going away ● Reflowable text is a hard requirement – E-readers and similar devices ● LibreOffice has great PDF support ● Native EPUB support would be nice ● LibreOffice 6.0 brings basic support FOSDEM 2018, Brussels | Miklos Vajna 4 / 20 Hyperlinks ● Clickable hyperlinks are now supported: ● To get there: ● Basic text support ● Set of character formatting attributes ● Same for paragraphs FOSDEM 2018, Brussels | Miklos Vajna 5 / 20 Table support ● Custom cell widths ● Custom row height ● Row span FOSDEM 2018, Brussels | Miklos Vajna 6 / 20 Image support ● Image borders ● Image captions ● To have this: ● Support various wrap types ● Multiple anchor types FOSDEM 2018, Brussels | Miklos Vajna 7 / 20 Font embedding ● File → Properties → Font → Embed to turn this on ● E.g. Calibre supports it nicely ● No font data manipulation ● Same format as ODF FOSDEM 2018, Brussels | Miklos Vajna 8 / 20 Cover images ● How Readium renders it: FOSDEM 2018, Brussels | Miklos Vajna 9 / 20 Export options ● Metadata and other tweaks: FOSDEM 2018, Brussels
    [Show full text]
  • P Font-Change Q UV 3
    p font•change q UV Version 2015.2 Macros to Change Text & Math fonts in TEX 45 Beautiful Variants 3 Amit Raj Dhawan [email protected] September 2, 2015 This work had been released under Creative Commons Attribution-Share Alike 3.0 Unported License on July 19, 2010. You are free to Share (to copy, distribute and transmit the work) and to Remix (to adapt the work) provided you follow the Attribution and Share Alike guidelines of the licence. For the full licence text, please visit: http://creativecommons.org/licenses/by-sa/3.0/legalcode. 4 When I reach the destination, more than I realize that I have realized the goal, I am occupied with the reminiscences of the journey. It strikes to me again and again, ‘‘Isn’t the journey to the goal the real attainment of the goal?’’ In this way even if I miss goal, I still have attained goal. Contents Introduction .................................................................................. 1 Usage .................................................................................. 1 Example ............................................................................... 3 AMS Symbols .......................................................................... 3 Available Weights ...................................................................... 5 Warning ............................................................................... 5 Charter ....................................................................................... 6 Utopia .......................................................................................
    [Show full text]
  • Editorial Overview So Sebastian Stood up and Exhorted Us, Challenged Us (While We Were Between Speakers) to Do Something About It
    TUGboat, Volume 20 (1999), No. 3 155 ber of submissions was still rather ... euh ... low. Editorial Overview So Sebastian stood up and exhorted us, challenged us (while we were between speakers) to do something about it. Vancouver in August It took about half an hour but then there was a steady stream of quiet little walks to Sebastian’s end This year’s annual meeting (my first since 1995 in of the hall, a quick smile, a piece of paper changed Florida) had the papers, the attendees, the locale, hands ... and then the speaker’s eyes could return and the weather all vying for my attention. Every to the matter at hand. And thus a Poetry Reading day. It was a fantastic site: that West Coast mourn- in the Rose Garden was organised for that evening, fulness that comes of rain on huge fir trees for the and the results were unparalleled! You may have opening few days and then brilliant sunshine for the heard tales of “inspired” readings—it’s all true! Un- rest of the week, making the color contrasts outside fortunately, all we can reproduce here are the words. more like a paintbox than a conference site! The website has all the poems, all the pictures, and And then there were the papers! Oh yes. Alpha- all the prizes. \acro bet-soup time, folks. We have more sthan There was further mirth and enjoyment at do- ever, it seems: XML,MathML, EPS, DVIPDF, PDF, ing non-TEX things on the evening of the Banquet, HTML, CD-ROM ..
    [Show full text]
  • Abstracts Ing XML Information
    394 TUGboat, Volume 20 (1999), No. 4 new precise meanings assigned old familar words.Such pairings are indispensable to those who must work in both languages — or those who must translate from one into the other! The specification covers 90 pages, the introduction another 124.And this double issue has still more: a comparison between SGML and XML, an introduction to Document Object Models (interfaces for XML doc- uments), generating MathML in Omega, a program to generate MathML-encoded mathematics, and finally, the issue closes with a translation of the XML FAQ (v.1.5, June 1999), maintained by Peter Flynn. In all, over 300 pages devoted to XML. Michel Goossens, XML et XSL : unnouveau d´epart pour le web [XML and XSL:Anewventure for the Web]; pp. 3–126 Late in1996, the W3C andseveral major soft- ware vendors decided to define a markup language specifically optimized for the Web: XML (eXtensible Markup Language) was born. It is a simple dialect of SGML, which does not use many of SGML’s seldom- used and complex functions, and does away with most limitations of HTML. After anintroduction to the XML standard, we describe XSL (eXtensible Stylesheet Language) for presenting and transform- Abstracts ing XML information. Finally we say a few words about other recent developments in the XML arena. [Author’s abstract] LesCahiersGUTenberg As mentioned in the editorial, this article is intended Contents of Double Issue 33/34 to be read in conjunction with the actual specification, (November 1999) provided later in the same issue. Michel Goossens, Editorial´ : XML ou la d´emocratisationdu web [Editorial: XML or, the Sarra Ben Lagha, Walid Sadfi and democratisationof the web]; pp.
    [Show full text]
  • Formal Aspects of Computing: Latex2ε Guide for Authors
    Under consideration for publication in Formal Aspects of Computing Formal Aspects of Computing: LATEX 2ε Guide for Authors Mark Reed1 and Christiane Notarmarco2 1Electronic Products and Composition Group, Cambridge University Press, Cambridge, 2Springer-Verlag London Limited, Godalming, Surrey, UK Abstract. This guide is for authors who are preparing papers for the Formal Aspects of Computing journal using the LATEX 2ε document-preparation system and the Formal Aspects of Computing class file (fac.cls). Keywords: LATEX 2ε; Class file; fac.cls; User guide 1. Introduction In addition to the standard submission of hardcopy from authors, Formal Aspects of Computing now accepts machine-readable forms of papers in LATEX 2ε. The layout design for the Formal Aspects of Computing journal has been implemented as a LATEX 2ε class file, based on the article class as discussed in the LATEX manual (2nd edition) [Lam94]. Commands which differ from the standard LATEX interface, or which are provided in addition to the standard interface, are explained in this guide (which is not a substitute for the LATEX manual itself). Note that the final printed version of papers will use the Monotype Times typeface rather than the Computer Modern available to authors. For this reason line and page breaks will change and authors should not insert hard breaks in their text. Authors planning to submit their papers in LATEX 2ε are advised to use fac.cls as early as possible in the creation of their files. 1.1. Introduction to LATEX LATEX is constructed as a series of macros on top of the TEX typesetting program.
    [Show full text]