The TEX Font Panel

Total Page:16

File Type:pdf, Size:1020Kb

The TEX Font Panel The TEX Font Panel Nelson H. F. Beebe (chair) Center for Scientific Computing University of Utah Department of Mathematics, 322 INSCC 155 S 1400 E RM 233 Salt Lake City, UT 84112-0090 USA Email: [email protected], [email protected], [email protected], [email protected] (Internet) WWW URL: http://www.math.utah.edu/~beebe Telephone: +1 801 581 5254 FAX: +1 801 585 1640, +1 801 581 4148 Internet: [email protected] Introduction Since most programming languages, operating systems, file systems, and even computer I/O and The TUG’2001 Font Panel convened on Thursday, CPU chips, have character knowledge designed into August 16, 2001, with members William Adams, them, changing the character set has huge ramifica- Nelson H. F. Beebe (chair), Barbara Beeton, Hans tions for the computing industry and for worldwide Hagen, Alan Hoenig, and Ross Moore, with active business data processing, data exchange, and record participation by several attendees in the audience. keeping. The list of topics that was projected on the screen Fortunately, a particular encoding scheme makes up the sectional headings in what follows, and called UTF-8 makes it possible for files encoded in the topics are largely independent. pure ASCII to also be Unicode in UTF-8 encoding, Any errors or omissions in this article are solely easing the transition to the new character set. the fault of the panel chair. Up to version 2.0 in 1996, the Unicode character repertoire could be fit into a table of 216 = 65 536 en- Unicode tries. Version 3.0 in 2000 increased the count to over The work of the Unicode Consortium, begun in a million, although just under 50 000 are assigned 1988, and first reported on for the TEX community and tabulated in the book. Version 3.2 in 2002 in a TUGboat article [9], has reached version 3.0 has just over 95 000 assigned. Consortium members of the Unicode Standard [29]. Version 3.1 appeared hold the view that 20 or 21 bits per character (just about the time of the TUG’2001 conference, and over two million) may ultimately be necessary by version 3.1.1 shortly thereafter. Unicode is a proper the time all historical scripts have been covered. subset of the ISO/IEC 10646 Universal Character Despite the Consortium’s warning that the col- Set Standard [14], but publication of the latter lags. lection was expected to grow, several vendors did not pay attention, and prematurely adopted 16-bit Unicode defines a character set that is intended entities to hold Unicode characters. ultimately to cover all of the world’s writing sys- Thus, the C language data type, wchar t, in- tems. Its first 128 entries are identical to the ASCII troduced in 1989 Standard C [7, 13, 28], is imple- character set (dating from 1964) used by most of the mented as a 16-bit unsigned integer in many C and world’s computers. C++ compilers, with a companion function library There is a very active Unicode technical that also has this limitation. discussion e-mail list: send subscription re- Even worse, the popular Java programming lan- quests to [email protected]. The guage is defined in terms of an underlying virtual list is archived at http://www.unicode.org/ machine [23, 24], already implemented in hardware, mail-arch/. whose instructions are permanently designed for 16- Unicode conferences are held twice a year, bit characters. with the twentieth in late January 2002; see These 16-bit limitations can be overcome by http://www.math.utah.edu/pub/tex/bib/ representation of Unicode values with variable num- index-table-u.html#unicode for a bibliogra- bers of bytes, as was done with the UTF-8 encoding. phy of publications about Unicode. Unfortunately, the opportunity to simplify character TUGboat, Volume 0 (2060), No. 0 — Proceedings of the 2060 Annual Meeting 1001 Nelson H. F. Beebe (chair) processing significantly by having fixed-size units is Doing this for PostScript Type 1 outline tragically lost. fonts has proved considerably more troublesome. In the panel chair’s view, these design errors These fonts are generally encrypted, but Adobe will rank with the infamous ASCII/EBCDIC split has published the encryption algorithm and keys, in 1964, with IBM System/360 adopting EBCDIC, so software like t1disasm (from Lee Hether- and everyone else (by about 1980) adopting ASCII, ington’s and Eddie Kohler’s t1utils package, with enormous economic costs, and user confusion, available at ftp://ctan.tug.org/tex-archive/ that lasted for decades. fonts/utilities/t1utils) can readily disassem- Newer operating systems are already designed ble a font. to use Unicode as the native character set, and ven- Disassembly reveals essentially a table of num- dors of older ones are migrating in that direction bered (not named) subroutines, Subrs, each con- through UTF-8 encoding. taining positioning commands, and calls to other Of course, jumping from a 256-character set to subroutines, plus a table of character definitions, one with potentially millions of characters poses an CharStrings, indexed by character name. Each almost impossible problem for font vendors. It will entry of CharStrings also consists of positioning be a very long time before the Unicode font reper- and drawing commands, and calls to the numbered toire is adequate. Current systems with native Uni- subroutines. code support generally provide only a subset of char- Because subroutine numbers could be con- acters, and then sometimes only in low-resolution structed dynamically, it is in general not possible screen bitmaps. Bitstream for a while offered their to identify which of the numbered subroutines can Cyberbit Unicode font, but in July 2001, withdrew be omitted, but a DVI driver could drop unused it without explanation. entries from the CharStrings table. This is trans- Thanks to fine work by fellow TUG members parent to font rendering software, since the entries are named, rather than numbered. Yannis Haralambous and John Plaice [26], TEX has been extended to fully support Unicode. Their sys- It was reported by a reviewer that computa- tem is known as Ω (Omega), and it has been avail- tion of subroutine numbers is in practice not done in existing Type 1 and Type 2 Compact Font able on the annual TEX Live CD-ROM distributions since at least version 5 in 2000. Development has Format (CFF) fonts, so perhaps it is safe to drop not been as rapid as end users might like, but it subroutines that are not explicitly called. must be understood that this is a hugely complex Recent versions of Tom Rokicki’s dvips driver problem, and the Ω designers have been proceeding are capable of subsetting PostScript Type 1 outline fonts, as can Adobe Acrobat Distiller and ghost- very carefully, cognizant of other TEX developments script’s ps2pdf. such as pdfTEX, ε-TEX, and N T S, in addition to the evolution of the Unicode Standards. However, this subsetting introduces new prob- lems. What if the DVI file also included PostScript Mathematics fonts figures which themselves used fonts? Subsetting might remove characters needed by those figures. Fonts for mathematics are a substantial problem, It is infeasible, or unreliable, for the DVI driver because, among the more than twenty thousand to attempt to examine an included figure file to fonts on the market, only a handful have a remotely determine its font requirements, because far too adequate repertoire of mathematical glyphs. These many PostScript producing programs fail to con- fonts are almost the only choices: Computer Con- form to Adobe’s Document Structuring Conventions crete, Computer Modern, Informal Math, Lucida, that would otherwise clearly, and simply, record the MathTime, PA Math, PX, Palatino Math, Pandora, file’s font needs. Those conventions are clearly de- and TX. scribed in the first two editions of the PostScript While it is, of course, possible to use an existing Language Reference Manual [1, Appendix C] [3, Ap- mathematics font with any other text font, the re- pendix G], but were ominously dropped from the sults are rarely visually successful. For some careful third edition [6]. They are, however, documented studies of this, see Hoenig’s book [11, Chapter 10]. at the Adobe Web site among the technical notes collected at Font subsetting http://partners.adobe.com/asn/ developer/technotes/postscript.html, in the DVI drivers for virtually all devices, other than Post- file http://partners.adobe.com/asn/developer/ Script, subset the fonts that they include in their pdfs/tn/5001.DSC_Spec.pdf. output streams: descriptions of unused characters Each Type 1 font contains a special 24-bit are simply omitted. (0 ... 16 777 215) unsigned number, the UniqueID, 1002 TUGboat, Volume 0 (2060), No. 0 — Proceedings of the 2060 Annual Meeting The TEX Font Panel which is intended to allow printing devices to cache the original font metrics embedded in the PDF file, bitmaps of rendered fonts between jobs. A million of and then substitutes the missing font with another. these numbers are reserved for private use, and the TEX DVI drivers usually complain about missing rest are allocated to font vendors on request. A sub- fonts, but some will then provide a substitute, and setted font is a different font, because it lacks some some may even support a user-defined font substi- characters, and so must be assigned a UniqueID tution file. from the private use area. A random choice from The PANOSE system [8] is a font classi- this area would mean a one-in-a-million chance of fication system that assigns numeric values in confusion between fonts in a printer. 0 ... 15 for ten font attributes (family, serif Regrettably, several versions of Adobe’s own style, weight, proportion, .
Recommended publications
  • CM-Super: Automatic Creation of Efficient Type 1 Fonts from Metafont
    CM-Super: Automatic creation of efficient Type 1 fonts from METAFONT fonts Vladimir Volovich Voronezh State University Moskovsky prosp. 109/1, kv. 75, Voronezh 304077 Russia [email protected] Abstract In this article I describe making the CM-Super fonts: Type 1 fonts converted from METAFONT sources of various Computer Modern font families. The fonts contain a large number of glyphs covering writing in dozens of languages (Latin-based, Cyrillic-based, etc.) and provide outline replacements for the original METAFONT fonts. The CM-Super fonts were produced by tracing the high resolution bitmaps generated by METAFONT with the help of TEXtrace, optimizing and hinting the fonts with FontLab, and applying cleanups and optimizations with Perl scripts. 1 The idea behind the CM-Super fonts There exist free Type 1 versions of the original CM The Computer Modern (CM) fonts are the default fonts, provided by Blue Sky Research, Elsevier Sci- ence, IBM Corporation, the Society for Industrial and most commonly used text fonts with TEX. Orig- inally, CM fonts contained only basic Latin letters, and Applied Mathematics (SIAM), Springer-Verlag, and thus covered only the English language. There Y&Y and the American Mathematical Society, but are however a number of Computer Modern look- until not long ago there were no free Type 1 versions alike METAFONT fonts developed which cover other of other “CM look-alike” fonts available, which lim- languages and scripts. Just to name a few: ited their usage in PDF and PostScript target docu- ment formats. The CM-Super fonts were developed • EC and TC fonts, developed by J¨orgKnappen, to cover this gap.
    [Show full text]
  • The New Font Project: TEX Gyre
    Hans Hagen, Jerzy Ludwichowski, Volker Schaa NAJAAR 2006 47 The New Font Project: TEX Gyre Abstract metric and encoding files for each font. We look for- In this short presentation, we will introduce a new ward to an extended TFM format which will lift this re- project: the “lm-ization” of the free fonts that come striction and, in conjunction with OpenType, simplify with T X distributions. We will discuss the project E delivery and usage of fonts in TEX. objectives, timeline and cross-lug funding aspects. We especially look forward to assistance from pdfTEX users, because the pdfTEX team is working on the implementation on the support for OpenType Introduction fonts. An important consideration from Hans Hagen: “In The New Font Project is a brainchild of Hans Ha- the end, even Ghostscript will benefit, so I can even gen, triggered mainly by the very good reception imagine those fonts ending up in the Ghostscript dis- of the Latin Modern (LM) font project by the TEX tribution.” community. After consulting other LUG leaders, The idea of preparing such font families was sug- Bogusław Jackowski and Janusz M. Nowacki, aka gested by the pdfTEX development team. Their pro- “GUST type.foundry”, were asked to formulate the pro- posal triggered a lively discussion by an informal ject. group of representatives of several TEX user groups — The next section contains its outline, as prepared notably Karl Berry (TUG), Hans Hagen (NTG), Jerzy by Bogusław Jackowski and Janusz M. Nowacki. The Ludwichowski (GUST), Volker RW Schaa (DANTE)— remaining sections were written by us. who suggested that we should approach this project as a research, technical and implementation team, and Project outline promised their help in taking care of promotion, integ- ration, supervising and financing.
    [Show full text]
  • About Basictex-2021
    About BasicTeX-2021 Richard Koch January 2, 2021 1 Introduction Most TeX distributions for Mac OS X are based on TeX Live, the reference edition of TeX produced by TeX User Groups across the world. Among these is MacTeX, which installs the full TeX Live as well as front ends, Ghostscript, and other utilities | everything needed to use TeX on the Mac. To obtain it, go to http://tug.org/mactex. 2 Basic TeX BasicTeX (92 MB) is an installation package for Mac OS X based on TeX Live 2021. Unlike MacTeX, this package is deliberately small. Yet it contains all of the standard tools needed to write TeX documents, including TeX, LaTeX, pdfTeX, MetaFont, dvips, MetaPost, and XeTeX. It would be dangerous to construct a new distribution by going directly to CTAN or the Web and collecting useful style files, fonts and so forth. Such a distribution would run into support issues as the creators move on to other projects. Luckily, the TeX Live install script has its own notion of \installation packages" and collections of such packages to make \installation schemes." BasicTeX is constructed by running the TeX Live install script and choosing the \small" scheme. Thus it is a subset of the full TeX Live with exactly the TeX Live directory structure and configuration scripts. Moreover, BasicTeX contains tlmgr, the TeX Live Manager software introduced in TeX Live 2008, which can install additional packages over the network. So it will be easy for users to add missing packages if needed. Since it is important that the install package come directly from the standard TeX Live distribution, I'm going to explain exactly how I installed TeX to produce the install package.
    [Show full text]
  • Present and Future of the TG Math Project:The Report and Some Questions the “Then” Situation
    Present and future of the TG Math Project: the report and some questions Jerzy B. Ludwichowski [email protected] The Polish TEX User Group – GUST EuroTEX 2012, Breskens, The Netherlands EuroTEX 2012, 8 October – 12 October Present and future of the TG Math Project:the report and some questions The “then” situation Jackowocky ’Twas brillig and the slithy Poles Did gyre and gimble in the wabe All mimsy were the borogoves And the mome raths outgrabe With apologies to Lewis Carroll (and Poland!) — Chris Rowley Hans Hagen, Jerzy B. Ludwichowski, Volker Schaa, ”The New Font Project: TEX Gyre”, TUGboat, Volume 27 (2006), No. 2 http://tug.org/TUGboat/Articles/tb27-2/tb87hagen-gyre.pdf EuroTEX 2012, 8 October – 12 October Present and future of the TG Math Project:the report and some questions The “then” situation Introduction In early 2008 a proposal for TG Math fonts Main instigators – Hans Hagen & Volker RW Schaa The team initially: GUST e-foundry (http://www.gust.org.pl/projects/e-foundry): Bogusław Jackowski Janusz M. Nowacki Piotr Strzelczyk Hans rounded up funding promisses from: NTG, TUG, Dante e.V., CSTUG, Gutenberg, TUG India, UK TUG and GUST. EuroTEX 2012, 8 October – 12 October Present and future of the TG Math Project:the report and some questions The “then” situation From the proposal – situation Both the Latin Modern and the TEX Gyre fonts as the result of the efforts of the TEX community are available in the Open Type Format and thus allow for typesetting texts in almost all Latin based scripts, but do not allow for typesetting advanced mathematics within the Open Type Format because of the missing metric information.
    [Show full text]
  • Making Type 1 and Opentype Fonts with Metatype1 and Fontforge
    Making Type 1 and OpenType fonts with MetaType1 and FontForge Karel Píška Institute of Physics, Academy of Sciences Prague, Czech Republic 24 August 2008 2nd ConTEXt Meeting Bohinj, Slovenija Contents Type 1 v.s. OpenType OpenType fonts today TEX text OpenType fonts OpenType math fonts today Stage 1: Font creating with MetaType1 Examples with Latin Modern Stage 2: From Type 1 to OpenType Construction of OpenType Conclusion and suggestions Conclusion and suggestions TEX Gyre fonts and math OpenType tables Last comments Type 1 v.s. OpenType (probably everybody knows) Limitations in Type 1 I max.number of encoded glyphs – 256 I we need many encoding files to cover various languages and their encodings (9 or more in today’s Latin Modern and TEX Gyre) I metrics data (also ligatures, kernings, . ) in additional separated files (× the number of encodings) OpenType fonts I can cover all characters together with metrics and “advances typographic facilities” I are available for XeTEX, LuaTEX I allow to unify access to glyphs, hyphenation patterns, . OpenType fonts today TEX text OpenType fonts I Latin Modern (LMRoman10-Regular) old style digits present I TEX Gyre (TeXGyreTermes-Regular) old style digits, small caps I Antykwa Torunska I Iwona I Kurier and, maybe, other OpenType fonts today OpenType math fonts I Cambria Math [MicroSoft] I old style digits I math symbols I letters: regular, bold, (math) italic, small caps, subscript, superscript, script-script, etc. I see (MS specification) I Minion Math [Jonannes Küster] I Asana Math [Apostolos Syropoulos] (glyph list) special optical sizes for scripts and scriptscrips are absent (?) I STIX not available after beta-testing (?) I other OpenType math ? Stage 1: Font creating with MetaType1 The fonts can be generated with the MetaType1 package [authors B.
    [Show full text]
  • About Texshop
    About TeXShop Richard Koch September 3, 2006 Contents 1 Basic Help 4 1.1 Preliminaries . 4 1.2 Getting and Installing teTeX . 4 1.3 Getting and Installing TeXShop . 6 1.4 Typesetting Documents . 7 1.5 Alternate Typesetting Mode . 9 1.6 Checking Spelling . 10 1.7 Latex Panel . 11 1.8 Matrix Panel . 11 1.9 Macros . 12 1.10 Toolbar and Applescript . 12 1.11 Including Graphics . 13 1.12 Printing . 14 1.13 Setting Preferences . 14 1.14 Modifying the Templates Menu . 16 1.15 Editing Tricks . 17 1.16 Auto Completion . 19 1.17 Command Completion . 19 1.18 Sending Bug Reports . 20 1.19 Useful Web Sites . 20 1.20 License . 21 2 Advanced Help 22 2.1 Adding Personal Sty and Macro Files to teTeX . 22 1 2.2 Additional Typesetting Engines . 23 2.3 Removing AUX Files . 26 2.4 Using an External Editor . 27 2.5 Copy-Paste and Drag-Drop from the Preview Window . 29 2.6 Setting a Project Root File . 29 2.7 Pdfsync . 31 2.8 Unicode . 34 2.9 BibTeX . 35 2.10 MakeIndex . 37 2.11 Making and Using New TeX Formats . 37 2.11.1 Using formats . 37 2.11.2 Making formats . 39 2.12 Opening Other Files with TeXShop . 40 2.13 Mathematica . 40 2.14 Localizations . 41 2.15 Syntax Colors . 41 2.16 Shell Escape Protection . 42 2.17 Colored Text in TeX . 43 2.18 More About teTeX . 44 2.19 Coexisting with Fink . 45 2.20 Coexisting with Other TeX Distributions .
    [Show full text]
  • Creating Truetype Fonts Based on METAFONT
    The METATYPE Project: Creating TrueType Fonts Based on METAFONT Serge Vakulenko Cronyx Engineering, Moscow, Russia [email protected] http://www.vak.ru/proj/metatype Abstract The purpose of the METATYPE project is the development of freeware TrueType fonts for the general user community. The METAFONT language was chosen for creating character glyphs. Currently, glyph images are converted to cubic outlines using a bitmap tracing algorithm, and then to conic outlines. Two font families are currently under development as part of the METATYPE project: the TeX font family, based on Computer Modern fonts by Donald E. Knuth, retaining their look and feel. A rich set of typefaces is available, including Roman, Sans Serif, Monowidth and Math faces with Normal, Bold, Italic, Bold Italic, Narrow and Wide variations; and second, the Maestro font family, which is designed as a Times look-alike. It also uses Computer Modern sources, but with numerous modifications. Résumé Le but du projet METATYPE est le développement de fontes TrueType libres pour la commu- nauté générale d’utilisateurs. Le langage de programmation METAFONT est utilisé pour créer les glyphes. Actuellement, les glyphes sont convertis d’abord en contours cubiques, en utilisant un al- gorithme d’auto-traçage de bitmap, et ensuite en contours coniques. Deux familles de fontes sont actuellement en développement, dans le cadre du projet META- TYPE : la famille «TeX font», basée sur les fontes Computer Modern de Donald E. Knuth, et proposant du romain, du sans empattements, du mono-chasse, et les fontes mathématiques, dans les styles : régulier, gras, italique, gras italique, étroitisé et élargi ; la famille «Maestro», qui est un clone du Times.
    [Show full text]
  • Print-Luatex-Dante-2009.Pdf
    The State Of LuaTEX Dante 2009 Mission Statement We're sort of halfway the development of LuaTEX now. This will be reflected in the release of version 0.50 around euroTEX. Starting with version 0.30 all one decimal releases are stable and usable for (controlled) production work. We currently have 0.35 (beta) which is a prelude to the 0.40 stable release for TEXLive. Although interfaces might change till they're defined stable we expect to have a stable subset defined in 0.50. We plan to release version 1.00 sometime in 2012, 30 years after TEX82, with 0.60 and 0.70 in 2010, 0.80 and 0.90 in 2011. February 24, 2009 Taco Hoekwater Hartmut Henkel Hans Hagen Lua Scripting Mission Statement Currently we can have multiple instances of Lua active. From there we can feed characters back to TEX either or not under a specific catcode regime. Future releases might have only one instance as implementing an interface for sharing data across instances has no benefits. It also simplifies the code. The deferred variant (late Lua) might be extended somewhat. The interface will be stable in release 0.50. Mission Statement Input and Output Lua Scripting It is possible to bring most input under Lua control and one can overload the usual kpse mechanisms. Logging etc. is also under Lua control. There is no support for writing to TEX's opened output channels except from logs and the terminal. We're investigating limited write control to numbered channels but this has a very low priority.
    [Show full text]
  • The UK Tex FAQ Your 469 Questions Answered Version 3.28, Date 2014-06-10
    The UK TeX FAQ Your 469 Questions Answered version 3.28, date 2014-06-10 June 10, 2014 NOTE This document is an updated and extended version of the FAQ article that was published as the December 1994 and 1995, and March 1999 editions of the UK TUG magazine Baskerville (which weren’t formatted like this). The article is also available via the World Wide Web. Contents Introduction 10 Licence of the FAQ 10 Finding the Files 10 A The Background 11 1 Getting started.............................. 11 2 What is TeX?.............................. 11 3 What’s “writing in TeX”?....................... 12 4 How should I pronounce “TeX”?................... 12 5 What is Metafont?........................... 12 6 What is Metapost?........................... 12 7 Things with “TeX” in the name.................... 13 8 What is CTAN?............................ 14 9 The (CTAN) catalogue......................... 15 10 How can I be sure it’s really TeX?................... 15 11 What is e-TeX?............................ 15 12 What is PDFTeX?........................... 16 13 What is LaTeX?............................ 16 14 What is LaTeX2e?........................... 16 15 How should I pronounce “LaTeX(2e)”?................. 17 16 Should I use Plain TeX or LaTeX?................... 17 17 How does LaTeX relate to Plain TeX?................. 17 18 What is ConTeXt?............................ 17 19 What are the AMS packages (AMSTeX, etc.)?............ 18 20 What is Eplain?............................ 18 21 What is Texinfo?............................ 19 22 Lollipop................................ 19 23 If TeX is so good, how come it’s free?................ 19 24 What is the future of TeX?....................... 19 25 Reading (La)TeX files......................... 19 26 Why is TeX not a WYSIWYG system?................. 20 27 TeX User Groups............................ 21 B Documentation and Help 21 28 Books relevant to TeX and friends...................
    [Show full text]
  • Metapost Making Stand Alone METAPOST Graphics
    Hans Hagen [email protected] metapost Making stand alone METAPOST graphics keywords METAPOST, pdf, pdfTEX abstract When a METAPOST graphic uses fonts, the PostScript file is not self contained and hard- ly usable outside TEX. One can however use TEX itself, or actually pdfTEX, to create such a graphic. Although this method uses an ConTEXt module, the solution provided here is inde- pendant of this macro package. The macros responsible for the process are collected in the file mptopdf.tex. The file mptopdf provides a quick way to convert METAPOST files to PDF using a slightly stripped down plain TEX, PDFTEX,andafewCONTEXT modules. First generate a format, which in WEB2C looks like: pdftex --ini mptopdf Since this conversion only works with PDFTEXorPDF-ε-TEX, the session is aborted when another TEX is used. When finished, the resulting fmt file should be moved to the right location. The conversion itself is accomplished by: pdftex &mptopdf \relax filename.number The \relax is needed since we don’t want to process the file directly. Instead we pick up the filename using \everypar. Since this file is still the first one we load, although delayed, the jobname is as we expect. So, at least in WEB2C, the result of the conversion comes available in the file filename.pdf. This conversion process is roughly compatible with: texexec --pdf --fig=c --result=filename.pdf filename.number This uses CONTEXT, and is therefore slower. The implementation is rather simple, since we use some generic CONTEXT modules. Because we need a few register allocation macros, we preload plain TEX.
    [Show full text]
  • The TEX 2 Anniversary Book Project Karl Berry and David Walden
    Article revision 2011/01/29 5 The TEX 2 Anniversary book project Karl Berry and David Walden Abstract With the planned attendance of Donald Knuth and his crew of Stanford graduate students who helped develop TEX, some sort of a commemora- tive gift was needed for the TEX Users Group 2010 annual conference in 5 San Francisco. Thus the book TEX’s 2 Anniversary: A Commemorative Col- lection was conceived and compiled. The story of this effort is primarily about the steps and decisions that go into creating a book, with the use of LATEX being a minor part of the effort. 1 Content Having decided to create a book to commemorate the thirty-second anniversary of TEX, the obvious next question was about the content of the book. We quickly decided that the primary content would be reprints of papers by Knuth and crew from the TUGboat archives, for example, three from Knuth and one from each of the others. It also made sense to include a brief introduction of each person for whom we were including a reprint, and also to ask one or two other people from the early days of TEX to write brief historical essays. As we searched through the TUGboat archives, it also felt right to include with each introduction a list of the TUGboat papers by the participant. Thus, we began to pull together the skeleton of the book: the outline shown in Figure 1, the beginnings of a style file, a top level include file, and some place- holder pages containing notes for each chapter.
    [Show full text]
  • Fonts & Encodings
    Fonts & Encodings Yannis Haralambous To cite this version: Yannis Haralambous. Fonts & Encodings. O’Reilly, 2007, 978-0-596-10242-5. hal-02112942 HAL Id: hal-02112942 https://hal.archives-ouvertes.fr/hal-02112942 Submitted on 27 Apr 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ,title.25934 Page iii Friday, September 7, 2007 10:44 AM Fonts & Encodings Yannis Haralambous Translated by P. Scott Horne Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo ,copyright.24847 Page iv Friday, September 7, 2007 10:32 AM Fonts & Encodings by Yannis Haralambous Copyright © 2007 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Printing History: September 2007: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Fonts & Encodings, the image of an axis deer, and related trade dress are trademarks of O’Reilly Media, Inc.
    [Show full text]