MiKTeX and proTeXtLaTeX=>PDF does not work

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
chrisbio
Posts: 2
Joined: Sun Jan 18, 2009 1:45 pm

LaTeX=>PDF does not work

Post by chrisbio »

Hi all out there:

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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
What is going wrong? Where is my error? In this document, I'am not using any greek ...
Thanks for your help.
Best wishes from northeastern Brazil
Christian

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

LaTeX=>PDF does not work

Post by localghost »

The problem is not comprehensible for me. Insert the \listfiles command as very first line to the code sample. Search the log file for the section between *File List* and ***********, copy it and post it here (using the code environment).

The grphyph4.tex file once belonged to the elhyphen package. Currently this package contains the grphyph5.tex file. But from your code it is not clear why this file is demanded. Perhaps a matter of outdated packages. My file list looks as follows.

Code: Select all

*File List*
scrartcl.cls 2009/01/01 v3.02 KOMA-Script document class (article)
scrkbase.sty 2009/01/01 v3.02 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
scrbase.sty 2009/01/01 v3.02 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
scrlfile.sty 2008/07/09 v3.00 KOMA-Script package (loading files)
tocbasic.sty 2009/01/01 v3.02(package)
scrsize10pt.clo 2009/01/01 v3.02 KOMA-Script font size class option (10pt)
typearea.sty 2009/01/01 v3.02 KOMA-Script package (type area)
babel.sty 2008/07/06 v3.8l The Babel package
bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration
portuges.ldf 2008/03/18 v1.2q Portuguese support from the babel system
inputenc.sty 2006/05/05 v1.1b Input encoding file
latin9.def 2006/05/05 v1.1b Input encoding file
fontenc.sty
t1enc.def 2005/09/27 v1.99g Standard LaTeX file
lmodern.sty 2007/01/14 v1.3 Latin Modern Fonts
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
t1lmr.fd 2007/01/14 v1.3 Font defs for Latin Modern
***********
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Make sure that you post the right log file to the code.


Best regards and welcome to the board
Thorsten¹
chrisbio
Posts: 2
Joined: Sun Jan 18, 2009 1:45 pm

LaTeX=>PDF does not work

Post by chrisbio »

Dear Thorsten:

beg your pardon for the delay – urgent field work …

As suggested, I inserted the \listfiles command – all other outputs produce it but the LaTeX => PDF does not. It not even produces a log-file, but is interrupted while loading the hyphenating files

Code: Select all

=========================================
Local configuration file hyphen.cfg used
=========================================
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
German traditional, New German, French, Greek …

here, the output is interrupted.

(installation from ProTeXt, profiles (LaTeX=> dvi, pdf, ps, ps=>pdf) kept from earlier version, some MikTeX files updated, later upgraded to TeXnicCenter 1.0 RC1)

Any new suggestion?

Thanks a lot for you help!

Christian
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

LaTeX=>PDF does not work

Post by localghost »

chrisbio wrote:[...] As suggested, I inserted the \listfiles command – all other outputs produce it but the LaTeX => PDF does not. It not even produces a log-file, but is interrupted while loading the hyphenating files [...]
Perhaps some other topics will help to get closer to a solution [1,2]. Follow the advices and descriptions according to your language and start a new run with this profile.

[1] View topic: Problem with BABEL
[2] View topic: Problem with babel and danish
Post Reply