% name of textfile: P8 Resume (DL/Synergetics Feb 91 v1.0) % .... % ========= % This file requires the previous download of gonzo.psl % available from https://www.tinaja.com/pssamp1.shtml % Make sure the following line agrees with your own gonzo.psl location (C:/Users/don/Desktop/gonzo/gonzo.psl) run % use internal gonzo % ========== gutility begin % turn on the gonzo utilities nuisance begin % turn on the nuisance commands printerror % turn on the printing error trapper gonzo begin % turn on the gonzo justification /showthegrid true def % Do we want to see the grid? 20 15 10 setgrid % create a full page ten point grid showthegrid {57 76 showgrid} if % and maybe show the grid /cstretch 0.02 def % slight character and space stretch /sstretch 0.02 def % (B) FANCY TITLES VIA CUSTOM JUSTIFICATION PROCS % There are two programmable justification modes in gonzo, called justP % and justQ. These can be entered at the end of each line. At that time, % you can measure the actual width by doing a txtwide roomleft sub, you % can draw arbitrary art, or you can alter positioning or stretch, etc. % In this case, we do a superfancy underliner that automatically tracks % the width of each heading... /superstroke { save /sssnap exch def /sscmd exch def 0 2 sscmd length 2 div cvi 1 sub 2 mul {/aposn exch def gsave sscmd aposn get setlinewidth sscmd aposn 1 add get setgray stroke grestore} for sssnap restore newpath} def /justQ {txtwide roomleft sub gsave xpos ypos 0.5 sub moveto 0.2 add 0 rlineto 1 setlinecap bestgray [0.35 0 0.2 0.9] superstroke grestore justL } def /titshift 0 def % pick some fonts /font0 /Bookman-DemiItalic 1.1 gonzofont /font1 /Bookman-Light 0.9 gonzofont /font2 /Bookman-Light 0.9 gonzofont /font3 /Bookman-DemiItalic 1.0 gonzofont /font4 /Bookman-LightItalic 0.9 gonzofont /font5 /Bookman-Demi 0.85 gonzofont % amacro draws a justifying underline, bmacro indents your text, % cmacro unindents you ... /amacro { (Q3) stringmacro /xpos xpos titshift sub def} def /bmacro { (L2) stringmacro /xpos xpos 7 add def} def /cmacro { /xpos xpos -7 add def} def /yinc 1.1 def 53 74 (|0CRAIG FAULKNER|1 1847 Thatcher Blvd Safford, AZ 85546 |h (602) 428-1047) cr bestgray 1 setlinecap % a nice header line 2.5 69 mt 53 0 rlineto [0.5 0 0.35 0.9] superstroke 3 1.5 mt 52 0 rlineto [0.5 0 0.35 0.9] superstroke /xpos 6.5 def % indent body 65 points /ypos 66 def % top of body 680 points /yinc 1.15 def % 11.5 point spacing /txtwide 35 def % 350 point main text width % note: reverse slash breaks shown below may not be needed with your % word processor. Try it without them and see what happens. startgonzo |aObjective:|2 |b I am seeking a position where I will utilize my extensive computer application skills. |c |aSkills: |b |5Hardware:|2 Networking of Digital 8350 and MicroVax II; Texas Instruments DX110; IBM P/Ss, ATs, and XTs; Macintoshes, Apple IIgs; and PostScript Laser Printers. |h |5Software:|2 Local area transport, communications, word processing, data base, and spreadsheet applications, desk top publishing, as well as inventory management. |h |5Programming:|2 COBOL, Pascal, C, DCL, PostScript, Machine Language, and BASIC. |h |5Business:|2 General business practices including accounting, inventory, sales, and marketing. Type 50 wpm. |c |aExperience:|2 |b |58/87 - 5/89 System Manager of MicroVax II|2 Eastern Arizona College, Thatcher, Arizona Duties: Set up, develop programs for, and manage a network of mini- and micro-computers; manage user accounts and disk space; install and update software changes; work with faculty and administration in resolving on campus computer\ problems; assist students in editing and debugging programs. Do backups on systems; |h |53/86 - 5/89 Computer Consultant/Technician|2 Safford Builders Supply, Safford, Arizona Duties: Installed and maintained communications equipment for data transmission between office and two stores; interpreted data for inventory programs; applied programs to receive and process daily sales information; translated software\ documentation into meaningful terms for office personnel. |h |54/88 - Present Computer Consultant/Technician|2 OmniTech, Safford, Arizona Duties: Partner in a self started business designed to aid both business and individuals in computer related problems. Install and troubles shoot various types of computer systems. |c |aEducation:|2 |b |5Eastern Arizona College, Thatcher, Arizona .|2 Part-time student, 1985 to 1986; Full-time student, 1987 to 1989. Graduated with AAS degree in Computer Information Specialist. Deans Honor List with a GPA of 3.81. Major: Computer Management Information Systems, Additional Studies in\ networking, data communications, operating systems, and business administration. |h |5New Life Christian School, Thatcher, Arizona.|2 Graduated May 1987. Nominated by faculty as Best All Around Senior; appeared on KTSP-TV for Academic All Stars; Student Body President. References available upon request. |x showpage % eof