|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 926 (0x39e) Types: TextFile Names: »bezier.sty«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/LaTeX/LaTeXmacros/bezier.sty« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/LaTeX/LaTeXmacros/bezier.sty« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/LaTeX/LaTeXmacros/bezier.sty«
% bezier.sty 17-Dec-85 \newcounter{@sc} \newcounter{@scp} \newcounter{@t} \newlength{\@x} \newlength{\@xa} \newlength{\@xb} \newlength{\@y} \newlength{\@ya} \newlength{\@yb} \newsavebox{\@pt} \def\bezier#1(#2,#3)(#4,#5)(#6,#7){\c@@sc#1\relax \c@@scp\c@@sc \advance\c@@scp\@ne \@xb #4\unitlength \advance\@xb -#2\unitlength \multiply\@xb \tw@ \@xa #6\unitlength \advance\@xa -#2\unitlength \advance\@xa -\@xb \divide\@xa\c@@sc \@yb #5\unitlength \advance\@yb -#3\unitlength \multiply\@yb \tw@ \@ya #7\unitlength \advance\@ya -#3\unitlength \advance\@ya -\@yb \divide\@ya\c@@sc \setbox\@pt\hbox{\vrule height\@halfwidth depth\@halfwidth width\@wholewidth}\c@@t\z@ \put(#2,#3){\@whilenum{\c@@t<\c@@scp}\do {\@x\c@@t\@xa \advance\@x\@xb \divide\@x\c@@sc \multiply\@x\c@@t \@y\c@@t\@ya \advance\@y\@yb \divide\@y\c@@sc \multiply\@y\c@@t \raise \@y \hbox to \z@{\hskip \@x\unhcopy\@pt\hss}\advance\c@@t\@ne}}}