\Title{Formatting Information}

Total Page:16

File Type:pdf, Size:1020Kb

\Title{Formatting Information} \title{formatting information} An introduction to typesetting with LATEX Peter Flynn Formatting information An introduction to typesetting with LATEX This document is copyright © 1999–2011 by Silmaril Consultants under the terms of what is now the GNU Free Documentation License (copyleft). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front• Cover Texts, and no Back•Cover Texts. A copy of the license is included in Appendix D. You are allowed to distribute, reproduce, and modify this document without fee or further requirement for consent subject to the conditions in §D.4. The author has asserted his right to be identified as the author of this document. If you make useful modifications you are asked to inform the author so that the master copy can be updated for the benefit of others. Acknowledgments Earlier editions of ‘Formatting Information’ were prompted by the gener• ous help I received from TEX users too numerous to mention individually. Shortly after TUGboat published the November 2003 edition, I was re• minded by a spate of email of the fragility of documentation for any system which is constantly under development. While the core of LATEX is as stable as ever, there been revisions to packages, issues of new distributions, new tools, new interfaces, new books and online documents, corrections to my own errors, suggestions for rewording, and in one or two cases mild abuse for having omitted package X which the author felt to be indispensable. The current edition is the result of a few years of allowing it to lie fallow, accumulating suggestions and finding errors, but taking on board the large number of changes which daily pass in front of all of us who read comp.text.tex, and the sometimes more obvious changes visible when one installs a new version of TEX. I am grateful as always to the people who sent me corrections and suggestions for improvement. Please keep them coming: only this way can this book reflect what people want to learn. The same limitation still applies, however: no mathematics, as there are already a dozen or more excellent books on the market — as well as online documents — dealing with mathematical typesetting in TEX and LATEX in finer and better detail than I am capable of (and listed in About this book on p.xvii). As I was finishing an earlier edition, I was asked to review an article for The PracTEX Journal, which grew out of the Practical TEX Conference in 2004. The author specifically took the writers of documentation to task for failing to explain things more clearly, and as I read more, I found myself agreeing, and resolving to clear up some specific problems areas as far as possible. I was delighted to see at the Practical TEX Conference, in 2006 and later, that more presenters, especially in the Humanities, have stepped up to Peter Flom’s challenge. It is very difficult for people who write technical documentation to remember how they struggled to learn what has now become to them a familiar system. So much of what we do is second nature, and a lot of it actually has nothing to do with the software, but more with the way in which we view and approach information, and the general level of knowledge of computing. As computer systems become more sophisticated, they require less detailed knowledge from users, even while the takeup of computer usage rises. The result is a generation of users who know what they want, but who are wholly incapable of knowing when they’ve got it; who have only ever seen one way of doing something, and believe that if the result looks pretty, it means it must be right. As technical writers, we need to explain why, not just how, so if I have obscured something by making Formatting information ✄ i ✂ ✁ unreasonable assumptions about your knowledge, please let me know so that I can correct it. The author Peter Flynn has been using structured text systems since the early 1980s and is author of The HTML Handbook and Understanding SGML and XML Tools, and editor of The XML FAQ (all typeset with LATEX). Peter was Ireland’s first webmaster, and also runs the text management consultancy Silmaril. When not TEXing or XMLing, he likes to cook, surf, read science fiction, and listen to Early and Baroque music. In his increasingly fractal spare time he is finishing his PhD on the usability of editors for structured text. Technical note This book is written and maintained in XML using the DocBook DTD with a customization layer for typographic markup. XSLT is used to generate HTML (for the Web and plain•text versions) and LATEX (for PDF). The November 2003 edition was published in TUGboat. ✄ ii Formatting information ✂ ✁ Contents Foreword..................................... ix Preface ...................................... xi Aboutthisbook................................. xv Whoneedsthisbook? ........................... xv Skillsneeded ................................ xv Objectivesofthisbook. xvi Synopsis................................... xvii Where’sthemath? ............................. xvii Availability of LATEXsystems........................ xviii Symbolsandconventions . xxi Productionnote .............................. xxi 1 Installing TEX and LATEX 1 1.1 Installingthesoftware .......................... 2 1.1.1 UnixandGNU/Linux ....................... 2 1.1.2 AppleMacOSX .......................... 4 1.1.3 MicrosoftWindows ........................ 5 1.2 Adding your personal TEXdirectory................... 8 1.2.1 UnixandGNU/Linux . 10 1.2.2 AppleMacOSX .......................... 10 1.2.3 MicrosoftWindows . 10 1.3 PickinganEditor ............................. 12 1.4 Installationproblems . .. .. .. .. .. .. .. 13 2 Using your editor to create documents 27 2.1 Markup .................................. 28 2.2 Quickstartfortheimpatient. 29 2.3 LATEXcommands.............................. 30 2.3.1 Simplecommands . .. .. .. .. .. .. 31 2.3.2 Commandswitharguments . 32 2.3.3 White•space in LATEX........................ 33 2.4 Specialcharacters ............................. 34 2.4.1 Usingthespecialcharacters . 34 2.5 Quotationmarks ............................. 35 2.6 Accents................................... 36 2.7 Dimensions, hyphenation, justification, and breaking . ....... 39 2.7.1 Specifyingsizeunits. 40 2.7.2 Hyphenation............................ 41 2.7.3 Unbreakabletext.. .. .. .. .. .. .. 42 2.7.4 Dashes ............................... 42 2.7.5 Justification ............................ 43 2.7.6 Languages ............................. 44 2.8 Mathematics................................ 44 Formatting information ✄ iii ✂ ✁ FORMATTING INFORMATION 3 Basic document structures 47 3.1 TheDocumentClassDeclaration . 48 3.1.1 Documentclassoptions. 50 3.2 Thedocumentenvironment . 51 3.3 Titling ................................... 52 3.4 Abstractsandsummaries. 53 3.5 Sections .................................. 56 3.5.1 Sectionnumbering. 58 3.6 Ordinaryparagraphs .. .. .. .. .. .. .. 59 3.7 Tableofcontents ............................. 61 4 Typesetting, viewing and printing 63 4.1 Typesetting ................................ 64 4.1.1 Running LATEX ........................... 64 4.1.2 Standard LATEX and pdfLATEX.................... 65 4.2 Errorsandwarnings ........................... 66 4.2.1 Errormessages........................... 67 4.2.2 Warnings.............................. 67 4.2.3 Examples.............................. 68 4.3 Screenpreview .............................. 70 4.3.1 PreviewingDVIoutput . 71 4.3.2 PreviewingwithPostScript . 71 4.3.3 PreviewingwithPDF . 73 4.4 Printeroutput............................... 73 5 CTAN, packages, and online help 77 5.1 Packages .................................. 78 5.1.1 Usinganexistingpackage . 78 5.1.2 Packagedocumentation . 79 5.2 Downloading and installing packages . .. 80 5.2.1 Downloadingpackages . 80 5.2.2 Installingapackage . 81 5.2.3 ReplicatingtheTDS . 84 5.3 Onlinehelp ................................ 85 5.3.1 TheFAQ............................... 85 5.3.2 TheTEXhaxmailinglist ...................... 85 5.3.3 Websites .............................. 85 5.3.4 News ................................ 86 5.3.5 Google LATEXlist .......................... 86 5.3.6 Commercialsupport. 86 ✄ iv Formatting information ✂ ✁ CONTENTS 6 Other document structures 87 6.1 Alittlethinkaboutstructure . 87 6.2 Lists .................................... 89 6.2.1 Itemizedlists............................ 89 6.2.2 Enumeratedlists.. .. .. .. .. .. .. 90 6.2.3 Descriptionlists .. .. .. .. .. .. .. 91 6.2.4 Inlinelists ............................. 91 6.2.5 Reference lists and segmented lists . 91 6.2.6 Listswithinlists .. .. .. .. .. .. .. 92 6.3 Tables.................................... 94 6.3.1 Floats................................ 95 6.3.2 Formaltables............................ 96 6.3.3 Tabularmatter........................... 96 6.3.4 Tabular techniques for alignment . 99 6.4 Figures................................... 100 6.5 Images ................................... 101 6.5.1 Makingimages........................... 103 6.5.2 Graphicsstorage. 105 6.6 Verbatimtext ............................... 106 6.6.1 Inlineverbatim. 106 6.6.2 Displayverbatim . .. .. .. .. .. .. 107 6.7 Boxes,sidebars,andpanels. 108 6.7.1 Boxesoftext ............................ 108 6.7.2 Framedboxes............................ 109 6.7.3 Sidebarsandpanels . 112 7 Textual tools 113 7.1 Quotations................................
Recommended publications
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Die TEX Nische K Omödie
    DANTE Deutschsprachige Anwendervereinigung TEX e.V. 23. Jahrgang Heft 1/2011 Februar 2011 Xnische Komödie E Die T 1/2011 Impressum »Die TEXnische Komödie« ist die Mitgliedszeitschrift von DANTE e.V. Der Bezugspreis ist im Mitgliedsbeitrag enthalten. Namentlich gekennzeichnete Beiträge geben die Mei- nung der Schreibenden wieder. Reproduktion oder Nutzung der erschienenen Beiträge durch konventionelle, elektronische oder beliebige andere Verfahren ist nur im nicht- kommerziellen Rahmen gestattet. Verwendungen in größerem Umfang bitte zur Informa- tion bei DANTE e.V. melden. Beiträge sollten in Standard-LATEX-Quellcode unter Verwendung der Dokumentenklasse dtk erstellt und per E-Mail oder Datenträger (CD) an untenstehende Adresse der Redaktion geschickt werden. Sind spezielle Makros, LATEX-Pakete oder Schriften dafür nötig, so müssen auch diese komplett mitgeliefert werden. Außerdem müssen sie auf Anfrage Interessierten zugänglich gemacht werden. Diese Ausgabe wurde mit pdfTeX 3.1415926-1.40.11-2.2 (TeX Live 2010) erstellt. Als Standard-Schriften kamen die Fonts TG Pagella und Bera Mono zum Einsatz. Erscheinungsweise: vierteljährlich Erscheinungsort: Heidelberg Auflage: 2700 Herausgeber: DANTE, Deutschsprachige Anwendervereinigung TEX e.V. Postfach 10 18 40 69008 Heidelberg E-Mail: [email protected] [email protected] (Redaktion) Druck: Konrad Triltsch Print und digitale Medien GmbH Johannes-Gutenberg-Str. 1–3, 97199 Ochsenfurt-Hohestadt Redaktion: Herbert Voß (verantwortlicher Redakteur) Mitarbeit: Rudolf Herrmann Bertram Hoffmann Gert Ingold Rolf Niepraschk Heiko Oberdiek Christine Römer Volker RW Schaa Gert Seidl Redaktionsschluss für Heft 2/2011: 15. April 2011 ISSN 1434-5897 Die TEXnische Komödie 1/2011 Editorial Liebe Leserinnen und Leser, wahrscheinlich werden es die meisten unter Ihnen schon gemerkt haben: Diese Ausgabe unserer Zeitschrift erscheint in einer anderen Schriftart.
    [Show full text]
  • Encapsulated Postscript Application Guide for Mac And
    Encapsulated PostScript Encapsulated PostScript Application Guide for the Macintosh and PCs Peter Vollenweider Manager User Services Universi1y of Zurich A ·Carl Hanser .Verlag :II Prentice Hall First published in German 1989 by Carl Hanser Verlag under the title EPS-Handbuch: Encapsulated PostScript First published in English 1990 by Prentice Hall International (UK) Ltd 66 Wood Lane End, Hemel Hempstead Hertfordshire HP2 4RG A division of Simon & Schuster International Group ©Carl Hanser Verlag, Munich and Vienna 1989 ©Carl Hanser Verlag and Prentice Hall 1990 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, electronic, mechanical, photocopying, recording or otherwise, witliout prior permission, in writing, from the publisher. For permission within the United States of America contact Prentice Hall, Inc., Englewood Cliffs, NJ 07632. The Sonata clef design on the cover shows the mixing of randomly placed Sonata font types, smoothed curves and patterns; courtesy of John F. Sherman, ND Design Program, University of Notre Dame, Indiana 46556, USA. Printed and bound in Great Britain by Dotesios Printers Ltd, Trowbridge, Wiltshire. Library of Congress Cataloging-in-Publication Data Vollenweider, Peter. (Encapsulated PostScript. English) Encapsulated PostScript : application guide for the Macintosh and PC's I Peter Vollenweider. p. em. Includes bibliographical references. ISBN 0-13-275843-1 1. PostScript (Computer program language) I. Title. QA76.73.P67V65 1990 005 .265-dc20 90-35469 CIP British Library Cataloguing-in-Publication Data Vollenweider, Peter Encapsulated PostScript : application guide for the Macintosh and PC's. 1. Microcomputer systems. Software packages I.
    [Show full text]
  • Font HOWTO Font HOWTO
    Font HOWTO Font HOWTO Table of Contents Font HOWTO......................................................................................................................................................1 Donovan Rebbechi, elflord@panix.com..................................................................................................1 1.Introduction...........................................................................................................................................1 2.Fonts 101 −− A Quick Introduction to Fonts........................................................................................1 3.Fonts 102 −− Typography.....................................................................................................................1 4.Making Fonts Available To X..............................................................................................................1 5.Making Fonts Available To Ghostscript...............................................................................................1 6.True Type to Type1 Conversion...........................................................................................................2 7.WYSIWYG Publishing and Fonts........................................................................................................2 8.TeX / LaTeX.........................................................................................................................................2 9.Getting Fonts For Linux.......................................................................................................................2
    [Show full text]
  • TUGBOAT Volume 26, Number 1 / 2005 Practical
    TUGBOAT Volume 26, Number 1 / 2005 Practical TEX 2005 Conference Proceedings General Delivery 3 Karl Berry / From the president 3 Barbara Beeton / Editorial comments Old TUGboat issues go electronic; CTAN anouncement archives; Another LATEX manual — for word processor users; Create your own alphabet; Type design exhibition “Letras Latinas”; The cost of a bad proofreader; Looking at the same text in different ways: CSS on the web; Some comments on mathematical typesetting 5 Barbara Beeton / Hyphenation exception log A L TEX 7 Pedro Quaresma / Stacks in TEX Graphics 10 Denis Roegel / Kissing circles: A French romance in MetaPost Software & Tools 17 Tristan Miller / Using the RPM package manager for (LA)TEX packages Practical TEX 2005 29 Conference program, delegates, and sponsors 31 Peter Flom and Tristan Miller / Impressions from PracTEX’05 Keynote 33 Nelson Beebe / The design of TEX and METAFONT: A retrospective Talks 52 Peter Flom / ALATEX fledgling struggles to take flight 56 Anita Schwartz / The art of LATEX problem solving 59 Klaus H¨oppner / Strategies for including graphics in LATEX documents 63 Joseph Hogg / Making a booklet 66 Peter Flynn / LATEX on the Web 68 Andrew Mertz and William Slough / Beamer by example 74 Kaveh Bazargan / Batch Commander: A graphical user interface for TEX 81 David Ignat / Word to LATEX for a large, multi-author scientific paper 85 Tristan Miller / Biblet: A portable BIBTEX bibliography style for generating highly customizable XHTML 97 Abstracts (Allen, Burt, Fehd, Gurari, Janc, Kew, Peter) News 99 Calendar TUG Business 104 Institutional members Advertisements 104 TEX consulting and production services 101 Silmaril Consultants 101 Joe Hogg 101 Carleton Production Centre 102 Personal TEX, Inc.
    [Show full text]
  • DE-Tex-FAQ (Vers. 72
    Fragen und Antworten (FAQ) über das Textsatzsystem TEX und DANTE, Deutschsprachige Anwendervereinigung TEX e.V. Bernd Raichle, Rolf Niepraschk und Thomas Hafner Version 72 vom September 2003 Dieser Text enthält häufig gestellte Fragen und passende Antworten zum Textsatzsy- stem TEX und zu DANTE e.V. Er kann über beliebige Medien frei verteilt werden, solange er unverändert bleibt (in- klusive dieses Hinweises). Die Autoren bitten bei Verteilung über gedruckte Medien, über Datenträger wie CD-ROM u. ä. um Zusendung von mindestens drei Belegexem- plaren. Anregungen, Ergänzungen, Kommentare und Bemerkungen zur FAQ senden Sie bit- te per E-Mail an [email protected] 1 Inhalt Inhalt 1 Allgemeines 5 1.1 Über diese FAQ . 5 1.2 CTAN, das ‚Comprehensive TEX Archive Network‘ . 8 1.3 Newsgroups und Diskussionslisten . 10 2 Anwendervereinigungen, Tagungen, Literatur 17 2.1 DANTE e.V. 17 2.2 Anwendervereinigungen . 19 2.3 Tagungen »geändert« .................................... 21 2.4 Literatur »geändert« .................................... 22 3 Textsatzsystem TEX – Übersicht 32 3.1 Grundlegendes . 32 3.2 Welche TEX-Formate gibt es? Was ist LATEX? . 38 3.3 Welche TEX-Weiterentwicklungen gibt es? . 41 4 Textsatzsystem TEX – Bezugsquellen 45 4.1 Wie bekomme ich ein TEX-System? . 45 4.2 TEX-Implementierungen »geändert« ........................... 48 4.3 Editoren, Frontend-/GUI-Programme »geändert« .................... 54 5 TEX, LATEX, Makros etc. (I) 62 5.1 LATEX – Grundlegendes . 62 5.2 LATEX – Probleme beim Umstieg von LATEX 2.09 . 67 5.3 (Silben-)Trennung, Absatz-, Seitenumbruch . 68 5.4 Seitenlayout, Layout allgemein, Kopf- und Fußzeilen »geändert« . 72 6 TEX, LATEX, Makros etc. (II) 79 6.1 Abbildungen und Tafeln .
    [Show full text]
  • Michael Sharpe
    294 TUGboat, Volume 38 (2017), No. 3 Interview: Michael Sharpe complex machinery, though I did spend a couple of years working as an assistant to a projectionist in David Walden the local movie theater during my high school years. DW : When you say \misspent on sport", what are you thinking of? MS: Because we moved regularly, I was motivated to focus on making new friends as quickly as possible, and sport was a good way to do it in that environ- ment. I played cricket, Australian Rules football and tennis. It was fortunate for my later career that I was not really good at any of them. DW : Were you already doing electronics things as a hobby and enjoying high school math and science before university? MS: I was not into electronics as a hobby, finding Michael Sharpe has been using TEX since the mid- the analog radio of those days not very interesting. 1980s. In more recent years he has been active in I did do well in sciences and math in high school. If the TEX fonts world. there had been computers available in those days, it may have been a different story. Dave Walden, interviewer: Please tell me a bit DW : What took you away from Australia and to about yourself. Yale for your Ph.D. work? Michael Sharpe, interviewee: I was born in Syd- MS: Just previous to my generation of college grad- ney, Australia in 1941. After 1945, my father joined uates in Australia, most students wanting to pursue the Commonwealth Public Service, which corresponds an advanced degree in sciences and engineering went in the US to the federal civil service, and moved fre- to Great Britain if they could manage it.
    [Show full text]
  • 4C24fb34-Ubuntu-Server-Guide.Pdf
    Introduction Welcome to the Ubuntu Server Guide! Download the Ubuntu server guide as a PDF. This is the preliminary and in development for the next Ubuntu LTS, Focal Fossa. Contents may have errors and omissions. Changes, Errors, and Bugs If you find any errors or have suggestions for improvements to pages, please use the link at thebottomof each topic titled: “Help improve this document in the forum.” This link will take you to the Server Discourse forum for the specific page you are viewing. There you can share your comments or let us know aboutbugs with each page. Support There are a couple of different ways that Ubuntu Server Edition is supported: commercial support and community support. The main commercial support (and development funding) is available from Canonical, Ltd. They supply reasonably- priced support contracts on a per desktop or per server basis. For more information see the Ubuntu Advantage page. Community support is also provided by dedicated individuals and companies that wish to make Ubuntu the best distribution possible. Support is provided through multiple mailing lists, IRC channels, forums, blogs, wikis, etc. The large amount of information available can be overwhelming, but a good search engine query can usually provide an answer to your questions. See the Ubuntu Support page for more information. Installation This chapter provides a quick overview of installing Ubuntu 20.04 Server Edition. For more detailed instruc- tions, please refer to the Ubuntu Installation Guide. Preparing to Install This section explains various aspects to consider before starting the installation. System Requirements Ubuntu 20.04 Server Edition provides a common, minimalist base for a variety of server applications, such as file/print services, web hosting, email hosting, etc.
    [Show full text]
  • Creating My First Latex Article, Part 2
    The PracTEX Journal Vol 1 No 2, 2005-04-15 Rev. 2005-JUL-11 \begin{here} \title{Sujet du jour: Creating my first LATEX article, Partie 2} \author{Tim Null} \input{LATEX Survivor’s Guide} Abstract This is the second in a series of columns on the preparation of a simple and short LATEX article. The main topic of discussion is techniques for avoiding and resolving LATEX errors. It is proposed that working to minimize risk is a good strategy for new LATEX users. Techniques for reducing risk are offered. The topic for the simple example article will be introduced, and the topic will be related to the philosophy of risk minimization. The information presented in the first \begin{here} column is reviewed in an included appendix. This material is re-presented in a different and, hopefully, clearer format. \begin{here} Col. #2: Topic #1, Part #2 Tim Null is a semi-tired Technical Editor. Recently he’s been keeping himself occupied doing copyediting and figure “repair”; that is, when he’s not busy watching his old Marcus Welby tapes. c 2005 Tim Null 1 Introduction The \begin{here} column is for LATEX newbies and wannabes. I happen to be a LATEX rube myself, so I am personally looking forward to learning lots of good stuff. I come from a family of teachers, and they say the best way to learn a subject is to teach it. I guess this column will put that theory to the test, even though I don’t consider myself much of a teacher. I missed out on the family’s teacher gene, but that’s OK.
    [Show full text]
  • The Verdana Font Package∗
    The verdana font package∗ Walter Daems ([email protected]) January 9, 2016 1 Introduction This package is only useful when using standard LATEX. If you use XELATEXor LuaLATEX, access to fonts has been greatly simplified. In that case, you don't need this package. 'Verdana' is a common font that can be downloaded from: http: //prdownloads.sourceforge.net/corefonts/verdan32.exe?download The font is readily available on machines with a Microsoft oper- ating system. The wrapper provides a T1 encoded font. The wrapper would be most straightforward weren't it for the ligature problems that Verdana exhibits. The core of the problem is that over the years, Microsoft removed several glyphs from the font, including the ligatures ’fi’ and ’fl’ (on the T1 octal positions 34 and 35). The font version 2006 (as it can be downloaded from sourceforge), still has the ligatures. In version 2008 they have been removed. In version 2010, even more glyphs have been removed. The reason for removing these glyphs is unclear to me. To overcome these issues, the wrapper provides an option 'nofligs' (shorthand for 'no f-ligatures'), that disables the invo- cation of these ligatures involving f. ∗This document corresponds to verdana 1.2b, dated 2016/01/08. 1 If a testpage, or a testfont page generated with TEX shows miss- ing ligatures, then just use the options 'nofligs'. Most standard TEX installations do embed fonts in PDF files. How- ever, in case your PDF document does not contain embedded fonts, make sure, when handing over a PDF document contain- ing Verdana to your publishing company, to check wether their version of Verdana contains the fi and fl glyphs.
    [Show full text]
  • Travels in TEX Land: Choosing a TEX Environment for Windows
    The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-04-17 Travels in TEX Land: Choosing a TEX Environment for Windows David Walden The author of this column wanders through world of TEX, as a non-expert, reporting what he observes and learns, which hopefully will be interesting to other non-expert users of TEX. 1 Introduction This column recounts my experiences looking at and thinking about different ways TEX is set up for users to go through the document-composition to type- setting cycle (input and edit, compile, and view or print). First, I’ll describe my own experience randomly trying various TEX environments. I suspect that some other users have had a similar introduction to TEX; and perhaps other users have just used the environment that was available at their workplace or school. Then I’ll consider some categories for thinking about options in TEX setups. Last, I’ll suggest some follow-on steps. Since I use Microsoft Windows as my computer operating system, this note focuses on environments that are available for Windows.1 2 My random path to choosing a TEX environment 2 I started using TEX in the late 1990s. 1But see my offer in Section 4. 2 While I started using TEX, I switched from TEX to using LATEX as soon as I discovered LATEX existed. Since both TEX and LATEX are operated in the same way, I’ll mostly refer to TEX in this note, since that is the more basic system. c 2005 David C. Walden I don’t quite remember my first setup for trying TEX.
    [Show full text]
  • Producing Beautiful Documents with TEX and LATEX an Extremely Brief Introduction
    Producing Beautiful Documents With TEX and LATEX An Extremely Brief Introduction Lawrence Hubert University of Illinois Producing Beautiful Documents With TEX and LATEX – p. 1/37 What is TEX and LATEX? TEX is a very mathematically savvy typesetting engine produced in the 1980’s by Donald Knuth from Stanford. It is open-source (which means it is free, and freely available); implemented for every conceivable operating system; it is currently in Version 3.141592, so it is, in effect, now “fixed” forever. Extra Credit: can you tell why it is essentially “fixed”? And what will be the version number when Knuth dies? Producing Beautiful Documents With TEX and LATEX – p. 2/37 LATEX is a set of macros sitting on top of TEX that makes our task easier. It was produced by Leslie Lamport in the middle 1980’s; it is also open-source and delivered conjointly with any TEX system. The current version is LATEX2e and is under constant development and extension. TEX and LATEX work together, with LATEX helping produce what is called the document mark-up, and TEX then being called upon to do the actual typesetting. Producing Beautiful Documents With TEX and LATEX – p. 3/37 Features and Advantages Why you should use TEX and LATEX— In contrast to word-processing methods such as Word, you do not worry about the visual formatting of your document. You are concerned only about the content. In other words, you separate content from layout. The file you produce is ascii, the simplest you can have with no special symbols; it includes general commands for what you wish to do in the document.
    [Show full text]