LATEX Cheat Sheet” LATEX4EI, 2013 (B) Tammo Schwindt, DHBW Mosbach, “Latex Sheet German”, Ed

Total Page:16

File Type:pdf, Size:1020Kb

LATEX Cheat Sheet” LATEX4EI, 2013 (B) Tammo Schwindt, DHBW Mosbach, “Latex Sheet German”, Ed Reference Sheet for a Thesis C. Layout D.6. Lists E.5. Colors with xcolor symbol with LAT X2e and KOMA-Script C.1. Changing Page Layout with geometry \begin{itemize} with bullets \item or \item[ ] E \usepackage{xcolor} ª Let KOMA-Script know of geometry by option usegeometry=true. \begin{enumerate} with numbers \item ª \definecolor{DarkBlue}{RGB}{0, 115, 207} All examples were tested with pdflatex. \begin{description} \item[word] § with bold words \colorlet{col_section}{DarkBlue} ª The package mentioned in the headings has to be included (see B.2). \usepackage[left=2cm, right=2, top=3cm, bottom=4cm, \begin{labeling}[separator ]{labelinglabel} \item[word] \textcolor{red}{text in red} or {\color{red}text} ª Compile three times after last change (esp. docs with references). bindingoffset=1cm, inlcudeheadfoot]{geometry} § \colorbox{gray!25}{color gray faded by 25\%} \begin{enumerate} ª Auto-completion determines unspecified dimensions (under or over A. LATEX Basics § \item First item Predefined colors: specified¦ as well), here width and height of text (see I.9). ¥ \item Second item\label{it:second}% see References ª ¦white gray black red green blue cyan magenta yellow ¥ A.1. Units Other options: paper=a4paper, landscape|portrait, includehead, \end{enumerate} Fade a color with color !value between 0 and 100 ª Available units for length and dimensions: includefoot, includeheadfoot, twocolumn ª \newgeometry{ opt, opt, ... } Headings in color: \setkomafont{disposition}{\color{color }} bp point (typographic) mm millimeter in inch em width of M Changing page layout mid document: px pixel (1=72in) cm centimeter pc pica ex height of x D.7.¦ Enhanced Lists with enumitem ¥ E.6. Footnotes ª Document dependent units z\textwidth, z\linewidth, C.2. Header and Footer of Page (aka running heading) Load: \usepackage{enumitem} z\columnwidth z\textheight z lehead cehead rehead lohead cohead rohead Example (for enumerate): \footnote{text} Print footnote marker in text and footnote at , with a percentage value, e.g. \ \ \ \ \ \ 0.55\textwidth \setlist[enumerate,1]{label=\Alph )} A) one means 55% of the actual width of the text. 6 6 6 6 6 6 * bottom of page ihead ª \baselineskip \ \setlist[enumerate,2]{label=\alph )} a) one minimum vertical space between the bottom of two chead * \footnotemark Print footnote marker in text (e.g. within tabu- \ ohead successive lines in a paragraph. \ \setlist[enumerate,3]{label=\roman*)} b) two lar or caption) ª Amounts like \smallskipamount, \medskipamount, \bigskipamount. \setlist[enumerate,4]{label=\arabic*)} B) two \footnotetext{text} Print footnote at bottom of page % delete default settings and define your own Example (for legal list): \usepackage[automark]{scrlayer-scrpage} 1. one A.2. Reserved Characters (see also E.2, cf.H) § \newlist{legal}{enumerate}{10} \clearpairofpagestyles 1.1. two E.7. References with hyperref (loads url implicitly) \ohead[]{\headmark} \ofoot[\pagemark]{\pagemark} \setlist[legal]{label*=\arabic*.,noitemsep} \ introduces a command \textbackslash 1.1.1. three Use: \begin{legal} \item ...\end{legal} \autocite{citekey } Cite a bibliographic reference (package biblatex) {} embraces arguments, creates logical parts \{ \} 1.1.2. strawberry \label{marker } Set a marker for cross reference, often if the form [] embraces optional arguments [] % Variant fora thesis with horizontal rules at head and foot \label{sec:item} or \label{fig:diag1} % comments: code after % will be ignored. \% ¦\usepackage[headsepline=0.005pt:,footsepline=0.005pt:, ¥ D.8. Separate Files § \autoref{marker } Give type name and number of marker & separates columns in tabular-like environments \& plainfootsepline,automark]{scrlayer-scrpage} ª After preamble within the text place:\include{file} Text starts and \autopageref{marker } Give abbreviation of “page” and page # parameter for own command declarations \# \clearpairofpagestyles ends on a new page. file has to be in the same directory as the \ohead[]{\headmark} \ofoot[\pagemark]{\pagemark} number of marker $ text style math mode (abbr. for \(... \)) \$ master file. Otherwise specify a path: \include{path/file} \ModifyLayer[addvoffset=-.6ex]{scrheadings.foot.above.line} \url{url} Print clickable web page _ 2 ª In preamble place: \includeonly{file1,file2 } to run only these files. ^ index/exponent only valid in math mode, e.g. a1 see E.2 \ModifyLayer[addvoffset=-.6ex]{plain.scrheadings.foot.above.line} ª Use \input{file} includes a file without starting/ending on a new \href[options]{url}{text} Print clickable link \setkomafont{pageheadfoot}{\small} page (\includeonly not valid). \hyperref[marker ]{text} Print clickable reference B. Preamble (before \begin{document}) Style: \urlstyle{xx} with xx a style like “tt”, “rm”, “sf” or “same”. Names for autoref (package babel): setspace E. Text B.1. Documentclass (necessary) C.3.¦ Linespread with ¥ \renewcaptionname{language}{\typenameautorefname}{text}, \usepackage[onehalfspacing]{setspace} Use: \documentclass[opt,opt,. ]{class} Load: for 1.5 line spacing. E.1. Paragraphs (≈ “new idea in content”) e.g. \renewcaptionname{english}{\subsectionautorefname}{section} Recommended classes: scrartcl, scrreprt, scrbook, scrlttr2 Paragraphs are separated by an empty line in the code or by \par. Non-KOMA-Script classes: beamer, koma-moderncvclassic D. Document Structure (see alsoL) A \\ produces a new line – use sparingly, seldom needed outside tabulars. E.8. Acronyms with acro Correct Overfull Box Warnings with more than 4pt (look into log file). Common options with default Values available (subtotal) D.1. Start Document \usepackage{acro,hyperref,longtable,tabu}%next5 to praeambel Complete document contents. \acsetup{list-style=longtabu,list-heading=addchap} fontsize=11pt 10pt | 12pt (e.g. 12.5pt also valid) \begin{document} \end{document} E.2. Text Symbols/Characters (see also A.2) § \DeclareAcroListStyle{longtabu}{table}{table=longtabu, paper=a4, paper=portrait a3 | a5 | b4 | letter, landscape A lot of diacritic symbols can be typed directly, e.g. è é ê ñ ç table-spec=@{}>{\bfseries}lX@{}} parskip=no half full D.2. Title | § \S _ \textunderscore{} ~ \textasciitilde{} \DeclareAcronym{ecm}{short=EM,long=Electro Machining} headings=big small | normal simple title: \author{text} \title{text} \date{\today} \maketitle ... text ^ \textasciicircum{} ... \ldots | \textbar chapterprefix=false true title page self designed: \begin{titlepage} \end{titlepage} \ac{EM} or \Ac{EM} for capitalized first letter Other symbols need packages, e.g. € \texteuro (textcomp) open=right (scrbook) any (scrartcl, scrreprt) | left \printacronyms captions=oneline nooneline D.3. Table of Contents, List of Figures (for other List of see E.8&G) E.3. Fonts captions=tablebelow,figurebelow tableabove, figureabove \tableofcontents \listoftables \listoffigures KOMAoption toc=listof (see B.1) generates entries for TOC. toc=nolistof listof | listofnumbered Command Declaration Effect ¦F. Figures & Tables (floating environments) ¥ bibliography=totoc | totocnumbered nottotoc \textrm{text} {\rmfamily text} Roman family F.1. Figures with graphicx twoside=true (scrbook) false (scrartcl, scrreprt) D.4. Headings \textsf{text} {\sffamily text} Sans serif family Load: \usepackage{graphicx} twocolumn=false true \part{title} \chapter{title} \texttt{text} {\ttfamily text} Typewriter family Use: \includegraphics[opt]{file} (png, jpg, pdf) draft=false true (show overfull boxes) \section{title} \subsection{title} \subsubsection{title} \textmd{text} {\mdseries text} Medium series With ‘figure’ the environment to place a graphic is meant. The figure ª \paragraph{title} \subparagraph{title} Options of document class are passed to every loaded package. \textbf{text} {\bfseries text} Bold series caption is printed where the caption command is placed in the input. ª Set or change options later in file, e.g. \KOMAoptions{twoside=true} ª \chapter only valid in documentclass scrbook and scrreprt \textup{text} {\upshape text} Upright shape Extra vertical space is controlled by the KOMAoption captions (see B.1). ª Use * variants for headings without numbering, no change in counter \textit{text} {\itshape text} Italic shape Use: \begin{figure}[pos] ..\caption{..}\label{fig:x} \end{figure} and no entry in table of contents. B.2. Loading Packages \textsl{text} {\slshape text} Slanted shape Parameter: pos is a suggestion for placing, it can be ignored by TEX. options package ª Use the optional parameter for short titles in headings and table of t h b ! \usepackage[ ]{ } \textsc{text} {\scshape text} Small Caps shape Possible values are combinations of (top), (here), (bottom), (try \PassOptionsToPackage[options]{package} contents, e.g. \section[short title]{title} harder), p (separate page). More general commands: ª Use \addpart, \addchap or \addsec for unnumbered headings, but Hint: Define a path to the graphic files (no blanks in folder names; no text text Emphasized with running heading and entry in table of contents. \emph{ } {\em } folder folder B.3. Encoding Settings special characters in file names) \graphicspath{ { /}{ /}... } The * variants delete the running heading. \textnormal{text} {\normalfont text} Document font ª \graphicspath{ {img/} }%subfolder for images; set in preambel \usepackage[utf8]{inputenc}% most IDEs use UTF8 Layout of paragraph and subpargraph similar to other headings: Example: \setkomafont{section}{\scshape} \begin{figure}\centering \usepackage[T1]{fontenc}% most fonts needsT1 \RedeclareSectionCommands[afterskip=1sp]{paragraph,subparagraph} § § \setcounter{secnumdepth}{\subparagraphnumdepth}
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]
  • 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]
  • 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]
  • Written & Oral Presentation: Computer Tools
    Written & Oral Presentation: Computer Tools Aleksandar Donev Courant Institute, NYU1 [email protected] 1Course MATH-GA.2840-004, Spring 2018 February 7th, 2018 A. Donev (Courant Institute) Tools 2/7/2018 1 / 13 Outline 1 LaTex A. Donev (Courant Institute) Tools 2/7/2018 2 / 13 LaTex What is LaTex? Some content taken from Wikipedia. TeX is a typesetting system: \allow anybody to produce high-quality books using minimal effort, and to provide a system that would give exactly the same results on all computers, at any point in time." Knuth had the idea to use mathematics to typeset mathematics! LaTex is a markup language for technical writing, with special emphasis on math-heavy writing, built on top of Tex: \TeX handles the layout side, while LaTeX handles the content side for document processing." What's a markup language and how does it differ from WYSIWYG ("what you see is what you get") word processors like Microsoft Word? Compare to html, and contrast interpreted versus compiled languages. Using LaTex: write-format-preview (compare to code-compile-execute). A. Donev (Courant Institute) Tools 2/7/2018 3 / 13 LaTex Why LaTex? Advantages of LaTex: (interactive) Abstract: Separate presentation from content: focus on the content and not visual appearance. Portable: LaTex files are simple text files so perfectly portable and easy to open/edit/share/diff. Flexible: Change appearance/format by changing one word, e.g., the document class. Extensible: macros allow one to add new functionality. Any advantages of WYSIWYG? (interactive) LyX is a combination of the two: Focus on content but also see it on your screen! (Lyx Demo, including change tracking).
    [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]
  • 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]
  • More Latex and Julia and How to Use It to Prepare a Homework
    Numerical and Scientific Computing with Applications David F. Gleich CS 314, Purdue By the end of this class, August 31, 2016 • Understand what LaTeX is More LaTeX and Julia and how to use it to prepare a homework. • See functions in Julia and Next class how they help make code HOMEWORK DUE! easy and reusable. Intro to floating point arithmetic • Your last questions about G&C - Chapter 5 Julia! Next next class • Go over common mistakes on the quiz. Labor day! Take a day off Logistics 1. Final exam We will have the final EARLY (December 2) based on the results of the poll which overwhelmingly picked this option. Course Survey Matlab only 33 Numpy/Scipy only 5 Both 16 Latex 9 Taylor series 23 Topics Monte Carlo, ODEs, Matrices Stuff Julia & Mandelbrot sets! Quiz Results … at end of class ... LaTeX • A document typesetting system designed for beautiful mathematical documents. • TeX was designed by Donald Knuth • LaTeX was designed by Leslie Lamport • Both won Turing awards - Nobel prize of CS • You need to “compile” your documents. pdflatex myfile.tex # produces myfile.pdf Recommended packages + editors Windows • MiKTex and TexStudio Mac • MacTex and TexStudio or TexMaker Linux • TeXLive (or apt-get / yum package) + Kile or TexStudio Online • Overleaf • Juliabox Notebooks Making a simple document \documentclass{article} \usepackage[margin=1in]{geometry} \title{My document} \author{David and Collaborators} \begin{document} \maketitle \section{Problem 1} \section*{Solution} \section{Problem 1} \section*{Solution} \end{document} demo Editing a homework demo Back to Julia! .
    [Show full text]
  • Introduction to Latex & Overleaf
    Introduction Features A Basic LATEX Document Some LATEX Examples Installing and Using LATEX References Introduction to LATEX & Overleaf Ricky Patterson UVa Library 27 Sep 2018 (View source: https://www.overleaf.com/read/vshrryxvbhjw) Intro to LATEX & Overleaf 27 Sep 2018, (View source: Ricky Patterson https://www.overleaf.com/read/vshrryxvbhjw) 1 / 18 Introduction Features A Basic LATEX Document Some LATEX Examples Installing and Using LATEX References Outline Introduction Features A Basic LATEX Document Example Document Preamble ndocumentclass Packages Body Typing Text Caveats Formatting Some LATEX Examples Tables and Figures Mathematics AIntro to LATEX & Overleaf 27 Sep 2018, (View source: InstallingRicky and Patterson Using Lhttps://www.overleaf.com/read/vshrryxvbhjw)TEX 2 / 18 References Introduction Features A Basic LATEX Document Some LATEX Examples Installing and Using LATEX References Introduction I LATEX is a document preparation system for high quality typesetting I Not a Word Processor - Allows authors to focus on content rather than appearance. I Frequently used in the preparation of scientific or technical documents, but can be used to create letters, dissertations, music scores, calendars, presentations, etc., etc., etc. Intro to LATEX & Overleaf 27 Sep 2018, (View source: Ricky Patterson https://www.overleaf.com/read/vshrryxvbhjw) 3 / 18 However... I Steep learning curve I Not WYSIWYG I Can’t easily convert to and from Word, etc. Introduction Features A Basic LATEX Document Some LATEX Examples Installing and Using LATEX
    [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]
  • Creación Y Edición De Documentos Con LATEX
    Creación y edición de documentos con LATEX Michelle Núñez Galindo Diana Dueñas Chávez Grupo de Ingeniería Lingüística Instituto de Ingeniería UNAM 23 de octubre de 2017 Primera clase Instalación Editor en Windows: TexMaker Editor en Linux: Gummi Editor en iOS: TexWorks Overleaf Overleaf es un editor de LATEX en línea: https://www.overleaf.com Ventajas: I No necesitas instalar ningún programa, sólo conexión a internet I Sólo creas una cuenta con tu correo electrónico y una contraseña I Puedes compartir tus documentos con otras personas y trabajar simultáneamente I Tiene un visualizador de PDF que te permite ver cómo va quedando tu documento Overleaf Qué es LATEX I Es una herramienta que sirve para editar textos con alta calidad tipográfica. I Ayuda a la preparación de textos científicos o que contienen fórmulas matemáticas. I Se deriva de la palabra griega texnologia. Historia de LATEX I Donald Knuth crea un lenguaje de composición tipográfica llamado TEX en 1977, posteriormente Leslie Lamport crea un conjunto de macros de TEXen 1984, con la intención de hacer más fácil el uso de esta composición tipográfica. I En 1993 se estandariza LATEX. Se establece un compilador que carga paquetes solo si son necesarios. Cada año se ofrece una nueva versión. Ventajas de usar LATEX I Brinda un soporte muy adecuado para la composición de fórmulas matemáticas. I Los usuarios tienen que aprender órdenes muy sencillas para saber la estructura lógica del documento. I Permite generar fácilmente estructuras complejas como notas al pie, referencias, tablas de contenido o bibliografía. I El diseño y el formato son consistentes en todo el documento.
    [Show full text]
  • Latex on Macintosh
    LaTeX on Macintosh Installing MacTeX and using TeXShop, as described on the main LaTeX page, is enough to get you started using LaTeX on a Mac. This page provides further information for experienced users. Tips for using TeXShop 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 TeXShop, forward and inverse search are easy. To do a forward search, right-click on text in the source window and choose the option "Sync". (Shortcut: Cmd-Click). Similarly, to do an inverse search, right-click in the output window and choose "Sync". Spell-checking TeXShop does spell-checking using Apple's built in dictionaries, but the results aren't ideal, since TeXShop will mark most LaTeX commands as misspellings, and this will distract you from the real misspellings in your document. Below are two ways around this problem. • Use the spell-checking program Excalibur which is included with MacTeX (in the folder / Applications/TeX). Before you start spell-checking with Excalibur, open its Preferences, and in the LaTeX section, turn on "LaTeX command parsing". Then, Excalibur will ignore LaTeX commands when spell-checking. • Install CocoAspell (already installed in the Math Lab), then go to System Preferences, and open the Spelling preference pane. Choose the last dictionary in the list (the third one labeled "English (United States)"), and check the box for "TeX/LaTeX filtering".
    [Show full text]
  • TUGBOAT Volume 31, Number 1 / 2010
    TUGBOAT Volume 31, Number 1 / 2010 General Delivery 3 From the president / Karl Berry 4 Editorial comments / Barbara Beeton TEX at 25; Pi Day; The @ sign as a design icon; Amusements on the Web; Videos of typography talks on the Web; Alphabet soup 6 An argument for learning LATEX: The benefits of typesetting and beyond / Evan Wessler Publishing 9 A computer scientist self-publishing in the humanities / Nicolaas Mars Typography 12 Strategies against widows / Paul Isambert 18 Theses and other beautiful documents with classicthesis / Andr´eMiede 21 Typographers’ Inn / Peter Flynn Fonts 23 Minimal setup for a (cyrillic) TrueType font / Oleg Parashchenko 26 LuaTEX: Microtypography for plain fonts / Hans Hagen 27 Mathematical typefaces in TEX documents / Amit Raj Dhawan Software & Tools 32 LuaTEX: Deeply nested notes / Hans Hagen Graphics 36 Plotting experimental data using pgfplots / Joseph Wright 50 The current state of the PSTricks project / Herbert Voß 59 From Logo to MetaPost / Mateusz Kmiecik A L TEX 64 LATEX news, issue 19 / LATEX Project Team 65 Talbot packages: An overview / Nicola Talbot 68 Tuning LATEX to one’s own needs / Jacek Kmiecik 76 Some misunderstood or unknown LATEX2ε tricks / Luca Merciadri A L TEX 3 79 LATEX3 news, issue 3 / LATEX Project Team 80 Beyond \newcommand with xparse / Joseph Wright 83 Programming key–value in expl3 / Joseph Wright ConTEXt 88 ConTEXt basics for users: Conditional processing / Aditya Mahajan Hints & Tricks 90 Glisterings: Counting; Changing the layout / Peter Wilson 94 The exact placement of superscripts
    [Show full text]