私はPostscriptから始めて、非常に簡単なことをしたいと思っています。Postscriptドキュメント内にLaTeXシンボルを含めます。例えば:
%!
/FontSize 12 def
newpath
0 0 moveto
("Hello \LaTeX") show % This is where I would like
% the rendering of \LaTeX
% with actual LaTeX font
showpage
何か案は?