ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Peter Wüsten" <peter.wuesten@gmx.de>
To: ntg-context@ntg.nl
Subject: Re: Miktex still broken
Date: Fri, 22 Aug 2008 18:25:16 +0200	[thread overview]
Message-ID: <48AEE86C.1010906@gmx.de> (raw)
In-Reply-To: <mailman.22065.1219393838.4340.ntg-context@ntg.nl>

> 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
___________________________________________________________________________________


       reply	other threads:[~2008-08-22 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.22065.1219393838.4340.ntg-context@ntg.nl>
2008-08-22 16:25 ` Peter Wüsten [this message]
2008-08-21 18:50 David Arnold

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=48AEE86C.1010906@gmx.de \
    --to=peter.wuesten@gmx.de \
    --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).