AUCTEX Reference Card Math Mode

Total Page:16

File Type:pdf, Size:1020Kb

AUCTEX Reference Card Math Mode AUCTEX Reference Card Multifile Handling Math Mode (for version 11.86) Save Document C-c C-d Switch to master file or active buffer C-c ^ Variables Conventions Used Query for a master file C-c All math mode commands are under the prefix key specified Carriage Return or C-m RET by LaTeX-math-abbrev-prefix, default is "`". Tabular or C-i TAB Command Insertion You can define your own math mode commands by setting the Linefeed or C-j LFD variable LaTeX-math-list before loading LaTeX-math-mode. Insert Section C-c C-s Shell Interaction Insert LaTEX environment C-c C-e Insert item C-c LFD Greek Letters Insert item (alias) M-RET Run a command on the master file C-c C-c Close LaT X environment C-c ] α (\alpha) a υ (\upsilon) u Run a command on the buffer C-c C-b E Insert T X macro \{} C-c C-m β (\beta) b φ (\phi) f Run a command on the region C-c C-r E Insert double brace C-c { γ (\gamma) g χ (\chi) q Fix the region C-c C-t C-r Complete T X macro M-TAB δ (\delta) d (\psi) y Kill job C-c C-k E Smart \quote" " (\epsilon) e ! (\omega) w Recenter output buffer C-c C-l Smart \dollar" $ ζ (\zeta) z ∆ (\Delta) D Next error in TEX/LaTEX session C-c ` η (\eta) h Γ(\Gamma) G Toggle debug of bad boxes C-c C-t C-b θ (\theta) j Θ(\Theta) Q Toggle debug of warnings C-c C-t C-w Font Selection κ (\kappa) k Λ(\Lambda) L View output file C-c C-v λ (\lambda) l Ξ(\Xi) X Commands you can run on the master file (with C-c C-c) or the Insert bold text C-c C-f C-b µ (\mu) m Π(\Pi) P region (with C-c C-r) include the following (starred versions Insert italics text C-c C-f C-i ν (\nu) n Σ(\Sigma) S are not available in all modes): Insert roman text C-c C-f C-r ξ (\xi) x Υ(\Upsilon) U Insert emphasized text C-c C-f C-e π (\pi) p Φ(\Phi) F TEX*TeX Insert typewriter text C-c C-f C-t ρ (\rho) r Ψ(\Psi) Y LaTEX*LaTeX Insert slanted text C-c C-f C-s σ (\sigma) s Ω(\Omega) W ConTEXt (once) *ConTeXt Insert Small Caps text C-c C-f C-c τ (\tau) t ConTEXt Full *ConTeXt Full Delete font C-c C-f C-d Makeinfo *Makeinfo Replace font C-u C-c C-f hkeyi Makeinfo with HTML output *Makeinfo HTML Symbols Appropriate previewer View Print the output Print Source Formatting ! (\rightarrow) C-f ⊇ (\supseteq) ] BibTEX BibTeX (\leftarrow) C-b ; (\emptyset) 0 MakeIndex Index Indent current line TAB " (\uparrow) C-p n (\setminus) \ LaCheck Check Indent next line LFD # (\downarrow) C-n [ (\cup) + ≤ (\leq) < \ (\cap) - Make (PostScript) File File Format a paragraph M-q ≥ (\geq) > h (\langle) ( Ispell Spell Format a region C-c C-q C-r x~ (\tilde) ~ i (\rangle) ) Delete intermediate files Clean Format a section C-c C-q C-s r (\nabla) N exp (\exp) C-e Delete all output files files Clean All Format an environment C-c C-q C-e 1 (\infty) I sin (\sin) C-s T Xing options Mark an environment C-c . 8 (\forall) A cos (\cos) C-c E Mark a section C-c * 9 (\exists) E sup (\sup) C-^ 6 ( ) inf ( ) T X runs can come in various types, which may be toggled and Comment or uncomment region C-c ; \not / \inf C-_ E 2 ( ) det ( ) are indicated in the mode line. Comment or uncomment paragraph C-c % \in i \det C-d × (\times) * lim (\lim) C-l PDF/DVI mode C-c C-t C-p · (\cdot) . tan (\tan) C-t Stop on errors (Interactive mode) C-c C-t C-i ⊂ (\subset) { x^ (\hat) ^ I/O correlation (S. Specials, SyncTEX) C-c C-t C-s ⊃ (\supset) } _ (\vee) | Copyright c 1987, 1992, 1993, 2004, 2005, 2008, ⊆ (\subseteq) [ ^ (\wedge) & Miscellaneous 2010 Free Software Foundation, Inc. for AUCTEX version 11.86 Miscellaneous Read AUCT X manual C-c TAB Permission is granted to make and distribute copies of this card pro- E vided the copyright notice and this permission notice are preserved on Math Mode C-c ~ all copies. cal letters c hletteri Reset Buffer C-c C-n Reset AUCTEX C-u C-c C-n preview-latex Customization from LaTEX RefTeX Customization is done in the document preamble (you need to Activation load preview.sty explicitly) or in prauctex.cfg (which should Activation RefTeX is part of [X]Emacs. To activate and make it interact load the system prauctex.cfg first). Commands: with AUCTeX, insert the following lines in .emacs. Preview macro \PreviewMacro[{hargsi}]{hmacroi} preview-latex is part of AUCT X. If it is active, you should E Preview env \PreviewEnvironment[{hargsi}]{henvi} (add-hook 'latex-mode-hook 'turn-on-reftex) see an entry \Preview" in the menu bar when editing LaT X E Skip macro \PreviewMacro*[{hargsi}]{hmacroi} (add-hook 'LaTeX-mode-hook 'turn-on-reftex) files. If you have a \LaTeX", but no \Preview" menu, add the Skip env \PreviewEnvironment*[{hargsi}]{henvi} (setq reftex-plug-into-auctex t) following to your .emacs file: Diverting material from float environments Table of Contents Snarf stuff \PreviewSnarfEnvironment[{hargsi}]{henvi} (load "preview-latex.el" nil t t) The table of contents is a structured view of the entire doc- Values to be used within hargsi: ument. It contains the sections, and optionally labels, index Usage and keybindings Optional argument [] entries, and file boundaries. Mandatory argument {} Show the table of contents1 C-c = Optional star * Recenter *toc* buffer to here1 C-c - preview-latex operation only affects the display of the buffer, Conditionals ?htokeni{hif foundi}{hif not foundi} not its contents. It runs only on demand, using the target Skip next token - Crossreferences, Citations, Index dvi or PDF files in the process. The first command in the Transformation #{hmacro argsi}{hreplacementi} 1 following list (also on the toolbar button) will (as applicable) Insert unique label C-c ( More options and explanations can be found in preview.dvi or 1 repreview an active region or a single modified preview, toggle Reference a label C-c ) the Texinfo manual. the visibility of an unmodified preview or generate previews for Insert citation with key selection C-c [ a surrounding buffer area up to the next preview. ::: prompt for optional arguments C-u C-c [ Index word at point with default macro C-c / Preview at point C-c C-p C-p Folding Source Display Insert an index entry C-c < Preview environment C-c C-p C-e Toggle folding mode C-c C-o C-f Add word to index phrases C-c \ Preview region C-c C-p C-r Visit index phrases buffer C-c | Preview buffer C-c C-p C-b Hide all items in buffer C-c C-o C-b Hide all items in region C-c C-o C-r Compile and display index C-c > Preview document C-c C-p C-d View cross reference1 C-c & Remove previews at point C-c C-p C-c C-d Hide all items in paragraph C-c C-o C-p Hide current macro C-c C-o C-m View cross reference with mouse S-mouse-2 Remove previews from region C-c C-p C-c C-r View cross reference from BibTeX file C-c & Remove previews from buffer C-c C-p C-c C-b Hide current environment C-c C-o C-e Remove previews from document C-c C-p C-c C-d Show all items in buffer C-c C-o b Standard keys in special buffers Cache preamble C-c C-p C-f Show all items in region C-c C-o r RefTeX's special buffers have many active keys. The common Switch off preamble cache C-c C-p C-c C-f Show all items in paragraph C-c C-o p ones are: Read Texinfo manual C-c C-p TAB Show current item C-c C-o i Copy region as MML C-c C-p C-w Hide or show current item C-c C-o C-o Display summary of active keys ? Select this item RET The last keysequence will copy a region with previews into the Rescan the document r kill buffer in a form fit for sending in Emacs' message-mode. Outlining TEX Documents Display location in other window SPC Follow mode f AUCTEX supports outline mode by defining section, subsec- Customization within Emacs tion, etc. as heading levels. You can use M-x outline-minor- Multifile actions mode RET to toggle outline minor mode. All outline minor mode Since RefTeX scans the entire (multifile) document, it can pro- You can use M-x customize-variable RET or the \Preview/ commands are under the prefix key specified by outline-minor- vide commands that act on all files of a document. Check the Customize" menu for customization. Worthwhile settings: mode-prefix, default is \C-c @". Ref->Global Actions menu for these commands. Hide all of buffer except headings C-c @ C-t If you have dvipng available: Show all text in buffer C-c @ C-a Variables Set to dvipng preview-image-type Hide body following this heading C-c @ C-c To tell reftex about your own macro definitions, customize the Show body following this heading C-c @ C-e Keep counter values when regenerating single previews: variables Hide subtree C-c @ C-d Set to t preview-preserve-counters Show subtree C-c @ C-s reftex-label-alist Cache/Don't cache preamble without query (preamble caching All subheadings visible C-c @ C-k reftex-section-lecels reftex-index-macros is done using mylatex.ltx and might not always work.
Recommended publications
  • Emacspeak — the Complete Audio Desktop User Manual
    Emacspeak | The Complete Audio Desktop User Manual T. V. Raman Last Updated: 19 November 2016 Copyright c 1994{2016 T. V. Raman. All Rights Reserved. Permission is granted to make and distribute verbatim copies of this manual without charge provided the copyright notice and this permission notice are preserved on all copies. Short Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright ::::::::::::::::::::::::::::::::::::::::::: 2 2 Announcing Emacspeak Manual 2nd Edition As An Open Source Project ::::::::::::::::::::::::::::::::::::::::::::: 3 3 Background :::::::::::::::::::::::::::::::::::::::::: 4 4 Introduction ::::::::::::::::::::::::::::::::::::::::: 6 5 Installation Instructions :::::::::::::::::::::::::::::::: 7 6 Basic Usage. ::::::::::::::::::::::::::::::::::::::::: 9 7 The Emacspeak Audio Desktop. :::::::::::::::::::::::: 19 8 Voice Lock :::::::::::::::::::::::::::::::::::::::::: 22 9 Using Online Help With Emacspeak. :::::::::::::::::::: 24 10 Emacs Packages. ::::::::::::::::::::::::::::::::::::: 26 11 Running Terminal Based Applications. ::::::::::::::::::: 45 12 Emacspeak Commands And Options::::::::::::::::::::: 49 13 Emacspeak Keyboard Commands. :::::::::::::::::::::: 361 14 TTS Servers ::::::::::::::::::::::::::::::::::::::: 362 15 Acknowledgments.::::::::::::::::::::::::::::::::::: 366 16 Concept Index :::::::::::::::::::::::::::::::::::::: 367 17 Key Index ::::::::::::::::::::::::::::::::::::::::: 368 Table of Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright :::::::::::::::::::::::::::::::::::::::
    [Show full text]
  • Emacspeak User's Guide
    Emacspeak User's Guide Jennifer Jobst Revision History Revision 1.3 July 24,2002 Revised by: SDS Updated the maintainer of this document to Sharon Snider, corrected links, and converted to HTML Revision 1.2 December 3, 2001 Revised by: JEJ Changed license to GFDL Revision 1.1 November 12, 2001 Revised by: JEJ Revision 1.0 DRAFT October 19, 2001 Revised by: JEJ This document helps Emacspeak users become familiar with Emacs as an audio desktop and provides tutorials on many common tasks and the Emacs applications available to perform those tasks. Emacspeak User's Guide Table of Contents 1. Legal Notice.....................................................................................................................................................1 2. Introduction.....................................................................................................................................................2 2.1. What is Emacspeak?.........................................................................................................................2 2.2. About this tutorial.............................................................................................................................2 3. Before you begin..............................................................................................................................................3 3.1. Getting started with Emacs and Emacspeak.....................................................................................3 3.2. Emacs Command Conventions.........................................................................................................3
    [Show full text]
  • Texing in Emacs Them
    30 TUGboat, Volume 39 (2018), No. 1 TEXing in Emacs them. I used a simple criterion: Emacs had a nice tutorial, and Vim apparently did not (at that time). Marcin Borkowski I wince at the very thought I might have chosen Abstract wrong! And so it went. I started with reading the In this paper I describe how I use GNU Emacs to manual [8]. As a student, I had a lot of free time work with LAT X. It is not a comprehensive survey E on my hands, so I basically read most of it. (I still of what can be done, but rather a subjective story recommend that to people who want to use Emacs about my personal usage. seriously.) I noticed that Emacs had a nice TEX In 2017, I gave a presentation [1] during the joint mode built-in, but also remembered from one of GUST/TUG conference at Bachotek. I talked about the BachoTEXs that other people had put together my experiences typesetting a journal (Wiadomo´sci something called AUCTEX, which was a TEX-mode Matematyczne, a journal of the Polish Mathematical on steroids. Society), and how I utilized LAT X and GNU Emacs E In the previous paragraph, I mentioned modes. in my workflow. After submitting my paper to the In order to understand what an Emacs mode is, let proceedings issue of TUGboat, Karl Berry asked me me explain what this whole Emacs thing is about. whether I'd like to prepare a paper about using Emacs with LATEX. 1 Basics of Emacs Well, I jumped at the proposal.
    [Show full text]
  • Installing Emacspeak HOWTO
    Installing Emacspeak HOWTO Jennifer Jobst James Van Zandt <[email protected]> Revision History Revision 1.1 July 23, 2002 SDS Updated the maintainer of this document to Sharon Snider, corrected links, and converted to XML. Revision 1.0 December 4, 2001 JEJ First release Revision 1.0 DRAFT November 9, 2001 JEJ DRAFT Revision Emacspeak HOWTO 1996-2001 JVZ Previously, this document was known as the Emacspeak HOW- TO, and was written and maintained by Mr. James Van Zandt. Abstract This document contains the installation instructions for the Emacspeak audio desktop application for Linux. Please send any comments, or contributions via e-mail to Sharon Snider [mailto:[email protected]]. This docu- ment will be updated regularly with new contributions and suggestions. Table of Contents Legal Notice ...................................................................................................................... 2 Introduction ........................................................................................................................ 2 Documentation Conventions .................................................................................................. 2 Requirements ...................................................................................................................... 2 Linux Distributions ...................................................................................................... 2 Emacs ......................................................................................................................
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Learning GNU Emacs Other Resources from O’Reilly
    Learning GNU Emacs Other Resources from O’Reilly Related titles Unix in a Nutshell sed and awk Learning the vi Editor Essential CVS GNU Emacs Pocket Reference Version Control with Subversion oreilly.com oreilly.com is more than a complete catalog of O’Reilly books. You’ll also find links to news, events, articles, weblogs, sample chapters, and code examples. oreillynet.com is the essential portal for developers interested in open and emerging technologies, including new platforms, pro- gramming languages, and operating systems. Conferences O’Reilly brings diverse innovators together to nurture the ideas that spark revolutionary industries. We specialize in document- ing the latest tools and systems, translating the innovator’s knowledge into useful skills for those in the trenches. Visit con- ferences.oreilly.com for our upcoming events. Safari Bookshelf (safari.oreilly.com) is the premier online refer- ence library for programmers and IT professionals. Conduct searches across more than 1,000 books. Subscribers can zero in on answers to time-critical questions in a matter of seconds. Read the books on your Bookshelf from cover to cover or sim- ply flip to the page you need. Try it today with a free trial. THIRD EDITION Learning GNU Emacs Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo Learning GNU Emacs, Third Edition by Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Copyright © 2005 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
    [Show full text]
  • Research Techniques in Network and Information Technologies, February
    Tools to support research M. Antonia Huertas Sánchez PID_00185350 CC-BY-SA • PID_00185350 Tools to support research The texts and images contained in this publication are subject -except where indicated to the contrary- to an Attribution- ShareAlike license (BY-SA) v.3.0 Spain by Creative Commons. This work can be modified, reproduced, distributed and publicly disseminated as long as the author and the source are quoted (FUOC. Fundació per a la Universitat Oberta de Catalunya), and as long as the derived work is subject to the same license as the original material. The full terms of the license can be viewed at http:// creativecommons.org/licenses/by-sa/3.0/es/legalcode.ca CC-BY-SA • PID_00185350 Tools to support research Index Introduction............................................................................................... 5 Objectives..................................................................................................... 6 1. Management........................................................................................ 7 1.1. Databases search engine ............................................................. 7 1.2. Reference and bibliography management tools ......................... 18 1.3. Tools for the management of research projects .......................... 26 2. Data Analysis....................................................................................... 31 2.1. Tools for quantitative analysis and statistics software packages ......................................................................................
    [Show full text]
  • TEX Documents with AUCTEX in Emacs
    Writing (LA)TEX documents with AUCTEX in Emacs David Kastrup dak (at) gnu dot org Abstract At the time of the abstract deadline, several pretest versions of Emacs 22 have been made available, and the final release is even more imminent than the last few years. However, most GNU/Linux distributions already have made developer versions of Emacs available as snapshots. Users meeting their typesetting needs mostly withLATEX will profit from moving to such versions from the rather an- cient Emacs 21.4 because of extensive improvements of the provided desktop and editing environment. A number of newly supported version control systems, thumbnail-supported browsing of directories with graphics files, considerably improved Unicode sup- port for editing, desktop interaction and input, syntax highlighting activated by default, new ports for Windows, Mac OS X and GTK+ using the native toolkits for graphic support and toolbars and providing a native, well integrated look for those desktop environments, transparent access to files accessible with su, sudo, ssh and other shell accounts: those provide, among numerous improved details and fixes, quite a bit of progress for using Emacs as a work environment. Focusing on the creation of LATEX documents, the AUCTEX editing package maintained by the speaker is the most extensively used editing solution for TEX and Emacs, providing previewed material integrated into the source code window with preview-latex, support of source specials and the pdfsync package for lowe- ring the barrier between source code and final output, and delivering a number of ways for formatting and organizing the source code. Syntax highlighting and folding of various constructs and comments render source code more managea- ble.
    [Show full text]
  • LATEX – a Complete Setup for Windows Joachim Schlosser
    LATEX – a complete setup for Windows Joachim Schlosser May 9, 2012 http://www.latexbuch.de/install-latex-windows-7/ To use LATEX is one thing, and very good introductions exist for learning. But what do you need for installing a LATEX system on Windows? What do I do with MiKTEX, why do I need Ghostscript, what’s TeXmaker, and why many people favor Emacs, and above all, how does everything fit together? This tutorial shall save the search an show step by step what you need and how to setup the individual components. I am always happy about suggestions and notes on possible errors. When reporting by mail, please always include the version number: Revision: 1643 Date: 2012-05-09 08:20:17 +0100 (We, 09 May 2012) Many thanks to a number of readers for suggestions and corrections. The correct addresses for this document are: • http://www.latexbuch.de/files/latexsystem-en.pdf for the PDF version and • http://www.latexbuch.de/install-latex-windows-7/ for the HTML-page. The German version is available via http://www.latexbuch.de/latex-windows-7-installieren/ 1 Contents 1 Everyone can set up LATEX 2 3.5 File Types Setup 7 2 What do you need at all? 3 3.6 Remedy if you have Admin Rights 8 3 Installation and Configuration 5 3.7 Install TeX4ht and Im- 3.1 Download and install ageMagick 8 MiKTEX 5 4 And now? Usage 9 3.2 Graphics Preparation and Conversion 5 5 If something fails 10 3.3 Configure Texmaker 6 6 Prospect 10 3.4 Configure Emacs 6 1 Everyone can set up LATEX LATEX is not just a program but a language and a methodology of describing documents and gets used via a LATEX system.
    [Show full text]
  • Towards Left Duff S Mdbg Holt Winters Gai Incl Tax Drupal Fapi Icici
    jimportneoneo_clienterrorentitynotfoundrelatedtonoeneo_j_sdn neo_j_traversalcyperneo_jclientpy_neo_neo_jneo_jphpgraphesrelsjshelltraverserwritebatchtransactioneventhandlerbatchinsertereverymangraphenedbgraphdatabaseserviceneo_j_communityjconfigurationjserverstartnodenotintransactionexceptionrest_graphdbneographytransactionfailureexceptionrelationshipentityneo_j_ogmsdnwrappingneoserverbootstrappergraphrepositoryneo_j_graphdbnodeentityembeddedgraphdatabaseneo_jtemplate neo_j_spatialcypher_neo_jneo_j_cyphercypher_querynoe_jcypherneo_jrestclientpy_neoallshortestpathscypher_querieslinkuriousneoclipseexecutionresultbatch_importerwebadmingraphdatabasetimetreegraphawarerelatedtoviacypherqueryrecorelationshiptypespringrestgraphdatabaseflockdbneomodelneo_j_rbshortpathpersistable withindistancegraphdbneo_jneo_j_webadminmiddle_ground_betweenanormcypher materialised handaling hinted finds_nothingbulbsbulbflowrexprorexster cayleygremlintitandborient_dbaurelius tinkerpoptitan_cassandratitan_graph_dbtitan_graphorientdbtitan rexter enough_ram arangotinkerpop_gremlinpyorientlinkset arangodb_graphfoxxodocumentarangodborientjssails_orientdborientgraphexectedbaasbox spark_javarddrddsunpersist asigned aql fetchplanoriento bsonobjectpyspark_rddrddmatrixfactorizationmodelresultiterablemlibpushdownlineage transforamtionspark_rddpairrddreducebykeymappartitionstakeorderedrowmatrixpair_rddblockmanagerlinearregressionwithsgddstreamsencouter fieldtypes spark_dataframejavarddgroupbykeyorg_apache_spark_rddlabeledpointdatabricksaggregatebykeyjavasparkcontextsaveastextfilejavapairdstreamcombinebykeysparkcontext_textfilejavadstreammappartitionswithindexupdatestatebykeyreducebykeyandwindowrepartitioning
    [Show full text]
  • Guida Pratica All'uso Di GNU Emacs E Auctex
    Mosè Giordano, Orlando Iovino, Matteo Leccardi Guida pratica all’uso di GNU Emacs e AUCTEX o Utiliz p za p t u o r r i G b b g It b b It u al X iani di TE guidaemacsauctex.tex v.3.2 del 4235/25/34 Licenza d’uso Quest’opera è soggetta alla Creative Commons Public License versione 5.2 o posteriore: Attribuzione, Non Commerciale, Condividi allo stesso modo. Un riassunto della licenza in linguaggio accessibile a tutti è reperibi- le sul sito ufficiale http://creativecommons.org/licenses/by-nc-sa/ 3.0/deed.it. tu sei libero: • Di riprodurre, distribuire, comunicare al pubblico, esporre in pubblico, rappresentare, eseguire e recitare quest’opera. • Di modificare quest’opera. alle seguenti condizioni: b Devi attribuire la paternità dell’opera nei modi indicati dall’autore o da chi ti ha dato l’opera in licenza e in modo tale da non suggerire che essi avallino te o il modo in cui tu usi l’opera. n Non puoi usare quest’opera per fini commerciali. a Se alteri o trasformi quest’opera, o se la usi per crearne un’altra, puoi distribuire l’opera risultante solo con una licenza identica o equivalente a questa. Presentazione Emacs è uno dei più vecchi e potenti editor di testi in circolazione e può vantare fra i suoi utenti Donald Knuth, l’inventore di TEX, e Leslie Lamport, l’autore di LATEX. AUCTEX, invece, è un pacchetto per Emacs scritto interamente in linguaggio Emacs Lisp, che estende notevolmente le funzionalità di Emacs per produrre documenti in LATEX e in altri formati legati al programma di tipocomposizione TEX.
    [Show full text]
  • What Is Mac OS X
    LaTeX and Mac OS X Kevin O’Malley http://ai.eecs.umich.edu/people/omalley [email protected] Practical TeX 2004, San Francisco, CA. Overview • What is Mac OS X • Things You Can Do Under Mac OS X • Mac OS X LATEX Implementations • Mac OS X Front Ends • Mac OS X LATEX Implementations/Front Ends • Unix-based Programs – GUIs – Add-on Tools • Support Tools • Summery • Resources • About Practical TeX 2004, San Francisco, CA. 2 What is Mac OS X • Apple’s latest operating system that combines the Macintosh user experience and the power and stability of Unix (Mach/BSD) • Mac OS X was released in March 2001 • Supports various execution environments for running user programs – Carbon, Cocoa, Classic, Java, and BSD • Aqua, the Mac OS X user interface, gives Mac OS X programs their look and feel Practical TeX 2004, San Francisco, CA. 3 Things You Can Do Under Mac OS X • Use pre-Mac OS X (MacOS) programs in Classic mode • Use Unix commands and programs (ls, ps, top, vi, emacs) from a shell • Add more Unix programs using DarwinPorts and Fink - freely available • Use X11 programs under Apple’s X Window implementation (X11) or XDarwin - freely available • Use LATEX of course! Practical TeX 2004, San Francisco, CA. 4 Mac OS X running UNIX (text and X11), Mac OS X, and Mac Classic (MacOS) software Practical TeX 2004, San Francisco, CA. 5 LATEX Implementations • Fink - The Fink project wants to bring the full world of Unix Open Source software to Darwin and Mac OS X - Supports binary and source installations - Currently has 3819 packages available (free) • TeX Live and teTeX - You use i-Installer, a network-aware application for installing/configuring LATEX packages (free) • OzTeX - A Mac implementation of Donald Knuth’s LATEX typesetting system (shareware) • CMacTeX - An integrated suite of programs for implementing LATEX on the Macintosh (shareware) • ScientificAssistant - A Document Management and Scientific Wordprocessing System for the Macintosh (commercial) Practical TeX 2004, San Francisco, CA.
    [Show full text]