From 6d8a7217fc8adcb3fad2e41a558483a55449774f Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Fri, 19 Oct 2012 14:10:36 +0000 Subject: [PATCH] new box design "ian_jones" by Karl E. Jorgensen --- boxes-config | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/boxes-config b/boxes-config index 74cd8e2..f655400 100644 --- a/boxes-config +++ b/boxes-config @@ -2,7 +2,7 @@ # File: boxes-config # Date created: March 17, 1999 (Wednesday, 17:02h) # Author: Thomas Jensen -# Version: $Id: boxes-config,v 1.16 2000/03/17 23:39:34 tsjensen Exp tsjensen $ +# Version: $Id: boxes-config,v 1.17 2006/07/12 21:05:59 tsjensen Exp tsjensen $ # Format: ASCII Text # World Wide Web: http://boxes.thomasjensen.com/ # Purpose: Example configuration file for the boxes program @@ -1982,11 +1982,97 @@ shapes { sw ("// ") s ("~") } - elastic (s,w) END underline +#============================================================================ + + +BOX ian_jones + +author "Karl E. Jorgensen " +created "Fri Jul 20 16:52:39 BST 2001" +revision "0.1" + +sample + \\\/// + / _ _ \ + (| (.)(.) |) +.----------------------.OOOo--()--oOOO.-----------------. +| | +| Your Text Here Your Text Here Your Text Here Your Tex | +| Your Text Here Your Text Here Your Text Here Your Tex | +| Your Text Here Your Text Here Your Text Here Your Tex | +| Your Text Here Your Text Here Your Text Here Your Tex | +| | +'--------------------.oooO------------------------------' + ( ) Oooo. + \ ( ( ) + \_) ) / + (_/ +ends + +shapes { + nw(" ", + " ", + " ", + ".") + w ("|") + sw("'", + " ", + " ", + " ", + " ") + + nnw(" ", + " ", + " ", + "-") + n (" \\\\\\/// ", + " / _ _ \\ ", + " (| (.)(.) |) ", + ".OOOo--()--oOOO.") + nne(" ", + " ", + " ", + "-") + + ne (" ", + " ", + " ", + ".") + e ("|") + se ("'", + " ", + " ", + " ", + " ") + + ssw("-", + " ", + " ", + " ", + " ") + s (".oooO-----------", + " ( ) Oooo. ", + " \\ ( ( ) ", + " \\_) ) / ", + " (_/ ") + sse("-", + " ", + " ", + " ", + " ") +} + +elastic (w,e,nnw,nne,ssw,sse) + +padding { all 1 } + +END ian_jones + + #EOF vim: set ai sw=4: