ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: martin@scholz-net.org,
	"mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: MK IV and Texexec Error Compiling under Windows
Date: Mon, 1 Sep 2008 09:28:47 +0200	[thread overview]
Message-ID: <6faad9f00809010028i4cadea52r17ded07a84e66744@mail.gmail.com> (raw)
In-Reply-To: <1foxzv6ywoxve$.1ews7cv5hztpv.dlg@40tude.net>

On Mon, Sep 1, 2008 at 12:30 AM, Martin Scholz wrote:
> Hi @ all,
>
> I've just installed TeXlive 2k8 on a Vista-Machine. I've updated the MK II
> to MK IV and tried to set a script with chemie-module.
> and the mainlanguage in german.
> The file has the following input:
>
> \hauptsprache [de]
> \verwendemodul [pictex, chemie]
>
> \starttext
> \subjekt{Chemie-test}
> \stellechemieein[breite=passend,oben=1500,unten=3500]
> \startchemie
> \chemie[ONE,Z0,DB1,SB3,SB7,Z7,MOV1,Z0,SB3,SB7,Z3,Z7,MOV0,SUB2,SIX,B,R6,C][C,H,C,H,H]
> \textunter{Styreen}
> \stopchemie
> \quad\quad\quad
> \startchemie
> \chemie[ONE,Z0,DB1,SB3,SB7,Z3,Z7,MOV1,Z0,SB1,SB3,Z3,MOV1,Z0,DB1,SB3,Z3,MOV1,Z0,SB3,SB3,SB7,Z3,Z7][C,H,H,C,H,C,H,C,H,H]
> \textunter{1,3-Butadieen}
> \stopchemie
> \stoptext
>
> then compiling it with texexec file.tex gives the following result:
>
> TeXExec | processing document 'file.tex'
> TeXExec | no ctx file found
> TeXExec | tex processing method: context
> TeXExec | TeX run 1
> TeXExec | writing option file file.top
> TeXExec | using randomseed 377
> TeXExec | tex engine: pdftex
> TeXExec | tex format: cont-de
> This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
>  %&-line parsing enabled.
>  (c:/texlive/2008/texmf/web2c/natural.tcx)
> (Fatal format file error; I'm stymied)
> TeXExec | runtime: 1.055

Run
    texexec --make de
first and put
% interface=de
on top of your file.

After that, the document compiles here, but I was not able to figure
out what command is used for \section/\subject in German.

> when I try to compile this file with context it runs a holy time and then
> gives me the following result:
>
> language       : language en is active
> report >> utilityfile: not present
> system         : cont-new loaded
> (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.tex
> systems         : beware: some patches loaded from cont-new.tex
> (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.mkiv
> lua            : used config path - C:/texlive/2008/texmf/web2c/texmf.cnf
> lua            : used cache path -
> C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0
> ) (C:/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex))
> system         : cont-old loaded
> (C:/texlive/2008/texmf-dist/tex/context/base/cont-old.tex
> loading        : Context Old Macros
> )
> system         : cont-fil loaded
> (C:/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex
> loading        : Context File Synonyms
> )
> system         : cont-sys.rme loaded
> (C:/texlive/2008/texmf-dist/tex/context/user/cont-sys.rme
> (C:/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
> (C:/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
> (C:/texlive/2008/texmf-dist/tex/context/base/type-otf.tex))
> bodyfont       : 12pt rm is loaded
> specials       : tex loaded
> system         : chemie-test.top loaded
> (./chemie-test.top
> specials       : loading definition file tpd
> (C:/texlive/2008/texmf-dist/tex/context/base/spec-tpd.tex
> specials       : loading definition file fdf
> (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex
> (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkiv))
> specials       : fdf loaded
> )
> specials       : fdf loaded
> )
> ! Undefined control sequence.
> l.1 \hauptsprache
>                  [de]
> ?
> ! Emergency stop.
> l.1 \hauptsprache
>                  [de]
> !  ==> Fatal error occurred, no output PDF file produced!
>

You need to run
    context --make de
but it didn't work here either. I guess that you are the first user
(apart from Hans, maybe) who has ever tried using mkiv with
non-English interface, so you might need a bit of patience to get the
problems solved.

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


  parent reply	other threads:[~2008-09-01  7:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-31 22:30 Martin Scholz
2008-09-01  6:54 ` Wolfgang Schuster
2008-09-01  7:33   ` Martin Scholz
2008-09-01  7:39     ` Wolfgang Schuster
2008-09-01 16:26       ` Martin Scholz
2008-09-02 11:23         ` Martin Scholz
2008-09-02 11:52           ` Wolfgang Schuster
2008-09-01  7:28 ` Mojca Miklavec [this message]
2008-09-01  7:34   ` Wolfgang Schuster

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=6faad9f00809010028i4cadea52r17ded07a84e66744@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=martin@scholz-net.org \
    --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).