LATEX Graphics Inclusion Techniques. The Idea of the Bounding Box is the key to understanding graphical displays in LATEX, or any derivative (i.e. pdfTEX).

Slides:



Advertisements
Similar presentations
Creating posters and flyers Lesson -IV. Editing pictures inside Office Office 2007 has tools to edit photos and pictures in the document. Office 2007.
Advertisements

Support.ebsco.com EBSCOhost Digital Archives Viewer Tutorial.
Paragraph Formatting Lesson 4.
Internet Basics & Way Beyond!
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
One Note Terms MSITA Unit 1.0. Ribbon O An area at the top of the OneNote 2010 window where almost all the capabilities of OneNote are available so that.
Working with images and scenes CS 5010 Program Design Paradigms “Bootcamp” Lesson 2.5 TexPoint fonts used in EMF. Read the TexPoint manual before you delete.
Welcome to a tour of Limb Volumes Professional 6.0 LVP6.0 is the latest version of the world famous and widely used lymphedema tracking and reporting software.
Chapter 3 Creating a Business Letter with a Letterhead and Table
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
CSS Layout Crash Course An Advance CSS Tutorial. Inline vs. Block Many HTML elements have a default display setting of Block. Block elements take up the.
With CSS, a color is most often specified by: a HEX value - like "#ff0000" an RGB value - like "rgb(255,0,0)" a color name - like "red“ Example h1.
Chapter 3 Setting Up A Document.
Introduction Headers & Footers. You will learn how to: Create, Format, Edit and Delete Create Different Header/Footer in a Document Create a First Page.
Review #
Presentation title slide - 42 pt Times New Roman, White Subtitle in 25 point Arial, Cool Gray 6 C Date in 25 point Arial, Cool Gray 6 C.
INTRODUCTON TO 3 D SOLID MODELLING VIEW, 3D ORBIT, VIEWPORTS SHADE, HIDE, WIREFRAME UCS FFD 201 – BASIC 3D AUTOCAD COMMANDS AND TOOLS.
1 Chapter 6 – Pictorial Sketching Print handouts Select File, Print Edit the following selections to read: Select the OK button.
1 Created Revised 6/8/2010 Office of Information, Technology and Accountability 1 Microsoft Picture Manager with Photo Imaging.
Lesson 6: Working with Illustrations
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
ITP 104.  While you can do things like this:  Better to use styles instead:
Using graphics/images in LaTeX By Matt Edwards. Introduction  How do you go about using graphics in LaTeX?  What we’ll cover: Syntax Attributes.
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Chapter 14. Copyright 2003, Paradigm Publishing Inc. CHAPTER 14 BACKNEXTEND 14-2 LINKS TO OBJECTIVES Add Borders with Borders Button Add Borders with.
CPG 4331 Class Agenda Word  Getting Started  Editing Documents  Changing Views in Documents  Format Text / Format Documents  Work With Tables  Work.
Adding Graphics to Web Pages. CSS does not have any properties specifically aimed at formatting images Use properties you have already learned, i.e.,
© Ms. Masihi 1.  A Horizontal Rule is a built-in graphic element that can be used to draw horizontal lines (rules) on your web page.  This is accomplished.
Copyright 2002, Paradigm Publishing Inc. CHAPTER 14 BACKNEXTEND 14-1 LINKS TO OBJECTIVES Border Concepts Creating a Border Adding Shading Horizontal Lines.
© 2010 Delmar, Cengage Learning Chapter 3 Setting Up A Document.
Laboratory Exercise # 9 – Inserting Graphics to Documents Office Productivity Tools 1 Laboratory Exercise # 9 Inserting Graphics to Documents Objectives:
V part 1 Obtained from a Guildford County workshop-Summer, 2014.
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
© 2011 Delmar, Cengage Learning Chapter 3 Setting Up A Document.
OpenGL The Viewing Pipeline: Definition: a series of operations that are applied to the OpenGL matrices, in order to create a 2D representation from 3D.
Chapter 6 – Pictorial Sketching
Text, not Word Processing Gordon J. Pace March 2006 Pictures & Tables.
Cascading Style Sheets Positioning Controls Visibility.
1. Chapter 11 Inserting Images 3 Inserting images adds interest to a Word document. Word enables you to insert various types of images, including picture.
Managing Text Flow Lesson 5. Setting Page Layout The layout of a page helps communicate your message. Although the content of your document is obviously.
Cascading Style Sheets Positioning Controls Visibility.
 Charles J. Kachmar. GOALS: After this chapter you should be able to: Explain different views of an object Explain how an object can be revolved to illustrate.
Chapter 5 More About LaTex. Packages A package, which takes the form of a file with a sty extension, can be used to alter formatting parameters, create.
A25 & 26-Optimization (max & min problems). Guidelines for Solving Applied Minimum and Maximum Problems 1.Identify all given quantities and quantities.
Change margins. 1 Preview a document. 2 Change paper size and orientation. 3 Print envelopes and labels. 4 Choose print options. 5 2.
Lesson 12-Page Numbers, Headers, and Footers. Overview Add page numbers. Vary page numbers in Print Layout view. Add headers and footers. Work with headers.
Microsoft Publisher 2010 Lesson 4 Graphics in Publications.
Change margins. 1 Preview a document. 2 Change paper size and orientation. 3 Print envelopes and labels. 4 Choose print options. 5 2.
Department of Mathematics, Jazan University, Jazan.
Desktop Publishing Lesson 4 — Working with Objects.
MANAGING TEXT FLOW Lesson 5. OBJECTIVES SOFTWARE ORIENTATION The Page Layout tab contains groups of commands that will produce a formatted document’s.
Microsoft Office 2007-Illustrated Introductory, Windows Vista Edition
Navigating in 3D MAX V part 1.
Microsoft Office 2007-Illustrated
Cascading Style Sheets
Microsoft Office 2007-Illustrated Introductory, Windows Vista Edition
Project Objectives Open an image Save an image Resize an image
ClubRunner Tutorial Website Designer.
NIH PDF Guidelines RAFT Session
Монголын ноосон бүтээгдэхүүн үйлдвэрлэгчдийн холбоо
Faded picture background with full-color overlay (Intermediate)
Floating and Positioning
Graphics in TeX CONTENTS Sung-Ju Kang Department Of Physics
Positioning.
Views of Objects.
Making Math Look Pretty – or How to Use LaTeX
Welcome to a tour of Limb Volumes Professional 6.0
Themes, Styles, & Graphics
Positioning Boxes Using CSS
Faded picture background with full-colour overlay (Intermediate)
Presentation transcript:

LATEX Graphics Inclusion Techniques

The Idea of the Bounding Box is the key to understanding graphical displays in LATEX, or any derivative (i.e. pdfTEX). The box will set the size displayed and control what the viewport (cropped image) will access.

Graphics – Pictures, Images and graphs JPEG – PNG – PDF – METAPOST EPS (encapsulated PS) Import Library: \usepackage{graphicx} Import Directive: \includegraphics[options]{filename} Example: \includegraphics[width=3in]{file.png} The result of this call sets the width of the graphic to 3inches

Available Options: height – sets height of graphic( height=2cm ) totalheight – total height of graphic (height + depth) width – sets width of graphic angle – sets rotation in degrees about the origin, clockwise=neg origin – [origin=c], indicates center graphic for rotation. bb – bounding box. [bb = ], sets 2 points, (10,20) represents lower-left corner of graphic, (100,200) is the upper right. Cropping: viewport – respect to the bb, [viewport = ,clip = true], sets view area of graphic and clips it. trim – [trim , clip=true] removes

\documentclass[a4paper,12pt]{article} \usepackage{graphicx} \begin{document} \begin{figure} \begin{center} \includegraphics[bb = ]{tim.jpg} \caption{this is a cat on a guy} \label{fig:graph} \end{center} \end{figure} \begin{figure} \includegraphics[bb= , viewport= , clip=true]{tim.jpg} \end{figure} \end{document}

\usepackage{graphicx} \begin{document} \begin{figure} \begin{center} \includegraphics[bb = ]{tim.jpg} \caption{this is a cat on a guy} \label{fig:graph} \end{center} \end{figure} \begin{figure} \includegraphics[bb= , viewport= , clip=true]{tim.jpg} \caption{this is a cat -- sans guy} \end{figure} \end{document}

If you substitute Tim.jpg with any picture, in the above example, you will see an initial full image, and a secondary (2 nd page probably) of the cropped image of the top portion of the image. The use of “\begin{figure}” will allow the technical writer (you) to indirectly refer to a previously defined figure by number; every time a \begin{figure} is encountered LATEX automatically increments the index of the figure. Additionally, the figure reference allows for arbitrary page referencing by employing the \label{reference info} to tag the graphic. This allows reference by:“illustrated by the graphic” \ref{reference info} -- name refered. on page \pageref{reference info} reference info – {fig:graph} usual form

Floating placement of Graphics LATEX’s automated placement of figures will place according to accepted default behavior: topnumber The max# of float figures at the top of page (default = 2). bottomnumber The max# of float figures at the bottom page (default = 1). totalnumber The max# of float figures on any page (default = 3).

Wide Figures 1 sided documents: The following code uses this narrow environment to make the figure extend 1 inch into the left margin \begin{figure} \begin{ narrow }{-1in}{0in} \includegraphics[width=\linewidth]{wide} \caption{This is a wide figure} \end{narrow} \end{figure} A Very, Very Wide Graphic

Notes – Links – Software Providers Graphics info Source: