1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
% pyxplot.tex
%
% The documentation in this file is part of Pyxplot
% <http://www.pyxplot.org.uk>
%
% Copyright (C) 2006-2012 Dominic Ford <coders@pyxplot.org.uk>
% 2008-2012 Ross Church
%
% $Id: pyxplot.tex 1285 2012-08-10 01:07:03Z dcf21 $
%
% Pyxplot is free software; you can redistribute it and/or modify it under the
% terms of the GNU General Public License as published by the Free Software
% Foundation; either version 2 of the License, or (at your option) any later
% version.
%
% You should have received a copy of the GNU General Public License along with
% Pyxplot; if not, write to the Free Software Foundation, Inc., 51 Franklin
% Street, Fifth Floor, Boston, MA 02110-1301, USA
% ----------------------------------------------------------------------------
% LaTeX source for the Pyxplot Users' Guide
\documentclass[a4paper,onecolumn,10pt]{book}
\usepackage[dvips]{graphicx}
\usepackage{afterpage,amssymb,amsmath,bbding,color,colortbl,enumerate,lscape,longtable,multirow,nicefrac,fancyvrb,makeidx,pstricks,supertabular,upgreek,url,wasysym}
\usepackage[pdftitle={Pyxplot Users' Guide}, pdfauthor={Dominic Ford, Ross Church}, pdfsubject={Pyxplot}, pdfkeywords={Pyxplot}, colorlinks=true, linkcolor=blue, citecolor=blue, filecolor=blue, urlcolor=blue]{hyperref}
\input{main}
|