PSTricks. News new macros and bugfixes for the basic package pstricks. September 5, Package author(s): Herbert Voß

Size: px
Start display at page:

Download "PSTricks. News new macros and bugfixes for the basic package pstricks. September 5, Package author(s): Herbert Voß"

Transcription

1 PSTricks News new macros and bugfixes for the basic package pstricks September 5, Package author(s): Herbert Voß

2 Contents 2 Contents I. pstricks package 3 1. General 3 2. pstricks.sty New optional argument pstricks.tex ( /09/04) Macro \psloop New fillstyle dots The PostScript header files pstricks.pro List of all optional arguments for pstricks 5 II. Other packages 6 6. pst-node version /08/20 6 References 7

3 1. General 3 Part I. pstricks package 1. General There exists a new document class pst-doc for writing PSTricks documentations, like this news document. It depends on the KOMA-Script document class scrartcl. pst-doc defines a lot of special macros to create a good index. Take one of the already existing package documentation and look into the source file. Then it will be easy to understand, how all these macros have to be used. When running pdflatex the title page is created with boxes and inserted with the macro \AddToShipoutPicture from the package eso-pic. It inserts the background title page image pst-doc-pdf to use directly pdflatex. When running latex the title page is created with PSTricks macros.this allows to use the Perl script pst2pdf or the package pst-pdf or auto-pst-pdf or any other program/package which supports PostScript code in the document. 2. pstricks.sty 2.1. New optional argument 3. pstricks.tex ( /09/04) 3.1. Macro \psloop PSTricks already knows\psforeach and\psforeach for loops. The new macro\psloop 2.17 allows a loop without defining a variable: \psloop{n}{argument} However, the internal T E X counter psloopindex can be used for own purposes. PSTricks PSTricks PSTricks PSTricks PSTricks PSTricks PSTricks A B C D 1 \psloop{4}{pstricks } 1 \tabular{ c c c c } 2 \psloop{3}{pstricks &}\\\hline 3 A & B & C & D\\\hline 4 \endtabular \begin{pspicture}[showgrid](3,3) 2 \psloop{4}{% 3 \psdots(\the\psloopindex,\the\psloopindex)} 4 \end{pspicture}

4 3.2. New fillstyle dots New fillstyle dots Instead of using the package pst-fill one can now use the fill style dots. The valid parameters are hatchsep for the distance of two dots, hatchwidth for the radius of the filled dot, and hatchcolor for the dot color. 1 \begin{pspicture}(-2,-2)(10,2) 2 \pscircle[hatchcolor=gray,hatchsep=10pt,hatchwidth=3pt,fillstyle=dots]{2} 3 \pscircle[hatchcolor=gray,hatchsep=10pt,hatchwidth=3pt,fillstyle=dots*](4,0) {2} 4 \psframe[hatchcolor=blue!30,linecolor=red,hatchsep=12pt,hatchwidth=4pt, 5 fillstyle=dots*](6,-2)(10,2) 6 \end{pspicture} 4. The PostScript header files 4.1. pstricks.pro There is a new subroutine DotFill: 1 2 /DotFill {% on stack: dot radius 3 /dotradius ED 4 abs CLW add /a ED 5 a 0 dtransform round exch round exch 6 2 copy idtransform 7 exch Atan rotate 8 idtransform pop /a ED itransform 10 pathbbox % llx lly urx ury of smallest bounding box 11 /y2 ED /x2 ED /y1 ED /x1 ED 12 y2 y1 sub a div 2 add cvi /Ny ED 13 x2 x1 sub a div 2 add cvi /Nx ED 14 clip 15 newpath 16 /ya y1 dotradius add CLW add def 17 /xa0 x1 dotradius add CLW add def 18 Ny { 19 /xa xa0 def 20 Nx { 21 newpath 22 xa ya dotradius arc

5 5. List of all optional arguments for pstricks 5 23 SolidDot { gsave fill grestore } if 24 stroke 25 xa a add /xa ED 26 } repeat 27 ya a add /ya ED 28 } repeat 29 grestore 30 } def 5. List of all optional arguments for pstricks Key Type Default

6 6. pst-node version /08/20 6 Part II. Other packages 6. pst-node version /08/20 The command\pnode now knows an optional argument for an offset, which expects two values (x,y) separated by a comma: \pnode [ offset ] (x,y){ node name } 2 1 0A -1 C E -2B D \begin{pspicture}[showgrid](0,-2)(6,2) 2 \pnode{a}\psdot(a)\uput[90](a){a} 3 \pnode[0,-2]{b}\psdot(b)\uput[90](b){b} 4 \pnode(2,0){c}\psdot(c)\uput[90](c){c} 5 \pnode[1,-2](2,0){d}\psdot(d)\uput[90](d){d} 6 \pnode[2,2](3.5,0){e}\psdot(e)\uput[90](e){e } 7 \end{pspicture}

7 References 7 References [1] Michel Goosens, Frank Mittelbach, Sebastian Rahtz, Denis Roegel, and Herbert Voß. The L A T E X Graphics Companion. Addison-Wesley Publishing Company, Reading, Mass., [2] Laura E. Jackson and Herbert Voß. Die Plot-Funktionen von pst-plot. Die T E Xnische Komödie, 2/02:27 34, June [3] Nikolai G. Kollock. PostScript richtig eingesetzt: vom Konzept zum praktischen Einsatz. IWT, Vaterstetten, [4] Herbert Voß. Die mathematischen Funktionen von Postscript. Die T E Xnische Komödie, 1/02:40 47, March [5] Herbert Voss. PSTricks Support for pdf. file=pdf/pdfoutput, [6] Herbert Voß. L A T E X Referenz. DANTE lehmanns media, Heidelberg/Hamburg, 2. edition, [7] Herbert Voß. PSTricks Grafik für T E X und L A T E X. DANTE Lehmanns Media, Heidelberg/Hamburg, 6. edition, [8] Herbert Voß. L A T E X Quick Reference. UIT, Cambridge/UK, 1. edition, [9] Herbert Voß. PSTricks Graphics for L A T E X. UIT, Cambridge/UK, 1. edition, [10] Michael Wiedmann and Peter Karp. References for T E X and Friends. miwie.org/tex-refs/, 2003.

8 Index \AddToShipoutPicture, 3 auto-pst-pdf, 3 Class pst-doc, 3 scrartcl, 3 Counter psloopindex, 3 DotFill, 4 dots, 4 eso-pic, 3 File pst-doc-pdf, 3 Program latex, 3 pdflatex, 3 pst2pdf, 3 \psforeach, 3 \psforeach, 3 \psloop, 3 psloopindex, 3 pst-doc, 3 pst-doc-pdf, 3 pst-fill, 4 pst-pdf, 3 pst2pdf, 3 scrartcl, 3 hatchcolor, 4 hatchsep, 4 hatchwidth, 4 Keyvalue dots, 4 Keyword hatchcolor, 4 hatchsep, 4 hatchwidth, 4 latex, 3 Macro \AddToShipoutPicture, 3 \pnode, 6 \psforeach, 3 \psforeach, 3 \psloop, 3 Package auto-pst-pdf, 3 eso-pic, 3 pst-fill, 4 pst-pdf, 3 pdflatex, 3 \pnode, 6 PostScript DotFill, 4 8

PSTricks. News new macros and bugfixes for the basic package pstricks. June5, Package author(s): Herbert Voß

PSTricks. News new macros and bugfixes for the basic package pstricks. June5, Package author(s): Herbert Voß PSTricks News - 2012 new macros and bugfixes for the basic package pstricks June5, 2012 2012 Package author(s): Herbert Voß Contents 2 Contents I. pstricks package 3 1. General 3 2. pstricks.tex (2.29

More information

PSTricks. News new macros and bugfixes for the basic package pstricks. December 27, Package author(s): Herbert Voß

PSTricks. News new macros and bugfixes for the basic package pstricks. December 27, Package author(s): Herbert Voß PSTricks News - new macros and bugfixes for the basic package pstricks December 7, Package author(s): Herbert Voß Contents Contents I. pstricks package. pstricks.sty.. RGB to gray......................................

More information

PSTricks. News new macros and bugfixes for the basic package pstricks. January 6, Package author(s): Herbert Voß

PSTricks. News new macros and bugfixes for the basic package pstricks. January 6, Package author(s): Herbert Voß PSTricks News - 2018 new macros and bugfixes for the basic package pstricks January 6, 2018 2018 Package author(s): Herbert Voß 2 Contents Contents I. pstricks package 3 1. pstricks.sty pstricks-pdf.sty

More information

News new macros and bugfixes for the basic package pstricks. Herbert Voß. December 27, 2018

News new macros and bugfixes for the basic package pstricks. Herbert Voß. December 27, 2018 News - 2018 new macros and bugfixes for the basic package pstricks Herbert Voß December 27, 2018 1 2 Contents Contents I. pstricks package 3 1. pstricks.sty pstricks-pdf.sty 3 2. pstricks-tex.tex 3 3.

More information

PSTricks News new macros and bugfixes for the basic packages pstricks, pst-plot, and pst-node Herbert Voß

PSTricks News new macros and bugfixes for the basic packages pstricks, pst-plot, and pst-node Herbert Voß PSTricks News - 2009 new macros and bugfixes for the basic packages pstricks, pst-plot, and pst-node January 30, 2009 Package author(s): Herbert Voß Contents 2 Contents I. pstricks package 3 1. General

More information

PSTricks. pst-knot. Plotting special knots; v November 8, Package author(s): Herbert Voß

PSTricks. pst-knot. Plotting special knots; v November 8, Package author(s): Herbert Voß PSTricks pst-knot Plotting special knots; v.0.02 November 8, 2009 Package author(s): Herbert Voß Contents 2 Contents 1 introduction 2 2 \psknot 2 3 Special settings 4 3.1 Scaling......................................

More information

A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics

A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics The pst-light3d package version 0.11 A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics Denis Girou and Peter Kleiweg August 13, 2007 Abstract This package allow

More information

PSTricks pst-abspos Herbert Voß

PSTricks pst-abspos Herbert Voß PSTricks pst-abspos A PSTricks package for using abolute or relative coordinates of a page; v.0.2 September 27, 2009 Package author(s): Herbert Voß Contents 2 Contents 1 Introduction 3 2 Package Options

More information

pst grad:gradients v /11/27 Herbert Voß July 11, 2007 Abstract

pst grad:gradients v /11/27 Herbert Voß July 11, 2007 Abstract pst grad:gradients v. 1.06 2006/11/27 Herbert Voß July 11, 2007 Abstract pst grad is also one of the older and smaller packages. It provides only one fill style. A gradient could be created with the macros

More information

PSTricks. pst-gantt. gantt charts; v.0.22a. December 14, Herbert Voß

PSTricks. pst-gantt. gantt charts; v.0.22a. December 14, Herbert Voß PSTricks pst-gantt gantt charts; v.0.22a December 14, 2014 Documentation by Herbert Voß Package author(s): Denis Girou Herbert Voß Contents 2 Contents 1 Environments and Macros 4 2 List of all optional

More information

PSTricks new macros and bugfixes for the basic packages pstricks, pst-plot, pst-tree, and pst-node

PSTricks new macros and bugfixes for the basic packages pstricks, pst-plot, pst-tree, and pst-node PSTricks - 2008 new macros and bugfixes for the basic packages pstricks, pst-plot, pst-tree, and pst-node Herbert Voß November 12, 2008 Herbert.Voss@pstricks.de; thanks to Patrick Drechsler. 1 Contents

More information

PSTricks. pst-magneticfield. Magnetic field lines of a solenoid; v June 11, Package author(s): Juergen Gilg Manuel Luque Herbert Voß

PSTricks. pst-magneticfield. Magnetic field lines of a solenoid; v June 11, Package author(s): Juergen Gilg Manuel Luque Herbert Voß PSTricks pst-magneticfield Magnetic field lines of a solenoid; v.1.13 June 11, 2010 Package author(s): Juergen Gilg Manuel Luque Herbert Voß The package pst-magneticfield aims to trace the shape of field

More information

Export of PSTricks environments

Export of PSTricks environments pst eps: Export of PSTricks environments Herbert Voß November 5, 2006 Abstract It is relatively easy to save single PSTricks graphics as PostScript files. Important is that one puts a frame using \fbox

More information

PSTricks. News new macros and bugfixes for the basic package pstricks. December 13, Package author(s): Herbert Voß

PSTricks. News new macros and bugfixes for the basic package pstricks. December 13, Package author(s): Herbert Voß PSTricks News - 2010 new macros and bugfixes for the basic package pstricks December 13, 2017 2010 Package author(s): Herbert Voß Contents 2 Contents I. pstricks package 3 1. General 3 2. pstricks.sty

More information

Coils, springs and zigzag lines

Coils, springs and zigzag lines pst coil: Coils, springs and zigzag lines Herbert Voß November 5, 2006 Abstract Coils, springs and zigzag curves do not really count to the ordinary when creating graphics. They are of some importance

More information

PSTricks. pst-tools. Helper functions; v.0.09b. December 3, Package author(s): Herbert Voß

PSTricks. pst-tools. Helper functions; v.0.09b. December 3, Package author(s): Herbert Voß PSTricks pst-tools Helper functions; v.0.09b December 3, 2017 Package author(s): Herbert Voß 2 This package defines some tools which are useful for all packages not only the PSTricks like packages. Thanks

More information

314 TUGboat, Volume 22 (2001), No. 4. Abstract

314 TUGboat, Volume 22 (2001), No. 4. Abstract 34 TUGboat, Volume (00), No. 4 The plot functions of pst-plot Abstract Jana Voß and Herbert Voß Plotting of external data records is one of the standard problems of technical and industrial publications.

More information

PSTricks. pst-poly. A PSTricks package for drawing polygons; v August 28, Package author(s): Denis Girou Herbert Voß

PSTricks. pst-poly. A PSTricks package for drawing polygons; v August 28, Package author(s): Denis Girou Herbert Voß PSTricks pst-poly A PSTricks package for drawing polygons; v.1.63 August 28, 2014 Package author(s): Denis Girou Herbert Voß Contents 2 Contents 1 Introduction 4 2 Optional arguments 4 3 Pre-defined polygons

More information

PSTricks. pst2pdf. Running a PSTricks document with pdflatex; v October 4, Package author(s): Herbert Voß Pablo González Luengo

PSTricks. pst2pdf. Running a PSTricks document with pdflatex; v October 4, Package author(s): Herbert Voß Pablo González Luengo PSTricks pst2pdf Running a PSTricks document with pdflatex; v. 0.18 October 4, 2017 Package author(s): Herbert Voß Pablo González Luengo 2 Contents Contents 1 Introduction 3 2 Requirements 3 2.1 Programs

More information

PSTricks. pst-barcode. A PSTricks package for drawing bar codes; v August 27, Herbert Voß

PSTricks. pst-barcode. A PSTricks package for drawing bar codes; v August 27, Herbert Voß PSTricks pst-barcode A PSTricks package for drawing bar codes; v.0.07 August 27, 2009 Documentation by Herbert Voß Package author(s): Terry Burton Herbert Voß Contents 2 Contents 1 Introduction 4 2 The

More information

Package epsdice a scalable dice font

Package epsdice a scalable dice font Package epsdice a scalable dice font 2007/02/15 Version 2.1 Thomas Heim (thomas.heim@unibas.ch) 1 Introduction Dice fonts are already available in metafont format. (I should know, I wrote one myself: dice3d.mf.)

More information

PSTricks. pst-optic. Lenses and Mirrors; v September 5, Herbert Voß

PSTricks. pst-optic. Lenses and Mirrors; v September 5, Herbert Voß PSTricks pst-optic Lenses and Mirrors; v.1.02 September 5, 2016 Documentation by Herbert Voß Package author(s): Manuel Luque Herbert Voß Contents 2 Contents 1 General Options 5 1.1 \resetopticoptions..............................

More information

Rotating Text, Tabulars and Images. Herbert Voß March 3, 2007

Rotating Text, Tabulars and Images. Herbert Voß March 3, 2007 Text, Tabulars and Images Herbert Voß March 3, 2007 Abstract To rotate objects like words, tables or images seems to be very easy with L A TEX but it is sometimes difficult together whith a floating environment,

More information

Drawing Trees with PStricks

Drawing Trees with PStricks Drawing Trees with PStricks Doug Arnold (L A TEX for Linguists) June 5, 2008 1 Introduction, Basics The PSTricks package has some very nice tools for drawing trees. Here is some minimal documentation.

More information

A Short Introduction to PostScript

A Short Introduction to PostScript A Short Introduction to PostScript Peter Fischer, ZITI, Uni Heidelberg 1 What is PostScript? Postscript is a language to describe graphic objects (& text) It is a vector format Shapes, characters,.. are

More information

L A TEX Document Formatting Examples

L A TEX Document Formatting Examples L A TEX Document Formatting Examples Gene Michael Stover created Thursday, 2005 May 19 updated Sunday, 2005 November 20 Copyright c 2005 Gene Michael Stover. All rights reserved. Permission to copy, store,

More information

Trivial Experiments with pstricks manipulation

Trivial Experiments with pstricks manipulation Trivial Experiments with pstricks manipulation Radhakrishnan CV and Rajagopal CV River Valley Technologies, Trivandrum, India http://www.river-valley.com Antoine Chambert-Loir Ecole polytechnique, Palaiseau

More information

The isorot Package User Manual

The isorot Package User Manual The isorot Package User Manual Peter Wilson peter.r.wilson@boeing.com 15 February 2000 Abstract The facilities in the isorot package are described. The package was initially designed for use with the iso

More information

Package pst-barcode. v May 22, 2007

Package pst-barcode. v May 22, 2007 Package pst-barcode v. 0.04 Terry Burton Herbert Voß May 22, 2007 file name meaning version pst-barcode.sty L A TEX style file wrapper 2006-07-23 pst-barcode.tex TEX file PS interface 2006-07-23 pst-barcode.pro

More information

Evaluation of postfix

Evaluation of postfix Postfix Infix notation: Operator appears between operands: 2 + 3 5 3 + 6 9 Implied precedence: 2 + 3 * 4 2 + (3 * 4 ), not (2 + 3 ) * 4 Prefix notation: Operator precedes operands: + 2 3 5 + 2 * 3 5 (+

More information

Creating Tables and Figures with L A T E X

Creating Tables and Figures with L A T E X Creating and with L A T E X Ricky Patterson bit.ly/latex 5 Oct 2016 Ricky Patterson and in LAT E X 5 Oct 2016 1 / 23 Outline Introduction picture environment Importing Graphics Ricky Patterson and in LAT

More information

The stdclsdv package

The stdclsdv package The stdclsdv package Peter Wilson, Herries Press Maintainer: Will Robertson will dot robertson at latex-project dot org 2009/09/04 Abstract The stdclsdv package is intended to be used by the authors of

More information

Trivial Experiments with pstricks manipulation

Trivial Experiments with pstricks manipulation Trivial Experiments with pstricks manipulation Radhakrishnan CV and Rajagopal CV River Valley Technologies, Trivandrum, India http://www.river-valley.com Antoine Chambert-Loir Ecole polytechnique, Palaiseau

More information

Beamer v3.0 with PSTricks

Beamer v3.0 with PSTricks 1/19 Beamer v3.0 with PSTricks November 4, 2004 Before Starting 2/19 Before Starting The main bottleneck from MS PowerPoint to LaTeX based presentation tool is drawing graphics. Drawing objects can be

More information

Postscript Intro. References. What is Postscript? Hello World! in Ghostscript. CSE 413, Autumn 2005 Programming Languages. Page description language

Postscript Intro. References. What is Postscript? Hello World! in Ghostscript. CSE 413, Autumn 2005 Programming Languages. Page description language References Postscript Intro CSE 413, Autumn 2005 Programming Languages http://www.cs.washington.edu/education/courses/413/05au/ Postscript Language Reference, Adobe Postscript Language Tutorial and Cookbook,

More information

Informatique Graphique. Traitement de l'information et automatisation. Traitement de l'information et automatisation

Informatique Graphique. Traitement de l'information et automatisation. Traitement de l'information et automatisation Un programme mystérieux Informatique Graphique Professeur: Victor Ostromoukhov Page 1 Page 2 Un programme mystérieux Traitement de l'information et automatisation Page 3 Page 4 Traitement de l'information

More information

Semantics. Doug Arnold (L A TEX for Linguists) September 25, 2007

Semantics. Doug Arnold (L A TEX for Linguists) September 25, 2007 Semantics Doug Arnold (L A TEX for Linguists) September 25, 2007 1 Introduction TEX and L A TEX are very good at typesetting logic so typesetting most bits of semantics is very easy, just using the things

More information

TUGboat, Volume 38 (2017), No Using X

TUGboat, Volume 38 (2017), No Using X TUGboat, Volume 8 (), No. 9 The current state of the PSTricks project, part II Abstract PSTricks is an abbreviation for PostScript Tricks, using the enormous graphical capabilities of the programming language

More information

CONTEXT. METAPOST to PDF conversion. group: CONTEXT Support Macros. version: date: 1997 July 25. author: Hans Hagen

CONTEXT. METAPOST to PDF conversion. group: CONTEXT Support Macros. version: date: 1997 July 25. author: Hans Hagen CONTEXT METAPOST to PDF conversion group: CONTEXT Support Macros version: 1997.05.21 date: 1997 July 25 author: Hans Hagen copyright: PRAGMA / Hans Hagen & Ton Otten These macros are written as generic

More information

Postscript Control Flow

Postscript Control Flow Postscript Control Flow CSE 413, Autumn 2005 Programming Languages http://www.cs.washington.edu/education/courses/413/05au/ Variables Postscript uses dictionaries to associate a name with an object value»

More information

Including Graphics in L A TEX Files

Including Graphics in L A TEX Files Including Graphics in L A TEX Files Duane Broline August 2, 2004 Contents 1 Purpose 2 1.1 ScreenShots using gimp...................... 2 1.1.1 Prerequisites........................ 2 1.1.2 Preamble.........................

More information

Communicating Mathematics

Communicating Mathematics Communicating Mathematics TEX and L A TEX an Overview A. J. Meir Department of Mathematics and Statistics Auburn University US-Africa Advanced Study Institute on Analysis, Dynamical Systems, and Mathematical

More information

Martin Scharrer Version v1.2a 2018/03/30. Abstract

Martin Scharrer Version v1.2a 2018/03/30. Abstract The easyfig Package Martin Scharrer martin@scharrer-online.de CTAN: http://www.ctan.org/pkg/easyfig VC: https://bitbucket.org/martin_scharrer/easyfig Version v1.2a 2018/03/30 Abstract This package aims

More information

Introduction to Scientific Typesetting Lesson 13: Changing Defaults and More with pstricks

Introduction to Scientific Typesetting Lesson 13: Changing Defaults and More with pstricks Introduction to Scientific Typesetting Lesson 13: Changing and More with pstricks Ryan Higginbottom January 23, 2012 1 2 Using renewcommand A List of LAT E X Changing Lengths A Warning An 3 Using renewcommand

More information

A PSTricks package for drawing attachment models

A PSTricks package for drawing attachment models pst-pad A PSTricks package for drawing attachment models ver..c Patrick Drechsler August 9, 8 pst-pad is a PSTricks package to draw simple attachment systems. Contents Introduction Parameters High-level

More information

Hello world. 2. Stack-based Programming. Oscar Nierstrasz

Hello world. 2. Stack-based Programming. Oscar Nierstrasz 2. Stack-based Programming Oscar Nierstrasz /Times-Roman findfont % look up Times Roman font 18 scalefont % scale it to 18 points setfont % set this to be the current font 100 500 moveto % go to coordinate

More information

listings-ext A collection of L A TEX commands and some helper files to support the automatic integration of parts of source files into a documentation

listings-ext A collection of L A TEX commands and some helper files to support the automatic integration of parts of source files into a documentation listings-ext A collection of L A TEX commands and some helper files to support the automatic integration of parts of source files into a documentation Jobst Hoffmann Fachhochschule Aachen, Campus Jülich

More information

Math 291: Lecture 10

Math 291: Lecture 10 Math 291: Lecture 10 Justin A. James Minnesota State University Moorhead http://web.mnstate.edu/jamesju/spr2017/m291-01s17.html jamesju@mnstate.edu April 3, 2017 Justin A. James (MSUM) Math 291: Lecture

More information

scrartcl KOMA-script articles with komadown

scrartcl KOMA-script articles with komadown scrartcl KOMA-script articles with komadown Johan Larsson 2019-03-23 Contents 1 Motivation 2 2 Installation 3 3 Settings 3 3.1 Type area calculations....................... 4 3.2 Headers and footers........................

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

Coordinates and conditionals

Coordinates and conditionals CHAPTER 4 Coordinates and conditionals We ll take up here a number of drawing problems which require some elementary mathematics and a few new PostScript techniques. These will require that we can interpret

More information

References. Topic #15: Postscript Intro. What is Postscript? Hello World! in Ghostscript. Page Description Language. Hello World!

References. Topic #15: Postscript Intro. What is Postscript? Hello World! in Ghostscript. Page Description Language. Hello World! References Topic #15: Postscript Intro CSE 413, Autumn 2004 Programming Languages http://www.cs.washington.edu/education/courses/413/04au/ Postscript Language Reference, Adobe Postscript Language Tutorial

More information

Documentation for colortab: Shading and coloring TEX tables, v. 1.0

Documentation for colortab: Shading and coloring TEX tables, v. 1.0 Documentation for colortab: Shading and coloring TEX tables, v. 1.0 Timothy Van Zandt tvz@princeton.edu May 13, 2010 Contents 1 Introduction 1 2 TEX s halign primitive 2 3 LATEX array environments 4 4

More information

L A TEX Graphics with PSTricks

L A TEX Graphics with PSTricks L A TEX Graphics with PSTricks This presentation is also available online. Please visit m home page and follow the links. http://www.math.msu.edu/ hensh 30 25 20 5 = 2. Resources (a) ImageMagick is a collection

More information

Department of Engineering

Department of Engineering 1 von 6 25.06.2008 15:31 Department of Engineering University of Cambridge > Engineering Department > computing help Text Processing using LaTeX TeX is a powerful text processing language and is the required

More information

PSTricks. pst-barcode. A PSTricks package for drawing barcodes; v April 22, Herbert Voß

PSTricks. pst-barcode. A PSTricks package for drawing barcodes; v April 22, Herbert Voß PSTricks pst-barcode A PSTricks package for drawing barcodes; v.0.15 April 22, 2016 Documentation by Herbert Voß Package author(s): Terry Burton Herbert Voß 2 Contents Contents 1 Introduction 4 2 The options

More information

PODi. March Personalized Print Markup Language. Packaging Application Notes. PODi: the Digital Printing Initiative

PODi. March Personalized Print Markup Language. Packaging Application Notes. PODi: the Digital Printing Initiative PODi Personalized Print Markup Language Packaging Application Notes PODi: the Digital Printing Initiative 1240 Jefferson Road, Rochester, New York 14623, USA Tel: (585) 239-6014 Internet: Hhttp://www.podi.org

More information

Visual Techniques For Computing Polyhedral Volumes

Visual Techniques For Computing Polyhedral Volumes Visual Techniques For Computing Polyhedral Volumes T. V. Raman raman@cs.cornell.edu M. S. Krishnamoorthy moorthy@cs.rpi.edu January 1, 00 001/08/300:6:36 UTC Abstract The volume of regular polyhedra have

More information

The auto-pst-pdf package

The auto-pst-pdf package The auto-pst-pdf package Will Robertson & Johannes Große wspr 81 at gmail dot com 2009/04/26 v0.6 1 Future plans This package is no longer being actively developed (although I m happy to add small features

More information

WARNING for Autumn 2004:

WARNING for Autumn 2004: CSE 413 Programming Languages Autumn 2003 Max Points 50 Closed book, closed notes, no electronics. Do your own work! WARNING for Autumn 2004 Last year s exam did not cover Scheme and Java, but this year

More information

PRACTICAL USE OF SPECIAL COMMANDS. DVIPDFMx. August 24, Jin-Hwan Cho. Department of Mathematics The University of Suwon

PRACTICAL USE OF SPECIAL COMMANDS. DVIPDFMx. August 24, Jin-Hwan Cho. Department of Mathematics The University of Suwon PRACTICAL USE OF SPECIAL COMMANDS IN DVIPDFMx August 24, 2005 Jin-Hwan Cho Department of Mathematics The University of Suwon What is DVIDPFMx? A DVI driver program generating PDF from DVI, an extension

More information

Square cells: an array cooking lesson

Square cells: an array cooking lesson The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-03-25 Square cells: an array cooking lesson Will Robertson 1 Square cells in tabular Late last year, there was a question on the Mac OS X TEX mailing

More information

Development of an e-textbook using L A TEX and PStricks

Development of an e-textbook using L A TEX and PStricks Development of an e-textbook using L A TEX and PStricks David M. Tulett, Ph.D Faculty of Business Administration Memorial University St. John s, NL, Canada, A1B 3X5 dtulett@mun.ca July 25-27, 2016 Abstract

More information

1 Introduction. 2 About L A TEX. Page 1(6) Why LATEX is used for review report typesetting within the TDB. project

1 Introduction. 2 About L A TEX. Page 1(6) Why LATEX is used for review report typesetting within the TDB. project AGENCE DE L OCDE POUR L ÉNERGIE NUCLÉAIRE OECD NUCLEAR ENERGY AGENCY Subject: PM Page 1(6) Why LATEX is used for review report typesetting within the TDB project Public Distribution: Issued by: Erik Östhols

More information

Supporting Device Features

Supporting Device Features Supporting Device Features Adobe Developer Support Technical Note #5117 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Drawing polygons: loops and arrays

Drawing polygons: loops and arrays CHAPTER 5 Drawing polygons: loops and arrays Webeginbylearninghowtodrawregularpolygons,andthenlookatarbitrarypolygons.Bothwilluseloops, and the second will require learning about arrays. There are several

More information

The rtsched package for L A TEX (version 1.0)

The rtsched package for L A TEX (version 1.0) The rtsched package for L A TEX (version 1.0) Giuseppe Lipari September 29, 2011 List of Figures 1 Two tasks, with deadline equal to period, RM scheduling.... 4 2 Using multido to avoid repetitions.................

More information

Functions. Systems Programming Concepts

Functions. Systems Programming Concepts Functions Systems Programming Concepts Functions Simple Function Example Function Prototype and Declaration Math Library Functions Function Definition Header Files Random Number Generator Call by Value

More information

L A TEX Course at ICT School

L A TEX Course at ICT School L A TEX Course at ICT School Let s add some mathematics Alexandre L École polytechnique, F labrosse@kth.se KTH Royal Institute of Technology Spring 2012 Course overview 1. Basics and tips for your first

More information

Clinical trials management on the internet I. Using LATEX and SAS to produce customized forms

Clinical trials management on the internet I. Using LATEX and SAS to produce customized forms The PracTEX Journal, 2008, No. 3 Article revision 2008/11/16 Clinical trials management on the internet I. Using LATEX and SAS to produce customized forms Paul A. Thompson, Ph.D. Email Abstract patjah@sbcglobal.

More information

TUGboat, Volume 22 (2001), No. 1/2 87

TUGboat, Volume 22 (2001), No. 1/2 87 TUGboat, Volume 22 (2001), No. 1/2 87 Drawing Message Sequence Charts with L A TEX Sjouke Mauw and Victor Bos Abstract The MSC macro package facilitates L A TEX usersto easily include Message Sequence

More information

The hanging package. Contents. 1 Introduction

The hanging package. Contents. 1 Introduction The hanging package Author: Peter Wilson, Herries Press Maintainer: Will Robertson will dot robertson at latex-project dot org 2009/09/02 Abstract The hanging package provides facilities for defining hanging

More information

Bezier Curves. An Introduction. Detlef Reimers

Bezier Curves. An Introduction. Detlef Reimers Bezier Curves An Introduction Detlef Reimers detlefreimers@gmx.de http://detlefreimers.de September 1, 2011 Chapter 1 Bezier Curve Basics 1.1 Linear Interpolation This section will give you a basic introduction

More information

Emulation of the makepattern and setpattern Operators

Emulation of the makepattern and setpattern Operators Emulation of the makepattern and setpattern Operators Adobe Developer Support Technical Note #5112 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110

More information

L T Ximg. latex environments. ctan: git: Abstract

L T Ximg. latex environments. ctan:   git:   Abstract latex environments L T Ximg to image format v1.5 2018-04-12 2013 2018 by Pablo González L ctan: http://www.ctan.org/pkg/ltximg git: https://github.com/pablgonz/ltximg Abstract ltximg is a perl script that

More information

PST Labo - chemical objects version 2.02

PST Labo - chemical objects version 2.02 PST Labo - chemical objects version 2.02 Denis Girou, Christophe Jorssen, Manuel Luque and Herbert Voß October 16, 2005 Abstract pst labo provides macros for a variety of devices used mainly for chemical

More information

The L A TEX3 Programming Language A syntax proposal for TEX macro programming

The L A TEX3 Programming Language A syntax proposal for TEX macro programming The L A TEX3 Programming Language A syntax proposal for TEX macro programming The L A TEX3 Project latex-l@urz.uni-heidelberg.de Abstract This paper proposes a new set of programming conventions suitable

More information

H.2 Further reading. H.2 Further reading 553

H.2 Further reading. H.2 Further reading 553 H.2 Further reading 553 H.2 Further reading Much documentation is included with the L A TEX and the AMS distributions and many third-party packages are also well documented. You will also find a great

More information

SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM

SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM 1 SOFTWARE ARCHITECTURE 4. TEXT FORMATTING SYSTEM Tatsuya Hagino hagino@sfc.keio.ac.jp slides URL https://vu5.sfc.keio.ac.jp/sa/login.php 2 Text Formatting System Text Formatting Print out document nicely

More information

Scope and Parameter Passing 1 / 19

Scope and Parameter Passing 1 / 19 Scope and Parameter Passing 1 / 19 Outline Overview Naming and scope Function/procedure calls Static vs. dynamic scope Parameter passing schemes 2 / 19 Review of naming Most languages provide a way to

More information

Creating Medical Pedigrees with PSTricks and L A TEX.

Creating Medical Pedigrees with PSTricks and L A TEX. Creating Medical Pedigrees with PSTricks and L A TEX. Boris Veytsman, borisv@lk.net Leila Akhmadeeva 2017/11/20, v0.4 Abstract A set of macros based on PSTricks to draw medical pedigrees according to the

More information

Drawing curves automatically: procedures as arguments

Drawing curves automatically: procedures as arguments CHAPTER 7 Drawing curves automatically: procedures as arguments moveto lineto stroke fill clip The process of drawing curves by programming each one specially is too complicated to be done easily. In this

More information

The pict2e package. Hubert Gäßlein and Rolf Niepraschk 2004/08/06

The pict2e package. Hubert Gäßlein and Rolf Niepraschk 2004/08/06 The pict2e package Hubert Gäßlein and Rolf Niepraschk 2004/08/06 Abstract This package was described in the 2nd edition of L A TEX: A Document Preparation System, but the L A TEX project team declined

More information

Downloaded from Chapter 2. Functions

Downloaded from   Chapter 2. Functions Chapter 2 Functions After studying this lesson, students will be able to: Understand and apply the concept of module programming Write functions Identify and invoke appropriate predefined functions Create

More information

The qrcode package: Quick Response code generation in L A TEX

The qrcode package: Quick Response code generation in L A TEX The qrcode package: Quick Response code generation in L A TEX Anders Hendrickson St. Norbert College, De Pere, WI, USA anders.hendrickson@snc.edu September 26, 2014 1 Introduction The proliferation of

More information

Tools of the Trade: The Math Graduate (and Undergraduate) Student s Toolbox. A. J. Meir. Department of Mathematics and Statistics Auburn University

Tools of the Trade: The Math Graduate (and Undergraduate) Student s Toolbox. A. J. Meir. Department of Mathematics and Statistics Auburn University Tools of the Trade: The Math Graduate (and Undergraduate) Student s Toolbox A. J. Meir Department of Mathematics and Statistics Auburn University The Mathematician s Tools So You Want to be a Mathematician

More information

A Short Introduction to PDF

A Short Introduction to PDF A Short Introduction to PDF Peter Fischer, ZITI, Uni Heidelberg 1 pdf vs. Postscript pdf describes graphics, text & document structure It uses vector graphics, very similar to postscript Some differences

More information

David Helmbold, October 2005, Revised October 2007

David Helmbold, October 2005, Revised October 2007 Short Intro to LATEX David Helmbold, October 2005, Revised October 2007 Goals: Introduce L A TEX... so you can read/edit L A TEX source... and use manual as reference rather than reading it Outline: 1.

More information

Drawing polygons: loops and arrays

Drawing polygons: loops and arrays CHAPTER 5 Drawing polygons: loops and arrays repeat:1 We begin by learning how to draw regular polygons, and then look at arbitrary polygons. Both will use loops, and the second will require learning about

More information

Text and Graphics. Postcript is a Page Description Language! Paths

Text and Graphics. Postcript is a Page Description Language! Paths Postcript is a Page Description Language! Text and Graphics CSE 413, Autumn 2005 Programming Languages http://www.cs.washington.edu/education/courses/413/05au/ In the previous lectures I talked mostly

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

Explanatory note on the LaTeX thesis template. Basic knowledge of using LaTeX

Explanatory note on the LaTeX thesis template. Basic knowledge of using LaTeX Explanatory note on the LaTeX thesis template Before using the template you are assumed to have: Basic knowledge of using LaTeX This template may help you to: Make Table of contents Insert figures Write

More information

T E X and L A T E X For the Uninitiated

T E X and L A T E X For the Uninitiated T E X and L A T E X For the Uninitiated Daniel A. Graham July 25, 2009 The name T E X, pronounced tech, actually stands for τɛχ, the beginning of the Greek word for art. It is

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

How to get started in L A TEX

How to get started in L A TEX very How to get started in L A TEX Florence Bouvet Department of Economics Sonoma State University March 26, 2009 1 / 29 Introduction very L A TEX is a document preparation system for high-quality typesetting.

More information

EMP: Encapsulated METAPOST for L A TEX

EMP: Encapsulated METAPOST for L A TEX EMP: Encapsulated METAPOST for L A TEX Thorsten Ohl Technische Hochschule Darmstadt Schloßgartenstr. 9 D-64289 Darmstadt Germany August 6, 2011 Abstract The EMP package allows to encapsulate METAPOST files

More information

Aalborg October 2014

Aalborg October 2014 Aalborg October 2014 Presentation Background for the course Why I am qualified 2 parts Format Slides pay attention Demonstration Exercises Questions Homepage and installation Page 2 of 69 Content part

More information

Producing graphs with MetaPost

Producing graphs with MetaPost 12 MAPS 31 Maarten Sneep Producing graphs with MetaPost multiple aligned graphs and error bars Keywords MetaPost, graphs, error-bars Abstract MetaPost is an interesting companion for generating figures

More information

User Manual Version 1.1 January 2015

User Manual Version 1.1 January 2015 User Manual Version 1.1 January 2015 - 2 / 112 - V1.1 Variegator... 7 Variegator Features... 7 1. Variable elements... 7 2. Static elements... 7 3. Element Manipulation... 7 4. Document Formats... 7 5.

More information

Stars around I PostScript straightaway

Stars around I PostScript straightaway Bijlage M Stars around I PostScript straightaway 13.1 Stars around I PostScript straightaway Kees van der Laan Abstract Drawing the outline of stars is discussed. A METAFONT/Post and a PostScript program

More information