ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Ursula Hermann <ursula.hermann@univie.ac.at>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Re: Sorry for once more asking, i am at Work
Date: Tue, 20 Feb 2024 13:45:50 +0000	[thread overview]
Message-ID: <80dc00e4b0d546378d7c8e03fa034471@univie.ac.at> (raw)
In-Reply-To: <b76cdefd3d274f189f7b03a8472e8ba0@univie.ac.at>

Dear Pablo, Dear List  

I have done all you told me yesterday. 

What I do not understand is that the Diagnosis in WinEdt 11 says, that everything is ok. Also the PDF-Viewer. Sorry, but I can't copy it, so I tell what I see. What I do not understand, because there is no PDF

But now I tried to do what you have told me and the last line, Pablo in cmd.exe says the same, what I get, if I compile: no format five given, quitting

Uschi  




-----Ursprüngliche Nachricht-----
Von: Ursula Hermann <ursula.hermann@univie.ac.at> 
Gesendet: Montag, 19. Februar 2024 14:42
An: mailing list for ConTeXt users <ntg-context@ntg.nl>
Betreff: [NTG-context] Re: Sorry for once more asking, i am at Work

Dear Pablo, 

I shell try it. Many thanks. 

Uschi 

-----Ursprüngliche Nachricht-----
Von: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
Gesendet: Montag, 19. Februar 2024 14:31
An: ntg-context@ntg.nl
Cc: Pablo Rodriguez <oinos@gmx.es>
Betreff: [NTG-context] Re: Sorry for once more asking, i am at Work

On 2/19/24 13:06, Ursula Hermann wrote:
> Dear List,
>
> I have done the new download at Work. After compiling is always the same:
>
> Command Line:   context.exe --synctex=-1 "context-test.tex"
> […]
> startup error : no format file given, quitting

Dear Uschi,

it is really hard to know what is wrong with your installation (other than it ConTeXt is not able to find your format file).

Sorry if this message is painfully verbose, but I will try not to take anything for granted (so I don’t overlook anything relevant).

Could you save a new "test-doc.tex" file in your desktop directory (which would be named "%USERPROFILE%\Desktop\test-doc.tex" [including its full path])?

"%USERPROFILE%\Desktop\test-doc.tex" should contain:

  \starttext
  \input zapf
  \stoptext

Please, compile it by simply invoking ("cd %USEPROFILE%\Desktop\" might be required before):

  context test-doc

If you get the same error message:

> startup error : no format file given, quitting

You might try (to make the format file):

  context --make --all

Then, try compiling again (run "context test-doc").

If you get the same error message, let’s try a brand-new installation (not removing any existing one).

Get http://lmtx.pragma-ade.nl/install-lmtx/context-mswin.zip (if you use Windows 32bt) or http://lmtx.pragma-ade.nl/install-lmtx/context-win64.zip (for Windows
64bit) into "%USERPROFILE%\Desktop\".

Unzip the downloaded file to a newly created folder in your desktop ("%USERPROFILE%\Desktop\context").

Double-click on "install.bat" that you just uncompressed.

You have to add the new path, so that Windows may find your executables.

Open a new terminal (I guess it is called “command prompt” [or »Eingabeaufforderung«] in Windows-parlance) and paste (if you have ConTeXt for 32bit):

  set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-mswin\bin

Or this (if you use ConTeXt for 64bit):

  set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-win64\bin

Then, on the same window (since this only sets paths for the current session), run:

  mtxrun --generate && cd %USERPROFILE%\Desktop\ && context test-doc.tex

Just in case you wonder, the first command is required for any brand-new install. The second command sets the desktop as your current directory (where you should have "test.doc.tex"). And the third command compiles that source document.

If none of all my previous suggestions works, sorry but I cannot figure out what might be preventing ConTeXt from finding the format files.

Just in case it might help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2024-02-20 13:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19 12:06 Ursula Hermann
2024-02-19 13:19 ` Gavin via ntg-context
2024-02-19 13:30 ` Pablo Rodriguez via ntg-context
2024-02-19 13:41   ` Ursula Hermann
2024-02-20 13:45     ` Ursula Hermann [this message]
2024-02-20 14:21       ` Pablo Rodriguez via ntg-context
2024-02-20 18:03         ` Gavin via ntg-context
2024-02-21  9:23           ` Pablo Rodriguez via ntg-context
2024-02-21  9:27             ` Ursula Hermann
  -- strict thread matches above, loose matches on Subject: below --
2024-02-14 13:16 Ursula Hermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80dc00e4b0d546378d7c8e03fa034471@univie.ac.at \
    --to=ursula.hermann@univie.ac.at \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).