[NTG-context] Error Messages

2014-10-26 Thread Thangalin
Hi,

After upgrading to version 2014.10.07, I recompiled a document that
had gathered some dust and was greeted with:

tex error  error on line 34 in file ...: ! Math error: parameter
\Umathquad\displaystyle is not set

The document compiled using a previous version, and no changes were
made prior to upgrading. Having the line number and filename is a good
start. The error message, however, is confounding.

From this error message I have no idea:

- What triggered the error.
- Why \Umathquad\displaystyle is relevant.
- How to resolve the problem.

From superficial appearances, line 34 is fine (itemized list).

In addition to the error message, would it be possible to provide a
link to the wiki that offers more information? The information on the
wiki page would include:

- a unique identifier for the error number (e.g., err-tex-1)
- the error string (Math error: parameter ... is not set)
- a simple document that shows how to reproduce the problem
- a document that shows one way to fix the issue
- if relevant, note the ConTeXt version(s) that the simple document
compiles without error
- a brief description of why the error happens (i.e., explain why the
error shows up in the subsequent ConTeXt versions)

Thank you.
___
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
___

[NTG-context] Resume source

2014-10-26 Thread Kip Warner
Hey list,

I've gone through the letter module manual below:

  http://bitbucket.org/wolfs/correspondence/downloads/correspondence.pdf

On p.130 of 148, as indexed by my renderer, there is a great looking
resume template that is blue and black on light grey. I've tried
looking for the source of this everywhere, including in the book's, but
I can't seem to find it.

Can anyone help me?

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


signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] Error Messages

2014-10-26 Thread Hans Hagen

On 10/26/2014 8:44 PM, Thangalin wrote:

Hi,

After upgrading to version 2014.10.07, I recompiled a document that
had gathered some dust and was greeted with:

tex error  error on line 34 in file ...: ! Math error: parameter
\Umathquad\displaystyle is not set

The document compiled using a previous version, and no changes were
made prior to upgrading. Having the line number and filename is a good
start. The error message, however, is confounding.

 From this error message I have no idea:

- What triggered the error.
- Why \Umathquad\displaystyle is relevant.
- How to resolve the problem.

 From superficial appearances, line 34 is fine (itemized list).


itemized lists use a bullet from math fonts (currently) ... so it looks 
like you haven't loaded a math font ... as context will load one by 
default, it looks like you explicitly load a fons combination with no math



In addition to the error message, would it be possible to provide a
link to the wiki that offers more information? The information on the
wiki page would include:

- a unique identifier for the error number (e.g., err-tex-1)
- the error string (Math error: parameter ... is not set)
- a simple document that shows how to reproduce the problem
- a document that shows one way to fix the issue
- if relevant, note the ConTeXt version(s) that the simple document
compiles without error
- a brief description of why the error happens (i.e., explain why the
error shows up in the subsequent ConTeXt versions)


feel free to organize that ... i have no time for it

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___

[NTG-context] framed and placefigure

2014-10-26 Thread DesdeChaves
why this happens:

After a specification of the foregroundcolor  the figures are  behind a
framed color.

\setupframed[offset=2mm,
 corner=round,
 background=color,
 backgroundcolor=blue,
 foregroundcolor=yellow,
 frame=off,
 strut=no,
 align=normal, location=top,
 width=\textwidth]

For example, is this case my \placefigure[right,nonumber,2*hang]
{}{\externalfigure[ostrichhead][width=5cm]} is behind a yellow framed
rectangle.

Jorge
___
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
___