Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(-0.5,0)(2.5,1)
\psdots(0,0)(2,0)(1,1)
\end{pspicture}
\end{document}
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(-0.5,0)(2.5,1)
\psdots(0,0)(2,0)(1,1)
\end{pspicture}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Is this from the working compiler run, or from the earlier not working example run?ghostanime2001 wrote:The log file is attached.
I guess you meanghostanime2001 wrote: Also, what does synchronizing with the repository actually do? The questions that were posted in TeX.SX were for Linux distributions and the ones I found for MiKTeX needed command line parameters.
Code: Select all
mpm --update-db
No, those are all different things. Refresh FNDB means just refreshing the local package database if the local information has been changed manually, i.e. not by the package manager. Rebuilding the format files is rarely nessesary for the user.ghostanime2001 wrote:Do I need to refresh FNDB and update format after I synchronize ?
NEW: TikZ book now 40% off at Amazon.com for a short time.