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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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 ?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis