summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex
diff options
context:
space:
mode:
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}