ConTeXt-IDE-WinUI icon indicating copy to clipboard operation
ConTeXt-IDE-WinUI copied to clipboard

ConTeXt example projects don't show in PDF reader when compiling.

Open invarianz opened this issue 2 years ago • 4 comments

I'm new to ConTeXt and come from LaTeX. I wanted to get my feet wet with the typesetting experience. Trying the ConTeXt IDE freshly installed from the Windows Store.

I start a new example project (thesis) and click "Root" under "Start" to compile the document.

However, no PDF document is created and openend. In addition there are no error or warning logs.

Thats the screenshot of the fresh install: Screenshot 2023-11-17 122346

invarianz avatar Nov 17 '23 11:11 invarianz

The issue seems to be resolved. I added the bin folder of the App to my PATH and now it works. However, this step is not mentionend in the documentation and should be added if necessary. For context: I was testing on two different Windows 11 machines and only when adding the bin/ folder of the context.exe to the PATH, the example projects started to compile.

invarianz avatar Nov 18 '23 16:11 invarianz

I have the same issue on Windows 10. There's no bin folder or context.exe to be found in WindowsApps folder, and adding location of ConTeXt-IDE.Desktop.exe to PATH did nothing.

feophan avatar Jan 07 '24 16:01 feophan

The path is difficult to find, it took me a while. For my machine it is: C:\Users\invar\AppData\Local\Packages\7614MasterDevelopment.ConTeXtIDE_6y3v46cbhs1ne\LocalState\tex\texmf-mswin\bin

invarianz avatar Jan 17 '24 13:01 invarianz

Unfortunately adding \LocalState\tex\texmf-mswin\bin to PATH did nothing,

\starttext
	Hello World!
\stoptext

even does not compile.

feophan avatar Jan 19 '24 17:01 feophan