ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Miktex still broken
@ 2008-08-21 18:50 David Arnold
  0 siblings, 0 replies; 2+ messages in thread
From: David Arnold @ 2008-08-21 18:50 UTC (permalink / raw)
  To: Context List list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 385 bytes --]

All,

The context in Miktex is still broken. Has anyone got experience  
installing the standalone version of context on windows alongside  
Miktex?

And one specific question, will the mptopdf command work in this dual  
installation?

Thanks.

David Arnold
College of the Redwoods
Mathematics Department
Eureka, CA 95501
(707) 476-4222
http://online.redwoods.edu/instruct/darnold/



[-- Attachment #1.2: Type: text/html, Size: 1216 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Miktex still broken
       [not found] <mailman.22065.1219393838.4340.ntg-context@ntg.nl>
@ 2008-08-22 16:25 ` Peter Wüsten
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Wüsten @ 2008-08-22 16:25 UTC (permalink / raw)
  To: ntg-context

> The context in Miktex is still broken. Has anyone got experience  
> installing the standalone version of context on windows alongside  
> Miktex?

As I have quite some legacy LaTeX-files I have Miktex 2.7, standalone 
Context, and a Context minimals installation on my system. They co-exist 
nicely on my system: Rather than pointing my path environment variable 
to any of those installations permanently I use batch-files to 
initialize whatever system I'd like to work with.

These are the batch files I use; your paths will vary:
- for running Miktex:
++++++++++++++++++++++++++++++++++++
REM setupmiktex.bat
@echo off
set PATH=C:\Programme\MiKTeX\2.7\miktex\bin;%PATH%
"C:\Programme\PSPad editor\PSPad.exe"
++++++++++++++++++++++++++++++++++++

- for running the ConTeXt maximals (aka ConTeXt standalone):
++++++++++++++++++++++++++++++++++++
REM cstart.bat
@echo off
usr\local\context\cscite.bat usr\local\context
++++++++++++++++++++++++++++++++++++

- for running the minimals:
++++++++++++++++++++++++++++++++++++
REM setupminimals.bat
@ECHO OFF
E:\programme\contextminimal\context\tex\setuptex.bat 
E:\programme\contextminimal\context\tex
++++++++++++++++++++++++++++++++++++

you'll also have to add a line at the bottom of setuptex.bat, under :done
call c:\ruby\scite\scite.exe
or whatever editor you use.

> And one specific question, will the mptopdf command work in this dual  
> installation?

I think so; at least running "mptopdf -v" from a console window invoked 
from the editor made mptopdf tell me there was no file called '-v' to 
process ;-)

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-22 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-21 18:50 Miktex still broken David Arnold
     [not found] <mailman.22065.1219393838.4340.ntg-context@ntg.nl>
2008-08-22 16:25 ` Peter Wüsten

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).