Letter module: signature with externalfigure fails
Hello List, I tried to include a signature (tried pdf, svg, png, shipped pictures) in my letter and it always fails. Example taken from correspondence.pdf Version 2010.08.27: \usemodule[letter] \setupletter[signature={\externalfigure[cow][height=2\lineheight]}] \starttext \startletter Thus, I came to the conclusion ... \stopletter \stoptext Results in: system > tex > error on line 6 in file bla.mkiv: Undefined control sequence ... [...] ! ==> Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1 Latest ConTeXt version, updated today because of the other "version too old bug" in the letter module. Kind regards Christian
In search of what is going wrong, I discovered that even this simple code fails with context: \starttext \externalfigure[cow] \stoptext Did I miss something or is this broken? Btw: Context Minimals on Ubuntu 11.04 32bit. Log-file attached. As always: thanks in advance!
On Sat, Jun 18, 2011 at 10:34 PM, Christian
In search of what is going wrong, I discovered that even this simple code fails with context:
\starttext \externalfigure[cow] \stoptext
Did I miss something or is this broken? Btw: Context Minimals on Ubuntu 11.04 32bit. Log-file attached. Fix (by Wolfgang) \ifdefined\dotagfigure \else \let\dotagfigure\relax \fi \starttext \externalfigure[cow] \stoptext
-- luigi
Am 19.06.2011 07:48, schrieb luigi scarso:
On Sat, Jun 18, 2011 at 10:34 PM, Christian
wrote: In search of what is going wrong, I discovered that even this simple code fails with context:
\starttext \externalfigure[cow] \stoptext
Did I miss something or is this broken? Btw: Context Minimals on Ubuntu 11.04 32bit. Log-file attached. Fix (by Wolfgang) \ifdefined\dotagfigure \else \let\dotagfigure\relax \fi \starttext \externalfigure[cow] \stoptext
Inserting that line fixes the problem, in both the letter and the normal document. I expect that the next beta will fix this, rendering the additional line obsolete? Thank you very much and have a nice day.
On Sun, Jun 19, 2011 at 1:29 PM, Christian
Am 19.06.2011 07:48, schrieb luigi scarso:
On Sat, Jun 18, 2011 at 10:34 PM, Christian
wrote: In search of what is going wrong, I discovered that even this simple code fails with context:
\starttext \externalfigure[cow] \stoptext
Did I miss something or is this broken? Btw: Context Minimals on Ubuntu 11.04 32bit. Log-file attached.
Fix (by Wolfgang) \ifdefined\dotagfigure \else \let\dotagfigure\relax \fi \starttext \externalfigure[cow] \stoptext
Inserting that line fixes the problem, in both the letter and the normal document. I expect that the next beta will fix this, rendering the additional line obsolete? yes, see recent Wolfgang's answer on "export: graphic within table (error)"
-- luigi
participants (2)
-
Christian
-
luigi scarso