Texworks: Lowering the Barrier to Entry

Total Page:16

File Type:pdf, Size:1020Kb

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. preview synchronization (e.g., control-click within Besides the relatively \clean" interface, a sec- the source text to locate the corresponding position ond factor in TeXShop's success is probably the use in the PDF, and vice versa). This capability is based on the \SyncT X" feature developed by J´er^omeLau- of a PDF-centric workflow, with pdfTEX as the de- E fault typesetting engine. PDF is the de facto stan- rens, now integrated into the X TE EX and pdfTEX en- dard for fully-formatted pages; every user knows gines in TEX Live 2008, MiKTEX, and other current what a PDF file is and what they can do with it. distributions. Bypassing DVI reduces the apparent complexity of 2 Features for initial release the overall process, and so reduces the \intimida- tion factor" for a newcomer. But TeXShop is built Figure 1 shows the current TEXworks prototype run- on Mac OS X-specific technologies, and is available ning on Windows Vista. While this is not a finished only to Mac users. There does not seem to be an interface, it gives an impression of how the applica- equivalent tool available on other platforms; there tion will look. TEXworks version 0 will be an easy- to-install application offering: are many TEX editors and environments, but none with this particular focus. 1. Simple (non-intimidating | this is not emacs or The TEXworks project is an effort to build a vi!) GUI text editor with similar TEX environment (\front end") that will be i. Unicode support using standard OpenType available for all today's major desktop operating sys- fonts tems | in particular, MS Windows (XP and Vista), ii. multi-level undo/redo typical GNU/Linux distributions, and other X11- based systems, in addition to Mac OS X. iii. search & replace, with (optional) regular expressions as well as simple string match To achieve this, TEXworks is based on cross- platform, free and open source tools and libraries. In iv. comment/uncomment lines, etc. particular, the Qt toolkit was chosen for the qual- v. (LA)TEX syntax coloring ity of its cross-platform user interface capabilities, vi. TEX-aware spell checker with native \look and feel" for each platform being vii. auto-completion for easy insertion of com- a realistic target. Qt also provides a rich application mon commands framework, facilitating the relatively rapid develop- ment of a usable product. viii. templates to provide a starting point for common document types 362 TUGboat, Volume 29 (2008), No. 3 | Proceedings of the 2008 Annual Meeting TEXworks: Lowering the barrier to entry Figure 1: A recent TEXworks build running on Windows Vista: source and preview windows, with the TeXShop-style magnifying glass in use. 2. Ability to run TEX on the current document to 3 Current status generate PDF: An early TEXworks prototype was demonstrated at i. extensible set of TEX commands (with com- the BachoTEX conference (April 2008). It became mon commands such as pdftex, pdflatex, more widely available (though still considered a pro- xelatex, context, etc. preconfigured) totype, not a finished release) when a version was ii. also support running BibTEX, Makeindex, posted in mid-July before the TUG 2008 conference. etc. The current code is available as source (easy to build on typical GNU/Linux systems), and as precompiled iii. any terminal output appears in a \console" binaries for Windows and Mac OS X. panel of the document window; automati- At this time, the application supports text edit- cally hidden if no errors occur ing and PDF viewer windows, and has the ability to iv. \root document" metadata so \Typeset" run a typesetting job and refresh the output view, works from an \included file etc. There is not yet any documentation, and many 3. Preview window to view the output: potential \power user" features do not yet exist, but i. anti-aliased PDF display it is a usable tool in its current state. In addition to Windows (XP and Vista), it runs on Mac OS X (see ii. automatically opens when T X finishes E figure 2) and GNU/Linux systems (figure 3). iii. auto-refresh when re-typesetting (stay at A few features remain to be implemented be- same page/view) fore a formal release of \version 0", including \sin- iv. TeXShop-like \magnifying glass" feature to gle instance" behavior, and various options for win- examine detail in the preview dow positioning; appropriate installer packages for v. one-click re-typesetting from either source Mac OS X and Windows are also needed, to simplify or preview setup. More information may be found online via the vi. source $ preview synchronization based on TEXworks home page at http://texworks.org/. J´er^omeLaurens' SyncTEX technology TUGboat, Volume 29 (2008), No. 3 | Proceedings of the 2008 Annual Meeting 363 Jonathan Kew Figure 2:TEXworks running on Mac OS X: using the Figure 3:TEXworks running on a typical GNU/Linux Preferences dialog to configure a typesetting tool. system (Ubuntu). 4 Future plans • Dig in to the code, and submit patches to im- After the release of version 0, several major addi- plement your favorite missing features. tional features are planned; some ideas high on the • Write on-line help, documentation and tutorials priority list include: for newcomers to TEXworks and TEX. • intelligent handling of TEX errors • Review and enhance the command completion • assistance with graphics inclusion and format lists available for the integrated editor. conversions • Provide well-commented templates for various • text search and copy in the PDF preview types of documents. • support rich PDF features such as transitions, • Design icons for the toolbars, etc.; TEXworks embedded media (sound, video), annotations, has some nice icons from Qt and the Tango etc. project, but others are merely rough placehold- • customizable palettes of symbols, commands, ers. etc. • Use the Qt Linguist tool to localize the user • TEX documentation lookup/browser interface for your language. • interaction with external editors and other tools • Package TEXworks appropriately for your fa- • additional support for navigating in the source, vorite GNU/Linux or BSD distribution, or cre- e.g., \folding" sections of text, recognizing doc- ate an installer for Windows or Mac OS X. ument structure tags such as \section, etc. There is a TEXworks mailing list for questions I expect development priorities to be guided by and discussions related to the project; see http:// user feedback as well as developer interest, once the lists.tug.org/texworks/ to subscribe, for the list initial version 0 release is available. archives, etc. The T Xworks source itself is maintained in a 5 Invitation to participate E Google Code project at http://code.google.com/ TEXworks is a free and open source software project, p/texworks/. Resources available through this site and all are welcome to participate and contribute to include the Subversion source repository, precom- its development. This does not necessarily mean piled binaries for Windows and Mac OS X, and an writing code; many other roles are equally impor- issue tracker for bug reports and feature suggestions. tant. Some possible ways to participate include the following. 6 Thanks • Use the prototype for some real work, and give The TEXworks project arose out of discussions at feedback on what's good, what's bad, what's several recent TEX Users Group meetings, and has broken: received generous support from TUG's TEX develop- { if there's a current binary download avail- ment fund and its contributors, and from UK-TUG. able for your platform, try that; Special thanks to Karl Berry for his encouragement { get the code and try building it on your and support, and to Dick Koch for showing us the platform; provide bug reports (and fixes!) potential of a clean, simple TEX environment for the for whatever problems show up. average user. 364 TUGboat, Volume 29 (2008), No. 3 | Proceedings of the 2008 Annual Meeting.
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]
  • Installation Guide
    Introduction to LATEX Workshop: Installation Guide This is a brief guide describing various options for installing a LATEX compiler and editor on your laptop or other computational device. The major software providers all provide automatic installers so in most cases it is as simple as navigating to the proper website and double clicking on an application. 1 Installing LATEX on your computer 1.1 Installing LATEX on Mac The standard compiler for Mac computers is called MacTEXwhich can be downloaded and installed from: http://tug.org/mactex/. The editor TEXMaker can be downloaded and installed from: www.xm1math.net/texmaker. 1.2 Installing LATEX on Windows The standard compiler for Windows computers is called MikTEXwhich can be downloaded and installed from: http://miktex.org/. The editor TEXMaker can be downloaded and installed from: www.xm1math.net/texmaker. 1.3 Installing LATEX on Linux Many contemporary Unix distributions are already packaged with a LATEXcompiler and editor. If you are using Ubuntu or Debian then you can install directly from the terminal by entering: sudo apt-get install texlive-full followed by sudo apt-get install texmaker. On RedHat or CentOS you can use sudo yum install tetex to obtain the compiler. In- stalling TEXmaker is a little more complicated but any text editor will work as well. 2 Tablets and Mobile Devices Most of the online editors have app versions that can be used from your phone or tablet. If you want to compile documents on these devices without an internet connection there are a few options. There are two popular ios apps: TeXPad and TeXWriter.
    [Show full text]
  • LATEX for Beginners
    LATEX for Beginners Workbook Edition 5, March 2014 Document Reference: 3722-2014 Preface This is an absolute beginners guide to writing documents in LATEX using TeXworks. It assumes no prior knowledge of LATEX, or any other computing language. This workbook is designed to be used at the `LATEX for Beginners' student iSkills seminar, and also for self-paced study. Its aim is to introduce an absolute beginner to LATEX and teach the basic commands, so that they can create a simple document and find out whether LATEX will be useful to them. If you require this document in an alternative format, such as large print, please email [email protected]. Copyright c IS 2014 Permission is granted to any individual or institution to use, copy or redis- tribute this document whole or in part, so long as it is not sold for profit and provided that the above copyright notice and this permission notice appear in all copies. Where any part of this document is included in another document, due ac- knowledgement is required. i ii Contents 1 Introduction 1 1.1 What is LATEX?..........................1 1.2 Before You Start . .2 2 Document Structure 3 2.1 Essentials . .3 2.2 Troubleshooting . .5 2.3 Creating a Title . .5 2.4 Sections . .6 2.5 Labelling . .7 2.6 Table of Contents . .8 3 Typesetting Text 11 3.1 Font Effects . 11 3.2 Coloured Text . 11 3.3 Font Sizes . 12 3.4 Lists . 13 3.5 Comments & Spacing . 14 3.6 Special Characters . 15 4 Tables 17 4.1 Practical .
    [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]
  • Setting up Your Working Environment
    Setting Up your Working Environment By Christof Lutteroth This document gives some advice on how to get a working environment set up for an academic project in Computer Science. It outlines the various tools that make research in a group a little bit easier. If you have any questions, please discuss them with your supervisor. Collecting Citations using BibTeX BibTeX is the standard citation subsystem for LaTeX. It allows you to collect citations of various document types, such as conference papers, journal articles, books and technical reports. When using Google Scholar, you need to go to “Scholar Preferences” from the main page (scholar.google.com) and adjust the settings to make Google show links to BibTeX entries for each citation. The BibTex entries can be copied directly into your .bib file. If you are working from home and would like to access PDFs of publications through the university library, you can use the following Google Scholar proxy server: http://scholar.google.com.ezproxy.auckland.ac.nz Writing your Thesis using LaTeX The LaTeX typesetting system is a text-based compiler that reads a document description language and creates relatively nice looking documents such as PDFs. Although not always easy to use, it will help you to produce a thesis without having to worry too much about formatting issues. If you are working on Windows, make sure your computer has the MikTeX distribution installed (www.miktex.org). MikTeX is an implementation of LaTeX specifically for Windows. The “basic MikTeX system” should be enough. There are also LaTeX distributions for other operating systems.
    [Show full text]
  • 1 R Installation Instructions 2 LATEX Installation Instructions
    1 R Installation Instructions 1. Download R from http://cran.r-project.org/mirrors.html.1 2. Once you've picked a mirror download R for your operating system. 3. When it's done downloading, install R. 4. (Optional) Download and install the most recent version of RStudio Desktop from http://www. rstudio.com/products/rstudio/download/.2 • Make sure you install R before RStudio. Not doing so could potentially cause issues. 2 LATEX Installation Instructions LaTeX is a powerful document preparation system. It allows you to output high-quality and customizable pdf documents. LATEX is a document markup language, meaning that it consists of syntax that specifies to the program how the document is to be formatted - that is, typesetting instructions. More common examples of markup languages are HTML and XML. Markup embedded in a LATEX document conveys formatting and processing specifications to the TEX engine. It then allows you to output fancy PDFs like this one (and just about everything else used in the Prefresher) To begin using LATEX you need to things: • LATEX front end or text editor to write a .tex file • LATEX compiler that processes the TEX code you've written and outputs the document you want Windows users: • Compiler: MiKTeX • Some editors: Texmaker , TeXnic Center , LyX. 3 Mac users: • Compiler: MacTeX • Some editors: TeXShop , Aquamacs , Texmaker , TextWrangler , Latexian 1It doesn't really matter which mirror you use. 2RStudio is, in my opinion, the best IDE (integrated development environment) for R. It allows you to simultaneously see your R Console, multiple scripts of code, all the objects in your workspace, your working directory, plots, installed packages, and help files.
    [Show full text]
  • R Course for the Nsos in the Arab Countries Part I: Introduction
    R Course for the NSOs in the Arab countries Part I: Introduction Valentin Todorov1 1United Nations Industrial Development Organization, Vienna 18-20 May 2015 Todorov (UNIDO) R Course for the NSOs in the Arab countriesPart I: Introduction18-20 May 2015 1 / 1 Outline Todorov (UNIDO) R Course for the NSOs in the Arab countriesPart I: Introduction18-20 May 2015 2 / 1 About R Outline Todorov (UNIDO) R Course for the NSOs in the Arab countriesPart I: Introduction18-20 May 2015 3 / 1 About R What is R • R is a language and environment for statistical computing and graphics • R is based on the S language originally developed by John Chambers and colleagues at AT&T Bell Labs in the late 1970s and early 1980s • R (sometimes called "GNU S\ ) is free open source software licensed under the GNU general public license (GPL 2) • R was created by Robert Gentleman and Ross Ihaka at the University of Auckland as a test bed for trying out some ideas in statistical computing • R is formally known as The R Project for Statistical Computing: http://www.r-project.org Todorov (UNIDO) R Course for the NSOs in the Arab countriesPart I: Introduction18-20 May 2015 4 / 1 About R The R project • The R Project is an international collaboration of researchers in statistical computing. • There are roughly 20 members of the "R Core Team\ who maintain and enhance R. • Releases of the R environment are made through the CRAN (comprehensive R archive network) twice per year. • The software is released under a "free software\ license, which makes it possible for anyone to download and use it.
    [Show full text]
  • Fileweaver: Flexible File Management with Automatic Dependency Tracking Julien Gori Han L
    FileWeaver: Flexible File Management with Automatic Dependency Tracking Julien Gori Han L. Han Michel Beaudouin-Lafon Université Paris-Saclay, CNRS, Inria, Laboratoire de Recherche en Informatique F-91400 Orsay, France {jgori, han.han, mbl}@lri.fr ABSTRACT Specialized tools typically load and save information in pro- Knowledge management and sharing involves a variety of spe- prietary and/or binary data formats, such as Matlab1 .mat cialized but isolated software tools, tied together by the files files or SPSS2 .sav files. Knowledge workers have to rely on that these tools use and produce. We interviewed 23 scientists standardized exchange file formats and file format converters and found that they all had difficulties using the file system to communicate information from one application to the other, to keep track of, re-find and maintain consistency among re- leading to a multiplication of files. lated but distributed information. We introduce FileWeaver, a system that automatically detects dependencies among files Moreover, as exemplified by Guo’s “typical” workflow of a without explicit user action, tracks their history, and lets users data scientist [8, Fig. 2.1], knowledge workers’ practices often interact directly with the graphs representing these dependen- consist of several iterations of exploratory, production and cies and version history. Changes to a file can trigger recipes, dissemination phases, in which workers create copies of files either automatically or under user control, to keep the file con- to save their work, file revisions, e.g. to revise the logic of sistent with its dependants. Users can merge variants of a file, their code, and file variants, e.g.
    [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]
  • How to Write a Paper and Format It Using LATEX
    How To Write a Paper and Format it Using LATEX Jennifer E. Hoffman1, 2, ∗ 1Department of Physics, Harvard University, Cambridge, Massachusetts 02138, USA 2School of Engineering & Applied Sciences, Harvard University, Cambridge, Massachusetts 02138, USA (Dated: July 30, 2020) The goal of this document is to demonstrate how to write a paper. We walk through the process of outlining, writing, formatting in LATEX, making figures, referencing, and checking style and content. Source files are available at: http://hoffman.physics.harvard.edu/example-paper/. I. GETTING STARTED 8. Rewrite your abstract, taking into account what you have learned from the process of writing the paper. As You should start writing your paper while you are you fine-tune your abstract, you may find it helpful to working on your experiment. Prof. George Whitesides refer to Nature's instructions for writing an abstract says: \A paper is not just an archival device for stor- [2] and for clear communication more generally [3]. ing a completed research program; it is also a structure for planning your research in progress. If you clearly As you contemplate the paper you have just writ- understand the purpose and form of a paper, it can be ten, put yourself in the shoes of the reviewers (includ- immensely useful to you in organizing and conducting ing your collaborators). You already work many, many your research. A good outline for the paper is also a hours/week, and you don't really want to spend more good plan for the research program. You should write time reading this paper. So you're going to be very happy and rewrite these plans/outlines throughout the course if the figures are pretty, the text flows logically, the ref- of the research.
    [Show full text]
  • Miktex Manual Revision 2.0 (Miktex 2.0) December 2000
    MiKTEX Manual Revision 2.0 (MiKTEX 2.0) December 2000 Christian Schenk <[email protected]> Copyright c 2000 Christian Schenk Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the con- ditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another lan- guage, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. Chapter 1: What is MiKTEX? 1 1 What is MiKTEX? 1.1 MiKTEX Features MiKTEX is a TEX distribution for Windows (95/98/NT/2000). Its main features include: • Native Windows implementation with support for long file names. • On-the-fly generation of missing fonts. • TDS (TEX directory structure) compliant. • Open Source. • Advanced TEX compiler features: -TEX can insert source file information (aka source specials) into the DVI file. This feature improves Editor/Previewer interaction. -TEX is able to read compressed (gzipped) input files. - The input encoding can be changed via TCX tables. • Previewer features: - Supports graphics (PostScript, BMP, WMF, TPIC, . .) - Supports colored text (through color specials) - Supports PostScript fonts - Supports TrueType fonts - Understands HyperTEX(html:) specials - Understands source (src:) specials - Customizable magnifying glasses • MiKTEX is network friendly: - integrates into a heterogeneous TEX environment - supports UNC file names - supports multiple TEXMF directory trees - uses a file name database for efficient file access - Setup Wizard can be run unattended The MiKTEX distribution consists of the following components: • TEX: The traditional TEX compiler.
    [Show full text]
  • Complete Issue 40:3 As One
    TUGBOAT Volume 40, Number 3 / 2019 General Delivery 211 From the president / Boris Veytsman 212 Editorial comments / Barbara Beeton TEX Users Group 2019 sponsors; Kerning between lowercase+uppercase; Differential “d”; Bibliographic archives in BibTEX form 213 Ukraine at BachoTEX 2019: Thoughts and impressions / Yevhen Strakhov Publishing 215 An experience of trying to submit a paper in LATEX in an XML-first world / David Walden 217 Studying the histories of computerizing publishing and desktop publishing, 2017–19 / David Walden Resources 229 TEX services at texlive.info / Norbert Preining 231 Providing Docker images for TEX Live and ConTEXt / Island of TEX 232 TEX on the Raspberry Pi / Hans Hagen Software & Tools 234 MuPDF tools / Taco Hoekwater 236 LATEX on the road / Piet van Oostrum Graphics 247 A Brazilian Portuguese work on MetaPost, and how mathematics is embedded in it / Estev˜aoVin´ıcius Candia LATEX 251 LATEX news, issue 30, October 2019 / LATEX Project Team Methods 255 Understanding scientific documents with synthetic analysis on mathematical expressions and natural language / Takuto Asakura Fonts 257 Modern Type 3 fonts / Hans Hagen Multilingual 263 Typesetting the Bangla script in Unicode TEX engines—experiences and insights Document Processing / Md Qutub Uddin Sajib Typography 270 Typographers’ Inn / Peter Flynn Book Reviews 272 Book review: Hermann Zapf and the World He Designed: A Biography by Jerry Kelly / Barbara Beeton 274 Book review: Carol Twombly: Her brief but brilliant career in type design by Nancy Stock-Allen / Karl
    [Show full text]