summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-18 22:15:46 +0000
committerKarl Berry <karl@freefriends.org>2013-05-18 22:15:46 +0000
commit9c89bc2ae3ae7486a57314cc88940b1ad4151b8e (patch)
tree9d247ca44e0c9278c80c02cbb17c4a529e6c2f71 /Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex
parent6461e1333300fc749eb8fdd85714f3649021b413 (diff)
bxeepic (18may13)
git-svn-id: svn://tug.org/texlive/trunk@30559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex b/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex
new file mode 100644
index 00000000000..957b86f4c24
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex
@@ -0,0 +1,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}