From 9c89bc2ae3ae7486a57314cc88940b1ad4151b8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 May 2013 22:15:46 +0000 Subject: bxeepic (18may13) git-svn-id: svn://tug.org/texlive/trunk@30559 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bxeepic/LICENSE | 24 +++++++ Master/texmf-dist/doc/latex/bxeepic/README | 74 +++++++++++++++++++++ .../doc/latex/bxeepic/sample-bxeepic.pdf | Bin 0 -> 8349 bytes .../doc/latex/bxeepic/sample-bxeepic.tex | 11 +++ 4 files changed, 109 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/bxeepic/LICENSE create mode 100644 Master/texmf-dist/doc/latex/bxeepic/README create mode 100644 Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf create mode 100644 Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex (limited to 'Master/texmf-dist/doc/latex/bxeepic') 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} + \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[]{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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf 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} -- cgit v1.2.3