GIF preview of CelticB.eps
Above is page preview only. Download the PDF or EPS version for high quality printing.

Following is a detailed description on how the KnotPlot script was used to generate the files on this page. Example shown is for letter size paper. See the note (right) about printing to A4 paper. If you're only generating an EPS file for inclusion in another document, then you don't need to worry about setting the pagesize.

Run KnotPlot in non-graphics mode to generate the EPS file.

knotplot -nog < CelticB.kps

One could instead run KnotPlot in graphics mode and enter the following command into the KnotPlot Command Window

<CelticB.kps

We now have the file CelticB.eps which could be printed directly on a PostScript printer. For printing to a non-PostScript printer, generate a PDF file CelticB.pdf from the EPS file CelticB.eps using Ghostscript.

# Note: enter the following three lines on one command line
gs -dCompatibilityLevel=1.3 -q -dNOPAUSE -dBATCH
   -sPAPERSIZE=letter -sDEVICE=pdfwrite
   -sOutputFile=CelticB.pdf -c .setpdfwrite -f CelticB.eps

The remainder of this example shows how the preview image seen above was created. This is useful for including an image on a web page or in a presentation. Printing the EPS or PDF file will give much higher quality than printing the preview image. These files, CelticB.eps and CelticB.pdf, as well as their counterparts for A4 paper, CelticB_a4.eps and CelticB_a4.pdf, can be downloaded using the links in the right hand panel on this page.

# run Ghostscript to generate a temporary PPM file
# Note: enter the following two lines on one command line
gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=letter -sDEVICE=ppmraw
   -sOutputFile=CelticB.ppm -r200 -f CelticB.eps
 
# scale it down using ImageMagick convert command
convert -resize 600x CelticB.ppm CelticBS.ppm
 
# reduce the number of distinct colours and create the gif
convert -colors 32 CelticBS.ppm CelticB.gif
 
# delete temporary files
/bin/rm CelticB.ppm CelticBS.ppm
Page created at Sat 9 Mar 2019 01:47:29 UTC
Copyright © 2019 by Robert G. Scharein
css  xhtml

KnotPlot script that generated the Encapsulated PostScript (EPS) file:

% KnotPlot script: CelticB.kps
% Sat 09 Mar 2019 01:47:29 UTC

ortho
load 14jan05c.k
fitto 11
pserase = 1.4
psmode=45

% colour components using named colours
% KnotPlot supports all the X11 colour names, plus a few others
en.wikipedia.org/wiki/Web_colors#X11_color_names

colour 0 red
colour 1 green

psfudge=.2

psout CelticB

% End of KnotPlot script

This script generates a EPS file (download below) suitable for printing on letter size paper. For printing on A4 size paper, use the command psop pagesize a4 prior to the psout command.

Download a high quality PDF or EPS file (for either letter or A4 size paper):

The PDF files and the preview image seen on this page were generated from the EPS files using Ghostscript (details in left panel on this page).

This script also requires the following knot file that is not found in the KnotPlot distribution:

This is a binary file, to save it to your computer right-click (Windows, Linux) or Ctrl-click (Mac) on the link and select "Save Link As..." (Firefox, Chrome), "Save Target As..." (Internet Explorer, Opera), or "Download Linked File" (Safari).

Warning: some browsers seem to append (incorrectly) a .htm or .html extension when saving a binary .k file.