Summary of 4890 Advanced

  • Page 1

    Xerox xerox 4850/4890 highlight color laser printing system forms creation reference version 5.0 november 1994 720p93650

  • Page 2

    Xerox corporation 701 s. Aviation boulevard el segundo, ca 90245 1994 by xerox corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyrightable material and information now allowed by statutory or judicial law or hereinafter granted, including without li...

  • Page 3: Table of Contents

    Table of contents introduction vii document conventions vii 1. Overview 1 - 1 2. Basic concepts 2-1 page orientation 2 - 1 fonts 2-2 page frames 2-3 physical page 2-4 system page 2 - 4 virtual page 2-4 form origin 2-5 positioning form elements 2-6 grids 2-7 x and y coordinates 2-7 predefined formats...

  • Page 4

    Table of contents box command 3-17 text commands 3-19 logo command 3-28 graphic command 3-29 iresult command 3-31 section command 3-31 comment command 3-33 end command 3-33 4. Compiling and printing forms 4-1 form printing process 4-1 fsl data transfer 4-1 compiling a form 4-2 compilation options 4-...

  • Page 5

    Table of contents writing the setup commands 6-2 using the comment command 6-2 drawing lines 6-2 drawing boxes 6-4 placing text at a location 6-5 placing text in a box 6-5 end command 6-7 compiling the form 6-8 appendices a. Fdl command summary a-1 b. Fdl-generated messages b-1 c. System default sum...

  • Page 7: Introduction

    Introduction this reference is intended for forms designers who have basic knowledge of the 4850 or the 4890 highlight color laser printing system (lps). You may have received on-site training, or you may have attended a xerox forms description language (fdl) training course. Forms designer's tasks ...

  • Page 8

    Introduction caution: cautions alert you to an action that could damage hardware or software. Warning: warnings alert you to conditions that may affect the safety of people. Viii xerox 4850/4890 highlight color lps forms creation reference.

  • Page 9: Overview

    1. Overview the 4850 and 4890 highlight color laser printing systems (lps) provide the capability to create electronic forms using a variety of colors, shades, and tints. This feature supports the centralized printing and publishing markets in creating highlight color printing applications. The term...

  • Page 11: Basic Concepts

    2. Basic concepts certain basic concepts are required to understand the forms creation process on laser printing systems. These involve the size, shape, and location of the overall image on the page of a document, the orientation of the text or graphics on the page, the size and style of the charact...

  • Page 12

    Basic concepts fonts fonts are character sets, each having a unique type style, type size, and orientation. Fixed and proportionally spaced fonts are available for use on laser printing systems. Each character occupies an area on the form called a character cell. With fixed fonts, all character cell...

  • Page 13

    Basic concepts font orientation, as shown in figure 2-4, is relative to the physical page. Figure 2-4. Font orientation even though type style and size are the same, four different fonts are used, each with a unique orientation. The inverse portrait font could be used for certain types of titles or ...

  • Page 14

    Basic concepts physical page the paper upon which a form is printed is the “physical page.” the default paper size used on an lps is defined during system generation (sysgen). The following paper sizes may be specified: • 8.5 by 11 inches (usletter) • 8.5 by 14 inches (uslegal) • 8.27 by 11.69 inche...

  • Page 15

    Basic concepts figure 2-5. Virtual page origin form origin all forms data described by fdl commands is positioned relative to a point called the “form origin” (figure 2-6). This point is offset from the virtual page corner by horizontal and vertical displacement values, which you specify using the g...

  • Page 16

    Basic concepts positioning form elements elements you can place on a form using fdl commands are as follows: • lines • boxes • fixed text • logos and signatures • images • sections. All of these elements are located in relation to the form origin at the upper left corner of the form. Each form eleme...

  • Page 17

    Basic concepts grids the location of a form element on a page is specified in terms of its horizontal and vertical displacement from the form origin. The units of measurement used to define this displacement can be any of the following: • linear units—inches or centimeters • dots—300 per inch • cpi ...

  • Page 18

    Basic concepts negative coordinates negative x and y values also may be used to place form elements above and to the left of the form origin, as long as the values are within system page boundaries. Unit value the unit value of the grid command specifies the unit of measurement fdl commands use to p...

  • Page 19

    Basic concepts table 2-1. Standard lps print formats format id no. Of lines no. Of columns lpi cpi approx. Point size page size and orientation* begin values (y,x) default font id fmt1 66 132 8.1 13.6 9 11 by 8.5 in. (.18,.66) l0112b fmt2 66 150 8.1 15 9 11 by 8.5 in. (.18,.50) l0212a fmt3 88 132 10...

  • Page 21: Introduction

    Introduction this reference is intended for forms designers who have basic knowledge of the 4850 or the 4890 highlight color laser printing system (lps). You may have received on-site training, or you may have attended a xerox forms description language (fdl) training course. Forms designer's tasks ...

  • Page 22

    Introduction caution: cautions alert you to an action that could damage hardware or software. Warning: warnings alert you to conditions that may affect the safety of people. Viii xerox 4850/4890 highlight color lps forms creation reference.

  • Page 23: Compiling and Printing Forms

    4. Compiling and printing forms once the file of form source library (fsl) has been created, the file can be stored on the laser printing system (lps) disk. The next step is to compile the file and print a copy of the form. Form printing process to print an electronic form on a xerox laser printing ...

  • Page 24

    Compiling and printing forms facility. The file must be preceded by the necessary control record identifiers. Refer to your host reference documentation for details. The lps hostcopy utility enables you to download files from the host to be stored on the lps system disk. The lps can also receive for...

  • Page 25

    Compiling and printing forms proof specifies that the .Fsl is to be compiled and the source statement and summary sheet are to be printed. No frm file is generated. Simplex specifies that the source statement or summary sheet generated with each compile is printed in simplex rather than duplex. If t...

  • Page 26

    Compiling and printing forms as the .Fsl file is processed, it is automatically checked for the following errors. • unknown commands, keywords, or parameters • illegal or conflicting commands, keywords, or parameters • missing commands, keywords, or parameters • requests for items to be placed or dr...

  • Page 27

    Compiling and printing forms proof the forms compiler makes it possible to compile a form and delete the .Frm file after it has been printed. If you use this option, less disk space is consumed by resident form files. To invoke the proof option, enter: fdl tryit,proof if the form is compiled with no...

  • Page 28

    Compiling and printing forms example 1 fdl tryit,tray this command causes the system to compile the fsl named tryit (provided it does not contain errors), generate the source statement, print a copy of the statement and the form, and deliver both to the sample tray. If you do not include the word tr...

  • Page 29: Forms Layout Considerations

    5. Forms layout considerations physical printer constraints and forms compiler methods are factors that can affect form design. This chapter explores the implications of these factors relative to the following: • image complexity • boxes • shading • sections • rounding measurements • coding techniqu...

  • Page 30

    Forms layout considerations importance of orderly construction one consideration in determining the orderliness of form construction is that the algorithm used in loading the line table is designed to check only two criteria before entering a new line in the line table. These criteria are: • is the ...

  • Page 31

    Forms layout considerations these two examples of awkwardly entering lines into the line table result in lines that are visually contiguous but not logically contiguous. As indicated in the subsequent sections that describe problems with boxes, such conditions can result in a situation where fdl is ...

  • Page 32

    Forms layout considerations • each active character is at least one dispatchable item. (an active character includes all the space from the top of the character cell to the bottom of the character cell, even if there is only white space present on a given scan line.) if the dimension along the scan ...

  • Page 33

    Forms layout considerations page generation errors generally, a form is imaged along with variable data. It is possible to create a form that prints correctly when sampled but cannot be successfully overlaid on certain variable data pages. The lps may not have enough time to merge a complex form wit...

  • Page 34

    Forms layout considerations summary optimize form generation in the following manner: • use lines and boxes rather than characters of the form element font, whenever possible. • avoid placing too many small characters in one area of the page. • avoid overlapping (superimposing) lines or boxes. • avo...

  • Page 35

    Forms layout considerations figure 5-4. Solid 2 box sharing part of a solid 1 box edge box fill option a box filled with a light shade may appear to be smaller than a same size box filled with a darker shade. The barely noticeable difference is usually apparent only when boxes with different light s...

  • Page 36

    Forms layout considerations • if text is to be placed in the next box horizontally, fdl begins searching at the upper right corner of the box in which previous text was placed. • if text is to be placed in the next box vertically, the search begins at the lower left corner. Error calculations horizo...

  • Page 37

    Forms layout considerations correcting text-in-box errors if an error is detected, you have the following choices: • make the box larger. • reduce the number of lines. • use a smaller font. • if text visually fits, use a text at command rather than a text in box command. Centering text in boxes fdl ...

  • Page 38

    Forms layout considerations as many blank lines may be used before, between, and after lines of text as are needed to obtain the desired visual effect. Default color all objects in a color form have a color association, whether explicitly specified or not. The default, or nonspecified, color for an ...

  • Page 39

    Forms layout considerations figure 5-6. Normal shading—using the same coordinates and sizes as the box the early termination of the shading is shown in figure 5-7: figure 5-7. Early termination—using a smaller box for shading sections to duplicate identical information on a page, create sections. Ho...

  • Page 40

    Forms layout considerations rounding measurements laser printing systems use only dot units in the actual performance of forms compilation. Therefore, as long as all positioning commands within fdl are defined in terms of dots or an integral number of dots, there are no rounding problems. Converting...

  • Page 41

    Forms layout considerations rounding variable data alignment problems under certain circumstances, a form and variable data do not align properly, even though it appears that both use the same line spacing. When this happens, it may be the result of the effects of rounding on the line spacing. As an...

  • Page 42

    Forms layout considerations suggested coding techniques converting preprinted forms to convert preprinted forms: 1. Print data, using an appropriate format, on the laser printing system. 2. Draw horizontal and vertical lines on system output. 3. Use the forms design ruler to measure line and charact...

  • Page 43

    Forms layout considerations table 5-1. Forms layout tips, tricks, and pitfalls form id develop a logical, systematic approach to naming conventions. Take care not to choose a previously used form id. Grid command choose a format that is compatible with the data. Coding lines use a comment command. C...

  • Page 44

    Forms layout considerations syntax ambiguities because fdl keywords can be abbreviated to the first three characters, and because certain two-character keywords can be interpreted in more than one way, the following ambiguities exist: • in (preposition) is interpreted as in (inch). For example: text...

  • Page 45: Coding A Complex Form

    6. Coding a complex form this chapter reviews the commands discussed earlier in this guide and it also illustrates a sample form along with the entire forms source library (fsl) that created it. Enter the commands as shown in the sample fsl to produce the form. Getting started in this section you ca...

  • Page 46

    Coding a complex form writing the setup commands the setup commands precede the form description commands for lines, boxes, and text. In general, the setup commands specify the parameters that describe the form. Invoke the editor utility and enter the commands shown in figure 6-2. Figure 6-2. Setup ...

  • Page 47

    Coding a complex form drawing horizontal lines enter the horizontal line commands shown in figure 6-4. Remember that you have the option of abbreviating the commands to the first three characters. Figure 6-4. Horizontal line command form 1stfrm; grid fmt1; fonts un114a,un106a,un104c; comment *** dra...

  • Page 48

    Coding a complex form drawing boxes the box command enables you to construct individual, stand- alone boxes or boxes that share common sides. You can also create a shaded area or construct an invisible box to conveniently place “floating” text such as titles. Enter the following comment and box comm...

  • Page 49

    Coding a complex form placing text at a location the text at command enables you to place text at an exact location. Enter the comment and text at command as shown in figure 6-7. Figure 6-7. Text at command form 1stfrm; grid fmt1; fonts un114a,un106a,un104c; comment *** draw horizontal lines ***; at...

  • Page 50

    Coding a complex form figure 6-8. Text in box command form 1stfrm; grid fmt1; fonts un114a,un106a,un104c; comment *** draw horizontal lines ***; at 7 draw 18 lines from 0 to 132 using hai and repeat eve 3; at 8 draw 18 lines from 0 to 24 usi hai and repeat eve 3; at 9 draw 18 lines from 0 to 24 usin...

  • Page 51

    Coding a complex form end command end is the final command you need to enter, as shown in figure 6-9. Figure 6-9. End command form 1stfrm; grid fmt1; fonts un114a,un106a,un104c; comment *** draw horizontal lines ***; at 7 draw 18 lines from 0 to 132 using hai and repeat eve 3; at 8 draw 18 lines fro...

  • Page 52

    Coding a complex form compiling the form this exercise gives you practice using most of the fdl commands discussed throughout this guide. The next step is to compile the fsl which produces a sample of the form, provided there are no syntax errors. The summary statement also prints whether or not the...

  • Page 53

    Coding a complex form figure 6-12. Source statement (1stfrm.Fsl) fdl version b03 13:13 30-apr-xx page 1 disk-id: ariel vx.7 r9.7 rel #5 xx/xx/xx 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 form 1stfrm; g...

  • Page 55: Fdl Command Summary

    A. Fdl command summary this appendix contains an alphabetized summary of the forms description language (fdl) commands described in this manual. The conventions and definitions used in describing fdl commands are shown in table a-1. Table a-1. Fdl command summary conventions keyword required words i...

  • Page 56

    Fdl command summary table a-2. Fdl command syntax command syntax box comment comment text; end font form graphic end; font[s] id[,..Id]; form id; graphic name at vpos [unit] ,hpos [unit] [scale [is] n[/d]] [[using] ink inkref 1 [inkref 2 ] [,...]]; at y [unit] x [unit] [draw] [n] box [es] [in unit] ...

  • Page 57

    Fdl command summary table a-2. Fdl command syntax (continued) command syntax grid icatalog icatalog [is] inkcatalogname; ink iresult xerox 4850/48909 highlight color forms creation reference a-3.

  • Page 58

    Fdl command summary table a-2. Fdl command syntax (continued) command syntax landscape/ portrait line a-4 xerox 4850/4890 highlight color lps forms creation reference.

  • Page 59

    Fdl command summary table a-2. Fdl command syntax (continued) command syntax logo logo id at y [unit] x [unit] [[using] ink inkref 1 [inkref 2 ][,...]]; palette palette [is] ’palettename’; paper section [begin] section id; end section; do section id at y [unit] x [unit]; xerox 4850/48909 highlight c...

  • Page 60

    Fdl command summary table a-2. Fdl command syntax (continued) command syntax text at a-6 xerox 4850/4890 highlight color lps forms creation reference.

  • Page 61

    Fdl command summary table a-2. Fdl command syntax (continued) command syntax text in box left right center top bottom dots pts in cm lpi [per line] [ [using] font n [and] ] [ [using] ink inkref ] horisontal vertical text [spaced] d in left center right box y [unit] x [unit] ‘text’ [‘text’] . . . [[ ...

  • Page 63: Fdl-Generated Messages

    B. Fdl-generated messages these messages may appear while forms are being compiled using the forms description language (fdl) compiler. Fd0900 operator-requested abort. Abort command was entered. Compiling is stopped. Fd1000 all forms compiled. Forms compiler exiting. Fdl file name command was enter...

  • Page 64

    Fdl-generated messages fd2915 security violation. Requested file has been protected by abnormal security = yes command. Attempt was made to access it at wrong logon level. To access file, obtain correct password and log on at level 5. Fd4500 error in reading magnetic tape. System is unable to read i...

  • Page 65: System Default Summary

    C. System default summary this appendix lists the default parameters that the system automatically substitutes when specifications are omitted in fdl commands. Grid unit dimensions are rounded to the nearest tenth. The grid and origin substitutions made when printing on 8.5 by 11 inch/216 by 269 mm ...

  • Page 66

    System default summary the grid and origin substitutions made when printing on 8.5 by 14-inch/216 by 256 mm paper are shown in table c-2. Table c-2. Grid and origin substitutions for 8.5 by 14 inch/216 by 356 mm paper specification substitution fmt12 landscape; grid unit is 13.6 cpi, 8.1 lpi, origin...

  • Page 67

    System default summary substitutions made for all paper sizes are shown in table c-4. Table c-4. Grid and origin substitutions for all paper sizes specification substitution form id; form id; grid fmt1; form id; portrait; form id; portrait; grid fmt6; page orientation not specified landscape paper s...

  • Page 69: Grid and Text Command

    D. Grid and text command examples table d-1 shows grid unit scaling specifications when the grid parameters are omitted or specified. Table d-1. Grid unit scaling specifications grid unit specification system response omitted: default scaling when the system receives the form id command, it sets gri...

  • Page 70

    Grid and text command examples example 1 landscape; grid [unit] [is] fmt3; figure d-1 shows a form with the grid specified, but no page size or origin. Figure d-1. Form with grid specified, but no page size or origin in example 1, no page size is specified, so the virtual page defaults to paper size...

  • Page 71

    Grid and text command examples example 3 landscape page size is 3 inch 3 inch; figure d-3 shows a form with the page size specified, but not the origin or grid. Figure d-3. Form with page size specified, but no origin or grid in example 3, the landscape-oriented virtual page is centered on the paper...

  • Page 72

    Grid and text command examples example 5 landscape page size is 3 inch 3 inch; grid [unit] [is] fmt3; figure d-5 shows a form with the grid and page size specified. Figure d-5. Form with grid and page size specified in example 5, fmt3 provides both the grid unit dimensions and form origin. Example 6...

  • Page 73

    Grid and text command examples figures d-7 and d-8 illustrate the character block orientations for portrait and landscape pages. Portrait, landscape, inverse portrait, and inverse landscape fonts are listed in the xerox laser printing systems standard font library font user guide and the xerox 4850/...

  • Page 74

    Grid and text command examples figure d-8. Character block orientations for a landscape page denotes the positioning origin of the text block. D-6 xerox 4850/4890 highlight color lps forms creation reference.

  • Page 75: Fdl Capacity Limits

    E. Fdl capacity limits the available memory space imposes the following maximums for use: text buffer capacity: 512 bytes lines per text statement: 64 space allocation text at command: 16 bytes > s1 > s2 . . . Sn text in box command: 18 bytes > s1 > s2 . . . Sn (1st box) 6 bytes > s1 > s2 . . . Sn (...

  • Page 77

    F. Support tools and measurements there are two separate functions of forms creation: forms design and forms description. Any form can be converted to an electronic form stored on the system by describing it in forms description language (fdl). Forms design involves laying out and measuring a form a...

  • Page 78

    Support tools and measurements 6 lpi (scale 2) or 8 lpi (scale 3). Side 2 should be used for measuring output from your laser printing system. The default spacings on the system are 13.6 cpi (scale 5) and 8.1 lpi (scale 6); they were chosen for optimal readability for the standard computer format of...

  • Page 79: Glossary

    Glossary 4890 palette a predefined set of colors or inks provided with the 4890 highlight color lps. Different versions are provided with the printer and with host- or pc-based application software. A3 international paper size measuring 297 mm by 420 mm or 11.69 by 16.54 inches. A4 international pap...

  • Page 80

    Glossary glossary-2 xerox 4850/4890 highlight color lps forms creation reference batch processing process that allows for repetitive operations to be performed sequentially on batched data without much involvement from the computer operator. Background job low-priority job, usually batched, which is...

  • Page 81

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-3 bpi bits per inch. Bps bits per second. In serial communication, the instantaneous bit speed a device or channel transmits a character. Bsc binary synchronous communications. 1. Data transmission in which synchronizatio...

  • Page 82

    Glossary glossary-4 xerox 4850/4890 highlight color lps forms creation reference clearing house service directory of registered users, services, and other resources, allowing relevant information about each item to be retrieved by name. Clocking a method of synchronizing sending and receiving data c...

  • Page 83

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-5 continuous printing refers to interpress job integrity under any of the following conditions: excessive graphics, forms, or font use problems. Continuous tone a photograph, rendering, or other similar image that is made...

  • Page 84

    Glossary glossary-6 xerox 4850/4890 highlight color lps forms creation reference descender portion of the lowercase alphabetic character that extends below the main body of characters such as g, p, or y. See also ascender. Dec digital equipment corporation. Device any piece of hardware other than th...

  • Page 85

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-7 edge marking use of graphic objects (usually lines or boxes) that bleed off the edge of the physical page. See also physical page. Electronic publishing the integrated production of documents on demand, using digitally ...

  • Page 86

    Glossary glossary-8 xerox 4850/4890 highlight color lps forms creation reference fdr file directory. Feedback portion of an output signal that is returned, directly or indirectly, to be compared to a reference signal to maintain the quality of the output signal. Ffm font file management. Firmware pe...

  • Page 87

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-9 forms description language see fdl. Forms source library see fsl. Fps formatting print service. Fsl forms source library. Uncompiled collection of user-created files containing fdl commands. See also fdl and form. Fst f...

  • Page 88

    Glossary glossary-10 xerox 4850/4890 highlight color lps forms creation reference hexadecimal numbering system with a base of 16. The numbers 10 through 15 are represented by a through f. Hfdl host forms description language. Hierarchy relative priority assigned to arithmetic or logical operations t...

  • Page 89

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-11 ink referencing process by which inks within the ink catalog are referenced in pdl and fdl commands, and by page description language interpreters. Ink substitution option of aborting the printing process or continuing...

  • Page 90

    Glossary glossary-12 xerox 4850/4890 highlight color lps forms creation reference job descriptor library see jdl. Job source library see jsl. Jsl job source library. Collection of uncompiled job descriptions. See also jde and jdl. Keyword required part of a command. Label reference to a file saved o...

  • Page 91

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-13 logo small illustration or design, usually simple, typically used to identify a company. Long-edge feed see lef. Lpi lines per inch. Lps laser printing system. Lun logical unit number. A number that identifies a periph...

  • Page 92

    Glossary glossary-14 xerox 4850/4890 highlight color lps forms creation reference nesting subroutine or set of data, such as a comment, contained sequentially within another set of data. Network system of hardware and software that manages communication and sharing of common resources (such as print...

  • Page 93

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-15 overprint ratio maximum number of variable data and form characters that can be intersected by a single scan line. Page end command character (form feed) to terminate the current page. Page orientation direction that d...

  • Page 94

    Glossary glossary-16 xerox 4850/4890 highlight color lps forms creation reference point size height of character set from the top of its ascenders to the bottom of its descenders in units (points). Point size does not always include leading. Portrait orientation in which text and images are position...

  • Page 95

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-17 protocol formal set of conventions governing format of data and control of information exchange between two communication devices. Proportional font font containing characters that vary in width. Proportional spacing t...

  • Page 96

    Glossary glossary-18 xerox 4850/4890 highlight color lps forms creation reference rendered character character whose bitmap is a combination of other bitmaps positioned relative to each other, such as accented characters and single characters consisting of two or more characters. A rendered characte...

  • Page 97

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-19 shade color resulting from adding black to a pure hue. See also tint and tone. Short-edge feed movement of paper through the printer in the direction of the paper width (the shorter side of a sheet of paper). Sif seque...

  • Page 98

    Glossary glossary-20 xerox 4850/4890 highlight color lps forms creation reference string connected sequence of alphanumeric characters treated as one unit of data by a program. Symbiont device which shares a common purpose and close association with other devices. This term is used to identify the x...

  • Page 99

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-21 tape drive input/output device that controls the movement of magnetic storage tape past the read/write head while data is accessed or stored. Telecommunications the transfer of data through telephone lines. Teleprocess...

  • Page 100

    Glossary glossary-22 xerox 4850/4890 highlight color lps forms creation reference transaction processing method of data processing that updates files and results are generated immediately after data entry. Translation 1. In data communications, the conversion of one code to another on a character-by...

  • Page 101

    Glossary xerox 4850/4890 highlight color lps forms creation reference glossary-23 variable text text of changing nature (such as names and addresses) combined with a form letter to make a complete document. Verification process of testing a system's ability to meet performance objectives by running ...

  • Page 102

    Glossary glossary-24 xerox 4850/4890 highlight color lps forms creation reference xjcf xerox job control facility. Xns xerox network systems is the network architecture and protocol used with xerox equipment. Xpaf, xpf xerox printer access facility. Xppi xerox pen plotter interface. Xps (xerox print...

  • Page 103: Index

    Index numerals 0 lines, 3-12 for positioning text in boxes, 3-24 300 spots per inch density restrictions, 5-3 a advantages of fdl, 1-1 aligning text, 3-22 avoiding imperfect alignment, 5-13 in boxes, 5-9 on a landscape page, 5-4 on a portrait page, 5-4 problems with rounding variable data, 5-13 b ba...

  • Page 104

    Index correcting, 5-7 f fdl capacity limits, e-1 command (compiler), 4-2 command summary, a-1 generated messages, b-1 fixed fonts, 2-2 font specification command, 2-1, 3-6 font command, 3-7, 3-19, 3-23, 3-25 fonts definition, 2-2 fixed, 2-2 limits, e-1 orientation inverse, 2-2 proportional, 2-2 prov...

  • Page 105

    Index specifying, 3-4 portrait, 2-1 specification command, 3-4 origin form, 2-5 text block, 2-6 virtual page, 2-4 origin parameter, 3-5 overview, fdl, 1-1 p page frames, 2-3 setup errors error message, 5-5 troubleshooting, 5-5 page size parameter, 3-4, a-4 palette command, 3-9 paper command, 3-3, a-...

  • Page 106

    Index spacing, 3-19 text, fixed positioning, 2-5 text in box command, 3-24, 6-6 adjacent boxes, 3-26 defaults, 3-26 space allocation, e-1 text spaced at command, 5-19 tools, f-1 tray option for compiling forms, 4-2 troubleshooting page setup errors, 5-5 u unit parameter, 3-5 value, 2-8 uslegal optio...