summaryrefslogtreecommitdiff
path: root/Master/dviout/UTILITY/test_org.tex
blob: b562fd1f961903a2cee0deb0e8af8ff0b9b5ce47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\documentstyle{article}
\pagestyle{empty}

\oddsidemargin  0pt     
\evensidemargin 0pt
\marginparwidth 1in
\marginparsep 0pt

\topmargin 0pt
\headheight 0pt
\headsep 0pt
\topskip 0pt

\footheight 0pt
\footskip 0pt
\textheight 6in
\textwidth 6in

\setlength{\unitlength}{1in}
\newcounter{foo}
\begin{document}
\parindent 0pt
\begin{picture}(0,0)
\scriptsize

\put(0,-1){\framebox(1,1){}}
\end{picture}
\vskip1.5in

The above figure is a square of size 1 inch (= 25.4 mm) x 1 inch.

Adjust the printed position so that the left upper vertex of the 
square locates at the 1 inch right and lower point from the left upper 
edge of the sheet.
\enddocument