diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/graphpap.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/graphpap.dtx | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/graphpap.dtx b/Master/texmf-dist/source/latex/base/graphpap.dtx index 83e69cfe200..9517e90c6f8 100644 --- a/Master/texmf-dist/source/latex/base/graphpap.dtx +++ b/Master/texmf-dist/source/latex/base/graphpap.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 +% Copyright 1993-2015 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -47,6 +47,7 @@ revised \filedate.}} \author{Leslie Lamport} \date{\filedate} + \MaintainedByLaTeXTeam{latex} \maketitle \DocInput{graphpap.dtx} \end{document} @@ -86,15 +87,21 @@ % % VERTICAL GRIDS % -% |\@vgrid|\parg{xpos,ypos}\marg{xincrement}^^A -% \marg{number-of-lines}\marg{length-of-lines}\\ -% |\@nonumvgrid|\parg{xpos,ypos}\marg{xincrement}^^A -% \marg{number-of-lines} \marg{length-of-lines} +% \noindent +% |\@vgrid|\parg{xpos,ypos}\marg{xincrement}\\ +% | |\marg{number-of-lines}\marg{length-of-lines} +% +% \noindent +% |\@nonumvgrid|\parg{xpos,ypos}\marg{xincrement}\\ +% | |\marg{number-of-lines} \marg{length-of-lines} % % HORIZONTAL GRIDS % -% |\@hgrid|\parg{xpos,ypos}\marg{yincrement}^^A -% \marg{number-of-lines}\marg{length-of-lines}\\ +% \noindent +% |\@hgrid|\parg{xpos,ypos}\marg{yincrement}\\ +% | |\marg{number-of-lines}\marg{length-of-lines} +% +% \noindent % |\@nonumhgrid| same as |\@hgrid| but no numbers drawn % % \begin{macrocode} |