I would very much appreciate any help that you have in fixing my problem so I could compile my programs!

NEW: TikZ book now 40% off at Amazon.com for a short time.
insert after \documentclass{...}latexhelp1 wrote:Thank you so much for your help in installing the .zip file onto my computer. However, I am still unable to run my old programs in beamer with either Latex => PDF (Latex's default) or Latex => pdf (mod) (the one suggested to me). The first .log file is with the first one, the second .log is for the second one.
I would very much appreciate any help that you have in fixing my problem so I could compile my programs!
Code: Select all
\usepackage{etex}
run this test file:latexhelp1 wrote:My problem are with the lines:
%\usepackage{pstricks,pst-node,pst-tree}
%\usepackage{fix-cm}
\newcommand{\ind}{\mathbf{1}}
%\newrgbcolor{darkred}{.75 0 0.15}
%\newrgbcolor{darkerred}{.45 0 0.15}
%\hypersetup{linkbordercolor=red, filecolor=red, linkcolor=red}
\usebuttontemplate{\color{darkerred}\insertbuttontext}
When I comment out these lines, the program compiles. However, it looks nothing like it used to. Clearly by commenting out the red, it is no longer red.........
Code: Select all
\listfiles
\documentclass{beamer}
\usepackage{pst-tree}
\usepackage{auto-pst-pdf}
\begin{document}
\begin{frame}{test}
\pstree[radius=3pt]{\Toval{root}}{\TC* \TC* \TC* \TC*}
\end{frame}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.