Selecting fonts from the WIRIS editor user interface Configuring fonts in the plugins and low level configuration... 2

Size: px
Start display at page:

Download "Selecting fonts from the WIRIS editor user interface Configuring fonts in the plugins and low level configuration... 2"

Transcription

1 Font configuration Document Release: January, Maths for More Contents Selecting fonts from the WIRIS editor user interface... 2 Configuring fonts in the plugins and low level configuration... 2 Note about variables with italic style... 2 Plugins configuration files... 2 Low level configuration... 3 Font configuration table and examples... 3 identmathvariant, numbermathvariant and mathvariant... 4 fontident, fontnumber, font and typeface... 5 Available fonts in the server... 5

2 2011, Maths for More Font configuration. V1 2 Selecting fonts from the WIRIS editor user interface Users can change the italic and bold style of the variables in a formula: For example, it is possible to edit where w, u and v have bold and italic styles, and where x and y are italic and sin, cos are non-italic. Other styling, like the font size and the font typeface, can be configured only by the administrator of the site. The reason is that all formulas should look alike and consistently among all pages of the site. The remaining sections explain what and how administrators can configure the WIRIS Formula Editor in order to change the font style. Variables are displayed with italic style while standard functions like sin, cos and exp are rendered in nonitalic. This is a common convention when writing mathematics. For example it allows distinguish the structure of sin(x+1) from y(x+1) In the first case, the sin is a function that is applied to (x+1) and the second case y multiplies to (x+1). Configuring fonts in the plugins and low level configuration Note about variables with italic style Starting from version 2.0 of the editor, variables in formulas as displayed with italic style. This is a common convention in order to distinguish mathematical variables from other mathematical content (like functions) and non-mathematical text. Forcing the version to 1.0 it is possible to set up non-italic fonts for variables. Plugins configuration files Plugins can select the font of the formulas with the only condition that the selected fonts are installed in the server where WIRIS editor runs. The image services hosted at services.wiris.com is preconfigured with default values. Any use of a font typeface different from the default ones, are not granted to be available in the future when using the services from services.wiris.com

3 2011, Maths for More Font configuration. V1 3 Each kind of plugin has a configuration file that can be determined following the instructions at Low level configuration When calling the image service, it is possible to send the font configuration parameters directly. For example, 2Fwww.w3.org%2F1998%2FMath%2FMathML%22%3E%3Cmn%3E1%3C%2Fmn%3E%3Cmo%3E%2B%3C%2 Fmo%3E%3Cmi%3Ex%3C%2Fmi%3E%3C%2Fmath%3E&fontNumber=sansserif,120 yields Note the parameter fontnumber=sansserif,120. Font configuration table and examples The entries related to font selection are Parameter name Description Default value Font size and color fontsize 16 identcolor # (black) numbercolor # (black) symbolcolor # (black) Font style (mathvariant) identmathvariant Specifies the mathvariant style for the sans-serif-italic identifiers (variables) numbermathvariant Specifies the mathvariant style for the sans-serif-normal numbers (variables) Typeface fontident Specifies the identifiers (variables) typeface. The styles (normal, italic and bold) are adapted accordingly to this value. fontident-sans-serif-family Specifies the identifiers (variables) typeface when rendered as sans serif. The styles (normal, italic and bold) are adapted accordingly to this value. Windows: Trebuchet MS. Linux: Lucida Sans for sun-java. fontident-serif-family Specifies the identifiers (variables) typeface when rendered as serif. The styles (normal, italic and bold) are adapted accordingly to this value. Windows: Times New Roman. Linux: Lucida Bright for sun-java (except for italic URW Gothic L). Utopia for OpenJDK. fontnumber Specifies numbers typeface similar as Undefined

4 2011, Maths for More Font configuration. V1 4 fontnumber-sans-serif-family fontnumber-serif-family font? font?-sans-serif-family font?-serif-family fontident Specifies numbers typeface similar as fontident-sans-serif-family Specifies numbers typeface similar as fontident-serif-family Where? stands for 0, 1, 2, Specifies the typeface for a given range of characters. Where? stands for 0, 1, 2,.. Specifies numbers typeface similar as fontidentsans-serif-family but for a given range of characters. Where? stands for 0, 1, 2,.. Specifies numbers typeface similar as fontidentserif-family but for a given range of characters. Windows: Arial Linux: Lucida Sans for sun-java. Windows: Arial Linux: Lucida Bright for sun-java. Nimbus Mono L for OpenJDK identmathvariant, numbermathvariant and mathvariant mathvariant are the possible values of identmathvariant and numbermathvariant and are used to specify the styles bold, italic and the serif. The mathvariant values are as follows Value Meaning inside a formula Meaning as identmathvariant, numbermathvariant, etc. Bold Italic Serif Bold Italic Serif normal N N I N N Y italic N Y I N Y Y bold Y N I Y N Y bold-italic Y Y I Y Y Y sans-serif N N N N N N sans-serif-italic N Y N N Y N bold-sans-serif Y Y N Y Y N sans-serif-bold-italic Y N N Y N N N. No Y. Yes I. Inherited (from parent or default) To get further information about the mathvariant concept see For example, to display all variables with sans-serif and non-italic identmathvariant=sans-serif To force variables, to be serif and italic identmathvariant=italic

5 2011, Maths for More Font configuration. V1 5 fontident, fontnumber, font and typeface fontident and fontnumber can be used to specify the identifier and numbers typeface respectively. For example, to render variables and numbers with Verdana font: fontident=verdana fontnumber=verdana Let s remember that this will only work if Verdana is installed in the server that hosts WIRIS editor. If a given typeface is small or big in comparison with the default typeface, it is also possible to give a scaling percentage: fontident=palatino Linotype,110 which means that identifiers are rendered with Palatino Linotype typeface scaled at 110%. It is possible to select the typeface for a range of characters, for example font0=x3b1-x3ff;lucida Console,105 tells the formula editor to use Lucida Console for Greek letters scaled at 105%. The range x3b1-x3ff corresponds to the hexadecimal Unicode Greek alphabet range. It is possible to give more than one typeface parameter as follows: font0= x3b1-x3ff;lucida Console,105 font1= x41-x5a;helvetica Available fonts in the server The available fonts in a server depend on a diversity of factors. The most important is the Operating system. For example, Windows comes with many fonts. On the other hand, a Linux server will have very few fonts. It also depends whether java-sun or OpenJDK is used. To test the available fonts the attached scripts can be used. You can download the corresponding script and execute from the command line. java DrawFonts It will create a series of files font0.png, font1.png, with the available fonts to Java. It is important to execute the script with the same Java version of the Web application server. Each output file contains how Java draws the available fonts. For example, One important information is the factor value. When specifing Bell MT as a typeface for the editor, the value 112 should be speceified as factor in order that the characters in Bell MT does not appear smaller than the surronding ones. For example, fontident=bell MT,112 Will edit formulas like

6 2011, Maths for More Font configuration. V1 6 Note how a and x are Bell MT while digits are still Arial.

User-Centered Website Development: A Human- Computer Interaction Approach

User-Centered Website Development: A Human- Computer Interaction Approach User-Centered Website Development: A Human- Computer Interaction Approach Daniel D. McCracken City College of New York Rosalee J. Wolfe DePaul University With a foreword by: Jared M. Spool, Founding Principal,

More information

Typography. is the foundation of good web design

Typography. is the foundation of good web design Typography is the foundation of good web design my name is Samantha Warren I am a web designer for Viget Labs I teach web & graphic design at the Center for Digital Imaging Arts at Boston University &

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Customizing Graphical Reports

Customizing Graphical Reports MicroEdge Customizing Graphical Reports Table of Contents EnablingReportLayoutEditingforIndividualUsers 2 EnablingReportLayoutEditingSystemWide 3 OverviewforModifyingTemplatesandThemes 3 AddingaLogototheHeaderofaReport

More information

Friendly Fonts for your Design

Friendly Fonts for your Design Friendly Fonts for your Design Choosing the right typeface for your website copy is important, since it will affect the way your readers perceive your page (serious and formal, or friendly and casual).

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 3 Configuring Color and Text with CSS Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Controlling Appearance the Old Way

Controlling Appearance the Old Way Webpages and Websites CSS Controlling Appearance the Old Way Older webpages use predefined tags - - italic text; - bold text attributes - Tables (and a few other elements) use specialized

More information

TYPE BASICS Cartographic Design & Principles Winter 2016

TYPE BASICS Cartographic Design & Principles Winter 2016 TYPE BASICS Cartographic Design & Principles Winter 2016 Words on a Map Everything on the Earth has a name Names on a map, make it a map Otherwise it is a picture, photograph or design Assigning names

More information

Creating Large Format Posters Using PowerPoint TIP SHEET. Before you begin working in PowerPoint, sketch out your poster on paper.

Creating Large Format Posters Using PowerPoint TIP SHEET. Before you begin working in PowerPoint, sketch out your poster on paper. Creating Large Format Posters Using PowerPoint TIP SHEET INTRODUCTION The ideal poster is designed to: o Tell a story o Provide a brief overview of your work o Initiate discussion o Stand alone when you

More information

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style precedence and style inheritance Understand the CSS use

More information

understanding typography

understanding typography understanding typography What is typography?! it is what language looks like! it is the art and technique of modifying type and arranging it on a page What does the arrangement of type mean? the arrangement

More information

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC CSS Text & Font Properties 1 text-indent - sets amount of indentation for first line of text value: length measurement inherit default: 0 applies to: block-level elements and table cells inherits: yes

More information

Chapter 12: FORMATTING TEXT

Chapter 12: FORMATTING TEXT Disclaimer: All words, pictures are adopted from Learning Web Design (3 rd eds.) by Jennifer Niederst Robbins, published by O Reilly 2007. PART III: CSS FOR PRESENTATION Chapter 12: FORMATTING TEXT CSc2320

More information

limelightplatform.com

limelightplatform.com 1 limelightplatform.com Introduction: Email Template Overview: This document is an example of an email template. It contains the different sections that could be included. Email templates provide a layout.

More information

TEMPLATE ORDER GUIDE /

TEMPLATE ORDER GUIDE / TEMPLATE ORDER GUIDE / Our template order guide is filled with guidelines to help you complete the template order form. We want this to be a super easy and fun process for you! In order to prevent any

More information

Unit 3--Alignment, Formatting Font--Size, Color, Style [Bold, Italic, and Underline] Block

Unit 3--Alignment, Formatting Font--Size, Color, Style [Bold, Italic, and Underline] Block Unit 3--Alignment, Formatting Font--Size, Color, Style [Bold, Italic, and Underline] Block Use the mouse pointer to select the text (or put a blue highlight behind it). Then, make the changes you need.

More information

Web Site Design and Development Lecture 6

Web Site Design and Development Lecture 6 Web Site Design and Development Lecture 6 CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM Inheritance Before we talk about font properties, it needs to be known that font properties are inherited by the descendants

More information

Windows Standard Fonts

Windows Standard Fonts Agency FB algerian Arial Arial Black Arial Narrow Arial Rounded MT Baskerville Old Face Bell MT Berlin Sans FB Bernard MT Condensed Blackadder ITC Bodoni MT Bodoni MT Condensed Bookman Old Style Book Antiqua

More information

ACSC 231 Internet Technologies

ACSC 231 Internet Technologies ACSC 231 Internet Technologies Lecture 7 Web Typography Efthyvoulos Kyriacou - Assoc. Prof. Frederick University Resources: C. Markides (Frederick University) Slide 1 ACSC 231: Internet Technologies 23/12/2008

More information

Developing successful posters using Microsoft PowerPoint

Developing successful posters using Microsoft PowerPoint Developing successful posters using Microsoft PowerPoint PRESENTED BY ACADEMIC TECHNOLOGY SERVICES University of San Diego Goals of a successful poster A poster is a visual presentation of your research,

More information

Font, Typeface, Typeface Family. Selected Typographical Variables

Font, Typeface, Typeface Family. Selected Typographical Variables Font, Typeface, Typeface Family Font: A font is a set of printable or displayable text character in a specific style, weight, and size. E.g. Helvetica Italic 10 Point. Typeface: The type design for a set

More information

5. Text CHAPTER HIGHLIGHTS 10/12/2016 CHAPTER. Text tradition. Codes for computer text. t. Font technologies. Multimedia text.

5. Text CHAPTER HIGHLIGHTS 10/12/2016 CHAPTER. Text tradition. Codes for computer text. t. Font technologies. Multimedia text. CHAPTER 5. Text CHAPTER HIGHLIGHTS Text tradition. Codes for computer text. t Font technologies. Multimedia text. Guidelines for use of text in multimedia. 2 1 POWERS OF TEXT Multimedia developers value

More information

IT82: Mul timedia. Practical Graphics Issues 20th Feb Overview. Anti-aliasing. Fonts. What is it How to do it? History Anatomy of a Font

IT82: Mul timedia. Practical Graphics Issues 20th Feb Overview. Anti-aliasing. Fonts. What is it How to do it? History Anatomy of a Font IT82: Mul timedia Practical Graphics Issues 20th Feb 2003 1 Anti-aliasing What is it How to do it? Lines Shapes Fonts History Anatomy of a Font Overview Types of Fonts ( which do I choose? ) How to make

More information

IDM 221. Web Design I. IDM 221: Web Authoring I 1

IDM 221. Web Design I. IDM 221: Web Authoring I 1 IDM 221 Web Design I IDM 221: Web Authoring I 1 Week 5 IDM 221: Web Authoring I 2 Working With Text IDM 221: Web Authoring I 3 Special Characters IDM 221: Web Authoring I 4 > < & IDM 221: Web Authoring

More information

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). WDI Fundamentals Unit 4 CSS Cheat Sheet Rule The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). Declaration A declaration is made

More information

WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34

WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34 WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34 OUTCOME 1 Knowledge requirements Web page construction methods File formats Terminology html type Web safe colours WEB PAGE CONSTRUCTION

More information

CSS Styles Quick Reference Guide

CSS Styles Quick Reference Guide Table 1: CSS Font and Text Properties Font & Text Properties Example(s) font-family Font or typeface font-family: Tahoma font-size Size of the font font-size: 12pt font-weight Normal or bold font-weight:

More information

Typography Main typography EC Square Sans Pro

Typography Main typography EC Square Sans Pro 1.4 Typography 33 Main typography EC Square Sans Pro EC Square Sans Pro is the mandatory font for the Commission s logo, images incorporating texts and for professional publications. Three main weights

More information

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson CSS: Formatting Text Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for text processing: font-family

More information

SAMPLE PAGES. Syllabus coverage chart. viii Syllabus coverage chart

SAMPLE PAGES. Syllabus coverage chart. viii Syllabus coverage chart viii Syllabus coverage chart Syllabus coverage chart The chart below shows how each Unit and Topic relates to the ICT syllabus and the Computer Studies syllabus. Computer Unit 11.1 Computer Fundamentals

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 Web Development & Design Foundations with HTML5 KEY CONCEPTS Copyright Terry Felke-Morris 1 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets from print

More information

Guidelines for Legible and Readable Text, page 2-1 Visual Density Transparent, Translucent, or Opaque?, page 2-3

Guidelines for Legible and Readable Text, page 2-1 Visual Density Transparent, Translucent, or Opaque?, page 2-3 CHAPTER 2 Revised: November 15, 2011 Concepts, page 2-1 s, page 2-4 Reference, page 2-25 Concepts Guidelines for Legible and Readable Text, page 2-1 Visual Density Transparent, Translucent, or Opaque?,

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 3 CSS BASICS Copyright Terry Felke-Morris 2 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets

More information

LECTURE 4 THE USES OF TEXT IN MULTIMEDIA

LECTURE 4 THE USES OF TEXT IN MULTIMEDIA LECTURE 4 THE USES OF TEXT IN MULTIMEDIA 1 Objective Media Types What text is How text is created and stored in the computer How text is used in Multimedia Systems Advantages and Disadvantages of using

More information

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube {

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube { .hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in;.tube { color: #996600; height: 3in; width: 12in; position: fixed; What is CSS? Cascading Style Sheets CSS is responsible

More information

Multimedia for the Web: Creating Digital Excitement. Multimedia Element Text

Multimedia for the Web: Creating Digital Excitement. Multimedia Element Text : Creating Digital Excitement Multimedia Element Text Chapter Concepts Discuss Fonts Understand Fonts Define Cascading Style Sheets (CSS) Explain Additional Options for Implementing Text on the Web Chapter

More information

What is Accessibility?

What is Accessibility? Email Accessibility What is Accessibility? 1. Extent to which a consumer or user can obtain a good or service at the time it is needed. 2. Ease with which a facility or location can be reached from other

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

Activity 4.1: Creating a new Cascading Style Sheet

Activity 4.1: Creating a new Cascading Style Sheet UNIVERSITY OF BAHRAIN COLLEGE OF APPLIED STUDIES LAB 4 Understanding & Creating Cascading Style Sheets (CSS) Description: Cascading style sheets (CSS) are collections of formatting rules that control the

More information

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson Chapter 7 Typography, Style Sheets, and Color Mrs. Johnson Typography Typography refers to the arrangement, shape, size, style, and weight of text. Affects the navigation and usability of a web site and

More information

Poster Instructions OUHSC College of Allied Health Office of Academic and Student Services AHB 1009 /

Poster Instructions OUHSC College of Allied Health Office of Academic and Student Services AHB 1009 / Poster Instructions OUHSC College of Allied Health Office of Academic and Student Services AHB 1009 / 405.271.6588 Please read this document carefully to help save you time and frustration. The College

More information

TYPOGRAPHY. ascender arm (as on the capital T) descender bar (as on the capital H) counter ear (as on the lower case g and r)

TYPOGRAPHY. ascender arm (as on the capital T) descender bar (as on the capital H) counter ear (as on the lower case g and r) TYPOGRAPHY Parts of letters: base line x-height ascender arm (as on the capital T) descender bar (as on the capital H) extenders bowl counter ear (as on the lower case g and r) serif stroke tail (as on

More information

HTML Tags <tag>stuff</tag>

HTML Tags <tag>stuff</tag> HTML Tags stuff a address blockquote body br div em h1, h2, h3, h4, h5 & h6 head html img li link ol p span strong style title ul Find The Whole Shebang on htmldog.com (anchor) used for links

More information

Elements of typographic design

Elements of typographic design Type Terminology Serif fonts Sans serif fonts Elements of typographic design Times News Roman Ariel Verdana Calligrapher 24 pt 20 pt 14 pt 10 pt Univers 45 Light Univers 45 condensed light Univers 55 Univers

More information

By Ryan Stevenson. Guidebook #3 CSS

By Ryan Stevenson. Guidebook #3 CSS By Ryan Stevenson Guidebook #3 CSS Table of Contents 1. How to Use CSS 2. CSS Basics 3. Text Sizes Colors & Other Styling 4. Element Layout Positioning & Sizing 5. Backgrounds & Borders How to Use CSS

More information

QUICK GUIDE. Graphics Standards & Guidelines University of Nebraska at Kearney

QUICK GUIDE. Graphics Standards & Guidelines University of Nebraska at Kearney QUICK GUIDE Graphics Standards & Guidelines University of Nebraska at Kearney 08 2016 Summary The visual identity for the University of Nebraska Kearney is the face the school shows the public. It is representative

More information

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 LEARNING OUTCOMES In this chapter, you will learn how to... Describe the evolution of style sheets from print media to the Web List

More information

STYLE AND USAGE GUIDELINES

STYLE AND USAGE GUIDELINES STYLE AND USAGE GUIDELINES Meet. Play. Celebrate. Syracuse Logo OFFICIAL LOGO FOR The Oncenter logo must always be presented as above, with the icon placed at left and with equidistant spacing between

More information

Chameleon i. Template Websites VAT Per kit per month connectivity module*

Chameleon i. Template Websites VAT Per kit per month connectivity module* 1499.00 + VAT Per kit Our designers have developed three websites which can be customised with your agencies brand. All we require is your logo, copy and images and our designers will bring your template

More information

> > > > Cascading Style Sheets basics

> > > > Cascading Style Sheets basics > > > > Cascading Style Sheets basics CSS A style language used to control the design layout of an.html or.php document more efficiently and globally than using HTML attributes. Good Stuff Gives you greater

More information

Presenting Data Effectively

Presenting Data Effectively Presenting Data Effectively Based on Materials by Geoff Dates River Network Elizabeth Herron Volunteer Water Quality Monitoring National Facilitation Project USDA-CSREES National Water Conference, Sparks

More information

INTRODUCTION TO TYPOGRAPHY DESIGN

INTRODUCTION TO TYPOGRAPHY DESIGN INTRODUCTION TO TYPOGRAPHY DESIGN Goals of typographic design Typography plays an important role in how audiences perceive your document and its information. Good design is about capturing your audience

More information

Introduction to CSS. Part 1: Simple Text Formatting. Source Files for this Exercise are available on the Course Website DW_CSS intro

Introduction to CSS. Part 1: Simple Text Formatting. Source Files for this Exercise are available on the Course Website DW_CSS intro Introduction to CSS Source Files for this Exercise are available on the Course Website DW_CSS intro Part 1: Simple Text Formatting 1. Launch Dreamweaver 2. Open File: aa_demo_chef_start.html Please work

More information

BRAND IDENTITY BOOK. HeiTech Padu Berhad.

BRAND IDENTITY BOOK. HeiTech Padu Berhad. HeiTech Padu Berhad BRAND IDENTITY BOOK Level 15, Menara HeiTech Village, Persiaran Kewajipan, USJ 1, UEP Subang Jaya, 47600 Subang Jaya, Selangor Darul Ehsan, Malaysia T +(603) 8026 8888 +(603) 8601 3000

More information

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 3 Test Bank

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 3 Test Bank Multiple Choice. Choose the best answer. 1. Cascading Style Sheet rules are comprised of: a. Selectors and Declarations b. Properties and Declarations c. Selectors and Attributes 2. When CSS is coded in

More information

ADVERTISEMENTS SUBMISSION GUIDELINES

ADVERTISEMENTS SUBMISSION GUIDELINES Harvard Yearbook Publications Guide to Parent Ads Celebrate your student s graduation by purchasing a parent ad and receive a complimentary embossed yearbook. SUBMISSION GUIDELINES Once we receive your

More information

ADVERTISEMENTS PAYMENT OPTIONS DEADLINES. Harvard Yearbook Publications Class of 2018 Parent Ads. JOHN HARVARD Full Page Ad (8x11 )...

ADVERTISEMENTS PAYMENT OPTIONS DEADLINES. Harvard Yearbook Publications Class of 2018 Parent Ads. JOHN HARVARD Full Page Ad (8x11 )... Harvard Yearbook Publications Class of 2018 Parent Ads Celebrate your student s graduation by purchasing a parent ad and receive a free embossed Class of 2018 Yearbook. SUBMISSION GUIDELINES Once we receive

More information

The Poster Presentation

The Poster Presentation Posters Joan M. Lakoski, Ph.D. University of Pittsburgh The Poster Presentation Presenting Data at a Scientific Meeting Characteristics of effective presentations: Organized Rehearsed Visual appeal Relevant

More information

Accessible Documents & Presentations. By Amy Maes, DNOM

Accessible Documents & Presentations. By Amy Maes, DNOM Accessible Documents & Presentations By Amy Maes, DNOM 1 Overview Accessibility: What am I required to do? Disability Characteristics Creating an Accessible Word Document & PowerPoint Presentation v2010

More information

Lab Introduction to Cascading Style Sheets

Lab Introduction to Cascading Style Sheets Lab Introduction to Cascading Style Sheets For this laboratory you will need a basic text editor and a browser. In the labs, winedt or Notepad++ is recommended along with Firefox/Chrome For this activity,

More information

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel is a ubiquitous data analysis software. Mastery of Excel can help you succeed in a first job and in your further studies with expertise

More information

Basic Elements > Typeface. Contents

Basic Elements > Typeface. Contents Contents At a glance: DB Head DB Sans DB Sans Condensed DB Sans Compressed DB Office DB Serif DB News DB Plan Corporate design guidelines: Font families and font styles Basic typographical principles File

More information

EnvSci360 Computer and Analytical Cartography

EnvSci360 Computer and Analytical Cartography EnvSci360 Computer and Analytical Cartography Lecture 5 Working with Type and Labels Key Points Labels are text that locate and identify features on a map Important for readability & communication EnvSci

More information

LoremTM. Identity Guidelines (Date)

LoremTM. Identity Guidelines (Date) Identity Guidelines (Date) This example was created to help inspire your conservation advocacy / nature organization to develop identity guidelines and use them consistently across outreach campaigns.

More information

Introduction to Scientific Typesetting Lesson 14: Fonts

Introduction to Scientific Typesetting Lesson 14: Fonts Introduction to Scientific Typesetting Lesson 14: Fonts Ryan Higginbottom January 24, 2012 1 2 Monospaced and Proportional Serifed and sans serif fonts Attributes of Font Families Font Encoding 3 Monospaced

More information

New Font Offerings: Cochineal, Nimbus15, LibertinusT1Math

New Font Offerings: Cochineal, Nimbus15, LibertinusT1Math New Font Offerings: Cochineal, Nimbus15, LibertinusT1Math Michael Sharpe, UCSD TUG Toronto, July 2016 Cochineal an oldstyle text font family with Roman, Greek and Cyrillic alphabets derived from Sebastian

More information

RECOMMENDATION FOR THE AUTHORING OF PATENT APPLICATIONS FOR THE PURPOSE OF FACILITATING OPTICAL CHARACTER RECOGNITION (OCR)

RECOMMENDATION FOR THE AUTHORING OF PATENT APPLICATIONS FOR THE PURPOSE OF FACILITATING OPTICAL CHARACTER RECOGNITION (OCR) STANDARD ST.22 RECOMMENDATION FOR THE AUTHORING OF PATENT APPLICATIONS FOR THE PURPOSE OF FACILITATING OPTICAL CHARACTER RECOGNITION (OCR) INTRODUCTION 1. This recommendation applies to patent applications

More information

Logo Style Guide. February 20, 2008

Logo Style Guide. February 20, 2008 Logo Style Guide February 20, 2008 Table of Contents Communicating the Plexera Brand. 1 The Plexera Logo. 2 Using the Plexera Logo. 3 Color Palette. 4 Logo Don ts. 5 Typefaces. 6 Product Naming Typography.

More information

Watch the video below to learn more about formatting cells in Excel. *Video removed from printing pages. To change the font size:

Watch the video below to learn more about formatting cells in Excel. *Video removed from printing pages. To change the font size: Excel 06 Formatting Cells Introduction All cell content uses the same formatting by default, which can make it di icult to read a workbook with a lot of information. Basic formatting can customize the

More information

Creating an Accessible Microsoft Word document

Creating an Accessible Microsoft Word document Creating an Accessible Microsoft Word document Use Built-in Formatting Styles Using built-in formatting styles could be the single most important step in making documents accessible. Built-in formatting

More information

USE OF AUDIO VISUAL AIDS. Shital Moktan

USE OF AUDIO VISUAL AIDS. Shital Moktan 1 USE OF AUDIO VISUAL AIDS Shital Moktan 2 I hear, I forget I see, I remember I do, I understand Audio Visual Aids 3 Any device which can be used to make the learning more effective more concrete more

More information

PRESCRIPTIVE SIGN PROGRAM ELEMENTS DRAFT

PRESCRIPTIVE SIGN PROGRAM ELEMENTS DRAFT PRESCRIPTIVE SIGN PROGRAM ELEMENTS Section V.1.D provides for approval of signs that meet certain criteria without prior review by the Design Review Board. These signs may be approved administratively

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

Web Design and Development Tutorial 03

Web Design and Development Tutorial 03 Table of Contents Web Design & Development - Tutorial 03... 2 Using and Applying CSS to XHTML... 2 Conventions... 2 What you need for this tutorial... 2 Common Terminology... 3 Parent / Child Elements...

More information

Forms Design Best Practice Front Office

Forms Design Best Practice Front Office Forms Design Best Practice Front Office Tips to help you design better forms 1.0 Getting the best out of the forms designer 1.1 Consistent Styling Having a set of forms using a consistent styling can add

More information

Principles of Typography

Principles of Typography Principles of Typography Different fonts send a different message to the reader. Categories: Sans serif Serif Script Decorative Fonts Sans-serif Fonts Easy to read, especially online Modern and clean Good

More information

Putting type on a page without incorporating typographic principles is merely word processing. Terry Rydberg, Author Exploring InDesign 3

Putting type on a page without incorporating typographic principles is merely word processing. Terry Rydberg, Author Exploring InDesign 3 Putting type on a page without incorporating typographic principles is merely word processing. Terry Rydberg, Author Exploring InDesign 3 Typography The study of all elements of type as a means of visual

More information

TYPE ANATOMY jtittle

TYPE ANATOMY jtittle TYPE ANATOMY TYPE ANATOMY TITTLE j Serif Typefaces Tt HUMANIST (a.k.a. Old Style ) - Modeled after the roman typefaces of 15 th & 16 th centuries - Closely related to calligraphy and hand movement CLASSIC

More information

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines This document provides details on typesetting and layout requirements pertaining to final manuscript

More information

Floats, Grids, and Fonts

Floats, Grids, and Fonts Floats, Grids, and Fonts Computer Science and Engineering College of Engineering The Ohio State University Lecture 17 Recall: Blocks, Inline, and Flow flow body inline paragraph heading horz rule blocks

More information

Cascading Style Sheets. Overview and Basic use of CSS

Cascading Style Sheets. Overview and Basic use of CSS Cascading Style Sheets Overview and Basic use of CSS What are Style Sheets? A World Wide Web Consortium (W3C) defined standard A way for web page designers to separate the formatting of a document from

More information

Brand Overview COLORS / FONTS / LOGOS rd Street, Suite 210 Denver, CO communityengineeringcorps.org

Brand Overview COLORS / FONTS / LOGOS rd Street, Suite 210 Denver, CO communityengineeringcorps.org Brand Overview COLORS / FONTS / LOGOS 1031 33rd Street, Suite 210 Denver, CO 80205 720 204-3194 Color Palette PRIMARY COLORS PRIMARY PALETTE For most situations, it is important to utilize the two main

More information

INTRODUCING THE Transition family

INTRODUCING THE Transition family INTRODUCING THE Transition family A TYPFACE DESIGNED BY JAN ERASMUS CIRCA 2006 INFORMATION GUIDE RELEASED AND DISTRIBUTED BY: Cybergraphics.bz ALSO DISTRIBUTED BY: Fonts.com Linotype.com ITC.com Transition

More information

E-Summit: Formatting Modern Resumes: Strategy & Distinctive Design to Win Interviews

E-Summit: Formatting Modern Resumes: Strategy & Distinctive Design to Win Interviews E-Summit: Formatting Modern Resumes: Strategy & Distinctive Design to Win Interviews Presented by Marie Zimenoff, M.Ed, MRW, NCRW and Dr. Cheryl Minnick, M.Ed., Ed.D., NCRW, CCMC Keeping an Eye on Recruiters

More information

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em> Introduction to CSS Review Question 1 Which tag is used to create a link to another page? 1. 2. 3. 4. Review Question 1 Which tag is used to create a link to another page? 1. 2.

More information

Linotype Univers CD for Mac and PC - containing 63 font weights

Linotype Univers CD for Mac and PC - containing 63 font weights presented in: Eurostile Roman Find further Font Features in our Font Feature Archive. The Univers family of fonts designed by Adrian Frutiger more than forty years ago is one of the most innovative type

More information

Summary of the Swiss Red Cross Corporate Design Manual

Summary of the Swiss Red Cross Corporate Design Manual Summary of the Swiss Red Cross Corporate Design Manual Table of Contents 1 Logo... 3 2 Colour... 3 3 Font... 3 4 Page Layout... 4 4.1 Portrait... 4 4.2 Landscape... 4 4.3 Headers... 4 4.4 Footers... 4

More information

User Documentation. Font Audit. Inera Incorporated. 19 Flett Road Belmont, MA extyles

User Documentation. Font Audit. Inera Incorporated. 19 Flett Road Belmont, MA extyles User Documentation Font Audit Last updated January 2015 Inera Incorporated 19 Flett Road Belmont, MA 02478 +1 617 932 1932 extyles support@inera.com www.inera.com Document Audit: Font Audit The first step

More information

Practical Mathematical Handwriting

Practical Mathematical Handwriting Practical Mathematical Handwriting Xiong Rui December 26, 2018 Abstract In mathematical texts and papers (by TEX, of course), there involves different kinds of fonts. For example, A A A A A It looks beautiful

More information

Let s start with the document tree

Let s start with the document tree CSS INHERITANCE Let s start with the document tree Before we explore inheritance, we need to understand the document tree. All HTML documents are trees. Document trees are made from HTML elements. The

More information

COMSC-031 Web We S ite Site Development Development- Part 2 Part-Time Instructor: Joenil Mistal November 7, 2013

COMSC-031 Web We S ite Site Development Development- Part 2 Part-Time Instructor: Joenil Mistal November 7, 2013 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal November 7, 2013 Chapter 12 12 Creating and Applying Cascading Style Sheets This chapter shows you how to use Cascading Style

More information

CMPT 165: More CSS Basics

CMPT 165: More CSS Basics CMPT 165: More CSS Basics Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University October 14, 2011 1 The Favorites Icon The favorites icon (favicon) is the small icon you see

More information

Visual Identity Standards

Visual Identity Standards Visual Identity Standards 12.0 Presentations Information and inquiries: University Relations brand@ucalgary.ca Visual Identity Standards 2 12.0 Presentations 12.01 Introduction 12.01 Introduction 12.02

More information

Good. jute. Graphics Guide. How to get the most out of your bag... printing on

Good. jute. Graphics Guide. How to get the most out of your bag... printing on Good Graphics Guide How to get the most out of your bag... We want you to have the best possible product. This guide is designed to help you make informed choices when you design the artwork for your bag.

More information

In your lifetime you ve seen billions of letters and millions of words, yet you might never have consciously noticed the typefaces you read.

In your lifetime you ve seen billions of letters and millions of words, yet you might never have consciously noticed the typefaces you read. In your lifetime you ve seen billions of letters and millions of words, yet you might never have consciously noticed the typefaces you read. Type is important because it is an unconscious persuader. It

More information

Poster-making 101 for 1 PowerPoint slide

Poster-making 101 for 1 PowerPoint slide Poster-making 101 for 1 PowerPoint slide Essential information for preparing a poster for the poster printer 1. Poster size: You will be creating a single large slide in PowerPoint. 2. Before adding any

More information

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS IMPORTANT NOTES: All camera-ready submissions must be submitted electronically via the conference management system (Easy Chair)

More information

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

OUR TYPOGRAPHY APPROVED UNIVERS FONTS. Univers 65 Bold Univers 65 Bold Oblique Univers 75 Black Univers 75 Black Oblique

OUR TYPOGRAPHY APPROVED UNIVERS FONTS. Univers 65 Bold Univers 65 Bold Oblique Univers 75 Black Univers 75 Black Oblique BRAND TYPOGRAPHY For Internal Use Only Not For Use With The Public. For help and guidance on our brand standards, contact marketinginbox@firstcommand.com. 63 OUR TYPOGRAPHY Typography is a powerful extension

More information