LaTeX Tutorial.

Slides:



Advertisements
Similar presentations
Document preparation for project reports Rob Pooley
Advertisements

Introduction to Jeroen Buijs.
SDT-Specific IT-INTRODUCTION IT at the IT-University Versioning LaTex TODAY.
How to Open Microsoft Word Click Start Click All Programs Click Microsoft Office Click Microsoft Word 2013.
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.
Creating and publishing accessible course materials Practical advise you can replicate.
For AMS 200, 2009 Dept. of Applied Math & Statistics School of Engineering University of California Santa Cruz, CA A Very Short Introduction to LaTeX.
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… About Tex & LaTeX What is TeX? What is LaTeX? Advantages - Disadvantages.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Acknowledgements Just highlight this text and replace with your own text. Replace this with your text. Conclusion The conclusion should summarize the results.
Introduction to LaTeX Thomas Gorry. What is Latex?  A typesetting system used to produce professional looking documents.  Particularly good at handling.
LaTeX Tutorial Fiona Shearer May 11th, 2004 Disclaimer added
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.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
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.
HTML: Hyptertext Markup Language Doman’s Sections.
By: Jennifer Huff & Courtney Stenzhorn. What Do YOU Know???
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Office Word 2007 Lab 3 Creating Reports and Tables.
LATEX B. R. Chandavarkar, Wireless Information Networking Group (WiNG), CSE Dept., NITK, Surathkal.
R 賴威昇 Introduction 2. Why using LaTeX ? 3. LaTeX usage: ◦ Backbone ◦ Equation ◦ Figure ◦ Table ◦ BibTex 4. Compile 5. Conclusion.
Sébastien Le Roux. not What I am not going to talk about The explanations are in my HowTo ! Check my web IPCMS Basic tutorial to programming.
Vereniging voor Technische Physica workshop 2016.
VNVe First computer lab Lector: Petr Veigend Brno University of Technology, Faculty of Information Technology Božetěchova 1/2, Brno - Královo Pole.
LaTex -Computer scientist named Donald Knuth developed the program called Tex, in 1978.(mainly focused on formulae) -Later a mathematician and computer.
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.
LATEX By GerardoVela 3/27/2015.
Understanding Microsoft Excel
Getting Started With HTML
Understanding Microsoft Excel
INF1060: SPREADSHEET1.
Sébastien Le Roux.
LaTeX Resume / CV Workshop
Vereniging voor Technische Physica workshop 2016.
Title of your work, first letter capitalized, in 72 point font, and left-aligned 1st Author’s Full Name1, 2nd Author’s Full Name2, 3rd Author’s Full Name1,2.
Insert Title here Abstract ABSTRACT INTRODUCTION METHODS RESULTS
Lesson 2 Tables and Charts
Title of Your Research Heading 3 Heading 6 Heading 4 Heading 1
Title of your work, first letter capitalized, in 72 point font, and left-aligned Institution Logo 1st Author’s Full Name1, 2nd Author’s Full Name2, 3rd.
InftyReader, ChattyInfty, and InftyEditor
Making a Poster in PowerPoint 2010 (Windows)
Title for a 48x36 Poster Presentation
Name of author /with collaborators
Introduction and Methods Click headings to further view content
OFFERED BY INSTRUCTIONAL COMPUTING UNIVERSITY OF MISSOURI – ST.LOUIS
Introduction to LaTeX By Dan Burke.
Understanding Microsoft Excel
THE GREATEST RESEARCH PROJECT EVER
LaTeX is not... rubber a Bill Gates product WYSIWYG (see) VooDoo
Mike Renfro, Center for Manufacturing Research
INSERT TITLE HERE Insert Insert Logo Logo Here Here ABSTRACT
INSERT TITLE HERE Insert Logo Here ABSTRACT Insert image here Abstract
ICT Word Processing Lesson 1: Introduction to Word Processing
A Very Short Introduction to LaTeX
Engineering Librarian
Understanding Microsoft Excel
Introduction to RefWorks
Click Headings Above to View Content
Introduction to Web Application Design
Insert Author’s & affiliations here
A high quality document preparation system
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Type the title here List the author’s name here 1 List the author’s affiliation here 2 List the author’s affiliation here 3 List the author’s affiliation.
Presentation transcript:

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 LaTeX is a document markup language used to create documents in TeX. Often formatted as:

Assignment overview Create a tutorial designed to teach a novice engineering student how to create a document in LaTeX. The tutorial itself should be created using LaTeX. You should use an IEEE formatting template (from an IEEE class file – more on that later)

Where do I get LaTeX? You will need both a LaTeX client and a LaTex Compiler There are many LaTeX clients, but we recommend Texmaker Texmaker (LaTeX editor for Windows, Mac, and Linux): http://www.xm1math.net/texmaker/download.html Mac users: you may need to adjust your security preferences to allow installation LaTeX Compilers: MiKTeX for Windows: http://miktex.org/download MacTeX for Mac: http://tug.org/mactex/ TeX Live for Linux: https://www.tug.org/texlive/ Easiest: Web-based LaTeX editor: https://www.sharelatex.com/

Finding an IEEE class file First, what is a class file? A class file is a set of document specifications such as formatting information, font styles, etc. For this assignment, download and unzip: http://people.ucsc.edu/~gmoulds/latex_185.zip

Using the IEEE class file and template After you unzip “latex_185.zip”, it should create the folder “latex_185” Contains files: IEEEtran.cls (class file) latex_185_moulds_g.tex (.tex starting template) latex_185_moulds_g.tex (sample PDF) latex_sample_packages.tex (packages .tex file) slug.pdf (sample image file) Titration_Plot.pdf (sample data for graph) CMPE185_LaTeX_Requirements.pdf (requirement list)

Saving and Submitting Once you open the .tex file, rename your file: latex_185_last name_first initial.tex Submit your .tex file and the titration image file To: gmoulds@soe.ucsc.edu Cc: bradt@ucsc.edu, mhovanes@ucsc.edu Subject: LaTeX Tutorial CMPE 185

Assignment requirements (1 of 2) Introduction Why will this tutorial be helpful? Why should I learn LaTeX? Creating a .tex file Environments: \begin{ } and \end{ } Reserved Characters Why are these reserved? Explain the functions of these characters: \ , ~ , \\ , % What if you want to display these characters? Preamble \documentclass[] and class files Packages \begin{document} and \end{document} Title and Heading Information Title, Author and Date \maketitle command

Assignment requirements (2 of 2) Sections Subsections Body text: Paragraphs and Content Tables Figures Mathematical formulas How to: Acknowledgements How to: References Conclusion Acknowledgements References

Common problems to avoid Don’t just present examples, explain them. Provide a meaningful introduction, consider your audience’s perspective. Use your own words, do not copy from the sample template. Be sure to include all the requirements. Spellcheck! (if your client doesn’t do that automatically)

Table Section Explain the difference between \begin{table} and \begin{tabular} Explain the following characters/symbols: l, c, r, | (vertical bar), \hline, \\ Explain how to enter content. Use an example table showing how to create a table at least 2 columns wide and 3 rows long.

Figure Section Create a graph using the titration lab data found in the “Titration_Plot.pdf” file from the zip folder. Explain how you included the graph into your tutorial. You can plot the data in any medium: Microsoft Excel, MATLAB, or even LaTeX.

Figure section (continued) Explain \includegraphics[ ]{ } Include a meaningful caption, explaining the data presented. What conclusions can be made? Don't state the obvious. Why is the image notable?

Mathematical formulas Demonstrate how to create formulas, using examples such as these: LaTeX code for the most common formulas: http://en.wikibooks.org/wiki/LaTeX/Mathematics

Mathematical formulas (continued) Demonstrate: Equation environments (in-line vs. display) Symbols (example: “\delta” ∆ ) Fractions Superscript and Subscript

How to: References Demonstrate how to set up the thebibliography environment Explain how to include each bibitem Explain the following commands: \label \ref \cite Note: It will be helpful to use a previous figure as an example for \label and \ref

How to: Acknowledgements Demonstrate how to include this section. Note: this is different from including your own Acknowledgements section What is this section for?

Acknowledgements and References For acknowledgements, thank anyone who personally helped you with this assignment. If you read a general tutorial or watched an instructional YouTube video on LaTeX, but didn’t specifically reference it, thank the creators. If you received help from a current CMPE 185 student, let us know. Anything you do specifically reference should, of course, be cited and included in the References section.