summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxeepic
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
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')
-rw-r--r--Master/texmf-dist/doc/latex/bxeepic/LICENSE24
-rw-r--r--Master/texmf-dist/doc/latex/bxeepic/README74
-rw-r--r--Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdfbin0 -> 8349 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex11
4 files changed, 109 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxeepic/LICENSE b/Master/texmf-dist/doc/latex/bxeepic/LICENSE
new file mode 100644
index 00000000000..46756e57fef
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxeepic/LICENSE
@@ -0,0 +1,24 @@
+本ソフトウェアは MIT ライセンスの下で配布されます。著作権は作者である
+「八登崇之(別名 ZR)」に属します。また本ソフトウェアは無保証です。
+
+The MIT License
+
+Copyright (c) 2012 Takayuki YATO (a.k.a. "ZR")
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/bxeepic/README b/Master/texmf-dist/doc/latex/bxeepic/README
new file mode 100644
index 00000000000..a3cb4d00baa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxeepic/README
@@ -0,0 +1,74 @@
+BXeepic Package
+===============
+
+LaTeX: Reimplementation of epic/eepic features using pict2e engine
+
+The eepic package (authored by Conrad Kwok) is one of packages to
+provide small-size extention to the picture environment of LaTeX
+(and epic package) and employs the tpic drawing feature of DVI-wares.
+Back in 1990--2000 the use of epic + eepic was widespread because
+many of the legacy DVI-wares (dvips, dvipdfmx, etc.) support tpic
+(and thus eepic extension). But pdfTeX engine has never supported
+tpic. As consequence, the use of epic + eepic was gradually replaced
+by pict2e as pdfTeX became more popular.
+
+In most cases drawings using epic + eepic are easily converted to
+pict2e ones, but there are features that eepic supports but pict2e
+does not --- e.g. ellipsis, dashed line. The present package provides
+almost full features of epic + eepic implemented on pict2e engines.
+Thus one can make epic + eepic drawings work on pdfTeX; moreover,
+one can use eepic and pict2e in the same document.
+
+### Installation
+
+ - `*.sty`, `*.def` → $TEXMF/tex/latex/bxeepic
+
+### Usage
+
+Load this package after loading pict2e.
+
+ \usepackage[<pict2e options>]{pict2e}
+ \usepackage{bxeepic}
+
+If pict2e is not yet loaded in loading bxeepic then it is loaded
+automatically, and in this case every option given to bxeepic will
+be passed to pict2e.
+
+ \usepackage[<pict2e options>]{bxeepic}
+
+This package provides all commands of epic and eepic packages, except
+the following:
+
+ - Shading: `\blacken`, `\whiten`, `\shade`, `\texture`, `\filltype`
+ - Dashed line with dotted dashes: the second optional argument of
+ `\dashline` is ignored.
+ - Dotted line with user-defined dots: the optional argument of
+ `\dottedline` is ignored.
+
+### Notice
+
+ - When behavior of a command differs btween eepic and epic, then
+ that of eepic is adopted.
+ - When behavior of a command differs btween pict2e and eepic, then
+ that of pict2e is adopted.
+ - However, `\arc` command can be used either in pict2e or eepic
+ syntax; when it looks like `\arc{...}{...}{...}` then eepic syntax
+ is assumed.
+ - When bxeepic is loaded, both epic and eepic packages are marked
+ as ‘already-loaded’; so one can load bxeepic earlily and then
+ the packages that rely on epic and eepic will work happily.
+
+Revision History
+----------------
+
+ * Version 0.2 <2013/04/28>
+ - The bxdpxp2e module, which provides proper support for
+ dvipdfmx, was abolished because the recent pic2e (>=v0.2y)
+ has the support.
+ - Documentation.
+ * Version 0.1 <2010/08/08>
+ - The first public version.
+
+--------------------
+Takayuki YATO (aka. "ZR")
+http://zrbabbler.sp.land.to/
diff --git a/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf b/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf
new file mode 100644
index 00000000000..6e66d9bbd71
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf
Binary files differ
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}