diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-17 23:46:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-17 23:46:06 +0000 |
commit | 1e849611504af9b2921ef39cb7e591af882c7310 (patch) | |
tree | e962e10de08363a6d826390e4a329f6302a44c5f /Master/texmf-dist/doc/latex/graphbox/README | |
parent | 24b2cd0a33d04da7bfe49b41d5a597a5711f2cff (diff) |
graphbox (17jan18)
git-svn-id: svn://tug.org/texlive/trunk@46360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/graphbox/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/graphbox/README | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/graphbox/README b/Master/texmf-dist/doc/latex/graphbox/README deleted file mode 100644 index 71da8e90619..00000000000 --- a/Master/texmf-dist/doc/latex/graphbox/README +++ /dev/null @@ -1,39 +0,0 @@ -graphbox v1.0 -Copyright 2013-2014 Niklas Beisert - -graphbox is an extension for the LaTeX2e package -graphicx to facilitate the placement of graphics -relative to the current position -using additional optional arguments [...] -of \includegraphics. -For example, changing the vertical alignment is convenient -for using graphics as elements of (mathematical) formulae. -Options for shifting, smashing and hiding the graphics -are mainly intended for designing presentations using, -e.g., the beamer framework. - -The package consists of the files - - README readme file - graphbox.ins installation file - graphbox.dtx source file - graphbox.sty package file - gboxsamp.tex sample latex file - gboxsamp.mps sample graphics file - graphbox.pdf manual - -The distribution consists of the files README, graphbox.ins and graphbox.dtx. - -Run "(pdf)latex graphbox.dtx" to compile the manual graphbox.pdf. - -Run "tex graphbox.ins" to create the package graphbox.sty and the sample gboxsamp.tex. -Copy the file graphbox.sty to an appropriate directory of your LaTeX -distribution, e.g. texmf-root/tex/latex/graphbox. - -This work may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3 -of this license or (at your option) any later version. -The latest version of this license is in - http://www.latex-project.org/lppl.txt -and version 1.3 or later is part of all distributions of LaTeX -version 2005/12/01 or later. |