Tools Course: Part 2

Size: px
Start display at page:

Download "Tools Course: Part 2"

Transcription

1 Tools Course: Part 2 Christoph M. Kanzler Slides adapted from Dominik Wyser/Jean- Claude Metzger christoph.kanzler@hest.ethz.ch Zürich,

2 Overview Theory Recap: Create your own LaTeX document Math Equations Tables Figures Vectorized vs. Rasterized Images Image Editing with GIMP Exercise Work with GIMP Adjust a LaTeX template

3 Recapitulation Create your own LaTeX document

4 Before starting new LaTeX documents Use templates From laboratory > ask supervisor From journal homepage uthors/author_templates.html From LaTeX databases

5 Getting started Tutorial adapted from: \documentclass[journal]{ieeetran} \documentclass[beamer] \documentclass[letter] \documentclass[report]

6 Preamble Code before \begin{document} Important! Packages for fonts, languages, symbols, etc. etc. In our report: ethrelab.sty report.tex (until \begin{document})

7 Titlepage

8 Keep your files tidy \include{abstract} \include{chapter1}

9 For more information Find all this information and much more in: The Not So Short Introduction to L ATEX (by Tobias Oetiker)

10 How the Compilation of Different Files Works 2) Recompile Report.tex Introduction.tex Chapter1.tex Chapter2.tex Chapter3.tex Appendix.tex 1) Make changes 3) Get a PDF

11 How the Compilation of Different Files Works (2) Report.tex Introduction.tex %!TEX root = Report.tex Chapter1.tex %!TEX root = Report.tex Chapter2.tex %!TEX root = Report.tex Chapter3.tex %!TEX root = Report.tex Appendix.tex %!TEX root = Report.tex 1) Make changes 2) Recompile directly in Chapter3.tex (e.g.) With the following command you can compile your report from each included file. Place the command at the very beginning of each included.tex file. %!TEX root = Report.tex

12 Math Equations Refer to Chapter 3 - Typesetting Mathematical Formulae in The Not So Short Introduction to LATEX Include: \usepackage{amsmath} and \usepackage{amsfonts}, \usepackage{amssymb} for additional math functionalities Mathematical text within the paragraph: $ math formula $ \ begin{math} math formula \end{math} \( math formula \) Mathematical text apart from the paragraph: \begin{displaymath} math formula \end{displaymath} \[ math formula \] \begin{equation} math formula \end{equation}

13 Math Equations: helpful Tools (hand drawing) offline Mac: brisk Windows: Laeqed

14 Math Equations (2) Math equation numerated and not included in the paragraph: Text and tabs in a math equation Use \mathbb{r} and \usepackage{amssymb} :

15 Math Equations (3)

16 Math Equations (4) (Hint: pmatrix)

17 Math Equations (5) equation vs eqnarray

18 Math Equations (6) Equation Numbering Hierarchy in the article class: section, subsection, subsubsection

19 Math Equations (7) Equation Numbering Hierarchy in the report class: chapter, section, subsection First equation in chapter 2 Include \numberwithin{equation}{section} before \begin{document} First equation in section 2.6

20 Tables h: here, H: HERE, H!: HERE!!! t: top of the page b: bottom of the page l: left aligned r: right aligned c: center aligned : make a vertical line in the table \hline R1C1 & R1C2 & R1C3 \\ R2C1 & R2C2 & R2C3 \\ \hline R3C1 & R3C2 & R3C3 \\ \hline

21 Tables (2) cline{i-j}: partial horizontal line beginning in column i and ending in column j Use tabularx package to create more advanced tables:

22 Figures \begin{figure}[h] \centering \includegraphics[width=60mm]{mypicture.pdf} \caption{this is the text under my image} \label{f:picture22} \end{figure} [width=0.75\textwidth] [height=60mm] [scale=0.75] [angle=45,width=52mm] PDF/PNG/JPEG Past: EPS (Encapsulated) PostScript Use eps2pdf converter or Inkscape or save directly as PDF

23 Figures 2 pictures side by side \begin{figure}[h] \begin{minipage}[t]{0.48\textwidth} \includegraphics[width = \textwidth]{mypicture1.pdf} \end{minipage} \hfill \begin{minipage}[t]{0.48\textwidth} \includegraphics[width = \textwidth]{mypicture2.pdf} \end{minipage} \end{figure}

24 There is an error? How to debug Continuously compile your code > compile (and save) every few minutes Find / isolate the code that generates the problem > Error message of LaTeX compiler > Uncomment / cut-paste the most recent code you ve added > Add step after step commented code until you find the erroneous code Solve the problem > Are the brackets correctly set? > Is there a spelling mistake? > Is the correct header included? > Is this symbol allowed? > Google for the error message

25 Image processing: - GIMP - Inkscape

26 Rasterized vs Vectorized Images: example Which figures are rasterized? Vectorized? Wyser et al, 2017, Neurophotonics

27 Rasterized vs Vectorized Images

28 ppi vs. dpi Pixels per inch (ppi) Digital measure 256 intensities of light in each of three channels (RGB) = 16,777,216 colours Dots per inch (dpi) Physical measure 4 colour channels (typically CMYK with cyan, magenta, yellow and black ink) Example: a bitmap image with pixels If it is labeled as 250 PPI, printer instruction: image size of 4 4 inch If it is labeled as 100 PPI, printer instruction: image size of inch But: Digital measure (1000x1000 pixels) remains the same!

29 Image Resolution 300 dpi cm Determined by physical resolution of retina at reading distance (25 30 cm) ~300 dpi, ~120 dots per centimeter Cell phone display (Samsung S7): 577 ppi (> 300 ppi) Daily newspaper: 150 dpi

30 Guidelines 300 dpi cm Compress documents to 150 dpi for printing (e.g. report) Use originals for posters (Save on CD) Use minimal resolution of 600 dpi for images as sized on A4 (corresponds to 150 dpi on A0) Inspect A4 PDF with 400% zoom before printing Use vector graphics whenever possible (logos, drawings, schematics)

31 Reducing Image Size (KB, MB) good size for presentation: pixels high 1600x1200 pixel, 1.5 MB 400x300 pixel, 45 KB

32 Reducing Image Size (KB, MB) (2) good size for presentation: pixels high 1600x1200 pixel, 1.5 MB zoom x4, cropped 400x300 pixel, 45 KB zoom x4 (e.g. poster), cropped

33 Obtaining High-Quality Pictures Take pictures yourself: uniform background, different from object colors Download from WWW: indicate source, verify resolution Download from dedicated database e.g. Image Processing: cut, enhance colors Draw sketches yourself: Vectorized graphics (e.g., Illustrator, Inkscape)

34 GIMP Open Source Photoshop

35 GIMP Examples

36 GIMP Examples (2)

37 Edit Lenna with GIMP Image > Crop to Selection

38 Edit Lenna with GIMP (2) Original Tools > Transform Tools > Flip Tools > Transform Tools > Rotate Colors > Colorize Saturation=0 Colors > Auto > Equalize Tools > Text

39 Edit Lenna with GIMP (3) - Filters Original Filters > Blur > Blur Filters > Blur > Pixelize Filters > Edge-Detect Filters > Light and Shadow > Supernova Filters > Decor > Old Photo

40 Edit BMW with GIMP Only filters will not give desired results Try Colors-> Check color of wheels, lamps and reflected bars

41 GIMP Output Formats *.gif *.eps *.jpeg Or print as a *.pdf *.png (PDF creator) BUT: Don t vectorize the rasterized graphic!

42 Important commands

Publication Quality Graphics

Publication Quality Graphics Publication Quality Graphics Biochemistry Boot Camp 2018 Session #6 Nick Fitzkee nfitzkee@chemistry.msstate.edu Why Quality Graphics? Clarity of Presentation Sharp-looking Posters, Presentations, Papers

More information

Presenta(on Tools Adobe Illustrator. November 6, 2017

Presenta(on Tools Adobe Illustrator. November 6, 2017 Presenta(on Tools Adobe Illustrator November 6, 2017 Today s Lab Adobe Illustrator on Macs in 345 Need to stagger afendance 5 students from 2 3:30 5 students from 3:30 5 Graphics SoNware Computer sonware

More information

How to supply your artwork to us in a print ready format

How to supply your artwork to us in a print ready format How to supply your artwork to us in a print ready format Artwork formats we accept PDF s are the preferred way of supplying artwork. In CYMK High Res version 4. However we can also accept the formats below

More information

File Preparation. For best results, please follow the guidelines below.

File Preparation. For best results, please follow the guidelines below. File Preparation For best results, please follow the guidelines below. ACCEPTED DESIGN APPLICATIONS We accept the following application formats: Adobe Photoshop, Adobe Illustrator, Adobe InDesign, Microsoft

More information

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications GRAPHIC USAGE GUIDE Logo & Icon The logo files on the Fit Together logos CD are separated first by color model, and then by file format. Each version is included in a small and large size marked by S or

More information

Formatting with LaTeX

Formatting with LaTeX Formatting with LaTeX Zuyuan Wang School of Mechanical Engineering Purdue University wang1707@purdue.edu June 23, 2016 Seminar @ SURF 2016 About the SURF GAs Formatting with LaTeX (02/35) 06/23/2016 Purdue

More information

Artwork Guidelines YOUR KEEP-ME GUIDE TO SUPPLYING ARTWORK FOR UNBEELIEVABLY GOOD PRINTS

Artwork Guidelines YOUR KEEP-ME GUIDE TO SUPPLYING ARTWORK FOR UNBEELIEVABLY GOOD PRINTS Artwork Guidelines YOUR KEEP-ME GUIDE TO SUPPLYING ARTWORK FOR UNBEELIEVABLY GOOD PRINTS Here at BeeNoticed it s our job to produce awesome branded products that create just the right kind of buzz for

More information

Thursday, November 17, 11.

Thursday, November 17, 11. stacy.mcconnen@csus.edu File Formats & Resolution Program File Formats INDD - Indesign AI - Illustrator PSD - Photoshop FLA - Flash (working file) SWF - Flash (executable file) Image File Formats EPS GIF

More information

Print Services User Guide

Print Services User Guide Print Services User Guide Understanding Artwork for Print 1 Preferred Formats: Preferred formats should contain only vector-based graphics and text, and/or high-resolution images. Low resolution images

More information

ARTWORK REQUIREMENTS Artwork Submission

ARTWORK REQUIREMENTS Artwork Submission Artwork Submission GRAPHICS APPLICATIONS AND ACCEPTED FILE TYPES Submitting your artwork as a print ready PDF file is preferred (MAC or PC). We will also accept files created in Adobe Illustrator, Photoshop,

More information

From: 8/01/2018

From:   8/01/2018 Poster preparation tips This document aims to give advice to people wishing to create posters To print your poster, please use the online submission form Request Poster Printing (A0, A1, A2) from: https://cern.ch/printservice

More information

Essential Graphics/Design Concepts for Non-Designers

Essential Graphics/Design Concepts for Non-Designers Essential Graphics/Design Concepts for Non-Designers presented by Ana Henke Graphic Designer and Publications Supervisor University Communications and Marketing Services New Mexico State University Discussion

More information

Digital Signage Content Creation Guidelines

Digital Signage Content Creation Guidelines A NEW era of Digital Advertising 2017 Digital Signage Content Creation Guidelines DIGITAL BILLBOARD CONTENTS GUIDELINES & TIPS Introdution 01 Intro Maximize the Potential Text, graphics and backgrounds

More information

What is T E X? T E X and L A T E X Document preparation tools. Setting and casting type. What Knuth was setting. Setting and casting type

What is T E X? T E X and L A T E X Document preparation tools. Setting and casting type. What Knuth was setting. Setting and casting type T E X and L A T E X Document preparation tools This lecture will introduce software necessary to produce documents using L A T E X in the School of Computer Science. It will also show the basics of producing

More information

CREATING PRINT FILES FROM MICROSOFT PUBLISHER 2007

CREATING PRINT FILES FROM MICROSOFT PUBLISHER 2007 CREATING PRINT FILES FROM MICROSOFT PUBLISHER 2007 These instructions does not guarantee the correct creation of your print files. Rather they are intended as an assistance. If you are not familiar with

More information

42 X : ] [ : 100 : ] III IV. [ Turn over

42 X : ] [ : 100 : ] III IV. [ Turn over B 2015 42 X : 30. 07. 2015 ] [ : 100 : 10-30 11-30 ] 1. 2. 3. 4. 5. I II III IV V [ Turn over Code No. 42 X 2 B Computer Examination, July, 2015 GRAPHIC DESIGNER COURSE ( Theory ) Time : 1 hour ] [ Max.

More information

42 X : ] [ : 100 : ] III IV. [ Turn over

42 X : ] [ : 100 : ] III IV. [ Turn over A 2015 42 X : 30. 07. 2015 ] [ : 100 : 10-30 11-30 ] 1. 2. 3. 4. 5. I II III IV V [ Turn over Code No. 42 X 2 A Computer Examination, July, 2015 GRAPHIC DESIGNER COURSE ( Theory ) Time : 1 hour ] [ Max.

More information

Vector Bitmap EPS Encapsulated PostScript Vector EPS EPS CDR CMX CGM DXF WMF scalable objects independent of resolution (unlimited)

Vector Bitmap EPS Encapsulated PostScript Vector EPS EPS CDR CMX CGM DXF WMF scalable objects independent of resolution (unlimited) Image File Formats There are two major graphic types; Vector and Bitmap. Bitmap images (also known as raster images) are made up of pixels on a screen. Pixels are picture elements; tiny dots of individual

More information

COMS 6100 Class note

COMS 6100 Class note COMS 6100 Class note Biala Toheeb A. 26 August, 2016 A short quiz was given to test if the students really studied the linux commands. The answers to the quiz are Q1. How do you create a directory named

More information

Posters, Flyers and Programme or Web Image content will look much better (and be printed more easily) if some basic design guidelines are followed.

Posters, Flyers and Programme or Web Image content will look much better (and be printed more easily) if some basic design guidelines are followed. This Guide Posters, Flyers and Programme or Web Image content will look much better (and be printed more easily) if some basic design guidelines are followed. The aim is to make help produce good quality

More information

Assessments for CS students:

Assessments for CS students: Assessments for CS students: Two hours per week lectures, Tuesdays 2-4pm. Three in-semester assignments, with feedback de-coupled from assessment: Assignment 1 Generic paper Assignment 2 Literature review

More information

Check your document s safe margin, bleeds and trim marks before uploading.

Check your document s safe margin, bleeds and trim marks before uploading. TAKE A SECOND LOOK AT YOUR DOCUMENT. A CLOSER LOOK. Check your document s safe margin, bleeds and trim marks before uploading. Please note: Business cards have been used as an example throughout the PDF

More information

PopInGraphics.com. 285 Cowbridge Road West, Cardiff, CF5 5TD

PopInGraphics.com. 285 Cowbridge Road West, Cardiff, CF5 5TD These artwork guidelines are published to allow our clients to supply us with artwork that will be reproduced to the highest standards and to minimise problems encountered during conversion / production.

More information

An Introduction to LATEX

An Introduction to LATEX An Introduction to L A TEX Hands-on workshop University at Buffalo INFORMS Student Chapter October 26, 2016 Agenda Motivation & Intro to LATEX 1 Motivation & Intro to L A TEX Motivation Introduction Getting

More information

Outline. A Sneak Peek

Outline. A Sneak Peek Outline L A TEX Primer Things you need to know as a starter Jialin He Department of Electrical Engineering Southern Methodist University 05/31/2011 1 Introduction How LATEX works? Document structure 2

More information

Programs We Support. We accept files created in these major design and layout programs. Please contact us if you do not see your program listed below.

Programs We Support. We accept files created in these major design and layout programs. Please contact us if you do not see your program listed below. Prepress Guidelines HAMILTON GRAPHICS ~ PREPRESS DEPARTMENT Phone: (513) 737-1413 Fax: (513)-737-7483 E-mail: bberne@hamiltongp.com or ddodson@hamiltongp.com Our Prepress Department considers customers

More information

Guide to Allen verifig

Guide to Allen verifig Guide to Allen verifig Version 03.05.12 How To Upload Graphic Files to VeriFig To upload graphic files for preflight in VeriFig, go to http://verifig.allenpress.com. Allen verifig is a web-based application

More information

Mikkel Madsen

Mikkel Madsen Mikkel Madsen latex@mikkl.dk After completing this course, you: Have an understanding of what LaTeX is Have an idea of what things can be easily accomplished in LaTeX Know where to look for help DON T

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Helen Scharber 1 Introduction In this workshop, we ll be looking at how to create a basic document in L A TEXthat includes some math. There are a few important things to mention

More information

Settings to Create Printer Ready Ads for Publication

Settings to Create Printer Ready Ads for Publication Settings to Create Printer Ready Ads for Publication How to Preflight with Acrobat Pro With Adobe Acrobat Pro (not Acrobat Reader) you can check and verify the files you make are PDF/X-1a s. Open the Acrobat

More information

Creating a PDF/X-1a from InDesign

Creating a PDF/X-1a from InDesign Creating a PDF/X-1a from InDesign Recommendations for Application Settings, General Design Guidelines, and Exporting to a PDF/X-1a (Screen shots for this manual were created from a Mac. If you are using

More information

LATEX Seminar Week 2 Jonathan Blair & Evan Ott. Document classes, basic math formatting, basic pictures, tables and matrices

LATEX Seminar Week 2 Jonathan Blair & Evan Ott. Document classes, basic math formatting, basic pictures, tables and matrices LATEX Seminar Week 2 Jonathan Blair & Evan Ott Document classes, basic math formatting, basic pictures, tables and matrices 1 Document Classes Used \documentclass before, here are more options: \documentclass{

More information

Press-Ready Cookbook Page Guidelines

Press-Ready Cookbook Page Guidelines Press-Ready Cookbook Page Guidelines table of contents These instructions are for all pages of your cookbook: Title Page, Special Pages, Table of Contents, Dividers, Recipe Pages, etc. WHAT IS PRESS-READY?

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Henrik Thostrup Jensen September 29 th 2006 1 About What is L A TEX How does it work Exercises Fetch slides and work from them Not everyone works with same speed/focus First a topic

More information

Student Learning Service: Introduction to Latex

Student Learning Service: Introduction to Latex Student Learning Service: Introduction to Latex Dr Morgiane Richard, Oana Matei and Florin Nedelea m.richard@abdn.ac.uk Student Learning Service Updated June 2018 Richard, Matei, Nedelea (U.of Aberdeen)

More information

For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users

For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users 1 For proceedings contributors: general submission procedures and formatting guidelines for L A TEX2E users 1. Points to Remember (a) Please ensure quotation marks are paired correctly. (b) Italicized

More information

Edexcel BTEC Level 1 Award/Certificate/Diploma in. IT Users (ITQ) (QCF)

Edexcel BTEC Level 1 Award/Certificate/Diploma in. IT Users (ITQ) (QCF) Edexcel BTEC Level 1 Award/Certificate/Diploma in IT Users (ITQ) (QCF) Unit 121: Imaging Software Assignment 121 Learn About BTEC Level 1 IT Users Version 1 2012 Page 1 of 5 Assignment 121 - Unit 121:

More information

How to Prepare Your Cards for Press Using Scribus

How to Prepare Your Cards for Press Using Scribus How to Prepare Your Cards for Press Using Scribus This Tutorial is Divided into Sections: 1. What is Scribus? 2. What Do I Need to Get Started? 3. Setting Up Your Scribus Document 4. Creating Master Pages

More information

An Interactive Introduction to L A TEX. Part 2: Structured Documents & More. Dr John D. Lees-Miller. writel A TEX.

An Interactive Introduction to L A TEX. Part 2: Structured Documents & More. Dr John D. Lees-Miller. writel A TEX. An Interactive Introduction to L A TEX Part 2: Structured Documents & More Dr John D. Lees-Miller writel A TEX February 27, 2013 Outline Structured Documents Title and Abstract Sections Labels and Cross-References

More information

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016 THIS IS AN INTRODUCTION TO LaTeX Introduction to Latex Jimmy Broomfield University of Minnesota, November 7, 2016 1 / Jimmy Broomfield Introduction to LaTeX 1/22 22 Outline Introduction Installation Getting

More information

Develop great research posters using Microsoft PowerPoint

Develop great research posters using Microsoft PowerPoint www.qps.qut.edu.au Develop great research posters using Microsoft PowerPoint A step-by-step guide QUT PRINTING SERVICES A step-by-step guide This step-by-step guide will assist you to understand the purpose

More information

creating figures Research Imaging Solutions

creating figures Research Imaging Solutions Research Imaging Solutions goo.gl/yp8j3c creating figures a basic recipe for building scientific figures using Photoshop and PowerPoint grants journals posters presentations Research Imaging Solutions

More information

CREATING PRINT FILES FROM MICROSOFT WORD 2007

CREATING PRINT FILES FROM MICROSOFT WORD 2007 CREATING PRINT FILES FROM MICROSOFT WORD 2007 This instruction does not guarantee the correct creation of your print files. Rather it is intended as an assistance. If you are not familiar with how to create

More information

COMP496/901: Academic Presentation and Writing Skills Using LaTeX

COMP496/901: Academic Presentation and Writing Skills Using LaTeX COMP496/901: Academic Presentation and Writing Skills Using LaTeX Robert Dale Robert.Dale@mq.edu.au 1 Acknowledgements These slides borrow heavily from similar material by: Jan-Philipp Söhn David Squire

More information

creating figures Research Imaging Solutions

creating figures Research Imaging Solutions Research Imaging Solutions it.med.harvard.edu creating figures a basic recipe for building scientific figures using Photoshop and PowerPoint grants journals posters presentations Research Imaging Solutions

More information

Electronic Production Guidelines

Electronic Production Guidelines Electronic Production Guidelines Illustrations It is a good idea to check out the draw programs you have available to you before you start drawing the figures for your article. Make sure that you can create

More information

Guidelines for Prepress File Submission

Guidelines for Prepress File Submission Guidelines for Prepress File Submission 1. Use Only PostScript Type 1 Fonts (Using on Mac platform) Edition: February 2015 We support the PostScript Type 1 font format and strongly recommended that you

More information

Setting up Acrobat Distiller 9

Setting up Acrobat Distiller 9 Setting up This document covers the settings for Acrobat Distiller 9 Professional. These instructions are only needed for printing to PDF files that are usable by Publication Printers if you are using

More information

Welcome to Desktop Publishing with InDesign!

Welcome to Desktop Publishing with InDesign! Welcome to Desktop Publishing with InDesign! What We ll Cover Today What is InDesign? Preparing a print project Creating a new document InDesign interface Working with layers and links Formatting and managing

More information

A Beginner s guide to L A TEX for CSCA67/MATA67. Kohilan Mohanarajan

A Beginner s guide to L A TEX for CSCA67/MATA67. Kohilan Mohanarajan A Beginner s guide to L A TEX for CSCA67/MATA67 Kohilan Mohanarajan August 31, 2017 Contents 1 Foreword 2 2 Getting Started 3 3 Setting up your L A TEXDocument 4 4 Writing your L A TEXDocument 6 4.1 Environments...............................

More information

Getting started with Latex

Getting started with Latex Getting started with Latex Robert G. Niemeyer University of New Mexico, Albuquerque October 15, 2012 What is Latex? Latex is a mathematical typesetting language. Essentially, when you are using Latex to

More information

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

Introduction to LaTeX. Paul Fodor Stony Brook University

Introduction to LaTeX. Paul Fodor Stony Brook University Introduction to LaTeX Paul Fodor Stony Brook University http://www.cs.stonybrook.edu/~cse215 LaTeX TeX is essentially a Markup Language (like HTML, CSS, JSON, XML and RTF) TeX written by Donald Knuth in

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Client Specifications

Client Specifications Art Specifications Client Specifications Accepted File Formats: Illustrator CC Photoshop CC InDesign CC Acrobat Critical Information: Use provided art dimensions and safe areas to create artwork. Create

More information

CREATING PRINT FILES FROM MICROSOFT POWERPOINT 2007

CREATING PRINT FILES FROM MICROSOFT POWERPOINT 2007 CREATING PRINT FILES FROM MICROSOFT POWERPOINT 2007 These instructions do not guarantee the correct creation of your print files. Rather they are intended as an assistance. If you are not familiar with

More information

Using LaTex and BibTex to Write Academic Documents. Ligang He Department of Computer Science University of Warwick

Using LaTex and BibTex to Write Academic Documents. Ligang He Department of Computer Science University of Warwick Using LaTex and BibTex to Write Academic Documents Ligang He Department of Computer Science University of Warwick Introduction In LaTex, a markup language is used to describe document structure and format,

More information

Partners in Digital Media

Partners in Digital Media Partners in Digital Media CD/DVD Label Print Artwork Manual for a perfect Data Transfer kdg newmedia, Am kdg campus, Dorf 91, 6652 Elbigenalp, Austria T +43 (0)5634 500, office@kdg.at, www.kdg.at Contents

More information

Image Types Vector vs. Raster

Image Types Vector vs. Raster Image Types Have you ever wondered when you should use a JPG instead of a PNG? Or maybe you are just trying to figure out which program opens an INDD? Unless you are a graphic designer by training (like

More information

How to Prepare Your Cards for Press Using Scribus

How to Prepare Your Cards for Press Using Scribus How to Prepare Your Cards for Press Using Scribus This tutorial will offer you some advice on how to use Scribus to create your content and prepare print-ready PDF fi les for DriveThruCards. It will address

More information

**** Digitization. Pictures are important

**** Digitization. Pictures are important **** 1 Digitization by Paul.Nieuwenhuysen@vub.ac.be Prepared to support a tutorial presentation in the framework of OceanTeacher Academy at UNESCO-IOC-IODE in Oostende, Belgium 2011-09 http://www.iode.org/

More information

LaTeX. Information Literacy II EN(IL2) Course

LaTeX. Information Literacy II EN(IL2) Course LaTeX Information Literacy II EN(IL2) Course Previous Lecture Saving plots to file Customizing plots Bar and pie charts Today Introduction to Latex - Basic commands - Structure of the document - Mathematical

More information

Desktop Publishing. MIT Computer Centre 5/1. Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Correct Answer : D

Desktop Publishing. MIT Computer Centre 5/1. Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Correct Answer : D Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Desktop Publishing 2. What is the character to be shortened to its normal shape and display something below its location? A) Superscript

More information

Latex Tutorial. CIS400 Senior Design 9/5/2013

Latex Tutorial. CIS400 Senior Design 9/5/2013 1 Latex Tutorial CIS400 Senior Design 9/5/2013 2 Outline Introducing TeX/LaTeX Benefits and potential difficulties Installation and use on Unix/Mac/Windows Compiling PDF documents from LaTeX Basic document

More information

SAi PhotoPRINT Cloud Feature List

SAi PhotoPRINT Cloud Feature List SAi PhotoPRINT Cloud Feature List General Install Manager Client Print Jobs using File>Print from any Application (Application Direct Printing) Includes PhotoPRINT EDITOR Client Receive Jobs from Local

More information

PowerPoint 2010 Quick Start to a Presentation

PowerPoint 2010 Quick Start to a Presentation PowerPoint 2010 Quick Start to a Presentation Backstage View Button Similar to old File button 1 On opening a new presentation, from Slides choose a Layout for a particular template, e.g. a title page.

More information

Ad Creation Guide. Table of Contents

Ad Creation Guide. Table of Contents Ad Creation Guide Table of Contents BEST PRACTICES 2 INDESIGN USERS 4 QUARKXPRESS 4, 5, AND 6 USERS 5 QUARKXPRESS 7, 8, AND 9 USERS 7 DISTILLING 9 INDESIGN PRESET DETAILS 10 QUARKXPRESS PRINT STYLE DETAILS

More information

Dec. 27 th, 2010 University of Isfahan

Dec. 27 th, 2010 University of Isfahan Lt Latex Introduction It ti Adapted from Latex Workshop [1] Dr. Bahman Zamani Dec. 27 th, 2010 University of Isfahan Overview What is Latex? Why Latex? Why not Latex? How to InstallLatex? Where to Start?

More information

L A TEX Tutorial. 1 Introduction. 2 Running L A TEX. J. E. Rice. May 2010

L A TEX Tutorial. 1 Introduction. 2 Running L A TEX. J. E. Rice. May 2010 L A TEX Tutorial J. E. Rice May 2010 Abstract The purpose of this document is to provide a simple example of how to use L A TEX. Examples of tables, figures, citations, references and math are shown, and

More information

MATH36032 Problem Solving by Computer. Publishable Quality Graphics

MATH36032 Problem Solving by Computer. Publishable Quality Graphics MATH36032 Problem Solving by Computer Publishable Quality Graphics Which format of figures (images) do you know? Which format of figures (images) do you know? Raster formats: png, jpeg, tiff, gif, bmp,...

More information

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math Intro to LATEX I 1 1 POLS/CSSS 510, 2012 Intro to LATEX I 1 / 32 Outline 1 Why L A TEX? 2 Programming 3 Document Structure 4 Floats 5 Tables 6 Lists 7 Math Intro to LATEX I 2 / 32 The Complaint This sucks

More information

Project 2 Logos. Project overview. Project objectives. Timing: 4 to 7 hours

Project 2 Logos. Project overview. Project objectives. Timing: 4 to 7 hours Project 2 Logos Timing: 4 to 7 hours Project overview Logos can evoke immediate associations with companies or specific products. Organizations and corporations use logos to identify themselves and set

More information

Latex Manually Set Font Size For Tables

Latex Manually Set Font Size For Tables Latex Manually Set Font Size For Tables I would like to set my table to font 10pt. Here is my coding /begin(table)(h) /resizebox(/textwidth)(!)(% /begin(tabular)(/l/l/l/l/l/) /hline & A & B & C & D //

More information

Praktische Aspekte der Informatik. Moritz Mühlhausen Prof. Marcus Magnor

Praktische Aspekte der Informatik. Moritz Mühlhausen Prof. Marcus Magnor Praktische Aspekte der Informatik Moritz Mühlhausen Prof. Marcus Magnor LaTeX Documents Further Reading Warning! The following slides are meant to give you a very superficial introduction. If you want

More information

What is LaTeX. Is a document markup language and document preparation system for the TeX typesetting program

What is LaTeX. Is a document markup language and document preparation system for the TeX typesetting program What is LaTeX LaTeX ( /ˈleɪtɛk/, /ˈleɪtɛx/, /ˈlɑːtɛx/, or /ˈlɑːtɛk/) Is a document markup language and document preparation system for the TeX typesetting program Refers only to the language, not to the

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

Prentice Hall. Learning Media Design with Adobe CS4 (Skintik) Alabama - Course of Study - Interactive Multimedia Design

Prentice Hall. Learning Media Design with Adobe CS4 (Skintik) Alabama - Course of Study - Interactive Multimedia Design Prentice Hall Learning Media Design with Adobe CS4 C O R R E L A T E D T O Learning Media Design with Adobe CS4 Students will: Multimedia Components 1. Compare aspects of multimedia. Presentation Desktop

More information

It s the official show daily for Outdoor Retailer. The digital version receives more than 600,000 online impressions *

It s the official show daily for Outdoor Retailer. The digital version receives more than 600,000 online impressions * MEDIA KIT ABOUT THE DAILY Produced by the Outdoor Retailer team in partnership with SNEWS, The Daily covers new product reviews, new exhibitor profiles, news from the show floor, events, education, editor

More information

Website: Novelty Range

Website:  Novelty Range Office Line: +27 (0) 87 940 9971 Email: info@amstore.co.za Website: www.amstore.co.za Artwork setup Setting up your artwork (If anything is unclear please feel free to contact us) Branding Options File

More information

R.L. HAMMETTE & ASSOCIATES

R.L. HAMMETTE & ASSOCIATES R.L. HAMMETTE & ASSOCIATES PHONE 863-299-3901 a division of H A M M E T T E I N T E R N A T I O N A L, I N C. 1625 U.S. HWY. 17, N. PO BOX 846 EAG LE LAK E, FL 33839-0846 w w w. h a m m e t t e. c o m

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

Customisation and production of Badges. Getting started with I-Color System Basic Light

Customisation and production of Badges. Getting started with I-Color System Basic Light Customisation and production of Badges Getting started with I-Color System Basic Light Table of contents 1 Creating a Badge Model 1.1 Configuration of Badge Format 1.2 Designing your Badge Model 1.2.1

More information

How to Prepare Your Cards for Press Using InDesign

How to Prepare Your Cards for Press Using InDesign How to Prepare Your Cards for Press Using InDesign This Tutorial is Divided into Sections: 1. What do I Need? What is InDesign? 2. How to start a new document with InDesign (the template explained) 3.

More information

PLEASE READ ME. program send postscript files (.eps) compatible with Illustrator.

PLEASE READ ME. program send postscript files (.eps) compatible with Illustrator. PLEASE READ ME To enable us to serve you better, please follow these helpful tips when furnishing artwork files to QCA. The required bleed is a minimum 3/32. Keep type 1/8 from fold & (cassette & CD spine

More information

Prezi: Moving beyond Slides

Prezi: Moving beyond Slides [ Prezi: Moving beyond Slides ] by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... i Workshop Objectives... i Session

More information

Best Practices: Transparency

Best Practices: Transparency Best Practices: Transparency LEGAL NOTICES 2009 Quark Inc. as to the content and arrangement of this material. All rights reserved. 1986 2009 Quark Inc. and its licensors as to the technology. All rights

More information

InDesign ACA Certification Test 50 terms hollymsmith TEACHER

InDesign ACA Certification Test 50 terms hollymsmith TEACHER InDesign ACA Certification Test 50 terms hollymsmith TEACHER reccommended use: matching, test, etc You cannot rotate the graphic around its upper-left corner with the Free Transform tool. The content is

More information

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 1. Latex installation and text editors 1.1. Installation. Install Latex in your virtual machine with the following command. sudo apt get install texlive Note

More information

DIS: Design and imaging software

DIS: Design and imaging software Using IT productivity tools and applications This is the ability to use a software application designed to create, modify and layout artwork or images for display in print or on a screen (eg vector graphics

More information

FDA Portable Document Format (PDF) Specifications

FDA Portable Document Format (PDF) Specifications Revision History FDA PORTABLE DOCUMENT FORMAT (PDF) SPECIFICATIONS Date Summary of Changes Version 2005-04-08 Initial version 1.0 2008-06-04 Changed Bookmarks and Page 2.0 to Bookmarks Panel and Page in

More information

SUBSURFACE INSTRUMENTS, INC.

SUBSURFACE INSTRUMENTS, INC. 1 BRAND GUIDELINES B R A N D G U I D E L I N E S 01 / 2015 2 BRAND GUIDELINES CONTENTS Intro Our Name & Trademarks Stationery Colors Misuses of Logos File Types & Usage Corporate Fonts What is a Logo?

More information

Preparating data files for printing

Preparating data files for printing Preparating data files for printing Requirements for the preparation of print files General information: Files name: We recommend to write the print size in millimeters in the file name (for example, fail_name1_1000x6000.tif).

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 9A0-088 Title : Adobe IIIustrator CS4 Exam Vendors : Adobe Version : DEMO

More information

Graphic Design Artwork, Design & Signage requirements. Artwork, Design & Signage Requirements

Graphic Design Artwork, Design & Signage requirements. Artwork, Design & Signage Requirements Graphic Design Artwork, Design & Signage requirements Artwork Requirements for Signage File Formats Accepted AI Adobe Illustrator (CS3 or lower) Vector image file created by Adobe Illustrator. Must be

More information

Exercises in LaTeX IDA on AAU

Exercises in LaTeX IDA on AAU Exercises in LaTeX IDA on AAU Consistently the exercises are divided into a mandatory part and a bonus part. We expect all to do the exercises in the mandatory part, while the ones in the bonus part can

More information

FILE PREP GUIDELINES ART REQUIREMENTS:

FILE PREP GUIDELINES ART REQUIREMENTS: ART REQUIREMENTS: THE FOLLOWING GUIDELINES ARE DESIGNED TO SAVE YOU TIME AND EFFORT, WHILE DECREASING YOUR PRODUCTION TIME, THUS PRODUCING THE BEST QUALITY PRINT POSSIBLE Page 1: Designers Quick Tip Sheet

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

File Preparation & Design considerations

File Preparation & Design considerations File Preparation & Design considerations A Guide to Creating Proper Files for Print UGS Design Guide Page 1 table of contents document Setup document dimensions bleeds Creating a New document photoshop

More information

FAQ: World of Fiery Webinar Best Practices for Preparing Files for Digital Print

FAQ: World of Fiery Webinar Best Practices for Preparing Files for Digital Print FAQ: World of Fiery Webinar Best Practices for Preparing Files for Digital Print If you have a CMYK image, should you convert it to RGB for an InDesign file? CMYK image files should not be converted to

More information

1/17/15 ART 2423: LECTURE 1. Movable, reusable type. Overview of Printing History. Project 1A Bound Hand-Lettered Book.

1/17/15 ART 2423: LECTURE 1. Movable, reusable type. Overview of Printing History. Project 1A Bound Hand-Lettered Book. Movable, reusable type (Also woodblock printing in China) http://cmwikipaper.wikispaces.com/file/view/timeline2.jpg/33201639/timeline2.jpg http://xsophiestimetravelblogx.files.wordpress.com/2010/10/screen-shot-2010-10-09-at-5-42-25-pm.png

More information