Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
%%% Beamer.mp -- do not edit, generated automatically by Beamer.tex
verbatimtex
\documentclass {article}
\begin {document}
etex;
beginfig(1);
LaTeX_unitlength := 1.0pt;
w := 100*LaTeX_unitlength;
h := 100*LaTeX_unitlength;
path ring;
ring = fullcircle scaled w;
label.lrt (btex \texttt{.lrt} etex,point 7 of ring);
draw ring;
endfig;
verbatimtex
\end{document}
etex;
%%% the end.
end.
endinput;