%% $Id: pst-news.sty 9 2008-01-03 20:22:50Z herbert $
\ProvidesPackage{pst-news}[2008/02/01 definitions for
PSTricks news (hv)]
%
%\usepackage{pamathx}% use this if you have the palatino math font
\usepackage{arev}% use this if you do not have the palatino math font
%\usepackage[scaled=0.9]{luximono}% use this if you do not have the palatino math font
%
\RequirePackage{pstricks}
\let\PSTfiledate\filedate
\let\PSTfileversion\fileversion
\RequirePackage{pst-node}
\let\NODEfiledate\filedate
\let\NODEfileversion\fileversion
\RequirePackage{pst-plot}
\let\PLOTfiledate\filedate
\let\PLOTfileversion\fileversion
\RequirePackage{pst-tree}
\let\TREEfiledate\filedate
\let\TREEfileversion\fileversion
%
\RequirePackage{showexpl}
\RequirePackage{makeidx}
\makeindex
\RequirePackage{tabularx,array,longtable}
\SpecialCoor
\RequirePackage{ragged2e}
\definecolor{hellgelb}{rgb}{1,1,0.8}
\definecolor{colKeys}{rgb}{0,0,1}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{1,0,0}
\definecolor{colString}{rgb}{0,0.5,0}
%
\usepackage{amsmath}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{xkvview}
\usepackage{pst-math}
\RequirePackage{listings}
\lstset{%
language=PSTricks,%
float=hbp,%
basicstyle=\ttfamily\small, %
identifierstyle=\color{colIdentifier}, %
keywordstyle=\color{colKeys}, %
stringstyle=\color{colString}, %
commentstyle=\color{colComments}, %
columns=flexible, %
tabsize=4, %
frame=single, %
extendedchars=true, %
showspaces=false, %
showstringspaces=false, %
numbers=left, %
numberstyle=\tiny, %
breaklines=true, %
% backgroundcolor=\color{hellgelb}, %
breakautoindent=true, %
captionpos=b,%
xleftmargin=0pt%
}
\lstdefinestyle{syntax}{backgroundcolor=\color{blue!20},numbers=none,xleftmargin=0pt,xrightmargin=0pt,
frame=single}
%
\RequirePackage[colorlinks,linktocpage]{hyperref}
\RequirePackage{breakurl}
\def\UrlFont{\small\ttfamily}
\makeatletter
\def\verbatim@font{\small\normalfont\ttfamily}
\let\Oldpart\part
\renewcommand\part[1]{\clearpage\Oldpart{#1}}
\makeatother