Search found 1 match

by sesquiup
Tue Aug 25, 2009 2:12 am
Forum: Graphics, Figures & Tables
Topic: Possible conflict between fancyhdr and pstricks
Replies: 2
Views: 2052

Possible conflict between fancyhdr and pstricks

I am using both fancyhdr and pstricks in the same document. When I write this code:


\documentclass[12pt]{article}
\usepackage{pspicture,pstricks,fancyhdr}
\usepackage[margin=1in]{geometry}

\pagestyle{fancy}

\rhead{\textsf{J. Lee} \\ Fall 2009}
\lhead{NSC Math 381 \\ Class Notes \#1}

\begin ...