hello.ps

来自「APUE(第二版)的随书源代码,与第一版的代码相比增加了一些章节的代码(详见第二」· PS 代码 · 共 8 行

PS
8
字号
%!/Times-Roman findfont15 scalefont			% point size of 15setfont					% establish current font300 350 moveto			% x=300, y=350 (position on page)(hello, world) show		% output the string to current pageshowpage				% and output page to output device

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?