>>>>> "Roland" == Ing Roland Krause <[EMAIL PROTECTED]> writes:

Roland> Dear Developers, I am having some problems getting LyX to work
Roland> correctly on my NT box.

Roland> Problem 1 I am using MikTeX the latest stable release
Roland> (www.miktex.de) but the configuration shell script insists on
Roland> that latex is unusable. I have started to look into the problem
Roland> but I couldnt get anywhere in a reasonable time. 

Well the script runs a small latex program:

\nonstopmode\makeatletter
\ifx\undefined\documentclass\else
  \message{ThisIsLaTeX2e}
\fi
\@@end

which displays ThisIsLaTeX2e if \documentclass is defined. What
happens when you run this under miktex? Where does the output go?
Maybe is it standard error instead of stdout?

Roland> Whats the deal with the
Roland> configuration shell script ? Is it somehow related to autoconf ?

lib/configure is generated automatically from lib/lib_configure.m4
(now lib/configure.m4) which is some kind of poor man's autoconf. The
reason I did that is that autoconf was not suited to what I wanted to
do, so I just gave up (I don;t need the features of autoconf and they
get in my way).

Roland> Can it be changed / made be more sofisticated ?

More sophisticated? You've got to be kidding ;)

Seriously I am interested in fixing it for miktex.

Roland> Problem 2 yap which is one of the the WindowsNT dvi previewers
Roland> doesnt understand the -paper us option. Now I know from Stephens
Roland> website that there is a solution but maybe the dvi viewer command
Roland> could somehow be configured instead of hardcoded. Dont know
Roland> whether its possible though.

Yes, it should. There is some work to do for this to happen, though.

JMarc

Reply via email to