summaryrefslogtreecommitdiff
path: root/graphics/pictex-addons/autoarea/autodemo/autodemo.tex
blob: e033f3ff5292ce3d9c838c49297d865e8bfc9428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\ProvidesFile{autodemo.tex}[2008/04/19 common sample for autoarea.sty]
\documentclass[12pt]{article}
\usepackage{pictex,lipsum}
\autouse
\pagestyle{plain}
\renewcommand{\thepage}{\bfseries \sffamily \autofoot}
\nofiles
\begin{document}
\lipsum[1]
\[\beginpicture
\setcoordinatesystem units <1mm,1mm> point at 0 0 
%  \setplotarea x from -35 to 35, y from -35 to 35 %% compare to autoarea.sty 
\circulararc 360 degrees from 0 35 center at 0 0
\put {\textbf{\itshape X}} at -20 20
\endpicture\]
\lipsum[2]
\end{document}