DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦693068014⟧ TextFile

    Length: 1659 (0x67b)
    Types: TextFile
    Names: »V«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦a5bbbb819⟧ 
                └─⟦this⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦eec0a994f⟧ 
                └─⟦this⟧ 

TextFile

procedure Compose (Document : String := "<CURSOR>";
                   Device : String := "PostScript";
                   Options : String := "";
                   Response : String := "<PROFILE>");

-- Document is expected to resolve to a single text file that
-- contains some combination of plain text and markup commands.

-- Device types include "PostScript" and "LinePrinter".

-- Options are processed in the order seen.  Any one option should
-- appear at most once; subsequent occurrences of that option are
-- ignored.  Current options are:
--
--      Setup => (setup argument)
--          Processes the value as if it were an argument to ~Setup.
--
--      Text => (....)
--          Processes the text as if it were at the beginning of the
--          document file.
--
--      Include => File_Name
--          Reads and processes the supplied file as if it were
--          included as the first command in the document.  If not
--          a full path name, File_Name is resolved in the current
--          context.
--
--      Font_Directory => Directory_Name
--          Names the directory that contains binary font metric files.
--
--      Device_Directory => Directory_Name
--          Names the directory that contains device setup files.  Font
--          family and form information will be read from files in
--          this directory if the following options are not specified.
--
--      Font_Families => File_Name
--          Names the file that contains the font family definitions
--          for device setup.
--
--      Forms => String
--          Names the file that contains forms specifications for
--          device setup.