-
Notifications
You must be signed in to change notification settings - Fork 18
/
figs.tex
32 lines (24 loc) · 956 Bytes
/
figs.tex
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
\def\figfont{\footnotesize\sl}
\endinput
\showboxbreadth=20 \showboxdepth=6 \output{}
\overfullrule0pt
%\def\figure#1{\leavevmode
% \vbox{\hsize=12cm \parindent=0pt \offinterlineskip #1}}
\expandafter\ifx\csname figtest\endcsname\relax
\begingroup\globaldefs=1 \let\figtest\noindent
\newdimen\fbh \fbh=60pt % dimension for easy scaling:
\newdimen\fbw \fbw=60pt % height and width of character box
\newdimen\dh \newdimen\dw % height and width of current character box
\newdimen\lh % height of previous character box
\newdimen\lw \lw=.4pt % line weight, instead of default .4pt
\endgroup\fi
\def\hdotfill{\noindent
\leaders\hbox{\vrule width 1pt height\lw
\kern4pt
\vrule width.5pt height\lw}\hfill\hbox{}
\par}
\def\hlinefill{\noindent
\leaders\hbox{\vrule width 5.5pt height\lw }\hfill\hbox{}
\par}
\def\stippel{$\qquad\qquad\qquad\qquad$}
\endinput