ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Context and xypic, amslatex etc
       [not found] <20010807211533R.marko@kinetic.ki.informatik.uni-frankfurt. de>
@ 2001-08-08  8:20 ` Hans Hagen
  2001-08-09 22:34   ` Re[2]: " Giuseppe Bilotta
                     ` (2 more replies)
       [not found] ` <20010813173544J.marko@kinetic.ki.informatik.uni-frankfurt. de>
       [not found] ` <20010813174522U.marko@kinetic.ki.informatik.uni-frankfurt. de>
  2 siblings, 3 replies; 7+ messages in thread
From: Hans Hagen @ 2001-08-08  8:20 UTC (permalink / raw)
  Cc: ntg-context

At 09:15 PM 8/7/2001 +0200, Marko Schuetz wrote:
>I am  new to context and  thought I'd ask: likely  someone has already
>tried this.
>
>Currently I use:
>
>\documentclass[a5paper,DIVclassic,10pt,twoside,smallheadings]{scrbook}

\setuppapersize[A5][A4]
\setupbodyfont[10pt]
\setuppagenumbering[alternative=doublesided]
\setuplayout[header=1cm,footer=0cm]

>\usepackage[fleqn]{amsmath}

math module, currently under reconstruction

>\usepackage{amsthm}

dunno

>\usepackage[english]{babel}

\mainlanguage[en]

>\usepackage[latin1]{inputenc}

\useregime[il1] \enableregime[il1]

>\usepackage[all]{xypic}

\usemodule[xypic] % i never really tested that one, lack info and usage

>\usepackage{graphicx}

probably \externalfigure[...]

>\usepackage{epsfig}

same

>\usepackage{code}

dunno

>\usepackage{makeidx}

\defineregister ...

>\usepackage{amsfonts}

\setupbodyfont[ams]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re[2]: Context and xypic, amslatex etc
  2001-08-08  8:20 ` Context and xypic, amslatex etc Hans Hagen
@ 2001-08-09 22:34   ` Giuseppe Bilotta
  2001-08-13 15:35   ` Marko Schuetz
  2001-08-13 15:45   ` Marko Schuetz
  2 siblings, 0 replies; 7+ messages in thread
From: Giuseppe Bilotta @ 2001-08-09 22:34 UTC (permalink / raw)
  Cc: ntg-context

Wednesday, August 08, 2001 Hans Hagen wrote:

>>\usepackage{amsthm}

HH> dunno

This package provides with commands to define "theorems" and a
default "proof" environment.

--
Giuseppe "Oblomov" Bilotta


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

* Re: Context and xypic, amslatex etc
  2001-08-08  8:20 ` Context and xypic, amslatex etc Hans Hagen
  2001-08-09 22:34   ` Re[2]: " Giuseppe Bilotta
@ 2001-08-13 15:35   ` Marko Schuetz
  2001-08-13 15:45   ` Marko Schuetz
  2 siblings, 0 replies; 7+ messages in thread
From: Marko Schuetz @ 2001-08-13 15:35 UTC (permalink / raw)
  Cc: marko

Thanks for the help!

From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Context and xypic, amslatex etc
Date: Wed, 08 Aug 2001 10:20:11 +0200

[..]

I didn't get around to trying it all out, but I thought I'd share some
observations. 

> \useregime[il1] \enableregime[il1]

This gave me some errors. Apparently enco-il1.tex is not part of my
context setup. I downloaded a more recent version, but didn't find it.

So now I'm experimenting with a file enco-il1.tex adapted from
enco-lat.tex, which contains:

\startregime[latin1]

\defineactivecharacter ä {\"{a}} 
\defineactivecharacter Ä {\"{A}}
\defineactivecharacter ö {\"{o}}
\defineactivecharacter Ö {\"{O}} 
\defineactivecharacter ü {\"{u}}  
\defineactivecharacter Ü {\"{U}} 
\defineactivecharacter ß {\SS} 

\stopregime

\endinput 

This currently seems to do what I want after I say

\useencoding[il1]

Marko


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

* Re: Context and xypic, amslatex etc
  2001-08-08  8:20 ` Context and xypic, amslatex etc Hans Hagen
  2001-08-09 22:34   ` Re[2]: " Giuseppe Bilotta
  2001-08-13 15:35   ` Marko Schuetz
@ 2001-08-13 15:45   ` Marko Schuetz
  2 siblings, 0 replies; 7+ messages in thread
From: Marko Schuetz @ 2001-08-13 15:45 UTC (permalink / raw)
  Cc: marko

[...]
> >\usepackage[all]{xypic}
> 
> \usemodule[xypic] % i never really tested that one, lack info and usage

results in 

no macros found in module xypic

Marko


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

* Re: Context and xypic, amslatex etc
       [not found] ` <20010813173544J.marko@kinetic.ki.informatik.uni-frankfurt. de>
@ 2001-08-20 14:41   ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2001-08-20 14:41 UTC (permalink / raw)
  Cc: ntg-context

At 05:35 PM 8/13/2001 +0200, Marko Schuetz wrote:
>Thanks for the help!
>
>From: Hans Hagen <pragma@wxs.nl>
>Subject: Re: Context and xypic, amslatex etc
>Date: Wed, 08 Aug 2001 10:20:11 +0200
>
>[..]
>
>I didn't get around to trying it all out, but I thought I'd share some
>observations.
>
> > \useregime[il1] \enableregime[il1]
>
>This gave me some errors. Apparently enco-il1.tex is not part of my
>context setup. I downloaded a more recent version, but didn't find it.
>
>So now I'm experimenting with a file enco-il1.tex adapted from
>enco-lat.tex, which contains:
>
>\startregime[latin1]
>
>\defineactivecharacter ä {\"{a}}
>\defineactivecharacter Ä {\"{A}}
>\defineactivecharacter ö {\"{o}}
>\defineactivecharacter Ö {\"{O}}
>\defineactivecharacter ü {\"{u}}
>\defineactivecharacter Ü {\"{U}}
>\defineactivecharacter ß {\SS}
>
>\stopregime
>
>\endinput
>
>This currently seems to do what I want after I say
>
>\useencoding[il1]

you can also take a look at regi-il1, see enco-ec too, this demo's that we 
can combine a enco and regi if needed,

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: Context and xypic, amslatex etc
       [not found] ` <20010813174522U.marko@kinetic.ki.informatik.uni-frankfurt. de>
@ 2001-08-20 14:42   ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2001-08-20 14:42 UTC (permalink / raw)
  Cc: ntg-context, marko

At 05:45 PM 8/13/2001 +0200, Marko Schuetz wrote:

>[...]
> > >\usepackage[all]{xypic}
> >
> > \usemodule[xypic] % i never really tested that one, lack info and usage
>
>results in
>
>no macros found in module xypic
>
>Marko

m-xypic.tex

\input xy

\xyoption{all}

\unprotect

\appendtoks
   \xywithoption{tips}{\let\tipsize@@\bodyfontpoint}%
\to\everybodyfont

\protect \endinput

let me know if more support is needed
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Context and xypic, amslatex etc
@ 2001-08-07 19:15 Marko Schuetz
  0 siblings, 0 replies; 7+ messages in thread
From: Marko Schuetz @ 2001-08-07 19:15 UTC (permalink / raw)


I am  new to context and  thought I'd ask: likely  someone has already
tried this.

Currently I use:

\documentclass[a5paper,DIVclassic,10pt,twoside,smallheadings]{scrbook}
\usepackage[fleqn]{amsmath}
\usepackage{amsthm}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[all]{xypic}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{code}
\usepackage{makeidx} 
\usepackage{amsfonts}

I assume that context already includes the functionality of some of
these, like graphicx and epsfig.

Will I have trouble with the others? Are there replacements for the
others to work with context? 

Thank you for your help

Marko


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

end of thread, other threads:[~2001-08-20 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010807211533R.marko@kinetic.ki.informatik.uni-frankfurt. de>
2001-08-08  8:20 ` Context and xypic, amslatex etc Hans Hagen
2001-08-09 22:34   ` Re[2]: " Giuseppe Bilotta
2001-08-13 15:35   ` Marko Schuetz
2001-08-13 15:45   ` Marko Schuetz
     [not found] ` <20010813173544J.marko@kinetic.ki.informatik.uni-frankfurt. de>
2001-08-20 14:41   ` Hans Hagen
     [not found] ` <20010813174522U.marko@kinetic.ki.informatik.uni-frankfurt. de>
2001-08-20 14:42   ` Hans Hagen
2001-08-07 19:15 Marko Schuetz

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