ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Adam Lindsay <atl@comp.lancs.ac.uk>
Subject: Re: [OS X TeX] formats for ConTeXt-XeTeX
Date: Mon, 13 Feb 2006 10:43:53 +0000	[thread overview]
Message-ID: <43F062E9.60203@comp.lancs.ac.uk> (raw)
In-Reply-To: <DB2BF13C-C867-4277-924D-F7D68DC638B4@st.estfiles.de>

[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]

Steffen Wolfrum wrote:
> OK, a while ago I've found the XeTeX page in Patrick's garden: http:// 
> wiki.contextgarden.net/XeTeX
> Now it works with both (pdfetex and xetex). Works fine in Terminal:  
> texexec --xtx text.tex
> 
> But the next problem is TeXShop.  How do I trigger ConTeXt-XeTeX in  
> TeXShop?
> The only solution I've found is:
> 
> 1) start the document with  %&program=xetex
> 2) in TeXShop's menu choose "Typeset": "ConTeXt" and "Personal Script"
> 
> This will typeset a ConTeXt file with XeTeX.
> But at the end of TeXShop's log it says:

I'm not a TeXShop power user, or even a master shell scripter, but I did 
  come up with the attached command, and saved it as
  ~/Library/TeXShop/Engines/XeConTeXt.engine

For now, that's enough for me. I don't know how to trigger it 
programmatically (from within the .tex file).
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


[-- Attachment #2: XeConTeXt.engine --]
[-- Type: text/plain, Size: 115 bytes --]

#!/bin/tcsh

set path= ($path /usr/local/teTeX/bin/powerpc-apple-darwin-current /usr/local/bin)
texexec --xtx "$1"

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-02-13 10:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5EB6FAE1-C60D-40A9-A293-6F41CAE5BE01@st.estfiles.de>
     [not found] ` <B2D3343F-D85B-43CE-B848-38D35B64927B@sil.org>
2006-02-12 19:49   ` Steffen Wolfrum
2006-02-12 20:16     ` Thomas A. Schmitz
2006-02-12 22:10       ` Steffen Wolfrum
2006-02-13 10:43         ` Adam Lindsay [this message]
2006-02-13 16:08         ` Otared Kavian

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=43F062E9.60203@comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.uk \
    --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).