|
|
DataMuseum.dkPresents historical artifacts from the history of: Bogika Butler |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Bogika Butler Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1280 (0x500)
Types: TextFile
Names: »TFUSERLA.PAS«
└─⟦59c2ecd8d⟧ Bits:30009789/_.ft.Ibm2.50006600.imd Mogens Pelles Zilog 80,000 / EOS projekt
└─⟦this⟧ »TFUSERLA.PAS«
(* constants that may be modified by the user : *)
(* adapted for Lars's printer *)
const
max_line_len = 80;
(* warn the user if an input line becomes longer than
this because of insertion of new divide-points *)
input_line_length = 160;
(* maximum length of an input line. Input lines must
not exceed this number. *)
buffer_size = 10; (* lines *)
(* size of the buffer that is used for blocks *)
nr_head_foot_lines = 4;
(* the number of text lines in the head and in the foot *)
(* initial values for various user-settable variables : *)
init_left = 0; (* 0 x 24 points *)
init_left_add = 0; (* 0 x 24 points *)
init_indentation = 120; (* 5 x 24 points *)
init_right = max_right_margin;
init_straight_margin = false;
init_line_spacing = 10; (* points *)
init_hf_left = init_left;
init_hf_right = init_right;
init_hf_line_spacing = 10; (* points *)
init_head_height = 20; (* points *)
init_foot_height = 20; (* points *)
init_page_height = 720; (* points *)
init_page_nr = 1;
init_max_white_space = 96; (* 4 x 24 points *)
«eof»