I'm very new to LaTeX/MikTeX. I'm running 0.4.3 TeXworks / MiKTeX 2.9 64-bit on Windows 7, and I'm trying to use tikz to make a flowchart.
Using the following code, I tried to install the necessary packages using TeXworks to run the following code in "processing mode" pdfLaTex+MakeIndex+BibTeX:
Code: Select all
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
\begin{document}
\end{document}
Code: Select all
======================================================================
starting package maintenance...
installation directory: "C:\Program Files\MiKTeX 2.9"
package repository: ftp://indian.cse.msu.edu/pub/mirrors/CTAN/systems/win32/miktex/tm/packages/
lightweight database digest: 335539a044ad308b9c0a4e34848dc7c1
going to download 80552 bytes
going to install 14 file(s) (1 package(s))
downloading ftp://indian.cse.msu.edu/pub/mirrors/CTAN/systems/win32/miktex/tm/packages/ms.tar.lzma...
80552 bytes, 6.54 KB/Sec
extracting files from ms.tar.lzma...
pdflatex.EXE: Windows API error 87: The parameter is incorrect.
pdflatex.EXE: Data: C:\ProgramData\MiKTeX\2.9\miktex/data/le\be48a8a88e3570f31e8be8fd4a43a2fd.fndb
======================================================================
! LaTeX Error: File `everyshi.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
How can I get this to render a blank page (that IS what it should do, right)? Thanks for your help, and I hope I've posted in the right place.