Preparing Documents and Presentations Using LATEX

Total Page:16

File Type:pdf, Size:1020Kb

Preparing Documents and Presentations Using LATEX Preparing documents and presentations using LATEX Mandar Mitra Indian Statistical Institute M. Mitra (ISI) LATEX and Beamer 1 / 55 Outline 1 Preliminaries Beamer 2 Packages Tables Lists Spacing 3 Diagrams 4 Misc. questions M. Mitra (ISI) LATEX and Beamer 2 / 55 Outline 1 Preliminaries Beamer 2 Packages Tables Lists Spacing 3 Diagrams 4 Misc. questions M. Mitra (ISI) LATEX and Beamer 3 / 55 \usepackage{helvet} \usefonttheme{professionalfonts} \usecolortheme[rgb={0.2,0.5,0.5}]{structure} \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection] \end{frame} } \title[\LaTeX\ and Beamer]{Preparing documents ...} \author[M.\ Mitra]{Mandar Mitra} \institute[ISI]{Indian Statistical Institute} \date{} \begin{document} \maketitle Preamble \documentclass{beamer} M. Mitra (ISI) LATEX and Beamer 4 / 55 \usecolortheme[rgb={0.2,0.5,0.5}]{structure} \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection] \end{frame} } \title[\LaTeX\ and Beamer]{Preparing documents ...} \author[M.\ Mitra]{Mandar Mitra} \institute[ISI]{Indian Statistical Institute} \date{} \begin{document} \maketitle Preamble \documentclass{beamer} \usepackage{helvet} \usefonttheme{professionalfonts} M. Mitra (ISI) LATEX and Beamer 4 / 55 \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection] \end{frame} } \title[\LaTeX\ and Beamer]{Preparing documents ...} \author[M.\ Mitra]{Mandar Mitra} \institute[ISI]{Indian Statistical Institute} \date{} \begin{document} \maketitle Preamble \documentclass{beamer} \usepackage{helvet} \usefonttheme{professionalfonts} \usecolortheme[rgb={0.2,0.5,0.5}]{structure} M. Mitra (ISI) LATEX and Beamer 4 / 55 \title[\LaTeX\ and Beamer]{Preparing documents ...} \author[M.\ Mitra]{Mandar Mitra} \institute[ISI]{Indian Statistical Institute} \date{} \begin{document} \maketitle Preamble \documentclass{beamer} \usepackage{helvet} \usefonttheme{professionalfonts} \usecolortheme[rgb={0.2,0.5,0.5}]{structure} \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection] \end{frame} } M. Mitra (ISI) LATEX and Beamer 4 / 55 Preamble \documentclass{beamer} \usepackage{helvet} \usefonttheme{professionalfonts} \usecolortheme[rgb={0.2,0.5,0.5}]{structure} \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection] \end{frame} } \title[\LaTeX\ and Beamer]{Preparing documents ...} \author[M.\ Mitra]{Mandar Mitra} \institute[ISI]{Indian Statistical Institute} \date{} \begin{document} \maketitle M. Mitra (ISI) LATEX and Beamer 4 / 55 . Example . .This is an example block. Useful environments Frames \begin{frame}[fragile,t]{Preamble} ::: \end{frame} . Code, etc. \begin{verbatim} ::: \end{verbatim} \begin{semiverbatim} ::: \end{semiverbatim} Blocks \begin{block}{Example} ::: \end{block} M. Mitra (ISI) LATEX and Beamer 5 / 55 Useful environments Frames \begin{frame}[fragile,t]{Preamble} ::: \end{frame} . Code, etc. \begin{verbatim} ::: \end{verbatim} \begin{semiverbatim} ::: \end{semiverbatim} Blocks \begin{block}{Example} ::: \end{block} . Example . .This is an example block. M. Mitra (ISI) LATEX and Beamer 5 / 55 Useful environments Columns . Column 1 Column 2 . Here is one .column. M. Mitra (ISI) LATEX and Beamer 6 / 55 Useful environments Columns \begin{columns}[t] \column[T]{0.45\textwidth} \begin{block}{Column 1} Here is one column. \end{block} \column[T]{0.45\textwidth} \begin{block}{Column 2} \includegraphics[width=0.95\textwidth]{figs/alignment.png} \end{block} \end{columns} M. Mitra (ISI) LATEX and Beamer 6 / 55 Useful commands \alert{} \only, \uncover, \visible \onlyenv, \uncoverenv, \visibleenv \pause \section, \subsection, \subsubsection (in between frames) \verb M. Mitra (ISI) LATEX and Beamer 7 / 55 References A Beamer Tutorial in Beamer http://www.uncg.edu/cmp/reu/presentations/Charles%20Batts%20-% 20Beamer%20Tutorial.pdf A Beamer Quickstart http://www.math.umbc.edu/~rouben/beamer/ Norm Matloff’s Quick Tutorial http://heather.cs.ucdavis.edu/~matloff/beamer.html Beamer by Example http://www.tug.org/pracjourn/2005-4/mertz/mertz.pdf Beamer v3.0 Guide http://research.microsoft.com/en-us/um/people/saikat/ref/beamer_ guide.pdf Beamer User Guide http://www.tug.org/tetex/tetex-texmfdist/doc/latex/beamer/ beameruserguide.pdf M. Mitra (ISI) LATEX and Beamer 8 / 55 Outline 1 Preliminaries Beamer 2 Packages Tables Lists Spacing 3 Diagrams 4 Misc. questions M. Mitra (ISI) LATEX and Beamer 9 / 55 Where to get them Packages provided by your (GNU/Linux) distribution texlive-generic-recommended texlive-latex-recommended texlive-latex-extra etc. TEX Live installation from scratch installation: http://www.tug.org/texlive/quickinstall.html package manager: tlmgr tlmgr install <pkgname> MikTeX (Windows only?) M. Mitra (ISI) LATEX and Beamer 10 / 55 Where to get them The Comprehensive TEX Archive Network http://ctan.org/ 1 Download the package. http://www.ctan.org/tex-archive/support/ctantools 2 Extract the files: run LATEX on the .ins file. 3 Create the documentation: run LATEX on the .dtx file. 4 Install the files. M. Mitra (ISI) LATEX and Beamer 11 / 55 export BSTINPUTS=":$MYLATEX" # Bibliography style files export MFINPUTS=":$MYLATEX/fonts/source" export TEXINPUTS="$MYLATEX:$MYLATEX/tikz:$MYLATEX/images:" export PKFONTS=":$MYLATEX/fonts/pk" export TEXFONTS=":$MFINPUTS:$MYLATEX/fonts:$MYLATEX/fonts/pk" export TEXPKS=":$MYLATEX/fonts/pk" Can use a standard macros.tex Private installation Put files in ~/latex or ~/texmf Setup paths for TEX and LATEX export MYLATEX="/home/mandar/latex" M. Mitra (ISI) LATEX and Beamer 12 / 55 export PKFONTS=":$MYLATEX/fonts/pk" export TEXFONTS=":$MFINPUTS:$MYLATEX/fonts:$MYLATEX/fonts/pk" export TEXPKS=":$MYLATEX/fonts/pk" Can use a standard macros.tex Private installation Put files in ~/latex or ~/texmf Setup paths for TEX and LATEX export MYLATEX="/home/mandar/latex" export BSTINPUTS=":$MYLATEX" # Bibliography style files export MFINPUTS=":$MYLATEX/fonts/source" export TEXINPUTS="$MYLATEX:$MYLATEX/tikz:$MYLATEX/images:" M. Mitra (ISI) LATEX and Beamer 12 / 55 Private installation Put files in ~/latex or ~/texmf Setup paths for TEX and LATEX export MYLATEX="/home/mandar/latex" export BSTINPUTS=":$MYLATEX" # Bibliography style files export MFINPUTS=":$MYLATEX/fonts/source" export TEXINPUTS="$MYLATEX:$MYLATEX/tikz:$MYLATEX/images:" export PKFONTS=":$MYLATEX/fonts/pk" export TEXFONTS=":$MFINPUTS:$MYLATEX/fonts:$MYLATEX/fonts/pk" export TEXPKS=":$MYLATEX/fonts/pk" Can use a standard macros.tex M. Mitra (ISI) LATEX and Beamer 12 / 55 Outline 1 Preliminaries Beamer 2 Packages Tables Lists Spacing 3 Diagrams 4 Misc. questions M. Mitra (ISI) LATEX and Beamer 13 / 55 Basics tabular environment \begin{tabular}{ l c r } 1 & 2 & 3 \\ 1 2 3 14 & 25 & 36 \\ 14 25 36 147 & 258 & 369 \\ 147 258 369 \end{tabular} M. Mitra (ISI) LATEX and Beamer 14 / 55 \begin{tabular}{ l c r } \multicolumn{3}{c}{Heading} \\ Heading 1 & 2 & 3 \\ 1 2 3 14 & 25 & 36 \\ 14 25 36 147 & 258 & 369 \\\cline{1-2} 147 258 369 \end{tabular} Basics Commands \multicolumn, \cline M. Mitra (ISI) LATEX and Beamer 15 / 55 Basics Commands \multicolumn, \cline \begin{tabular}{ l c r } \multicolumn{3}{c}{Heading} \\ Heading 1 & 2 & 3 \\ 1 2 3 14 & 25 & 36 \\ 14 25 36 147 & 258 & 369 \\\cline{1-2} 147 258 369 \end{tabular} M. Mitra (ISI) LATEX and Beamer 15 / 55 Packages tabularx tabulary ctable (includes packages array, tabularx and booktabs) tabu multirow “Professional” tables Tables in LATEX 2": Packages and Methods, Lapo Filippo Mori Good style: Avoid vertical lines, horizontal lines in body, double lines, etc. Requirements lines and spacing horizontal and vertical alignment M. Mitra (ISI) LATEX and Beamer 16 / 55 “Professional” tables Tables in LATEX 2": Packages and Methods, Lapo Filippo Mori Good style: Avoid vertical lines, horizontal lines in body, double lines, etc. Requirements lines and spacing horizontal and vertical alignment Packages tabularx tabulary ctable (includes packages array, tabularx and booktabs) tabu multirow M. Mitra (ISI) LATEX and Beamer 16 / 55 \begin{tabular}{ l c r }\toprule 1 2 3 1 & 2 & 3 \\\otoprule 14 & 25 & 36 \\[1em] Don’t use! 14 25 36 147 & 258 & 369 \\\bottomrule 147 258 369 \end{tabular} Lines and spacing Use ctable or booktabs \toprule, \bottomrule, \midrule, \cmidrule \newcommand{\otoprule}{\midrule[\heavyrulewidth]} M. Mitra (ISI) LATEX and Beamer 17 / 55 1 2 3 Don’t use! 14 25 36 147 258 369 Lines and spacing Use ctable or booktabs \toprule, \bottomrule, \midrule, \cmidrule \newcommand{\otoprule}{\midrule[\heavyrulewidth]} \begin{tabular}{ l c r }\toprule 1 & 2 & 3 \\\otoprule 14 & 25 & 36 \\[1em] 147 & 258 & 369 \\\bottomrule \end{tabular} M. Mitra (ISI) LATEX and Beamer 17 / 55 Lines and spacing Use ctable or booktabs \toprule, \bottomrule, \midrule, \cmidrule \newcommand{\otoprule}{\midrule[\heavyrulewidth]} \begin{tabular}{ l c r }\toprule 1 2 3 1 & 2 & 3 \\\otoprule 14 & 25 & 36 \\[1em] Don’t use! 14 25 36 147 & 258 & 369 \\\bottomrule 147 258 369 \end{tabular} M. Mitra (ISI) LATEX and Beamer 17 / 55 Packages tabularx Force Force is a vector quantity defined as the rate of change of the momentum of the body that would be induced by that force acting alone. Moment of a force Moment of a force with respect to an origin is defined as the cross prod- uct of the position vector (with re- spect to the same origin) and the force. M. Mitra (ISI) LATEX and Beamer 18 / 55 Packages tabularx \begin{tabularx}{0.85\textwidth}{>{\bfseries}lX} \toprule Force & Force is a vector quantity defined as the rate of change of the momentum of the body that would be induced by that force acting
Recommended publications
  • 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]
  • The TEX Live Guide TEX Live 2012
    The TEX Live Guide TEX Live 2012 Karl Berry, editor http://tug.org/texlive/ June 2012 Contents 1 Introduction 2 1.1 TEX Live and the TEX Collection...............................2 1.2 Operating system support...................................3 1.3 Basic installation of TEX Live.................................3 1.4 Security considerations.....................................3 1.5 Getting help...........................................3 2 Overview of TEX Live4 2.1 The TEX Collection: TEX Live, proTEXt, MacTEX.....................4 2.2 Top level TEX Live directories.................................4 2.3 Overview of the predefined texmf trees............................5 2.4 Extensions to TEX.......................................6 2.5 Other notable programs in TEX Live.............................6 2.6 Fonts in TEX Live.......................................7 3 Installation 7 3.1 Starting the installer......................................7 3.1.1 Unix...........................................7 3.1.2 MacOSX........................................8 3.1.3 Windows........................................8 3.1.4 Cygwin.........................................9 3.1.5 The text installer....................................9 3.1.6 The expert graphical installer.............................9 3.1.7 The simple wizard installer.............................. 10 3.2 Running the installer...................................... 10 3.2.1 Binary systems menu (Unix only).......................... 10 3.2.2 Selecting what is to be installed...........................
    [Show full text]
  • Minimal Steps to Typeset Vietnamese
    Minimal steps to typeset Vietnamese Hàn Thế Thành 14th May 2013 This document tries to answer the question that has been often asked: How can I typeset just a few Vietnamese words in my document, which is in English (or French/German/...)? The answer depends very much on a particular scenario, however I assume that you are in a hurry, you don’t want to bother with issues like how to display and write Vietnamese in your TEX editor. You only have a few Vietnamese words in your LATEX file and you would like to see them properly displayed in your final PDF or PS file. 1. As the very first requirement, you must have some minimal LATEX support for Vietnamese: • Check whether you have VnTEX installed. VnTEX is included in teTEX, MikTEX and TEXLive. • If the above is not the case, try to download and install VnTEX by following the instructions at http://vntex.sf.net/download/vntex. • If you can’t install VnTEX, you must have at least Latin Modern fonts installed. Then download http://vntex.sf.net/download/vntex-support/t5enc.def and put it to the directory where your LATEX file is. • If all the above fails, try to get help from someone else to solve at least one of those issues. 2. Make sure you have package fontenc loaded with T5 encoding. For example, if your document contains European languague(s) only, then you should have a line saying \usepackage[T1,T5]{fontenc} in your preamble. 3. An example how to input Vietnamese words may look like this: {\fontencoding{T5}\selectfont Ti\'\ecircumflex{}ng Vi\d\ecircumflex{}t} which gives the output as Ti¸ng Vi»t.
    [Show full text]
  • A Directory Structure for TEX Files TUG Working Group on a TEX Directory Structure (TWG-TDS) Version 1.1 June 23, 2004
    A Directory Structure for TEX Files TUG Working Group on a TEX Directory Structure (TWG-TDS) version 1.1 June 23, 2004 Copyright c 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2004 TEX Users Group. Permission to use, copy, and distribute this document without modification for any purpose and without fee is hereby granted, provided that this notice appears in all copies. It is provided “as is” without expressed or implied warranty. Permission is granted to copy and distribute modified versions of this document under the condi- tions for verbatim copying, provided that the modifications are clearly marked and the document is not represented as the official one. This document is available on any CTAN host (see Appendix D). Please send questions or suggestions by email to [email protected]. We welcome all comments. This is version 1.1. Contents 1 Introduction 2 1.1 History . 2 1.2 The role of the TDS ................................... 2 1.3 Conventions . 3 2 General 3 2.1 Subdirectory searching . 3 2.2 Rooting the tree . 4 2.3 Local additions . 4 2.4 Duplicate filenames . 5 3 Top-level directories 5 3.1 Macros . 6 3.2 Fonts............................................ 8 3.3 Non-font METAFONT files................................ 10 3.4 METAPOST ........................................ 10 3.5 BIBTEX .......................................... 11 3.6 Scripts . 11 3.7 Documentation . 12 4 Summary 13 4.1 Documentation tree summary . 14 A Unspecified pieces 15 A.1 Portable filenames . 15 B Implementation issues 16 B.1 Adoption of the TDS ................................... 16 B.2 More on subdirectory searching . 17 B.3 Example implementation-specific trees .
    [Show full text]
  • Distributing TEX and Friends Preining Norbert 北陸先端科学技術大学院大学 T E Ieta,Dba Developer Debian Team, Live X ( ,Japan )
    Norbert Preining 北陸先端科学技術大学院大学 (), Japan TEX Live Team, Debian Developer X and friends E , Brussels, Belgium, -- Distributing T Overview I introduction to TEX Live I important configuration files I infrastructure and package hierarchy I packaging paradigma I distribution breakdown I possible problems and warnings I recommendations \long\def\@xargdef#1[#2][#3]#4{% \@ifdefinable#1{% \expandafter\def\expandafter#1\expandafter{% \expandafter \@protected@testopt \expandafter #1% \csname\string#1\endcsname {#3}}% .... But this is not what I am talking about today What is TEX But this is not what I am talking about today What is TEX \long\def\@xargdef#1[#2][#3]#4{% \@ifdefinable#1{% \expandafter\def\expandafter#1\expandafter{% \expandafter \@protected@testopt \expandafter #1% \csname\string#1\endcsname {#3}}% .... What is TEX \long\def\@xargdef#1[#2][#3]#4{% \@ifdefinable#1{% \expandafter\def\expandafter#1\expandafter{% \expandafter \@protected@testopt \expandafter #1% \csname\string#1\endcsname {#3}}% .... But this is not what I am talking about today I th edition, non-free software removed I th edition: Mac OS X support I addition of the -sys scripts I - XeTEX addition, end of teTEX development, TEXworks addition, tlmgr introduction, Karl Berry I - Japanese TEX support (pTEX, upTEX) I updmap goes multi-input file History I late Dutch TEX Users Group, AllTEX CD, working group I Unix-based based on teTEX I first edition, Sebastian Rahtz I - XeTEX addition, end of teTEX development, TEXworks addition, tlmgr introduction, Karl Berry
    [Show full text]
  • A Practical Guide to LATEX Tips and Tricks
    Luca Merciadri A Practical Guide to LATEX Tips and Tricks October 7, 2011 This page intentionally left blank. To all LATEX lovers who gave me the opportunity to learn a new way of not only writing things, but thinking them ...Claudio Beccari, Karl Berry, David Carlisle, Robin Fairbairns, Enrico Gregorio, Stefan Kottwitz, Frank Mittelbach, Martin M¨unch, Heiko Oberdiek, Chris Rowley, Marc van Dongen, Joseph Wright, . This page intentionally left blank. Contents Part I Standard Documents 1 Major Tricks .............................................. 7 1.1 Allowing ............................................... 10 1.1.1 Linebreaks After Comma in Math Mode.............. 10 1.2 Avoiding ............................................... 11 1.2.1 Erroneous Logic Formulae .......................... 11 1.2.2 Erroneous References for Floats ..................... 12 1.3 Counting ............................................... 14 1.3.1 Introduction ...................................... 14 1.3.2 Equations For an Appendix ......................... 16 1.3.3 Examples ........................................ 16 1.3.4 Rows In Tables ................................... 16 1.4 Creating ............................................... 17 1.4.1 Counters ......................................... 17 1.4.2 Enumerate Lists With a Star ....................... 17 1.4.3 Math Math Operators ............................. 18 1.4.4 Math Operators ................................... 19 1.4.5 New Abstract Environments ........................ 20 1.4.6 Quotation Marks Using
    [Show full text]
  • A Tetex-Based Distribution for Windows
    fpTEX: A teTEX-based Distribution for Windows Fabrice Popineau Sup´elec 2 rue E. Belin F-57070 Metz France [email protected] http://www.ese-metz.fr/~popineau Abstract This paper deals with the ins and outs of porting the widely used teTEX distribu- tion to the Windows environment. The choices made and difficulties experienced are related, a brief description of this huge distribution is given and the future work is sketched out. Motivation Some of the nicest features of emTEX, such as its dvipm previewer, were not available to Windows users. Context. More and more people need to use some Moreover, emT X’s author, Eberhard Mattes, never sort of Microsoft environment, perhaps because of E released his sources. office suite or the like, or because of management At the same time, MiKT X began to mature. staff decisions. Some of the greatest pieces of soft- E Christian Schenk, author of MiKT X, has followed ware have been developed on UNIX (or other oper- E a different way. He has designed a completely new ating system) well before the general availability of Win32-oriented T X distribution. Looking at his Windows. Thus, software such as T X should be E E work, I questioned the usefulness of porting Web2C available on Microsoft operating systems, natively to Win32, but there were some reasons to do so: ported, and compatible with implementations on other operating systems. TEX by itself is largely Compatibility. Having a Windows TEX distribu- platform independent but achieving complete com- tion based on exactly the same files as the UNIX patibility for an entire distribution is better.
    [Show full text]
  • The Annals of the UK TEX Users' Group Editor: Editor
    Baskerville The Annals of the UK TEX Users’ Group Editor: Editor: Sebastian Rahtz Vol. 4 No. 6 ISSN 1354–5930 February 1998 Articles may be submitted via electronic mail to [email protected], or on MSDOS-compatible discs, to Sebastian Rahtz, Elsevier Science Ltd, The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, to whom any correspondence concerning Baskerville should also be addressed. This reprint of Baskerville is set in Times Roman, with Computer Modern Typewriter for literal text; the source is archived on CTAN in usergrps/uktug. Back issues from the previous 12 months may be ordered from UKTUG for £2 each; earlier issues are archived on CTAN in usergrps/uktug. Please send UKTUG subscriptions, and book or software orders, to Peter Abbott, 1 Eymore Close, Selly Oak, Birmingham B29 4LB. Fax/telephone: 0121 476 2159. Email enquiries about UKTUG to uktug- [email protected]. –1– I Editorial This is the first edition of Baskerville entirely devoted to a single topic. It arose from discussion within your committee of what we might reasonably do which helps our members, but which isn’t already done elsewhere. We hope it will prove useful to you. We would welcome comments on the utility or otherwise of the article, and on ways it could be improved; letters to the editor are always welcome. Future uses of this edition could include inserting it into a ‘new members pack’, publishing updated questions, and possibly republishing the whole thing. This edition of Baskerville was processed using a testing copy of the December 1994 release of LATEX2ε, but none of the answers to questions assume that that version is available (it’s scheduled for public release in the middle of December).
    [Show full text]
  • Die TEX Nische K Omödie
    DANTE Deutschsprachige Anwendervereinigung TEX e.V. 17. Jahrgang Heft 4/2005 Dezember 2005 nische Komödie X E Die T 4/2005 Impressum »Die TEXnische Komödie« ist die Mitgliedszeitschrift von DANTE e.V. Der Bezugs- preis ist im Mitgliedsbeitrag enthalten. Namentlich gekennzeichnete Beiträge geben die Meinung der Schreibenden wieder. Reproduktion oder Nutzung der erschiene- nen Beiträge durch konventionelle, elektronische oder beliebige andere Verfahren ist nur im nicht-kommerziellen Rahmen gestattet. Verwendungen in größerem Umfang bitte zur Information bei DANTE e.V. melden. Beiträge sollten in Standard-LATEX-Quellcode unter Verwendung der Dokumenten- klasse dtk erstellt und an untenstehende Anschrift geschickt werden (entweder per E-Mail oder auf Diskette). Sind spezielle Makros, LATEX-Pakete oder Schriften dafür nötig, so müssen auch diese mitgeliefert werden. Außerdem müssen sie auf Anfrage Interessierten zugänglich gemacht werden. Diese Ausgabe wurde mit Hilfe folgender Programme erstellt: pdfeTeXk, Version 3.141592-1.30.3-2.2 (Web2C 7.5.5). Als Standard-Schriften kamen die Type-1- Fonts Latin-Modern und LuxiMono 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-Hohe Stadt Redaktion: Herbert Voß (verantwortlicher Redakteur) Luzia Dietsche Gert Ingold Günter Partosch Hubert Gäßlein Gerd Neugebauer Bernd Raichle Rudolf Herrmann Rolf Niepraschk Volker RW Schaa Redaktionsschluss für Heft 1/2006: 15. Januar 2006 ISSN 1434-5897 Die TEXnische Komödie 4/2005 Editorial Liebe Leserinnen und Leser, als wir uns entschieden hatten, in jede Ausgabe eine Liste der neuen (LA)TEX- Pakete aufzunehmen, war nicht abzusehen, dass die Produktivität der Paket- schreiber auch nach mehreren Jahrzehnten noch ungebrochen sein würde.
    [Show full text]
  • Abstracts President of DANTE Criticizes the Article As ‘Slightly out of Date’ Since “There Are Only Rarely Users Which Really Apply TEX Today
    TUGboat, Volume 19 (1998), No. 1 75 shareware — has published an article on TEX. The Abstracts president of DANTE criticizes the article as ‘slightly out of date’ since “there are only rarely users which really apply TEX today. Without doubt and for several years now the actual trend has been in Die TEXnische Kom¨odie Contents of Some Past Issues favour of LATEX which is much easier to apply.” Moreover, he gives additional sources (CD-ROM) for T X which he missed in the article. (Excerpts of 8. Jahrgang, Heft 1/1996 (Juni 1996) E this letter have been published in c’t 7/96, page 11.) Luzia Dietsche, Editorial; p. 3 Luzia Dietsche,DasCJK-Paket – Korrekturen A short statement commenting on the current [The CJK package – Errata]; p. 19 issue, in particular, its newly developed layout, Three corrections of errors in the article by and a new section ‘From the properties room’ on Werner Lemberg, Das CJK-Paket f¨ur LAT X2 selected material from CTAN. E ε (issue 4/1995). ◦ Hinter der B¨uhne : Vereinsinternes ◦ T X-Theatertage [Backstage : Club matters]; pp. 4–19: E [TEX theatre festival]; pp. 20–23: Joachim Lammarsch, Grußwort Henning Matthes, Bericht von der [Welcome message]; pp. 4–5 Fr¨uhjahrstagung in Augsburg [Report from the A short comment on club matters by the presi- spring meeting in Augsburg]; pp. 20–23 dent of DANTE. In particular, DANTE will upgrade A personal account of DANTE ’96 (March 26– its CTAN server and offer TUG the predecessor (a 29, 1996). The author describes a successful and SUN Sparc 10 workstation) as a replacement for the well organized meeting, but also notes that the CTAN server in Houston, Texas (see page 24).
    [Show full text]
  • TEX: a Branch in Desktop Publishing Evolution, Part 2
    HISTORY OF DESKTOP PUBLISHING: BUILDING THE INDUSTRY THEME ARTICLE: HISTORY OF DESKTOP PUBLISHING: BUILDING THE INDUSTRY TEX: A Branch in Desktop Publishing Evolution, Part 2 Donald Knuth began the development of TEX in 1977 and had an initial version running in 1978, with the Barbara Beeton American Mathematical Society aim of typesetting mathematical documents with the Karl Berry highest quality, and with archival reproducibility far TEX Users Group into the future. Its usage spread, and today the TEX David Walden system remains in use by a vibrant user community. However, the world of TEX has always been somewhat out of sync with the commercial desktop publishing systems that began to come out in the mid-1980s and are now ubiquitous in the worlds of publishing and printing. Part 1 of this history (Annals vol. 40, no. 3) was about the creation of TEX at Stanford and how it began to spread. This part is about (a) the expansion of TEX-based and TEX-related technology, and development of a worldwide community of TEX users and developers following the lead of Knuth’s original collaboration model, and (b) the impact TEX has had on the broader world. In Part 1 we were primarily talking about TEX as developed by Knuth. In Part 2 we sometimes speak of (LA)TEX, meaning TEX or LATEX but mostly LATEX. We also often say TEX when we mean TEX and everything that has been built on top of and around TEX; we hope the distinction between the TEX program itself and these extended meanings is clear from the context.
    [Show full text]
  • The TEX Live Guide TEX Live 2007
    The TEX Live Guide TEX Live 2007 Karl Berry, editor http://tug.org/texlive/ January 2007 Contents 1 Introduction 2 1.1 Basic usage of TEX Live.................................2 1.2 Getting help........................................3 2 Structure of TEX Live4 2.1 Multiple distributions: live, inst, protext ........................4 2.2 Top level directories...................................4 2.3 Overview of the predefined texmf trees.........................5 2.4 Extensions to TEX....................................5 2.5 Other notable programs in TEX Live..........................6 3 Unix installation6 3.1 Running TEX Live directly from media (Unix).....................7 3.2 Installing TEX Live to disk...............................8 3.3 Installing individual packages to disk.......................... 12 4 Post-installation 13 4.1 The texconfig program.................................. 13 4.2 Testing the installation.................................. 14 5 Mac OS X installation 16 6 Windows installation 16 6.1 Installing TEX Live to disk............................... 16 6.2 Support packages for Windows............................. 17 7 Maintenance of the installation in Windows 18 7.1 Adding/removing packages............................... 18 7.2 Configuring and other management tasks....................... 19 7.3 Uninstalling TEX Live.................................. 19 7.4 Adding your own packages to the installation..................... 20 7.5 Running tlmp.exe from the command line...................... 20 7.6 Network installation..................................
    [Show full text]