Hello, world! PDF版
Posted feedbacks - TeX
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
cat << EOS > foo
\documentclass{article}
\usepackage{type1cm}
\begin{document}
{\fontsize{200pt}{220pt}\selectfont Hello World}
\end{document}
EOS
latex foo
dvipdfm foo
|

にしお
#3406()
Rating0/0=0.00
[ reply ]