I am using MikTeX 2.7 and TeXnicCenter 1.0. RC1
when compiling LaTeX => PDF (path: “C:\Program Files\MiKTeX 2.7\miktex\bin\pdflatex.exe”; arguments “-interaction=nonstopmode "%pm"") the run stops abruptly giving the following details:
! I can´t find file ‘grphyph4.tex’
1.10 \imput grphyph4.tex
Please, type another input file name: pdftex.EXE: bad file descriptor
Makefmt: pdftex failed on pdflatex.ini
Initexmf.EXE: The operation failed for some reason
I can’t find the default format file!
This is my .tex file:
Code: Select all
\documentclass[10pt,DIV=10]{scrartcl}
\usepackage[brazil]{babel}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\begin{document}
Dicas para Iniciantes
\end{document}
Thanks for your help.
Best wishes from northeastern Brazil
Christian