ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \usemodule not working in latest beta
@ 2013-03-07 22:00 Mica Semrick
  2013-03-07 22:59 ` Marco Patzer
  0 siblings, 1 reply; 4+ messages in thread
From: Mica Semrick @ 2013-03-07 22:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Forgive me if this has been answered else where, I couldn't seem to spot it.

I have my own little version of t-title.tex that worked with the beta
before luatex 0.75.

Upon updating to the latest beta last night, the document wouldn't compile.
It looked like it wasn't reading up the \usemodule[title] at all, because
it was giving me an undefined control sequence error on the first macro
defined in t-title.tex (\doctitle{my title}).

Help please!

Regards,
Mica

[-- Attachment #1.2: Type: text/html, Size: 588 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] 4+ messages in thread

* Re: \usemodule not working in latest beta
  2013-03-07 22:00 \usemodule not working in latest beta Mica Semrick
@ 2013-03-07 22:59 ` Marco Patzer
  2013-03-08 17:49   ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Patzer @ 2013-03-07 22:59 UTC (permalink / raw)
  To: ntg-context


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

On 2013–03–07 Mica Semrick wrote:

> Upon updating to the latest beta last night, the document wouldn't compile.
> It looked like it wasn't reading up the \usemodule[title] at all, because
> it was giving me an undefined control sequence error on the first macro
> defined in t-title.tex (\doctitle{my title}).
> 
> Help please!

A title module was recently added to the context distribution. It
might be that it's interfering with your personal one. You can run
your document with

  \enabletrackers [resolvers.details]

and check if your title module is actually loaded. If you're sure
that \usemodule is broken please post a minimal example.


Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 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] 4+ messages in thread

* Re: \usemodule not working in latest beta
  2013-03-07 22:59 ` Marco Patzer
@ 2013-03-08 17:49   ` Wolfgang Schuster
  2013-03-10 15:13     ` Mica Semrick
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-03-08 17:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.03.2013 um 23:59 schrieb Marco Patzer <homerow@lavabit.com>:

> On 2013–03–07 Mica Semrick wrote:
> 
>> Upon updating to the latest beta last night, the document wouldn't compile.
>> It looked like it wasn't reading up the \usemodule[title] at all, because
>> it was giving me an undefined control sequence error on the first macro
>> defined in t-title.tex (\doctitle{my title}).
>> 
>> Help please!
> 
> A title module was recently added to the context distribution. It
> might be that it's interfering with your personal one. You can run
> your document with
> 
>  \enabletrackers [resolvers.details]
> 
> and check if your title module is actually loaded. If you're sure
> that \usemodule is broken please post a minimal example.

It can be a problem with the file extension because in MkIV files
with a mkvi or mkiv extension are preferred to files with a tex
extension. For local/private modules one can use the p-prefix
instead of the t-prefix because files with a p-prefix are used first.

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] 4+ messages in thread

* Re: \usemodule not working in latest beta
  2013-03-08 17:49   ` Wolfgang Schuster
@ 2013-03-10 15:13     ` Mica Semrick
  0 siblings, 0 replies; 4+ messages in thread
From: Mica Semrick @ 2013-03-10 15:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Wolfgang and Marco,

Thank you. Changing p-title.tex has solved the problem.

Best,
Mica

On Fri, Mar 8, 2013 at 9:49 AM, Wolfgang Schuster <
wolfgang.schuster@gmail.com> wrote:

>
> Am 07.03.2013 um 23:59 schrieb Marco Patzer <homerow@lavabit.com>:
>
> > On 2013–03–07 Mica Semrick wrote:
> >
> >> Upon updating to the latest beta last night, the document wouldn't
> compile.
> >> It looked like it wasn't reading up the \usemodule[title] at all,
> because
> >> it was giving me an undefined control sequence error on the first macro
> >> defined in t-title.tex (\doctitle{my title}).
> >>
> >> Help please!
> >
> > A title module was recently added to the context distribution. It
> > might be that it's interfering with your personal one. You can run
> > your document with
> >
> >  \enabletrackers [resolvers.details]
> >
> > and check if your title module is actually loaded. If you're sure
> > that \usemodule is broken please post a minimal example.
>
> It can be a problem with the file extension because in MkIV files
> with a mkvi or mkiv extension are preferred to files with a tex
> extension. For local/private modules one can use the p-prefix
> instead of the t-prefix because files with a p-prefix are used first.
>
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2641 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] 4+ messages in thread

end of thread, other threads:[~2013-03-10 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07 22:00 \usemodule not working in latest beta Mica Semrick
2013-03-07 22:59 ` Marco Patzer
2013-03-08 17:49   ` Wolfgang Schuster
2013-03-10 15:13     ` Mica Semrick

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