1 / 13

Using TeXStudio And LaTeX

Skills Seminar February 28 th , 2014 David Troendle. Using TeXStudio And LaTeX. Agenda. Introduction Installing TeXStudio on Windows and Ubuntu. Structuring a LaTeX document. Creating itemized and enumerated lists. Creating a bibliography. Creating figures, graphics and referencing them.

omer
Télécharger la présentation

Using TeXStudio And LaTeX

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Skills Seminar February 28th, 2014 David Troendle Using TeXStudio And LaTeX

  2. Agenda • Introduction • Installing TeXStudio on Windows and Ubuntu. • Structuring a LaTeX document. • Creating itemized and enumerated lists. • Creating a bibliography. • Creating figures, graphics and referencing them. • Creating tables. • Creating equations. • Getting past problems.

  3. Introduction • Purpose of Skill Seminar • Get past steepest part of learning curve for a topic quickly. • Discuss basic strategy. • Show participate how to punch through the shallow part of the learning curve. • LaTeX is a markup language conceptually similar to HTML. Not WYSIWYG! • TeXStudio is an integrated development environment for LaTeX.

  4. Installing TeXStudio onWindows and Ubuntu • Installation instructions available here. • Handy websites: • LaTeX Project Site • Com­pre­hen­sive TeX Archive Network • Extensive package archive. • TeXStudio • LaTeX Wiki Book (Special characters) • LaTeX Math (Equations) Wiki Book

  5. Structuring a LaTeX Document • HelloWorld.tex • \documentclass • \documentclass{article} • \documentclass[journal]{IEEEtran} • \documentclass[print]{acmconf} • Sample searches: • “latex ieee document class example” • “latex acm document class example” • Use the abstractions!

  6. Creating itemized and enumerated lists • Bullets And Numbering Part 1 • Our first package – enumerate • Bullets And Numbering Part 2

  7. Creating a Bibliography • BibTeX is the component of LaTeX that handles bibliographies. Formatting is largely controlled by the document class. • There is a separate <file>.bib that contains the bibliography database. • Bibliography Part 1 • Google “Quicksort” to find BibTeX file • Bibliography Part 2 • Bibliography Database

  8. Creating Figures, GraphicsAnd Referencing Them • Figures And References • Use LibreDraw to create eps files. • Use Gimp to create png files.

  9. Creating Tables • Tables

  10. Creating Equations • Equations • Balancing parens, brackets is important. TeXStudio can help.

  11. Getting Past Problems • Google it. Google it. Google it. • “latex how to boldface” • “latex how to set margins” • “latex how to place figures in figures” • “latex how to create algorithms” • “latex how to include file listings verbatim” • “latex how to create state diagram”

  12. Examples • “CSci-533 Fall 2013 Homework 1.tex” • Example of algorithms, proofs • “Engr-692-67 Spring 2014 Homework 1.zip” • Example of arrays, program listings, and figures within figures. • “Engr-692-67 Spring 2014 Homework 2.zip” • Example of aligning equations. • Thanks to Drs. Wilkins and Xue for allowing their assignments to be shared.

  13. Thanks! • Questions Our doubts are traitors, And make us lose the good we oft might win By fearing to attempt. William Shakespeare, "Measure for Measure", Act 1 scene 4 Fear of failure does not justify not trying. Try it!

More Related