1
%! % Dasar-dasar manajemen / M. Manullang /Times-Roman findfont % Get the basic font 20 scalefont % Scale the font to 20 points setfont % Make it the current font newpath % Start a new path 14 750 moveto % Lower left corner of text at (72, 72) (Dasar-dasar manajemen / M. Manullang) show % Typeset "Hello, world!" 25 700 moveto (Manullang, M.) show % Typeset "Hello, world!" 25 640 moveto (658 MAN d) show % Typeset "Hello, world!" 25 540 moveto (http://library.um.ac.id) show % Typeset "Hello, world!" showpage

Dasar Dasar Manajemen m Manullang 50.Ps

Embed Size (px)

DESCRIPTION

Dasar Dasar Manajemen

Citation preview

Page 1: Dasar Dasar Manajemen m Manullang 50.Ps

%!% Dasar-dasar manajemen / M. Manullang/Times-Roman findfont % Get the basic font20 scalefont % Scale the font to 20 pointssetfont % Make it the current font

newpath % Start a new path14 750 moveto % Lower left corner of text at (72, 72)(Dasar-dasar manajemen / M. Manullang) show % Typeset "Hello, world!"25 700 moveto(Manullang, M.) show % Typeset "Hello, world!"25 640 moveto(658 MAN d) show % Typeset "Hello, world!"25 540 moveto(http://library.um.ac.id) show % Typeset "Hello, world!"

showpage