From 0ae0c71bf90569f76d7ea67432cee361f79e7593 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 27 Jun 2014 22:03:26 +0000 Subject: fullminipage (27jun14) git-svn-id: svn://tug.org/texlive/trunk@34455 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fullminipage/README | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/fullminipage/README (limited to 'Master/texmf-dist/doc/latex/fullminipage/README') diff --git a/Master/texmf-dist/doc/latex/fullminipage/README b/Master/texmf-dist/doc/latex/fullminipage/README new file mode 100644 index 00000000000..1700fca8d0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/fullminipage/README @@ -0,0 +1,89 @@ +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. + +BUILDING +======== + +If you do not want to use any pre-build `fullminipage.sty' and `fullminipage.pdf' +files, you will have to choose one of the following two ways for building them. +Otherwise you can skip this section. + +1) Building with make +--------------------- + +Running `make' will create the LaTeX package, the documentation and the test +file: + $ make + +2) Building manually +-------------------- + +a) Generation of package (.sty file): + +Run `fullminipage.ins' through LaTeX: + $ pdflatex -interaction=nonstopmode fullminipage.ins + +b) Generation of documentation: + +Run `fullminipage.dtx' through LaTeX: + $ pdflatex -interaction=nonstopmode fullminipage.dtx + +Then create the index and change history: + $ makeindex -s gind.ist -o fullminipage.ind fullminipage.idx + $ makeindex -s gglo.ist -o fullminipage.gls fullminipage.glo + +Finally, run `fullminipage.dtx' three time through LaTeX: + $ pdflatex -interaction=nonstopmode fullminipage.dtx + $ pdflatex -interaction=nonstopmode fullminipage.dtx + $ pdflatex -interaction=nonstopmode fullminipage.dtx + +Optionally you can compile the test file: + $ pdflatex -interaction=nonstopmode fullminipage_test.tex + $ pdflatex -interaction=nonstopmode fullminipage_text.tex + $ pdflatex -interaction=nonstopmode fullminipage_text.tex + +INSTALLATION +============ + +1) Installing with make +----------------------- + +To install the package into a TDS (= TeX directory structure; typically its base +directory is named `texmf' or something similar), run the following command: + $ make DESTDIR= install + +Note: `$(DESTDIR)' defaults to `$(HOME)/.texmf'. + +2) Installing manually +---------------------- + +In principle, you will only habe to copy the file `fullminipage.sty' into a +directory, where LaTeX can find it. If you copy it into a TDS (TeX directory +structure), you will most probably have to run the following command afterwards: + $ mktexlsr + +LICENSE +======= + +Copyright 2012 Christian Schneider + +This file is part of fullminipage. + +fullminipage is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License version 3 as +published by the Free Software Foundation, not any later version. + +fullminipage is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with fullminipage. If not, see . + +WARNING: THIS IS ALPHA SOFTWARE AND MAY CONTAIN SERIOUS BUGS! -- cgit v1.2.3