Engineering Librarian

Slides:



Advertisements
Similar presentations
Get Education Library. What is RefWorks? RefWorks is a web-based bibliography manager purchased by your Library. No need to download.
Advertisements

Document preparation for project reports Rob Pooley
EndNote reference manager. Introduction to EndNote.
Introduction to LaTeX CPS470 Software Engineering Fall 1998.
1 Mark Gleeson (01) Graduate Students‘ Union Trinity College, Dublin New Frontiers.
LaTeX 2e Basics CSE470 Fall 2000 Software Engineering B.J. Czerny Updated by J. Brown, A. Subramanian.
Report Writing Goal: Tell the readers about your team’s: –Objectives –Background –Recommendations –Reasons.
School of Aeronautics and Astronautics Introduction to by Arun K. Subramaniyan
Using ProQuest Databases Jackson Community College Atkinson Library.
Chapter 12: Network Programming Desktop Publishing Translator models Latex Documentation Preparation Postscript programming language WYSIWIG Editors.
Before class begins… Help us to assess this session and plan for future workshops Please complete the Advanced Refworks Pre-learning assessment at:
LaTeX Tutorial. What is LaTeX? TeX is a typesetting system designed in 1978 to automate the production of high quality print using any type of computer.
1 LaTeX Introduction Wenguang Wang Department of Computer Science University of Saskatchewan February 28, 2000.
MS Word Template Training General Template Use. 2 Our Contact Information APPLICATION SUPPORT CENTER: Consultation Location: The Hub, Room 224 (132 Temp.)
For AMS 200, 2009 Dept. of Applied Math & Statistics School of Engineering University of California Santa Cruz, CA A Very Short Introduction to LaTeX.
Digital Imaging and Remote Sensing Laboratory R.I.TR.I.TR.I.TR.I.T R.I.TR.I.TR.I.TR.I.T Writing Large Documents with LaTeX and WinEdt Emmett Ientilucci.
Welcome to the 3-day Workshop on > Presented by Saeid Abolfazli Faculty of Computer Science and IT University Malaya 23,24, and.
Adopted from: PRISM Brownbag Series June 9 th, 2009 Byungwon Woo.
Research Tools: LaTex A high quality document preparation system by Karthikeyan Umapathy.
Introduction to LaTeX PRISM Brownbag Series June 9 th, 2009 Byungwon Woo.
Introduction to LaTeX NetWorkShop by Daniel Göhl.
logic design vs. visual design
Tips and tricks 4: Master KU Leuven Karel Joos Study Advice Service November 18th 2013.
Introduction to Unix – CS 21 Lecture 16. Lecture Overview LaTeX History Running and creating LaTeX documents Documents and Articles Tables Lists Fonts.
Introduction to LaTeX Thomas Gorry. What is Latex?  A typesetting system used to produce professional looking documents.  Particularly good at handling.
LaTeX A Short Intro to Marco D. Santambrogio Politecnico di Milano Sala DEIB 2 Sept 2015 Ver. 2/9/15.
CC510 - LaTeX 1 Lecturer - 김한규 (Hangyu Kim) 1CC510 – 2011.
1 Lecture 4 A Brief Introduction to LaTeX Introduction to Information Technology Dr. Ken Tsang 曾镜涛
June LaTeX " A typesetting package for formatting and creating documents. Created by L. Lamport based on TeX designed by D. Knuth. " Alphanumeric.
1 LaTeX For Dummies Mulugeta Gebregziabher Division of Biostatistics and Epidemiology MUSC April 4, 2011.
Academic Writing Using LaTeX
Main Parts of a Book Non-fiction Texts.
Scientific Communication CITS7200 Lecture 13 Writing a Thesis.
Information SKL for Graduate Students Instructors: Sina Mater 3 December 2010.
R 賴威昇 Introduction 2. Why using LaTeX ? 3. LaTeX usage: ◦ Backbone ◦ Equation ◦ Figure ◦ Table ◦ BibTex 4. Compile 5. Conclusion.
Vereniging voor Technische Physica workshop 2016.
1 ACCESSING THE PURDUE LIBRARY DATABASES AND ONLINE JOURNALS September 14, 2006.
Department of Mathematics, Jazan University, Jazan.
LaTex -Computer scientist named Donald Knuth developed the program called Tex, in 1978.(mainly focused on formulae) -Later a mathematician and computer.
Writing a Reference List A Presentation from the Sawle Literature and Research Centre (SLRC)
LaTeX Tutorial. What is LaTeX? TeX is a typesetting system designed in 1978 to automate the production of high quality print using any type of computer.
Effective reading and research strategies Study Skills Workshops 2016.
LATEX By GerardoVela 3/27/2015.
Introduction.
LaTeX Resume / CV Workshop
Vereniging voor Technische Physica workshop 2016.
Review of JACoW’s Help Documentation for Authors*
InftyReader, ChattyInfty, and InftyEditor
LaTeX Tutorial.
LaTeX is not... rubber a Bill Gates product WYSIWYG (see) VooDoo
Search Techniques and Advanced tools for Researchers
General Writing Concerns
See if you can write an equation from this table.
Today First- move your name tent from the bottom of the stack to the top Second – pick up the “Beginning of the Year Survey” from the front table and.
Software Engineering Experimentation
ENDNOTE Software – The Basics
How to read an article.
Erin Rushton, Binghamton University Libraries
How to give a scientific presentation?
How to make your paper professional and elegant
Basic usage and packages of TEX
A Very Short Introduction to LaTeX
Outline Basic English Information Inquiry Reading Technical Materials
A high quality document preparation system
Making Math Look Pretty – or How to Use LaTeX
The LaTeX Tutorial.
Writing a Reference List
The LaTeX Tutorial.
XLS Overleaf training M. Aicheler.
Presentation transcript:

Engineering Librarian LaTeX for Beginners Sarah Over, PhD Engineering Librarian November 7 2018 Intro me + bkgd w/EN

LaTeX Workshop: Introduction to LaTeX Article Class Q&A + Practice Today I’ll be giving you the basics to get started using this open source software, discuss where to get packages and tips online, go over the most common class – articles, and then we’ll have time for you to try using it yourself and I’ll be available to answer questions/troubleshoot

LaTeX Basics Document preparation system Different classes: Coding + word processing Different classes: Article Report Book Presentation (could have used LaTeX) Input: text files Output: PDF documents Open source, different software/web options

Why use LaTeX? More control over: Sections Cross-references Tables, figures, & equations Advanced typesetting of complex formulas Auto generation of bibliographies, indexes, and more Transport equation in nonmultiplying medium

Disadvantages to LaTeX Learning takes time Can be more work than MS Word Tracking changes/sharing issues User errors…

LaTeX Concepts: Document Layout Preamble: Document class, packages, commands, bibliography style (begin document) Front matter: title, author, abstract, … Sections, subsections, subsubsections Figures, equations, tables, references, … Bibliography (end document)

LaTeX Concepts: Environments Tell LaTeX to start math, figure, and more – called environments Example - Figure: \begin{figure} \includegraphics{folder/figurename.ext} \caption{text for figure…} \label{reffortext} \end{figure}

LaTeX Concepts: Math Environment In line math: The $\sqrt{4}$ is two. Displayed formulas: \begin{equation} \int_{0}^{\pi} \sin x \, dx = 2 \end{equation} Matrix: \begin{matrix} a & b\\ c & d \end{matrix}

Common LaTeX Errors Not ending an environment for a figure, equation, matrix, etc. “Overfull \hbox (xx.xxxxpt too wide) in paragraph… Forgetting to load a package And don’t forget to comment with the % symbol!

Where to find more information? www.latex-project.org ctan.org/pkg tex.stackexchange.com Plus lots of books! Ctan is a collection of TeX packages Stackexchage is especially good for troubleshooting and finding what others have done

Additional LaTeX Help Contact: Sarah Over, PhD STEM Library 2403N www.lib.umd.edu/directory/staff/sover Go to my staff page and make an appointment

Now to the article class – a couple of examples of what to expect if you go directly to a journal. Then onto example article – equation & reference example.