LATEX for Computer Scientists

Total Page:16

File Type:pdf, Size:1020Kb

LATEX for Computer Scientists LATEX for Computer Scientists Les Kitchen The University of Melbourne Department of Computer Science and Software Engineering http://www.cs.mu.oz.au/~ljk/ 15 May 2006 c 2003, 2006, Leslie John Kitchen. You may Contents mak e and distribute unmodified copies of this document in its entirety for non-commercial 1 What is LATEX? 3 purposes. In particular, any copies must include 1.1 A simple example . 3 this copyright notice and the CVS Id string on the 1.2 Well, what is it? . 3 last page. (These conditions are inspired by those 1.3 History . 3 used by the ACM.) 1.4 TEX and LATEX . 4 Please be aware that this document, in its present 1.5 What's good about LATEX? . 4 state, is work in progress. It is provided, as is, in 1.6 What's \bad" about LATEX? . 4 the hope that it will be a useful aid in learning 1.7 Summing up . 5 LATEX. It may still contain errors, and is certainly incomplete and in need of some re-organization. 2 Philosophy 5 See corresponding LAT X source file for details on 2.1 What I can achieve here . 5 E A distribution conditions for source files. The source 2.2 Levels at which you can use LTEX . 5 A files will normally be available via the author's 2.3 Learning to use LTEX . 5 webpage, at the URL given above. Note that the 3 Basic LAT X 6 distribution conditions may change: Do not E 3.1 Processing . 6 assume that distribution conditions for future 3.2 Associated files and re-running . 6 versions will be identical to those for the current 3.3 Characters to pages . 7 version. 3.4 Input conventions . 8 This document is based on a document 3.5 Combinations . 8 called Intermediate LATEX prepared for a 3.6 Commands . 9 School of Graduate Studies course at the 3.7 Environments . 10 beginning of 2003. The main changes are 3.8 After-sentence space . 10 addition of some additional material, and 3.9 Accents and symbols . 11 a change of emphasis towards a 3.10 Declarations, grouping, and scope . 11 Computer Science readership. Having 3.11 Appearance of type . 11 said that, I point out that this document 3.12 Text justification . 13 is now approximately twice the size of the 3.13 Line and page breaks . 14 document it was based on. 3.14 Displays . 15 3.15 Lists . 15 Non-trivial changes since last version are marked 3.16 Overall source document structure . 16 in the margins: small changes by an arrow 3.17 Document class . 16 pointing to the affected text; extended changes by 3.18 Packages . 17 a down-pointing arrow at the beginning of the 3.19 Front stuff . 17 change, and an up-pointing arrow at the end. 1 3.20 Document sectioning . 17 15 Bibliography 33 3.21 Layout of a LATEX source file . 18 15.1 DIY: thebibliography . 33 15.2 Using BibTEX . 33 4 Breaking Up Your Document 1 18 15.3 Running bibtex . 34 4.1 \input . 18 16 Collaborative Document Development 34 5 Roll-Your-Own 19 16.1 Version control|CVS . 34 5.1 Commands . 19 16.2 Build tools|make . 35 5.2 Environments . 21 16.3 Automatic generation of LATEX . 36 5.3 \Theorems" . 21 17 Miscellaneous Topics 37 6 Customization 22 17.1 Index and glossary . 37 6.1 Customization . 22 17.2 Verbatim text . 37 17.3 Multilingual LATEX . 38 7 Cross References 22 17.4 LATEX and the Web . 38 7.1 Labels and references . 22 17.5 PostScript fonts . 38 7.2 Mechanics of cross references . 23 17.6 Page style and headings . 39 17.7 Color . 39 8 Footnotes 23 17.8 Hyphenation . 39 8.1 Footnotes . 23 17.9 Fragile versus robust commands . 40 9 Floats: Tables and Figures 24 17.10Some additional useful free programs 41 A 9.1 Floats . 24 17.11LTEX debugging . 41 17.12More advanced programming features 41 10 Tabulars and Tables 24 17.13Tips'n'tricks . 41 10.1 Tabulars and tables . 24 17.14What's missing? . 45 17.15Learning and getting more . 45 11 Mathematics 26 17.16TEX's limitations . 46 11.1 Math mode . 26 17.17TEXmacs and Lilypond . 46 11.2 Subscripts and superscripts . 27 11.3 A menagerie of symbols and operators 27 A Behind The Scenes: How It's Done 47 11.4 \Large" delimiters . 28 A.1 Listing of ljk-latex.bib . 47 11.5 Arrays . 28 11.6 Equations . 28 12 Boxes, Lengths, Space, Counters 29 12.1 Caveat . 29 12.2 Lengths . 29 12.3 Boxes . 30 12.4 Space and rules . 30 12.5 Counters . 31 13 Graphics: Images and Diagrams 31 13.1 The picture environment . 31 13.2 Graphics operators . 31 13.3 Including graphics . 32 14 Breaking Up Your Document 2: 32 14.1 \include . 32 2 1 What is LATEX? 1.1 A simple example \documentclass[12pt,a4paper]{article} % This is a comment \title{A Simple Example} \author{I. M. Weird\thanks {Nobody you know.}} \begin{document} \maketitle \begin{abstract} You shouldn't read this paper anyway. \end{abstract} \tableofcontents \section{Something Important} {\LARGE Hello world!} \section{Filler} A Simple Example The quick brown fox I. M. Weird∗ jumps over the lazy dog. April 24, 2006 Abstract The quick brown fox You shouldn't read this paper anyway. jumps Contents over the lazy dog. 1 Something Important 1 \end{document} 2 Filler 1 produces after processing the printed or displayed 1 Something Important Hello world! output shown in Figure 1. 2 Filler The quick brown fox jumps over the lazy dog. 1.2 Well, what is it? The quick brown fox jumps over the lazy dog. LATEX is in effect a programming language for creating quality typeset documents, designed so that most of the time you use it like a high-level ∗Nobody you know. (declarative) markup language. 1 It thus has some commonality with other markup languages like HTML, but is intrinsically more powerful and more oriented towards quality typesetting. Figure 1: Sample LAT X output. 1.3 History E Before (electronic) computers, (human) • editors would mark up a manuscript with instructions to the (human) printers on how to typeset the document. Donald Knuth initially developed TEX (along • with MetaFont) in the late 1970s. TEX is basically a high-quality programmable • typesetting engine, combining the text of the 3 document with embedded markup to specify { Scripts can generate LATEX the formatting automatically. automatically. MetaFont is a system for designing new Cross-platform. • fonts. • Stability and compatibility is a major Knuth provided a \format" called plain T X • strength. • E as a layer on top of raw TEX. Largely \declarative". • Plain TEX provided many convenient • Configurable, extensible and programmable. features, but was still somewhat difficult and • unforgiving. Suitable for collaborative document • Leslie Lamport built LAT X on top of T X in development. • E E the early 1980s to provide better, cleaner Can be used with build tools like make. support for document production. • Large, active community of users and That first released version was LAT X 2.09. • • E contributors. A Current version is LTEX 2". Many plug-in packages available. • • A LTEX version 3 is in the offing. Multilingual. • • A Editor support (e.g. latex-mode in emacs). 1.4 TEX and LTEX • LATEX is built on top of TEX. GUI interfaces (TeXshop, WinShell) and • • WYSIWYG front ends (Lyx). These days, pretty much all usage of TEX is • A 1 Non-proprietary. via LTEX. • Free! Almost all features of plain TEX are • • accessible in LAT X, but are generally used E Distributed under a GNU-like2 Free Software only by wizards, and are mostly hidden from • licence. ordinary users. From here I'll speak mainly about LAT X, but 1.6 What's \bad" about LAT X? • E E remember TEX is always in the background. Less immediate feedback compared with • WYSIWYG.3 1.5 What's good about LATEX? Lots of braces to match. All are somewhat inter-related. • { . though syntax-aware editors can help High quality typesetting, especially for a lot. • mathematics. Power of programming can also bring the Simple text representation: • • headache of debugging. { Create and modify with any text editor. 2 A One feature of the L TEX licence is that if you modify a { Suitable for version control (CVS, standard file, you must call it by a different name. This is to avoid compatibility problems where people might think subversion). they're using say a standard package, but are in fact getting 1 a mutant. One notable exception is texinfo, which the GNU 3 WYSIWYG stands for \What You See Is What You project uses to produce \info" documentation from T X E Get", which however also means \What You See Is All sources. You've Got". 4 A lot to learn to fully master LAT X, though I'll concentrate more on what you have to do • E you can do most simple document structures rather than how LATEX does it|though knowing fairly intuitively. how it works can help your understanding. Sometimes default settings are over • fussy|though this is configurable (as is 2.2 Levels at which you can use A almost everything in LATEX). LTEX A Arguably extra typing initially, though this 1. Straight, ordinary LTEX. • cost is in the long term greatly outweighed by 2. Minor customization of ordinary classes and savings in maintenance and modification. packages, via options and parameter settings. Probably not worth the overhead for simple • 3.
Recommended publications
  • Latex on Windows
    LaTeX on Windows Installing MikTeX and using TeXworks, as described on the main LaTeX page, is enough to get you started using LaTeX on Windows. This page provides further information for experienced users. Tips for using TeXworks Forward and Inverse Search If you are working on a long document, forward and inverse searching make editing much easier. • Forward search means jumping from a point in your LaTeX source file to the corresponding line in the pdf output file. • Inverse search means jumping from a line in the pdf file back to the corresponding point in the source file. In TeXworks, forward and inverse search are easy. To do a forward search, right-click on text in the source window and choose the option "Jump to PDF". Similarly, to do an inverse search, right-click in the output window and choose "Jump to Source". Other Front End Programs Among front ends, TeXworks has several advantages, principally, it is bundled with MikTeX and it works without any configuration. However, you may want to try other front end programs. The most common ones are listed below. • Texmaker. Installation notes: 1. After you have installed Texmaker, go to the QuickBuild section of the Configuration menu and choose pdflatex+pdfview. 2. Before you use spell-check in Texmaker, you may need to install a dictionary; see section 1.3 of the Texmaker user manual. • Winshell. Installation notes: 1. Install Winshell after installing MiKTeX. 2. When running the Winshell Setup program, choose the pdflatex-optimized toolbar. 3. Winshell uses an external pdf viewer to display output files.
    [Show full text]
  • Texworks: Lowering the Barrier to Entry
    TEXworks: Lowering the barrier to entry Jonathan Kew 21 Ireton Court Thame OX9 3EB England [email protected] 1 Introduction The standard TEXworks workflow will also be PDF-centric, using pdfT X and X T X as typeset- One of the most successful TEX interfaces in recent E E E years has been Dick Koch's award-winning TeXShop ting engines and generating PDF documents as the on Mac OS X. I believe a large part of its success has default formatted output. Although it will still be been due to its relative simplicity, which has invited possible to configure a processing path based on new users to begin working with the system with- DVI, newcomers to the TEX world need not be con- out baffling them with options or cluttering their cerned with DVI at all, but can generally treat TEX screen with controls and buttons they don't under- as a system that goes directly from marked-up text stand. Experienced users may prefer environments files to ready-to-use PDF documents. T Xworks includes an integrated PDF viewer, such as iTEXMac, AUCTEX (or on other platforms, E based on the Poppler library, so there is no need WinEDT, Kile, TEXmaker, or many others), with more advanced editing features and project man- to switch to an external program such as Acrobat, agement, but the simplicity of the TeXShop model xpdf, etc., to view the typeset output. The inte- has much to recommend it for the new or occasional grated viewer also allows it to support source $ user.
    [Show full text]
  • Using Latex for Scientific Writing
    Using LATEX for scientific writing (part 2) www.dcs.bbk.ac.uk/~roman/LaTeX Roman Kontchakov [email protected] How does LATEX work? editor viewer .dvi WinEdt/TEXShop Yap/Preview .pdf .log errors, warnings, etc. TEX .tex compiler ninput .aux labels, citations .tex .tex .toc table of contents NB: the included files contain no preamble, no nbeginfdocumentg,. to specify the main file, use %!TEX root = in TEXShop Set Main File in menu in WinEdt Using LaTeX for scientific writing (2020-2) 1 Table of Contents The sectioning commands \part{...} only in the report/book class \chapter{...} only in the report/book class \section{...} \subsection{...} \subsubsection{...} \paragraph{...} \subparagraph{...} not only typeset their argument in big/bold/etc. letters, but also write the title and the current page number to the .toc file. Use then \tableofcontents to produce the ToC. (it simply reads the contents of the .toc file!) Using LaTeX for scientific writing (2020-2) 2 Accents and Special Characters H\^otel, na\"\i ve, \'el\`eve,\\ Hotel,ˆ na¨ıve, el´ eve,` sm\o rrebr\o d, !`Se\~norita!,\\ smørrebrød, ¡Senorita!,˜ Sch\"onbrunner Schlo\ss{} Stra\ss e Schonbrunner¨ Schloß Straße o´ \'o o´ \'o oˆ \^o o˜ \~o o¯ \=o o˙ \.o o¨ \"o o¸ \c c o˘ \u o oˇ \v o o˝ \H o o \b o ¯ o. \d o oo \t oo o is any character œ \oe Œ \OE æ \ae Æ \AE a˚ \aa A˚ \AA ø \o Ø \O ł \l Ł \L ı \i j \j ¡ !` ¿ ?` Using LaTeX for scientific writing (2020-2) 3 Hyphenation LATEX hyphenates words whenever necessary \hyphenation{word list} causes the words listed in the argument to be hyphenated
    [Show full text]
  • LATEX for Word Processor Users Version 1.0.10
    LATEX for Word Processor Users version 1.0.10 Guido Gonzato, Ph.D. [email protected] January 8, 2015 Abstract Text processing with LATEX offers several advantages over word processing. How- ever, beginners may find it hard to figure out how to perform common tasks and obtain certain features. This manual attempts to ease the transition by drawing com- parisons between word processing and LATEX typesetting. The main word processor capabilities are listed, along with their equivalent LATEX commands. Many examples are provided. Contents 1 Introduction 1 1.1 Preliminaries............................................2 1.1.1 Editor-Supported Features................................2 1.1.2 Adding Packages......................................2 1.1.3 Adding the Info Page...................................4 1.2 The Golden Rules.........................................5 2 The File Menu 5 2.1 File/New ...............................................5 2.2 File/Save As. ...........................................6 2.3 File/Save As Template .......................................6 2.4 File/Import .............................................6 2.5 File/Page Setup ...........................................7 2.5.1 Page Setup/Headers and Footers ..............................8 2.6 File/Printer Setup ..........................................8 2.7 File/Print Preview ..........................................8 2.8 File/Print ..............................................8 2.9 File/Versions .............................................9 3 The Edit Menu
    [Show full text]
  • Computer Engineering Program
    ABET SELF STUDY REPORT for the Computer Engineering Program at Texas A&M University College Station, Texas July 1, 2010 CONFIDENTIAL The information supplied in this Self-Study Report is for the confidential use of ABET and its authorized agents, and will not be disclosed without authorization of the institution concerned, except for summary data not identifiable to a specific institution. ABET Self-Study Report for the Computer Engineering Program at Texas A&M University College Station, TX June 28, 2010 CONFIDENTIAL The information supplied in this Self-Study Report is for the confidential use of ABET and its authorized agents, and will not be disclosed without authorization of the institution concerned, except for summary data not identifiable to a specific institution. CONTENTS Background Information 3 .A Contact Information . .3 .B Program History . .3 .C Options . .4 .D Organizational Structure . .4 .E Program Delivery Modes . .6 .F Deficiencies, Weaknesses or Concerns from Previous Evaluation(s) and the Ac- tions taken to Address them . .6 .F.1 Previous Institutional Concerns . .7 .F.2 Previous Program Concerns . .9 I Criterion I: Students 11 I.A Student Admissions . 11 I.B Evaluating Student Performance . 12 I.C Advising Students . 14 I.D Transfer Students and Transfer Courses . 17 I.E Graduation Requirements . 18 I.F Student Assistance . 19 I.G Enrollment and Graduation Trends . 20 II Criterion II: Program Educational Objectives 23 II.A Mission Statement . 23 II.B Program Educational Objectives . 25 II.C Consistency of the Program Educational Objectives with the Mission of the Insti- tution . 25 II.D Program Constituencies .
    [Show full text]
  • Installation
    APPENDIX A Installation In case you do not already have a LATEX installation, in Sections A.1 and A.2, we describe how to install LATEX on your computer, a PC or a Mac. The installation is much easier if you obtain TEX Live 2007 (or later) from the TEX Users Group, TUG (see Section E.2). It contains both the TEX implementations we discuss. No installation is given for UNIX computers. The attraction of UNIX to its users is the incredibly large number of options, from the UNIX dialect, to the shell, the editor, and so on. A typical UNIX user downloads the code and compiles the system. This is obviously beyond the scope of this book. Nevertheless, TEX Live 2007 (or later) from the TEX Users Group supplies the compiled (binaries) of LATEX for a number of UNIX variants. First read Chapter 1, so that in this Appendix you recognize the terminology we introduce there. I will assume that you become sufficiently familiar with your LATEX distribution to be able to perform the editing cycle with the sample documents. 490 Appendix A Installation A.1 LATEX on a PC On a PC, most mathematicians use MiKTeX and the editor WinEdt. So it seems appro- priate that we start there. A.1.1 Installing MiKTeX If you made a donation to MiKTeX or if you have the TEX Live 2007 (or later) from the TEX Users Group, then you have a CD or DVD with the MiKTeX installer. Installation then is in one step and very fast. In case you do not have this CD or DVD, we show how to install from the Internet.
    [Show full text]
  • Texshop in 2003
    TeXShop in 2003 Richard Koch Mathematics Department University of Oregon Eugene, Oregon, USA [email protected] http://www.uoregon.edu/~koch Abstract TeXShop is a free TEX previewer for Mac OS X, released under the GPL. A great many people have contributed code to the project. TeXShop uses teTEX and TEX Live as an engine, typesetting primarily with pdftex and pdflatex. The pdf output is displayed using Apple’s internal pdf display code. I’ll discuss recent changes in the program and plans for the future. Introduction What are we talking about here? I talked about TeXShop at the 2001 TUG confer- In case you don’t work on a Mac or haven’t used ence. Mac OS X had just been released and still had the program, I’ll start with an overview. When quirks; during my talk, the Finder crashed. I typed TeXShop first starts, a single window opens for the option-shift-escape to bring up the Force Quit panel, source code. This window is shown behind another restarted the Finder, and continued. After the talk, window. The “Templates” button on the toolbar is a an audience member told me “I’m not very inter- pulldown menu naming various pieces of text which ested in your program. But it’s wonderful that you can be added to the document; one of these pieces could restart the Finder without rebooting!” inserts starting code for a LATEX document. The de- A lot has changed since then. The Finder never fault LATEX template text is shown in blue. Actually crashes, the teTEX/TEX Live distribution is stronger, the editor colors all TEX commands blue and these lots of pdf bugs have been fixed, and TeXShop has have come from the template.
    [Show full text]
  • LATEX Pour Les Débutants Sous Macos X
    LATEX pour les débutants sous MacOS X Paul SALORT - Jim 9 juin 2003 Remerciements Je remercie chaleureusement Julien SALORT et Benoit RIVET pour leur aide précieuse pour la rédaction de ce petit opuscule. Une page plus complète sur LATEX peut être consultée ici : http://jim.fcsm.free.fr/LaTeX.html I Préambule 1. Lorsque j’ai décidé d’utiliser LATEX pour la première fois, j’ai recherché sur le web quelles pouvaient être les sources de documentation pour un débutant. J’ai trouvé pas mal de ma- nuels d’initiation, dont quelques uns étaient rédigés ou traduits en français. – « Une Courte Introduction à LATEX 2e » traduit par Matthieu Herrb 1 – « Joli manuel pour LATEX 2e, Guide local de l’ESIEE » par Benjamin Bayart 2 – « Apprends LATEX ! » ouvrage de l’ENSTA par Marc Baudouin – « Guide d’introduction au traitement de textes LATEX » par Frédéric Geraerds La plupart de ces ouvrages sont de qualité, mais supposent des pré-requis que je ne possé- dais pas, ils sont tous rédigés par des unixiens plus habitués à la ligne de commande qu’à la simplicité d’un logiciel pour élaborer des documents LATEX . Ils ne m’ont donc pas permis de progresser à mon rythme, c’est aussi la raison de ce petit opuscule. 2. Utilisant un MacIntosh, je souhaitais également disposer d’un outil en GUI 3 sous MacOS X. Plusieurs outils étaient disponibles : – BBEdit Lite distribué par Bare Bones Software, Inc et disponible en téléchargement à l’adresse http://www.barebones.com/products/bblite/index.shtml – jedit, un programme OpenSource en java, disponible en téléchargement à l’adresse http: //www.jedit.org/index.php?page=download.
    [Show full text]
  • The LATEX Web Companion
    The LATEX Web Companion Integrating TEX, HTML, and XML Michel Goossens CERN Geneva, Switzerland Sebastian Rahtz Elsevier Science Ltd., Oxford, United Kingdom with Eitan M. Gurari, Ross Moore, and Robert S. Sutor Ä yv ADDISON—WESLEY Boston • San Francisco • New York • Toronto • Montreal London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City Contents List of Figures xi List of Tables xv Preface xvii 1 The Web, its documents, and D-ItX 1 1.1 The Web, a window an die Internet 3 1.1.1 The Hypertext Transport Protocol 4 1.1.2 Universal Resource Locators and Identifiers 5 1.1.3 The Hypertext Markup Language 6 1.2 BTEX in die Web environment 11 1.2.1 Overview of document formats and strategies 12 1.2.2 Staying with DVI 14 1.2.3 PDF for typographic quality 15 1.2.4 Down-translation to HTML 16 1.2.5 Java and browser plug-ins 20 1.2.6 Other L4TEX-related approaches to the Web 21 1.3 Is there an optimal approach? 23 1.4 Conclusion 24 2 Portable Document Format 25 2.1 What is PDF? 26 2.2 Generating PDF from TEX 27 2.2.1 Creating and manipulating PDF 28 vi Contents 2.2.2 Setting up fonts 29 2.2.3 Adding value to your PDF 33 2.3 Rich PDF with I4TEX: The hyperref package 35 2.3.1 Implicit behavior of hyperref 36 2.3.2 Configuring hyperref 38 2.3.3 Additional user macros for hyperlinks 45 2.3.4 Acrobat-specific commands 47 2.3.5 Special support for other packages 49 2.3.6 Creating PDF and HTML forms 50 2.3.7 Designing PDF documents for the screen 59 2.3.8 Catalog of package options 62 2.4 Generating
    [Show full text]
  • Latex in Twenty Four Hours
    Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide A Short Presentation on Dilip Datta Department of Mechanical Engineering, Tezpur University, Assam, India E-mail: [email protected] / datta [email protected] URL: www.tezu.ernet.in/dmech/people/ddatta.htm Dilip Datta A Short Presentation on LATEX in 24 Hours (1/76) Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide Presentation plan • Introduction to LATEX Dilip Datta A Short Presentation on LATEX in 24 Hours (2/76) Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide Presentation plan • Introduction to LATEX • Fonts selection Dilip Datta A Short Presentation on LATEX in 24 Hours (2/76) Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide Presentation plan • Introduction to LATEX • Fonts selection • Texts formatting Dilip Datta A Short Presentation on LATEX in 24 Hours (2/76) Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide Presentation plan • Introduction to LATEX • Fonts selection • Texts formatting • Listing items Dilip Datta A Short Presentation on LATEX in 24 Hours (2/76) Plan Introduction Fonts Format Listing Tabbing Table Figure Equation Bibliography Article Thesis Slide Presentation plan • Introduction to LATEX • Fonts selection • Texts formatting • Listing items • Tabbing items Dilip Datta A Short Presentation on LATEX
    [Show full text]
  • The Acrotex Education Bundle for Latex, Manual of Usage
    AcroTEX Software Development Team The AcroTEX eDucation Bundle (AeB) D. P. Story Copyright © 1999-2013 [email protected] Prepared: December 12, 2013 http://www.acrotex.net Table of Contents Preface 9 1 Getting Started 10 1.1 Installing the Distribution ........................... 10 1.2 Installing aeb.js ................................ 11 1.3 Language Localizations ............................. 12 1.4 Sample Files and Articles ........................... 12 1.5 Package Requirements ............................. 12 1.6 LATEXing Your First File ............................. 13 • For pdftex and dvipdfm Users ...................... 13 • For Distiller Users .............................. 14 The Web Package 15 2 Introduction 15 2.1 Overview ..................................... 15 2.2 Package Requirements ............................. 15 3 Basic Package Options 16 3.1 Setting the Driver Option ........................... 16 3.2 The tight Option ................................ 17 3.3 The usesf Option ................................ 17 3.4 The draft Option ................................ 17 3.5 The nobullets Option ............................. 17 3.6 The unicode Option .............................. 17 3.7 The useui Option ................................ 17 3.8 The xhyperref Option ............................. 18 4 Setting Screen Size 18 4.1 Custom Design .................................. 18 4.2 Screen Design Options ............................. 19 4.3 \setScreensizeFromGraphic ........................ 19 4.4 Using \addtoWebHeight
    [Show full text]
  • What's in Extras
    What’s In Extras 2021/09/20 1 The Extras Folder The Extras folder contains several sub-folders with: • duplicates of several GUI programs installed by the MacTEX installer for those who already have a TEX distribution; • alternates to the GUI applications installed by the MacTEX installer; and • additional software that aE T Xer might find useful. The following sub-sections describe the software contained within them. Table (1), on the next page, contains a complete list of the enclosed software, versions, supported macOS versions, licenses and URLs. Note: for 2020 MacTEX supports High Sierra, Mojave and Catalina although some software also supports earlier versions of macOS. Earlier versions of applications are no longer supplied in the Extras folder but you may find them at the supplied URL. 1.1 Bibliography Bibliography programs for building and maintaining BibTEX databases. 1.2 Browsers A program to browse symbols used with LATEX. 1.3 Editors & Front Ends Alternative Editors, Typesetters and Previewers for TEX. These range from “WYSIWYM (What You See Is What You Mean)” to a Programmer’s Editor with strong LATEX support. 1.4 Equation Editors These allow the user to create beautiful equations, etc., that may be exported for use in other appli- cations; e.g., editors, illustration and presentation software. 1.5 Previewers Separate DVI and PDF previewers for use as external viewers with other editors. 1.6 Scripts Files to integrate some external programmer’s editors with the TEX system. 1.7 Spell Checkers Alternate TEX, LATEX and ConTEXt aware spell checkers. 1.8 Utilities Utilities for managing your MacTEX distribution.
    [Show full text]