Language detail: TeX

Coverage: 2.14%
number of '+' ratings
contribution for coverage

Unsolved challenges

codes

Feed

Used modules

Hello, world! PDF版 (Nested Flatten)

	
 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
Hello, world!その2 (Nested Flatten)
十二年ぶりにTeXbookを見ました。
l が3つ出てくるのが厄介です。
1
H^^65^^6c^^,o, w^^6frl^^64!\end
Hello, world! (Nested Flatten)
% tex helloworld.tex
This is TeX, Version 3.141592 (Web2C 7.5.4)
(./helloworld.tex [1] )
Output written on helloworld.dvi (1 page, 228 bytes).
Transcript written on helloworld.log.
1
Hello, world!\end

Index

Feed

Other

Link

Pathtraq

loading...