Now I have finally installed the ConTeXt standalone version. To try Wolfgangs module "annotation" I installed it with: first-setup --modules="annotation" and it seemed to work. But if I try then \usemodule[annotation] \defineannotation[inlinequote][alternative=quotation] \starttext test \stoptext it comes the error: ++++++++++++++++++ .... specials : loading definition file tpd (c:/Users/Hussein/context/tex/texmf-context/tex/context/base/spec-tpd.mkii specials : loading definition file fdf (c:/Users/Hussein/context/tex/texmf-context/tex/context/base/spec-fdf.mkii)) system : module annotation not found ! Undefined control sequence. l.3 \defineannotation [inlinequote][alternative=quotation] +++++++++++++++ So how to install this module correctly? Thanks. Huseyin
Am 18.11.2012 um 14:06 schrieb "H. Özoguz"
Now I have finally installed the ConTeXt standalone version.
To try Wolfgangs module
"annotation"
I installed it with:
first-setup --modules="annotation"
and it seemed to work. But if I try then
\usemodule[annotation] \defineannotation[inlinequote][alternative=quotation] \starttext test \stoptext
it comes the error:
++++++++++++++++++ .... specials : loading definition file tpd
(c:/Users/Hussein/context/tex/texmf-context/tex/context/base/spec-tpd.mkii
specials : loading definition file fdf
(c:/Users/Hussein/context/tex/texmf-context/tex/context/base/spec-fdf.mkii))
system : module annotation not found
! Undefined control sequence.
l.3 \defineannotation
[inlinequote][alternative=quotation] +++++++++++++++
So how to install this module correctly?
1. When you want only the annotation module you have to install it with first-setup --modules="t-annotation" (note the t-prefix), you can also install all available modules with first-setup --modules=all. 2. The module is MkIV only, to use MkIV process your document with “context <filename>”. Wolfgang
participants (2)
-
"H. Özoguz"
-
Wolfgang Schuster