ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Undefined control sequence
@ 2011-12-17  0:41 Kip Warner
  2011-12-17  2:56 ` Vladimir Lomov
  2011-12-17  5:27 ` Wolfgang Schuster
  0 siblings, 2 replies; 21+ messages in thread
From: Kip Warner @ 2011-12-17  0:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3349 bytes --]

Hey folks,

As of today's nightly build, my typesetting won't compile anymore. The
following is the console output:

$ context Source/Handbook.tex --result="Avaneya Project Crew
Handbook.pdf" --purgeresult

resolvers       | resolving | loading configuration file
'selfautodir:/share/texmf/web2c/contextcnf.lua'
resolvers       | resolving | loading configuration file
'/usr/share/texmf/web2c/contextcnf.lua'
mtx-context     | run 1: luatex
--fmt="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en" --lua="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en.lui" --backend="pdf" "Source/Handbook.tex" \stoptext
This is LuaTeX, Version beta-0.71.0-2011101421 (rev 4358) 
 \write18 enabled.

resolvers       > resolving > loading configuration file
'/usr/share/texmf/web2c/contextcnf.lua'
(Source/Handbook.tex

ConTeXt  ver: 2011.12.16 17:07 MKIV  fmt: 2011.12.16  int:
english/english

system          > cont-new.mkiv loaded
(/usr/share/texmf/tex/context/base/cont-new.mkiv
system          > beware: some patches loaded from cont-new.mkiv
)
system          > Handbook.top loaded
(Handbook.top)
fonts           > latin modern fonts are not preloaded
languages       > language en is active
{/usr/share/texmf/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
(/usr/share/texmf/tex/context/base/type-siz.mkiv)
(/usr/share/texmf/tex/context/base/type-otf.mkiv)
files           > readfile > asked name: 'loc', not found
{/usr/share/texmf/fonts/map/dvips/lm/lm-math.map}{/usr/share/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath7-Regular subfont 9
with name stmary10.afm at 458752 is skipped, not found
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath9-Regular subfont 9
with name stmary10.afm at 589824 is skipped, not found
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath12-Regular subfont 9
with name stmary10.afm at 786432 is skipped, not found
fonts           > fallback modern rm 12pt is loaded
(Source/Environment.tex
resolvers       > modules > loaded: 'units'
(/usr/share/texmf/tex/context/base/m-units.mkiv<
+ /usr/share/texmf/tex/context/base/x-mathml.lua>)
resolvers       > modules > loaded: 'simplefonts'
(/usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.tex)
! Undefined control sequence.
l.136 \setmainfont
                  [Ubuntu]
?

I'm not sure why it is bailing now, since I still have the same Ubuntu
font installed (haven't changed that). I also have
\usemodule[simplefonts] specified in the environment file, and nothing
really has changed other than the version of ConTeXt.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Undefined control sequence
  2011-12-17  0:41 Undefined control sequence Kip Warner
@ 2011-12-17  2:56 ` Vladimir Lomov
  2011-12-19  4:48   ` Kip Warner
  2011-12-17  5:27 ` Wolfgang Schuster
  1 sibling, 1 reply; 21+ messages in thread
From: Vladimir Lomov @ 2011-12-17  2:56 UTC (permalink / raw)
  To: ntg-context

Hello,
** Kip Warner [2011-12-16 16:41:14 -0800]:

> Hey folks,

> As of today's nightly build, my typesetting won't compile anymore. The
> following is the console output:
My reply won't help you much but this is strange:

> $ context Source/Handbook.tex --result="Avaneya Project Crew
> Handbook.pdf" --purgeresult

> resolvers       | resolving | loading configuration file
> 'selfautodir:/share/texmf/web2c/contextcnf.lua'
> resolvers       | resolving | loading configuration file
> '/usr/share/texmf/web2c/contextcnf.lua'
> mtx-context     | run 1: luatex
> --fmt="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en" --lua="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en.lui" --backend="pdf" "Source/Handbook.tex" \stoptext
> This is LuaTeX, Version beta-0.71.0-2011101421 (rev 4358) 
>  \write18 enabled.

> resolvers       > resolving > loading configuration file
> '/usr/share/texmf/web2c/contextcnf.lua'
> (Source/Handbook.tex

> ConTeXt  ver: 2011.12.16 17:07 MKIV  fmt: 2011.12.16  int:
> english/english
This version seems Ok,

> system          > cont-new.mkiv loaded
> (/usr/share/texmf/tex/context/base/cont-new.mkiv
> system          > beware: some patches loaded from cont-new.mkiv
> )
but this and other paths are odd, this is not context-suite (aka context
minimal). Are you sure that you use correct version? I suspect that you
have Ubuntu with TL installed (therefore /usr/share/...), and may be
context suite somewhere.
> system          > Handbook.top loaded
> (Handbook.top)
> fonts           > latin modern fonts are not preloaded
> languages       > language en is active
> {/usr/share/texmf/fonts/map/pdftex/context/mkiv-base.map}
> fonts           > preloading latin modern fonts (second stage)
> (/usr/share/texmf/tex/context/base/type-siz.mkiv)
> (/usr/share/texmf/tex/context/base/type-otf.mkiv)
> files           > readfile > asked name: 'loc', not found
> {/usr/share/texmf/fonts/map/dvips/lm/lm-math.map}{/usr/share/texmf/fonts/map/dvips/lm/lm-rm.map}
> fonts           > defining > forced type afm of stmary10 not found
> fonts           > defining > font with asked name 'stmary10' is not
> found using lookup 'file'
> fonts           > virtual math > loading font LMMath7-Regular subfont 9
> with name stmary10.afm at 458752 is skipped, not found
> fonts           > defining > forced type afm of stmary10 not found
> fonts           > defining > font with asked name 'stmary10' is not
> found using lookup 'file'
> fonts           > virtual math > loading font LMMath9-Regular subfont 9
> with name stmary10.afm at 589824 is skipped, not found
> fonts           > defining > forced type afm of stmary10 not found
> fonts           > defining > font with asked name 'stmary10' is not
> found using lookup 'file'
> fonts           > virtual math > loading font LMMath12-Regular subfont 9
> with name stmary10.afm at 786432 is skipped, not found
> fonts           > fallback modern rm 12pt is loaded
> (Source/Environment.tex
> resolvers       > modules > loaded: 'units'
> (/usr/share/texmf/tex/context/base/m-units.mkiv<
> + /usr/share/texmf/tex/context/base/x-mathml.lua>)
> resolvers       > modules > loaded: 'simplefonts'
> (/usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.tex)
> ! Undefined control sequence.
> l.136 \setmainfont
>                   [Ubuntu]
> ?

> I'm not sure why it is bailing now, since I still have the same Ubuntu
> font installed (haven't changed that). I also have
> \usemodule[simplefonts] specified in the environment file, and nothing
> really has changed other than the version of ConTeXt.

Please provide more information:
- either you use context suite (which version, where it is installed,
how you set up PATH,...),
- or you use PPA,
- or TL with context from Ubuntu package repository.

---
WBR, Vladimir Lomov

-- 
QOTD:
	"Do you smell something burning or is it me?"
		-- Joan of Arc
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Undefined control sequence
  2011-12-17  0:41 Undefined control sequence Kip Warner
  2011-12-17  2:56 ` Vladimir Lomov
@ 2011-12-17  5:27 ` Wolfgang Schuster
  2011-12-17  6:29   ` Kip Warner
  2011-12-19  4:21   ` Kip Warner
  1 sibling, 2 replies; 21+ messages in thread
From: Wolfgang Schuster @ 2011-12-17  5:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Kip Warner


Am 17.12.2011 um 01:41 schrieb Kip Warner:

> Hey folks,
> 
> As of today's nightly build, my typesetting won't compile anymore. The
> following is the console output:

I uploaded a new revision of the module which should be in the minimals in a few hours.

Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Undefined control sequence
  2011-12-17  5:27 ` Wolfgang Schuster
@ 2011-12-17  6:29   ` Kip Warner
  2011-12-19  4:21   ` Kip Warner
  1 sibling, 0 replies; 21+ messages in thread
From: Kip Warner @ 2011-12-17  6:29 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 283 bytes --]

On Sat, 2011-12-17 at 06:27 +0100, Wolfgang Schuster wrote:
> I uploaded a new revision of the module which should be in the minimals in a few hours.

Thanks Wolfgang. =)

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Undefined control sequence
  2011-12-17  5:27 ` Wolfgang Schuster
  2011-12-17  6:29   ` Kip Warner
@ 2011-12-19  4:21   ` Kip Warner
  1 sibling, 0 replies; 21+ messages in thread
From: Kip Warner @ 2011-12-19  4:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 14825 bytes --]

On Sat, 2011-12-17 at 06:27 +0100, Wolfgang Schuster wrote:
> I uploaded a new revision of the module which should be in the minimals in a few hours.

It still bails, but now for apparently a different reason. I find it
very hard to read the error messages ConTeXt throws. I'm accustomed to
gcc style output with...

application: file: line: description

...type error messages. I wonder if there is any way to make it more
readable. This is the current output now up until it bails.

$ context Source/Handbook.tex --result="Avaneya Project Crew
Handbook.pdf" --purgeresult

resolvers       | resolving | loading configuration file
'selfautodir:/share/texmf/web2c/contextcnf.lua'
resolvers       | resolving | loading configuration file
'/usr/share/texmf/web2c/contextcnf.lua'
mtx-context     | run 1: luatex
--fmt="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en" --lua="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en.lui" --backend="pdf" "Source/Handbook.tex" \stoptext
This is LuaTeX, Version beta-0.71.0-2011101421 (rev 4358) 
 \write18 enabled.

resolvers       > resolving > loading configuration file
'/usr/share/texmf/web2c/contextcnf.lua'
(Source/Handbook.tex

ConTeXt  ver: 2011.12.17 10:04 MKIV  fmt: 2011.12.18  int:
english/english

system          > cont-new.mkiv loaded
(/usr/share/texmf/tex/context/base/cont-new.mkiv
system          > beware: some patches loaded from cont-new.mkiv
)
system          > Handbook.top loaded
(Handbook.top)
fonts           > latin modern fonts are not preloaded
languages       > language en is active
{/usr/share/texmf/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
(/usr/share/texmf/tex/context/base/type-siz.mkiv)
(/usr/share/texmf/tex/context/base/type-otf.mkiv)
files           > readfile > asked name: 'loc', not found
{/usr/share/texmf/fonts/map/dvips/lm/lm-math.map}{/usr/share/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath7-Regular subfont 9
with name stmary10.afm at 458752 is skipped, not found
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath9-Regular subfont 9
with name stmary10.afm at 589824 is skipped, not found
fonts           > defining > forced type afm of stmary10 not found
fonts           > defining > font with asked name 'stmary10' is not
found using lookup 'file'
fonts           > virtual math > loading font LMMath12-Regular subfont 9
with name stmary10.afm at 786432 is skipped, not found
fonts           > fallback modern rm 12pt is loaded
(Source/Environment.tex
resolvers       > modules > loaded: 'units'
(/usr/share/texmf/tex/context/base/m-units.mkiv<
+ /usr/share/texmf/tex/context/base/x-mathml.lua>)
resolvers       > modules > loaded: 'simplefonts'
(/usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.tex
loading         > ConTeXt User Module / Simplefonts
<+ /usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.lua>)
fonts           > beware: fontclass ignored (if needed use:
[fontclass][size][settings])
)
backend         > xmp > using file
'/usr/share/texmf/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1, subpage 1
 <Source/Makeup/Images/m_k_i_v_Bazaar_Logo.pdf>
<Source/Makeup/Images/m_k_i_v_ConTeXt_Logo.pdf>
pages           > flushing realpage 2, userpage 1, subpage 2
structure       > sectioning > title @ level 2 : 0.0 -> \headtext
{content}
(Source/Preface/Preface.tex
pages           > flushing realpage 3, userpage 1, subpage 1
structure       > sectioning > chapter @ level 2 : 0.1 -> Preface
backend         > references > invalid page reference: 0
references      > unknown reference [Preface][Revision Control
Management]
backend         > references > invalid page reference: 0
)
pages           > flushing realpage 4, userpage 2, subpage 1
(Source/Core_Leitmotifs/Core_Leitmotifs.tex
structure       > sectioning > chapter @ level 2 : 0.1 -> Core
Leitmotifs
references      > unknown reference [Core Leitmotifs][Communication]
backend         > references > invalid page reference: 0
references      > unknown reference [Core Leitmotifs][Resources For
Everyone]
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
references      > unknown reference [Core Leitmotifs][Genuine Progress
Indicator]
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0

Overfull \hbox (2.51901pt too wide) detected at line 37
[]  
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
pages           > flushing realpage 5, userpage 3, subpage 1
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
backend         > references > invalid page reference: 0
references      > unknown reference [Core Leitmotifs][Socioeconomic
Modelling]

Overfull \hbox (2.24402pt too wide) detected at line 52
[]  
backend         > references > invalid page reference: 0
) (Source/The_Game/The_Game.tex
pages           > flushing realpage 6, userpage 4, subpage 2
structure       > sectioning > chapter @ level 2 : 0.2 -> The Game
(Source/Timeline/Arda_Independence_Letter.tex
Underfull \hbox (badness 10000) in paragraph at lines 18--18
 [][]\*simplefonts:19pttttf* Earth has been pre-sented to date with the
pub-lic face of a brave, off-world, United 

Underfull \hbox (badness 10000) in paragraph at lines 18--18
 \*simplefonts:19pttttf* Na-tions re-search fron-tier, pas-sion-ately
con-cerned with all man-ner of Ter-ran sus-tain- 

Underfull \hbox (badness 10000) in paragraph at lines 18--18
 \*simplefonts:19pttttf* abil-ity. The man-date en-trust-ing this first
Mar-t-ian set-tle-ment's tech-ni-cal ad-min-is- 

Underfull \hbox (badness 10000) in paragraph at lines 18--18
 \*simplefonts:19pttttf* tra-tion to my care un-der the higher
strate-gic di-rec-tion and over-sight of your Of-fice 

Underfull \hbox (badness 10000) in paragraph at lines 18--18
 \*simplefonts:19pttttf* back on Earth has been faith-fully ex-e-cuted
to date. Dare I say, the set-tlers and I 

Underfull \hbox (badness 10000) in paragraph at lines 18--18
 \*simplefonts:19pttttf* feel an af-fec-tion for this world at least
that for Earth and find our-selves dis-posed 

Underfull \hbox (badness 10000) in paragraph at lines 20--20
 [][]\*simplefonts:19pttttf* But Mars is far from be-ing a per-fect
world. Un-be-knownst to even the set-tlers, the 

Underfull \hbox (badness 10000) in paragraph at lines 20--20
 \*simplefonts:19pttttf* set-tle-ment's de-sign since its very
in-cep-tion was mod-elled covertly to emerge a ba- 

Underfull \hbox (badness 10000) in paragraph at lines 20--20
 \*simplefonts:19pttttf* nana re-pub-lic. Fash-ioned as a
con-tem-po-rary ana-logue ought, we are out-fit-ted with 

Underfull \hbox (badness 10000) in paragraph at lines 20--20
 \*simplefonts:19pttttf* rail-guns, end-lessly cat-a-pult-ing our
deu-terium and other ma-te-r-ial ex-ports across the 

Underfull \hbox (badness 10000) in paragraph at lines 20--20
 \*simplefonts:19pttttf* so-lar sys-tem back to Earth in a man-ner
damn-ingly rem-i-nis-cent of the gold, silk, and 

Underfull \hbox (badness 10000) in paragraph at lines 22--22
 [][]\*simplefonts:19pttttf* Con-cur-rently our sus-tain-abil-ity
re-search fa-cil-i-ties here on Mars, to which Ter-rans 

Underfull \hbox (badness 10000) in paragraph at lines 22--22
 \*simplefonts:19pttttf* are crit-i-cally de-pen-dent upon, are
sys-tem-at-i-cally dis-man-tled such that our wealth 

Underfull \hbox (badness 10000) in paragraph at lines 22--22
 \*simplefonts:19pttttf* may be jet-ti-soned ever more ex-pe-di-tiously.
These spoils are then ap-pro-pri-ated by a 

Underfull \hbox (badness 10000) in paragraph at lines 22--22
 \*simplefonts:19pttttf* morally and en-vi-ron-men-tally bank-rupt
world, none other than Earth it-self, al-le-vi-at- 

Underfull \hbox (badness 10000) in paragraph at lines 22--22
 \*simplefonts:19pttttf* ing nei-ther the af-flic-tions that prompted
our dan-ger-ous jour-ney here nor the debts 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 [][]\*simplefonts:19pttttf* I watched qui-etly over the years as we
laboured with-out pause to pro-vide for this 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 \*simplefonts:19pttttf* in-sa-tiable Ter-ran ap-petite, even as it
be-came ob-vi-ous we were be-ing ex-ploited. Such 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 \*simplefonts:19pttttf* an ap-petite lim-its it-self but to lit-tle
more than cor-nu-copi-anism and usury amidst 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 \*simplefonts:19pttttf* all the splen-dour and knowl-edge this
beau-ti-ful Red Planet has to of-fer hu-man-ity. 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 \*simplefonts:19pttttf* I watched the Mar-t-ian chron-i-cle un-fold as
Ter-ran ten-ta-cles trans-formed it from the 

Underfull \hbox (badness 10000) in paragraph at lines 24--24
 \*simplefonts:19pttttf* reifi-able dream it once was into the
night-mare it is now - at the cost of so-cial 

Underfull \hbox (badness 10000) in paragraph at lines 26--26
 [][]\*simplefonts:19pttttf* And now I watch as I have be-come con-sumed
by a cri-sis of con-science such that I am 

Underfull \hbox (badness 10000) in paragraph at lines 26--26
 \*simplefonts:19pttttf* no longer able to faith-fully ex-e-cute the
di-rec-tives of your Of-fice as Mis-sion Com- 

Underfull \hbox (badness 10000) in paragraph at lines 26--26
 \*simplefonts:19pttttf* man-der of the United Na-tions
ex-trater-ri-to-r-ial out-post of the Ar-ca-dian Set-tle-ment 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 [][]\*simplefonts:19pttttf* Yet I have not aban-doned my peo-ple. On
the con-trary, I am now truly avail-able for 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 \*simplefonts:19pttttf* them. Ar-ca-dia's great-est achieve-ment
oc-curred to-day with its re-al-iza-tion that it can 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 \*simplefonts:19pttttf* do bet-ter, that Earth has noth-ing that it
needs, and that it will not fol-low in its 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 \*simplefonts:19pttttf* ex-am-ple. We had ar-rived on Mars un-der the
im-pres-sion that we had left Earth, only 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 \*simplefonts:19pttttf* to find our-selves still steeped in the very
worst of it. This un-fal-ter-ing bondage to 

Underfull \hbox (badness 10000) in paragraph at lines 28--28
 \*simplefonts:19pttttf* Ter-ran money lenders, pre-ced-ing even our
ter-mi-nal de-scent that brought us here, if 
pages           > flushing realpage 7, userpage 5, subpage 1

Underfull \hbox (badness 10000) in paragraph at lines 30--30
 [][]\*simplefonts:19pttttf* But now the era of plun-der-ing the fruits
of the Red Horn of Plenty to the detri-ment 

Underfull \hbox (badness 10000) in paragraph at lines 30--30
 \*simplefonts:19pttttf* of those who laboured tire-lessly and as-sumed
all of the great-est dan-gers in se-cur-ing 

Underfull \hbox (badness 10000) in paragraph at lines 30--30
 \*simplefonts:19pttttf* it is over. We were lied to, Mr. Sec-re-tary,
and we have been liv-ing it since the day 

Underfull \hbox (badness 10000) in paragraph at lines 30--30
 \*simplefonts:19pttttf* we landed. Goethe[]^^@ knew it as well
cen-turies ago as we would be naive not to know it 

Underfull \hbox (badness 10000) in paragraph at lines 30--30
 \*simplefonts:19pttttf* now, for none are more hope-lessly en-slaved
than those who falsely be-lieve that they 

Underfull \hbox (badness 10000) in paragraph at lines 32--32
 [][]\*simplefonts:19pttttf* This is un-doubt-edly dif-fi-cult for you
and all those you have long acted in proxy for 

Underfull \hbox (badness 10000) in paragraph at lines 32--32
 \*simplefonts:19pttttf* to com-pre-hend. But it does not mat-ter now.
What mat-ters now is that we are pre-pared 

Underfull \hbox (badness 10000) in paragraph at lines 32--32
 \*simplefonts:19pttttf* to re-al-ize our plans to leg-is-late and
as-sert a long cov-eted in-de-pen-dence, hav-ing re- 

Underfull \hbox (badness 10000) in paragraph at lines 32--32
 \*simplefonts:19pttttf* flected upon the per-ils of com-mit-ting
our-selves to do-ing so with those of not. All 

Underfull \hbox (badness 10000) in paragraph at lines 32--32
 \*simplefonts:19pttttf* that re-mains is to gen-uinely de-part Earth,
this time with no thought of re-turn, and 
) <Source/Timeline/Images/m_k_i_v_Arda_Signature.pdf>
pages           > flushing realpage 8, userpage 6, subpage 2
structure       > sectioning > section @ level 3 : 0.2.1 -> Why
! Undefined control sequence.
\float_move_down_hang ...obal \sidefloatsidelines 
                                                  \zerocount \!!
donebtrue \f...
\do_compare_process_action ...malistelement {#3}#2
                                                  \expandafter
\quitcommalis...
\next3 #1,->\do_process_action {#1}
                                   \do_process_comma_item 
<argument> ...g =>\float_move_down_hang \plusone ,
                                                  +\v!hang
=>\float_move_dow...
\processnextcommalist ...o_process_comma_item #4#5
                                                  ,]\relax \global
\advance ...
\redorecurse ->\expandrecursecontent 
                                     \dodorecurse 
...
l.23 ...lles_Marineris.png][][width=.5\textwidth]}
                                                  
? 

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Undefined control sequence
  2011-12-17  2:56 ` Vladimir Lomov
@ 2011-12-19  4:48   ` Kip Warner
  2011-12-19  8:40     ` Vladimir Lomov
  0 siblings, 1 reply; 21+ messages in thread
From: Kip Warner @ 2011-12-19  4:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1196 bytes --]

On Sat, 2011-12-17 at 11:56 +0900, Vladimir Lomov wrote:
> > system          > cont-new.mkiv loaded
> > (/usr/share/texmf/tex/context/base/cont-new.mkiv
> > system          > beware: some patches loaded from cont-new.mkiv
> > )
> but this and other paths are odd, this is not context-suite (aka context
> minimal). Are you sure that you use correct version? I suspect that you
> have Ubuntu with TL installed (therefore /usr/share/...), and may be
> context suite somewhere.

I am using Ubuntu, and I'm not sure what TL is. I think that might mean
Texlive, which I don't know much about.

> Please provide more information:
> - either you use context suite (which version, where it is installed,
> how you set up PATH,...),
> - or you use PPA,
> - or TL with context from Ubuntu package repository.

I am using context from Adam's PPA, version 2:2011.11.29~maverick1:
https://launchpad.net/~reviczky/+archive/context-daily

I also apparently have a shitload of texlive* packages installed. They
all look like they are official Ubuntu packages. Should I keep them?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Undefined control sequence
  2011-12-19  4:48   ` Kip Warner
@ 2011-12-19  8:40     ` Vladimir Lomov
  0 siblings, 0 replies; 21+ messages in thread
From: Vladimir Lomov @ 2011-12-19  8:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,
** Kip Warner [2011-12-18 20:48:11 -0800]:

> On Sat, 2011-12-17 at 11:56 +0900, Vladimir Lomov wrote:
>>> system          > cont-new.mkiv loaded
>>> (/usr/share/texmf/tex/context/base/cont-new.mkiv
>>> system          > beware: some patches loaded from cont-new.mkiv
>>> )
>> but this and other paths are odd, this is not context-suite (aka context
>> minimal). Are you sure that you use correct version? I suspect that you
>> have Ubuntu with TL installed (therefore /usr/share/...), and may be
>> context suite somewhere.

> I am using Ubuntu, and I'm not sure what TL is. I think that might mean
> Texlive,
Yes
> which I don't know much about.
it doesn't matter.

>> Please provide more information:
>> - either you use context suite (which version, where it is installed,
>> how you set up PATH,...),
>> - or you use PPA,
>> - or TL with context from Ubuntu package repository.

> I am using context from Adam's PPA, version 2:2011.11.29~maverick1:
> https://launchpad.net/~reviczky/+archive/context-daily
As I thought, (all those /usr/share... paths) but this version differs
from that your log tells (2011.11 and 2011.12). I would recommend to use
context suite (aka context minimal), see context garden. For example,
you could install CS (= context suite) either under $HOME/context or
under /usr/local/opt or under /opt (i.e. to the location where you have
permission to write).

> I also apparently have a shitload of texlive* packages installed. They
> all look like they are official Ubuntu packages. Should I keep them?
As simple advice: "don't touch them" (this is another story). You could
use CS independently from these packages.

---
WBR, Vladimir Lomov

-- 
Catproof is an oxymoron, childproof nearly so.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Undefined control sequence.
  2006-06-17 19:55   ` Peter Münster
@ 2006-06-18  9:24     ` Bernd Militzer
  0 siblings, 0 replies; 21+ messages in thread
From: Bernd Militzer @ 2006-06-18  9:24 UTC (permalink / raw)


> And if you want to avoid redundancy:
> 
> \definesynonyms[PID][PIDs][\doGetPID]
> 
> \def\getPID#1{Militzer, \doGetPID{#1}~(#1)}
> 
> \PID{8}{Hermann Paul}
> \PID{16}{Johann Wilhelm Hermann}

my solution ist now:

\definesynonyms[PID][PIDs][\doGetPID]

\def\getPID#1{\doGetPID{#1}~(#1)}

\def\getPIDGeb#1{\doGetPID{#1}~(#1) -- Geburt}
\def\getPIDHei#1{\doGetPID{#1}~(#1) -- Heirat}
\def\getPIDTod#1{\doGetPID{#1}~(#1) -- Tod}

\PID{8}{Militzer, Hermann Paul}
\PID{16}{Militzer, Johann Wilhelm Hermann}
\PID{17}{Fischer, Johanna Christiane Pauline}
\PID{34}{Fischer, Joha\={n} Gottlieb}
\PID{35}{Werner, Johanne Christiane Dorothee}
\PID{67}{Rudolph, Joha\={n}e Christiane Friedericke}

Thanks Peter
Bernd

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

* Re: Undefined control sequence.
  2006-06-17 14:22 ` Mojca Miklavec
  2006-06-17 15:39   ` Bernd Militzer
@ 2006-06-17 19:55   ` Peter Münster
  2006-06-18  9:24     ` Bernd Militzer
  1 sibling, 1 reply; 21+ messages in thread
From: Peter Münster @ 2006-06-17 19:55 UTC (permalink / raw)


On Sat, 17 Jun 2006, Mojca Miklavec wrote:

> % \PID will create a new ently and \getPID will recall an existing one
> \definesynonyms[PID][PIDs][\getPID]
> 
> \PID{8}{Militzer, Hermann Paul (8)}
> \PID{16}{Militzer, Johann Wilhelm Hermann (16)}
> \PID{33}{Militzer, Henriette (33)}
> \PID{8448}{Militzer, Adam (8448)}

And if you want to avoid redundancy:

\definesynonyms[PID][PIDs][\doGetPID]

\def\getPID#1{Militzer, \doGetPID{#1}~(#1)}

\PID{8}{Hermann Paul}
\PID{16}{Johann Wilhelm Hermann}
\PID{33}{Henriette}
\PID{8448}{Adam}

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: Undefined control sequence.
  2006-06-17 14:22 ` Mojca Miklavec
@ 2006-06-17 15:39   ` Bernd Militzer
  2006-06-17 19:55   ` Peter Münster
  1 sibling, 0 replies; 21+ messages in thread
From: Bernd Militzer @ 2006-06-17 15:39 UTC (permalink / raw)


Am Samstag, den 17.06.2006, 16:22 +0200 schrieb Mojca Miklavec:

> What about the following?
> 
> % \PID will create a new ently and \getPID will recall an existing one
> \definesynonyms[PID][PIDs][\getPID]
> 
> \PID{8}{Militzer, Hermann Paul (8)}
> \PID{16}{Militzer, Johann Wilhelm Hermann (16)}
> \PID{33}{Militzer, Henriette (33)}
> \PID{8448}{Militzer, Adam (8448)}
> 
> \starttext
> 
> \section[UkPID8A]{\getPID{8}\ -- Allgemein}
> 
> \stoptext
> 
> Mojca

thanks, that solution ist perfect. 

Bernd

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

* Re: Undefined control sequence.
  2006-06-17 12:33 ` Peter Münster
@ 2006-06-17 14:40   ` Bernd Militzer
  0 siblings, 0 replies; 21+ messages in thread
From: Bernd Militzer @ 2006-06-17 14:40 UTC (permalink / raw)


Am Samstag, den 17.06.2006, 14:33 +0200 schrieb Peter Münster:

> Hello Bernd,
> you certainly have \setupinteraction[state=start] \placebookmarks[section]
> somewhere at the beginning of your file.
> Place the \placebookmarks[section] after your PID-definitions and it should
> work.
> Cheers, Peter

yes it does now, thanks

Bernd

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

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

* Re: Undefined control sequence.
  2006-06-17  9:57 Bernd Militzer
  2006-06-17 12:33 ` Peter Münster
@ 2006-06-17 14:22 ` Mojca Miklavec
  2006-06-17 15:39   ` Bernd Militzer
  2006-06-17 19:55   ` Peter Münster
  1 sibling, 2 replies; 21+ messages in thread
From: Mojca Miklavec @ 2006-06-17 14:22 UTC (permalink / raw)
  Cc: Bernd Militzer

On 6/17/06, Bernd Militzer wrote:
> Hi,
>
> for a large project I defined names for a lot of persons like
>
> \global\def\PIDacht{Militzer, Hermann Paul (8)}
> \global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)}
> \global\def\PIDdreidrei{Militzer, Henriette (33)}
> \global\def\PIDachtviervieracht{Militzer, Adam (8448)}

What about the following?

% \PID will create a new ently and \getPID will recall an existing one
\definesynonyms[PID][PIDs][\getPID]

\PID{8}{Militzer, Hermann Paul (8)}
\PID{16}{Militzer, Johann Wilhelm Hermann (16)}
\PID{33}{Militzer, Henriette (33)}
\PID{8448}{Militzer, Adam (8448)}

\starttext

\section[UkPID8A]{\getPID{8}\ -- Allgemein}

\stoptext

Mojca

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

* Re: Undefined control sequence.
  2006-06-17  9:57 Bernd Militzer
@ 2006-06-17 12:33 ` Peter Münster
  2006-06-17 14:40   ` Bernd Militzer
  2006-06-17 14:22 ` Mojca Miklavec
  1 sibling, 1 reply; 21+ messages in thread
From: Peter Münster @ 2006-06-17 12:33 UTC (permalink / raw)


On Sat, 17 Jun 2006, Bernd Militzer wrote:

> for a large project I defined names for a lot of persons like
> 
> \global\def\PIDacht{Militzer, Hermann Paul (8)}
> \global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)}
> \global\def\PIDdreidrei{Militzer, Henriette (33)}
> \global\def\PIDachtviervieracht{Militzer, Adam (8448)}
> 
> \starttext
> \PIDachtviervieracht
> is ok
> 
> but
> 
> \section[UkPID8A]{\PIDacht\ -- Allgemein}
> does not work!
> \stoptext

Hello Bernd,
you certainly have \setupinteraction[state=start] \placebookmarks[section]
somewhere at the beginning of your file.
Place the \placebookmarks[section] after your PID-definitions and it should
work.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Undefined control sequence.
@ 2006-06-17  9:57 Bernd Militzer
  2006-06-17 12:33 ` Peter Münster
  2006-06-17 14:22 ` Mojca Miklavec
  0 siblings, 2 replies; 21+ messages in thread
From: Bernd Militzer @ 2006-06-17  9:57 UTC (permalink / raw)


Hi,

for a large project I defined names for a lot of persons like

\global\def\PIDacht{Militzer, Hermann Paul (8)}
\global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)}
\global\def\PIDdreidrei{Militzer, Henriette (33)}
\global\def\PIDachtviervieracht{Militzer, Adam (8448)}

\starttext
\PIDachtviervieracht
is ok

but

\section[UkPID8A]{\PIDacht\ -- Allgemein}
does not work!
\stoptext

I get:
(./FamMilitzerUrkunden.tuo) (./FamMilitzerUrkunden.tuo
! Undefined control sequence.
<argument> \PIDacht
                    \ -- Allgemein
\sanitizePDFdocencoding ...docencoding \edef #2{#1
                                                  }
\doPDFinsertbookmark ...oding #3\to \bookmarktext
                                                  \stripstring
\bookmarktext...
<argument> \flushbookmark
                          \dodoputbookmarkelement {\v!
section }{3}{2}{\PIDei...
 
\secondoftwoarguments #1#2->#2
                               
l.14 ...sacht \ -- Geburt}{1::0:0:2:0:0:0:0::1}{7}
                                                   
?
! Emergency stop.

What is wrong?

thanks,

Bernd Militzer

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

* Re: undefined control sequence
  2002-07-21 23:24 undefined " Matthew Huggett
  2002-07-22  6:41 ` Patrick Gundlach
@ 2002-07-22  7:19 ` Hans Hagen
  1 sibling, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2002-07-22  7:19 UTC (permalink / raw)
  Cc: ntg-context

At 08:24 AM 7/22/2002 +0900, Matthew Huggett wrote:
>Hi:
>
>I just downloaded a new version of ConTeXt [version: 2002.03.27 fmt:
>2002.6.1]  and I'm getting an "undefined control sequence" message related
>to \beforeeverylinenumbering .  How do I fix this?  My files compiled
>perfectly under my old setup, so I'm not sure what's wrong.

maybe some mixup, are you sure that you erased the old base directory, ran 
mktexlsr and regenerated the format (smells like a cont-new.tex that does 
not match the rest)

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
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

* Re: undefined control sequence
  2002-07-21 23:24 undefined " Matthew Huggett
@ 2002-07-22  6:41 ` Patrick Gundlach
  2002-07-22  7:19 ` Hans Hagen
  1 sibling, 0 replies; 21+ messages in thread
From: Patrick Gundlach @ 2002-07-22  6:41 UTC (permalink / raw)


"Matthew Huggett" <mhuggett@telusplanet.net> writes:

> I just downloaded a new version of ConTeXt [version: 2002.03.27 fmt:
> 2002.6.1]  and I'm getting an "undefined control sequence" message related
> to \beforeeverylinenumbering .  How do I fix this?  My files compiled
> perfectly under my old setup, so I'm not sure what's wrong.

You might want to post a minimal file that produces this
error. Unless, of course, a wizard knows what could be wrong.

Patrick

-- 
I'll fade into the darkness


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

* undefined control sequence
@ 2002-07-21 23:24 Matthew Huggett
  2002-07-22  6:41 ` Patrick Gundlach
  2002-07-22  7:19 ` Hans Hagen
  0 siblings, 2 replies; 21+ messages in thread
From: Matthew Huggett @ 2002-07-21 23:24 UTC (permalink / raw)


Hi:

I just downloaded a new version of ConTeXt [version: 2002.03.27 fmt:
2002.6.1]  and I'm getting an "undefined control sequence" message related
to \beforeeverylinenumbering .  How do I fix this?  My files compiled
perfectly under my old setup, so I'm not sure what's wrong.

Thanks

Matthew


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

* RE: Undefined control sequence
  2000-01-10 14:53 Undefined " guravage
  2000-01-10 15:17 ` Hans Hagen
  2000-01-10 15:50 ` Berend de Boer
@ 2000-01-10 15:52 ` Berend de Boer
  2 siblings, 0 replies; 21+ messages in thread
From: Berend de Boer @ 2000-01-10 15:52 UTC (permalink / raw)


> However, processing a simple example yielded the following
> `Undefined control
> sequence' message.

Sorry didn't look at bar.log. You have in cont-sys dutch commands which are
not defined in the english interface.

Replace \stelinteractie in by \setupinteraction and it should be ok.

Groetjes,

Berend. (-:


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

* RE: Undefined control sequence
  2000-01-10 14:53 Undefined " guravage
  2000-01-10 15:17 ` Hans Hagen
@ 2000-01-10 15:50 ` Berend de Boer
  2000-01-10 15:52 ` Berend de Boer
  2 siblings, 0 replies; 21+ messages in thread
From: Berend de Boer @ 2000-01-10 15:50 UTC (permalink / raw)


> made the Dutch, English, and German 
> formats.

Probably something went wrong here. Check the log file.

Groetjes,

Berend. (-:


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

* Re: Undefined control sequence
  2000-01-10 14:53 Undefined " guravage
@ 2000-01-10 15:17 ` Hans Hagen
  2000-01-10 15:50 ` Berend de Boer
  2000-01-10 15:52 ` Berend de Boer
  2 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2000-01-10 15:17 UTC (permalink / raw)
  Cc: ntg-context

>	% interface=en output=pdftex
>	\starttext
>	This is a test
>	\stoptext

systems        : begin file test at line 2
[1.1{d:/TEXLOCAL/TEXMF/pdftex/config/pdftex.map}{d:/TEXLOCAL/TEXMF/pdftex/co
nfi
g/context.map}{d:/TEXLOCAL/TEXMF/pdftex/config/chinese.map}]
systems        : end file test at line 4
 )<d:/TEX/TEXMF/fonts/type1/bluesky/cm/cmr12.pfb>
Output written on test.pdf (1 page, 4449 bytes).
Transcript written on test.log.

works fine with me. However: in your log file there is: 

(/home/michael/texmf/tex/context/base/symb-na
! Undefined control sequence.
l.47  \stelinteractiein

I changed the low level dutch to english, but when recovering files from a
crash I had to use an old file. I corrected this in the latest beta. I'll
upload a new primary copy. 

(you can convert the dutch into english)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Undefined control sequence
@ 2000-01-10 14:53 guravage
  2000-01-10 15:17 ` Hans Hagen
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: guravage @ 2000-01-10 14:53 UTC (permalink / raw)


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

Today I downloaded the latest version(cont-tmf-2000.01.03), installed it in my 
local texmf tree, and made the Dutch, English, and German formats. I also 
installed the corresponding texexec, texshow, and texutils scripts. So far so 
good.

However, processing a simple example yielded the following `Undefined control 
sequence' message. This does not happen with the last release of the old 
millennium (cont-tmf-1999.11.25). What am I missing? The input file is:

	% interface=en output=pdftex
	\starttext
	This is a test
	\stoptext

Cheers,

Michael

[-- Attachment #2: bar.log --]
[-- Type: text/plain , Size: 1652 bytes --]

Michael A. Guravage            Email: guravage@nlr.nl
National Aerospace Laboratory  Phone: +31 (0)20 511 3695
P.O. Box 90502, 1006 BM,       Fax:   +31 (0)20 511 3210
Amsterdam, The Netherlands     URL:   <http://www.nlr.nl>

This is pdfeTeX, Version 3.14159-14c-2.1 (Web2C 7.3.1) (format=cont-en 2000.1.10)  10 JAN 2000 15:42
**&cont-en bar
(bar.tex{/home/michael/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2000.1.3  fmt: 2000.1.10  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/home/michael/texmf/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
)
system         : cont-old loaded
(/home/michael/texmf/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/home/michael/texmf/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(/home/michael/texmf/tex/context/base/cont-sys.tex
bodyfont       : variant ber is loaded
(/home/michael/texmf/tex/context/base/font-ber.tex)
symbols        : loading symbolset nav
(/home/michael/texmf/tex/context/base/symb-nav.tex <unprotect 2> <protect 2>)
! Undefined control sequence.
l.47  \stelinteractiein

? x

Here is how much of TeX's memory you used:
 148 strings out of 42272
 2892 string characters out of 7151054
 288179 words of memory out of 8000001
 21785 multiletter control sequences out of 10000+65535
 7 words of font info for 0 fonts, out of 200000 for 1000
 14 hyphenation exceptions out of 1000
 25i,1n,39p,166b,13s stack positions out of 15000i,4000n,6000p,50000b,40000s
No pages of output.

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

end of thread, other threads:[~2011-12-19  8:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17  0:41 Undefined control sequence Kip Warner
2011-12-17  2:56 ` Vladimir Lomov
2011-12-19  4:48   ` Kip Warner
2011-12-19  8:40     ` Vladimir Lomov
2011-12-17  5:27 ` Wolfgang Schuster
2011-12-17  6:29   ` Kip Warner
2011-12-19  4:21   ` Kip Warner
  -- strict thread matches above, loose matches on Subject: below --
2006-06-17  9:57 Bernd Militzer
2006-06-17 12:33 ` Peter Münster
2006-06-17 14:40   ` Bernd Militzer
2006-06-17 14:22 ` Mojca Miklavec
2006-06-17 15:39   ` Bernd Militzer
2006-06-17 19:55   ` Peter Münster
2006-06-18  9:24     ` Bernd Militzer
2002-07-21 23:24 undefined " Matthew Huggett
2002-07-22  6:41 ` Patrick Gundlach
2002-07-22  7:19 ` Hans Hagen
2000-01-10 14:53 Undefined " guravage
2000-01-10 15:17 ` Hans Hagen
2000-01-10 15:50 ` Berend de Boer
2000-01-10 15:52 ` Berend de Boer

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