diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-07 23:29:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-07 23:29:56 +0000 |
commit | 9da5ea5196d1e9cd59f3e841d81a756b439b276c (patch) | |
tree | 0426f3c75bf0412c1d3cfd764ece9cd4877aa9b1 /Master/texmf-dist | |
parent | 246510b2e59e3c0feadbb170cf02b486636c37f7 (diff) |
fullminipage (7jul14)
git-svn-id: svn://tug.org/texlive/trunk@34545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/fullminipage/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fullminipage/fullminipage.pdf | bin | 216329 -> 225840 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fullminipage/fullminipage_test.pdf | bin | 15833 -> 15833 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/fullminipage/fullminipage.dtx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fullminipage/fullminipage.sty | 2 |
5 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/fullminipage/README b/Master/texmf-dist/doc/latex/fullminipage/README index 1700fca8d0d..aefe5666433 100644 --- a/Master/texmf-dist/doc/latex/fullminipage/README +++ b/Master/texmf-dist/doc/latex/fullminipage/README @@ -1,10 +1,10 @@ SHORT DESCRIPTION ================= -This package provides the environment |fullminipage|, which generates a minipage -spanning a new, complete page. It can, for example, be used to include fullpage -graphics, generate miniature overviews of the pages of PDF files with the -package pdfthumbnails, or typeset other non-standard pages. +This package provides the environment |fullminipage|, which generates a +|minipage| spanning a new, complete page with page style |empty|. +The environment provides options to set margins around the |minipage| and +configure the background. BUILDING ======== @@ -70,7 +70,7 @@ structure), you will most probably have to run the following command afterwards: LICENSE ======= -Copyright 2012 Christian Schneider <software(at)chschneider(dot)eu> +Copyright 2012,2014 Christian Schneider <software(at)chschneider(dot)eu> This file is part of fullminipage. diff --git a/Master/texmf-dist/doc/latex/fullminipage/fullminipage.pdf b/Master/texmf-dist/doc/latex/fullminipage/fullminipage.pdf Binary files differindex 6192a4323e4..d1f31d7098b 100644 --- a/Master/texmf-dist/doc/latex/fullminipage/fullminipage.pdf +++ b/Master/texmf-dist/doc/latex/fullminipage/fullminipage.pdf diff --git a/Master/texmf-dist/doc/latex/fullminipage/fullminipage_test.pdf b/Master/texmf-dist/doc/latex/fullminipage/fullminipage_test.pdf Binary files differindex 044c6f25346..0bc5850dc99 100644 --- a/Master/texmf-dist/doc/latex/fullminipage/fullminipage_test.pdf +++ b/Master/texmf-dist/doc/latex/fullminipage/fullminipage_test.pdf diff --git a/Master/texmf-dist/source/latex/fullminipage/fullminipage.dtx b/Master/texmf-dist/source/latex/fullminipage/fullminipage.dtx index 7d185793143..10bfd8945d4 100644 --- a/Master/texmf-dist/source/latex/fullminipage/fullminipage.dtx +++ b/Master/texmf-dist/source/latex/fullminipage/fullminipage.dtx @@ -27,7 +27,7 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{fullminipage} -%<package> [2014/06/22 v0.1.0 fullpage minipage environment] +%<package> [2014/07/06 v0.1.1 fullpage minipage environment] %<*driver> \documentclass[a4paper]{ltxdoc} \usepackage{fullminipage} @@ -61,6 +61,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \changes{v0.1.0}{2014/06/22}{initial public version} +% \changes{v0.1.1}{2014/07/06}{corrected README file; no \LaTeX{} changes} % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % diff --git a/Master/texmf-dist/tex/latex/fullminipage/fullminipage.sty b/Master/texmf-dist/tex/latex/fullminipage/fullminipage.sty index 34d0c60f6c3..9aa3491b4f2 100644 --- a/Master/texmf-dist/tex/latex/fullminipage/fullminipage.sty +++ b/Master/texmf-dist/tex/latex/fullminipage/fullminipage.sty @@ -28,7 +28,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{fullminipage} - [2014/06/22 v0.1.0 fullpage minipage environment] + [2014/07/06 v0.1.1 fullpage minipage environment] \RequirePackage{keyval} \RequirePackage{color} \define@key{fullminipage}{left}{\def\fullminipage@left{#1}} |