summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bxeepic/sample-bxeepic.tex
blob: 957b86f4c24d993566e20143ad0b6b6adf38a43f (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass[a4paper]{article}
\usepackage{bxeepic}
\begin{document}
\begin{picture}(100,100)
  \Thicklines
  \put(50,50){\ellipse{80}{60}}
  \thicklines
  \dashline{4}(0,50)(100,50)
  \dashline{4}(50,0)(50,100)
\end{picture}
\end{document}