summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx71
1 files changed, 58 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx b/Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx
index ba6f54d9f20..e335c8f14cb 100644
--- a/Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/pagegrid.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: pagegrid.dtx
% Version: 2009/12/04 v1.4
-%
+% Info: Print page grid in background
+%
% Copyright (C) 2009 by
% Heiko Oberdiek <heiko.oberdiek at googlemail.com>
-%
+%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
@@ -15,20 +16,20 @@
% 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.
-%
+%
% This work has the LPPL maintenance status "maintained".
-%
+%
% This Current Maintainer of this work is Heiko Oberdiek.
-%
+%
% This work consists of the main source file pagegrid.dtx
% and the derived files
% pagegrid.sty, pagegrid.pdf, pagegrid.ins, pagegrid.drv,
% pagegrid-test1.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/pagegrid.dtx
% CTAN:macros/latex/contrib/oberdiek/pagegrid.pdf
-%
+%
% Unpacking:
% (a) If pagegrid.ins is present:
% tex pagegrid.ins
@@ -37,7 +38,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{pagegrid.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If pagegrid.drv is present:
% latex pagegrid.drv
@@ -47,14 +48,14 @@
% if available. Here you can specify further options, e.g.
% use A4 as paper format:
% \PassOptionsToClass{a4paper}{article}
-%
+%
% Programm calls to get the documentation (example):
% pdflatex pagegrid.dtx
% makeindex -s gind.ist pagegrid.idx
% pdflatex pagegrid.dtx
% makeindex -s gind.ist pagegrid.idx
% pdflatex pagegrid.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/pagegrid.sty
% TDS:doc/latex/oberdiek/pagegrid.pdf
@@ -122,6 +123,10 @@ and the derived files
\file{pagegrid.sty}{\from{pagegrid.dtx}{package}}%
\usedir{doc/latex/oberdiek/test}%
\file{pagegrid-test1.tex}{\from{pagegrid.dtx}{test1}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{pagegrid.xml}{\from{pagegrid.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -150,7 +155,7 @@ and the derived files
\ProvidesFile{pagegrid.drv}%
[2009/12/04 v1.4 Print page grid in background (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{pagegrid.dtx}%
\end{document}
@@ -1052,8 +1057,48 @@ and the derived files
%\end{verbatim}
% \end{quote}
%
+% \section{Catalogue}
+%
+% The following XML file can be used as source for the
+% \href{http://mirror.ctan.org/help/Catalogue/catalogue.html}{\TeX\ Catalogue}.
+% The elements \texttt{caption} and \texttt{description} are imported
+% from the original XML file from the Catalogue.
+% The name of the XML file in the Catalogue is \xfile{pagegrid.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='pagegrid'>
+ <name>pagegrid</name>
+ <caption>Print page grid in background.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2009'/>
+ <license type='lppl1.3'/>
+ <version number='1.4'/>
+ <description>
+ This package puts a grid on the paper. It was written for
+ developers of a class or package
+ who have to put elements on definite locations on a page
+ (e.g. letter class). The grid allows a faster optical check,
+ whether the positions are correct. If the previewer already
+ offers features for measuring, the package might be unnecessary.
+ Otherwise it saves the developer from printing the page and
+ measuring by hand.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/pagegrid.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/pagegrid.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \section{Acknowledgement}
-%
+%
% \begin{description}
% \item[Klaus Braune:]
% He provided the idea and the first \xpackage{tikz} code.