[NTG-context] \...structurelevel - probably a bug in the last version

2012-04-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
(TeX Live 2012) ... ConTeXt ver: 2012.04.07 14:42 MKIV fmt: 2012.4.9 int: english/english ... ! LuaTeX error main ctx instance:1: attempt to call field 'startautolevel' (a nil value) stack traceback: main ctx instance:1: in main chunk. system tex error on line 4 in file C

[NTG-context] Widgets getting check marks instead of colors when the next one is clicked.

2012-03-23 Thread Mikael P. Sundqvist
] [wyes,wno] [wno] \starttext \field[rcheckme] Germany is a country in Europe. \field[wcheckme] All germans are men. \goto{Reset}[ResetForm] \stoptext %%% END OF FILE 2) In the example file above I also use ResetForm to clear all the checks. Is there a way to get a button/link such that when I click

Re: [NTG-context] Widgets getting check marks instead of colors when the next one is clicked.

2012-03-23 Thread Mikael P. Sundqvist
] [] \definefield [rcheckme][check] [setup 3] [ryes,rno] [rno] \definefield [wcheckme][check] [setup 3] [wyes,wno] [wno] \starttext \field[rcheckme] Germany is a country in Europe. \field[wcheckme] All germans are men. \goto{Reset}[ResetForm] \stoptext %%% END OF FILE 2) In the example file above I

[NTG-context] PDF Digital Signatures

2012-03-19 Thread Andreas Schneider
parts. Part one was to be filled out by the employee (in this case: me). Under this part was a signature field I could click which made Adobe Reader prompt for a digital certificate. After I selected that, information about this certificate appeared inside that form field I just clicked

Re: [NTG-context] PDF Digital Signatures

2012-03-19 Thread Kip Warner
On Mon, 2012-03-19 at 10:27 +0100, Andreas Schneider wrote: Under this part was a signature field I could click which made Adobe Reader prompt for a digital certificate. Great idea. It would be great if one could use any OpenPGP key. -- Kip Warner -- Software Engineer OpenPGP

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-28 Thread Kip Warner
no difference: graphics invalid region for 'tbg:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-26 Thread Kip Warner
:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function

Re: [NTG-context] Preparing the print: ICC-Profiles, Fogra, (in german untranslatable)

2012-02-24 Thread Peter Rolf
conditions. For the image data separation to the 'ISO Coated v2 (ECI)' color space it's best to use the identifier 'Fogra 39'. The related 'id' field is used to set the so called 'OutputConditionIdentifier' entry in the output intent. In the definition of 'OutputConditionIdentifier' (PDF Reference

Re: [NTG-context] Preparing the print: ICC-Profiles, Fogra, (in german untranslatable)

2012-02-24 Thread luigi scarso
are used for the creation of icc profiles with according output conditions. For the image data separation to the 'ISO Coated v2 (ECI)' color space it's best to use the identifier 'Fogra 39'. The related 'id' field is used to set the so called 'OutputConditionIdentifier' entry in the output intent

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-22 Thread Wolfgang Schuster
/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' main ctx

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-21 Thread Kip Warner
to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' main ctx instance:1: in main chunk. \ctxcommand ...\directlua

Re: [NTG-context] error with m-database example

2012-02-16 Thread Hans Hagen
] then context(field 1: %s,fields[1]) context.par() end end \stopluacode \stoptext so: - read in the cvs file - split them into lines - loop over each line - split that line - and mess around with the fields

Re: [NTG-context] error with m-database example

2012-02-15 Thread Martin
\unexpanded\def\SendMe#1#2{#1\crlf#2} Wolfgang Wolfgang, thanks, that worked for the sample code. However, when extended to three fields (I need 8) the field splitting gets rather messy. Thanks, Martin Modified code: \usemodule[database] \unexpanded\def\SendMe#1#2#3{#1\crlf#2\crlf#3

Re: [NTG-context] error with m-database example

2012-02-15 Thread Wolfgang Schuster
Am 15.02.2012 um 21:54 schrieb Martin: \unexpanded\def\SendMe#1#2{#1\crlf#2} Wolfgang Wolfgang, thanks, that worked for the sample code. However, when extended to three fields (I need 8) the field splitting gets rather messy. I had to look at the example in the module

Re: [NTG-context] Dubious checksum mismatch message on log file

2012-02-02 Thread luigi scarso
)) { i = lua_roundnumber(L, -1); } lua_pop(L, 1); return i; } and #define lua_roundnumber(a,b) (int)floor((double)lua_tonumber(L,-1)+0.5) I think one can avoid the warning if set the checksum field to the correct value by the define_font callback on the lua side. -- luigi

Re: [NTG-context] Dubious checksum mismatch message on log file

2012-02-01 Thread Hans Hagen
problem, vf-fonts are not much used with luatex). Afaik nothing is done with a checksum. There is a checksum field in the loaded tfm but I don't think one has to be passed to luatex. Maybe one should be passed when a regular tfm file is used but even then, loading a vf file is independent. So

Re: [NTG-context] Dubious checksum mismatch message on log file

2012-02-01 Thread Vladimir Lomov
in the luatex engines fails. (Imho it is only a minor problem, vf-fonts are not much used with luatex). Afaik nothing is done with a checksum. There is a checksum field in the loaded tfm but I don't think one has to be passed to luatex. Maybe one should be passed when a regular tfm file is used but even

[NTG-context] Fields

2012-01-08 Thread Willi Egger
Hi all, With Context MKIV 2012.01.02 21:59 the field mechanism is broken. It works with MKII. ... interactions javascripts loaded: library 'fld' ! LuaTeX error ...ua70/tex/texmf-context/tex/context/base/scrn-fld.lua:43: incorrect index value -1 for tex.setbox() stack traceback: [C

[NTG-context] xml file inclusion

2012-01-04 Thread Hans van der Meer
the following error message: ! LuaTeX error ...-new/tex/texmf-context/tex/context/base/lxml-aux.lua:368: attempt to index field '__p__' (a nil value) stack traceback: ...-new/tex/texmf-context/tex/context/base/lxml-aux.lua:368: in function 'include' ...-new/tex/texmf-context/tex

[NTG-context] getcitedata

2011-12-12 Thread Eidenbenz Michael
Hi all, I'm looking for some information on the command \getcitedata [field][key] to \macroname i only manage to get results using a bbl file \input bibtest.bbl is there a way to use it with a bib file directly via \setupbibtex[database=mylib] so i can run context just once? Thanks Michael

Re: [NTG-context] Bibliography: Any styles including URL?

2011-12-10 Thread Pontus Lurcock
please for a mathematical thesis in German? That would be much appreciated. My workaround for this was to include the URL wrapped in a \hyphenatedurl{...} in the ‘note’ field of the bibtex record. Not really the ‘right’ way to do it but it was sufficient for my needs. Pont

[NTG-context] strange behavior with apa and apa-fr bibliographic styles

2011-11-27 Thread Alexandre Krispin
no space between I. and (1999)). In some cases (when I add more entries), I even have the point before the parenthesis, though the bib file might be right (or in any cases, since the field are completed in the same manner, I didn't expected different behaviors in the result since it is automatized

Re: [NTG-context] Help with citation layout.

2011-11-16 Thread Christian
, that is already helpful to know that others encountered this problem, too. However, @inbook supports a chapter title that is placed with \insertchapter. So I thought I could put the arttitle in the chapter field and the book title in the title field of bibtex. But I did not manage to get

Re: [NTG-context] Help with citation layout.

2011-11-16 Thread Christian
Survey of Canada. Paper 89-9. Thanks Pont, that is already helpful to know that others encountered this problem, too. However, @inbook supports a chapter title that is placed with \insertchapter. So I thought I could put the arttitle in the chapter field and the book title in the title

Re: [NTG-context] Inits without space in bibliography

2011-10-07 Thread Charles
On a quick reading, it looks to me as though changing the line s nameptr {f} format.name$ add.period$ 't := to s nameptr {f{}} format.name$ add.period$ 't := should remove the spacing, but I haven't tested it. I don't think it would work as every field is separated by a space

[NTG-context] Finding Minion and Myriad

2011-09-29 Thread john Culleton
: - mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) Any suggestions? -- John Culleton Wexford Press Create Book Covers with Scribus http://www.booklocker.com/books/4055.html

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread luigi scarso
[hanging] \setupbodyfont[minionproregular,14pt] ... Now I get a new error message: - mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) Any suggestions? which context version ? -- luigi

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread john Culleton
[minionproregular] % %\whitespace[line] \usetypescript[serif,sans][hanging][pure] \setupalign[hanging] \setupbodyfont[minionproregular,14pt] ... Now I get a new error message: - mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) Any

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread luigi scarso
-context.lua:675: attempt to call field 'locate_format' (a nil value) Any suggestions? which context version ? 2011.05.18 18:04 As delivered with TeXLive 2011. hm, quite old but possible right. Can you try 1)mkdir texmf-project/test 2)## copy Minion fonts onto texmf-project/test 3) cd texmf

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread john Culleton
][protrusion=quality] \setupalign[hanging] \starttext\showframe \input tufte \stoptext Put that exact text in a file test.tex, ran context test.tex and got the same error message: mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) This message cropped up after I ran

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread luigi scarso
. Method 1: \usemodule[simplefonts] \setmainfont[Minion Pro][protrusion=quality] \setupalign[hanging] \starttext\showframe \input tufte \stoptext Put that exact text in a file test.tex, ran context test.tex and got the same error message: mtx-context.lua:675: attempt to call field

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread john Culleton
] \setupbodyfont[minionproregular,14pt] ... Now I get a new error message: - mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) Any suggestions? which context version ? 2011.05.18 18:04 As delivered with TeXLive 2011. hm, quite old

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread luigi scarso
] \usetypescript[serif,sans][hanging][pure] \setupalign[hanging] \setupbodyfont[minionproregular,14pt] ... Now I get a new error message: - mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) Any suggestions? which context version

Re: [NTG-context] Finding Minion and Myriad

2011-09-29 Thread john Culleton
text in a file test.tex, ran context test.tex and got the same error message: mtx-context.lua:675: attempt to call field 'locate_format' (a nil value) This message cropped up after I ran some of the scripts in the wiki. I seem to have messed something up in that process. Unless I

[NTG-context] Citing online sources

2011-07-23 Thread Christian
- of-article.com (last access: 01.01.2011) Note also that the author field is not automatically abbreviated. Is there an approach to this or do I have to cheat in the bbl file in order to get the desired output? Regards, Christian

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Mojca Miklavec
two)Error in mp.find_file: ...text/tex/texmf-context/tex/context/base/mlib-run.lua:75: attempt to call field 'checktexts' (a nil value) metapost| processing 'test.mp'Error in mp.find_file: ...text/tex/texmf-context/tex/context/base/mlib-run.lua:75: attempt to call field 'checktexts' (a nil

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread luigi scarso
? context --mp test metapost        | loading 'metafun.mp' (experimental metapost version two)Error in mp.find_file: ...text/tex/texmf-context/tex/context/base/mlib-run.lua:75: attempt to call field 'checktexts' (a nil value) metapost        | processing 'test.mp'Error in mp.find_file: ...text

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Hans Hagen
'metafun.mp' (experimental metapost version two)Error in mp.find_file: text/tex/texmf-context/tex/context/base/mlib-run.lua:75: attempt to call field 'checktexts' (a nil value) hm, i'll look into it later Hans

[NTG-context] Important 5th ConTeXt meeting news

2011-07-08 Thread Taco Hoekwater
in venue and consequently the fees, there is also a new field for Passport/ID Number (which is required for some tax thing). If you have already registered, can you please either fill in the form again, or send the required number by e-mail to Taco? == Programme == As we have booked the venue

Re: [NTG-context] bib module (again)

2011-07-07 Thread Steffen Wolfrum
from the three \author fields into the one a field! hope that nothing will go wrong ... you can write a script that does it for you ... maybe at some point I will provide some extra hooks in the bib module but it has no priority on my agenda an even more challenging option, that might

Re: [NTG-context] bib module (again)

2011-07-06 Thread Steffen Wolfrum
is a daring venture :o) skimming through hundreds, thousands of entries, finding those how have exactly 3 authors and stuffing the information from the three \author fields into the one a field! hope that nothing will go wrong ... Steffen

Re: [NTG-context] bib module (again)

2011-07-06 Thread Hans Hagen
On 6-7-2011 12:03, Steffen Wolfrum wrote: as databases usually have *lots* of entries this really is a daring venture :o) skimming through hundreds, thousands of entries, finding those how have exactly 3 authors and stuffing the information from the three \author fields into the one a field

[NTG-context] Netiquette (was: Repeated Hyphens in URL Cause Fatal Error)

2011-06-29 Thread Paul Menzel
method seems to result from using Web clients where it is not easy to just click on an address to compose a new one and to save oneself typing the address into the field. Since you are using Apple Mail you can just click an the ConTeXt email address in any message to compose a new message. Further

[NTG-context] \setscript[hanzi] conflicts with some symbols

2011-06-25 Thread 李延瑞
=hanzi] \definefont[song][myfont] \setscript[hanzi] \starttext \song 测试 \METAPOST \stoptext I got an error: error: ...text/tex/texmf-context/tex/context/base/scrp-ini.lua:382: attempt to index field 'resources' (a nil value) But if I skip this error the pdf file still can be output. -- Best

Re: [NTG-context] Table Column Width

2011-06-18 Thread Pontus Lurcock
to said in the \starttable[|c|c|c|c|] last field, but I can't figure out what from the documentation. The syntax is a little elusive. I'm afraid I can't help directly with the Table module you're using, but you may want to consider using one of ConTeXt's newer table modules: http

Re: [NTG-context] Table Column Width

2011-06-18 Thread Hans Hagen
needs to said in the \starttable[|c|c|c|c|] last field, but I can't figure out what from the documentation. The syntax is a little elusive. replace c by p(4cm) - Hans Hagen | PRAGMA ADE

[NTG-context] Table Column Width

2011-06-17 Thread Kip Warner
|] last field, but I can't figure out what from the documentation. The syntax is a little elusive. Thanks, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part

Re: [NTG-context] undefined control sequence bug with German umlaut in bibliography

2011-06-03 Thread Thomas A. Schmitz
must place the entire accented character in braces; in this case either {\a} or {\{a}} will do. Furthermore these braces must not themselves be enclosed in braces (other than the ones that might delimit the entire field or the entire entry); and there must be a backslash as the very first

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Taco Hoekwater
. The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its value. That much is clear to me. I do not know how to fix this nicely, but a crude workaround to fix your project is: \appendtoks \global\topskip=10pt plus 50pt \to \everyafteroutput Best

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
a a floating object is placed the next page is disturbed. The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its value. That much is clear to me. I do not know how to fix this nicely, but a crude workaround to fix your project is: \appendtoks

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Taco Hoekwater
of each page is moving up/down (almost half a line)! Reason: As soon a a floating object is placed the next page is disturbed. The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its value. That much is clear to me. I do not know how

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Andreas Harder
a a floating object is placed the next page is disturbed. The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its value. That much is clear to me. I do not know how to fix this nicely, but a crude workaround to fix your project is: \appendtoks

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Hans Hagen
is placed the next page is disturbed. please don't use URGENT in a subject ... the bolder the subject, the lower it moves on my todo list (and the sooner it moves out of my inbox view) The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
floating tables/figures) I noticed that the first line of each page is moving up/down (almost half a line)! Reason: As soon a a floating object is placed the next page is disturbed. The problem is that the vertical space collapser is collapsing *into* topskip's spec field, thereby changing its

[NTG-context] dirty epub fixes

2011-05-13 Thread Reviczky, Adam
attached the patched one in case it's easier to diff). Not sure if you want to do something about the other errors, but it'd be nice to have a valid epub in the end. Adam [1] http://code.google.com/p/epubcheck/ Epubcheck Version 1.2 ERROR: test.tree/test.epub: extra field length for first

Re: [NTG-context] Bibtex to bbl-file conversion

2011-05-10 Thread Taco Hoekwater
'article' and 'inbook', but not 'book'. The 'location' field is not a standard field at all so it is not recognized. See http://en.wikipedia.org/wiki/BibTeX#Entry_Types for a list of standard bibtex fields. The context bib module understands a few more, but it will not accept 'just anything'. Best

Re: [NTG-context] Error with export=yes

2011-05-08 Thread Reviczky, Adam
fixed in next beta (you can replace gmatch by string.gmatch as a fast fix) Thanks, that fixed the problem for one, but still it fails on my thesis with: ! LuaTeX error /usr/share/texmf/tex/context/base/back-exp.lua:868: attempt to index field '?' (a nil value). empty file I hope

Re: [NTG-context] Error with export=yes

2011-05-06 Thread Reviczky, Adam
/usr/share/texmf/fonts/opentype/public/euler/euler.otf/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf ! LuaTeX error /usr/share/texmf/tex/context/base/back-exp.lua:868: attempt to index field '?' (a nil value

Re: [NTG-context] modules with no author

2011-05-01 Thread Patrick Gundlach
Hi Philipp, the upload didn’t work back then when I tried to upload the files for t-transliterator.mkiv. I guess everything needed is a link to the bitbucket repo (it’s in the “comment” field”). There really doesn’t appear to be any extra (apart from extra maintenance…) in having the files

Re: [NTG-context] modules with no author

2011-04-30 Thread Philipp Gesang
://modules.contextgarden.net/Transliterator Hi Patrick, the upload didn’t work back then when I tried to upload the files for t-transliterator.mkiv. I guess everything needed is a link to the bitbucket repo (it’s in the “comment” field”). There really doesn’t appear to be any extra (apart from extra maintenance…) in having

Re: [NTG-context] Widget and mandatory Rect field?

2011-04-18 Thread Hans Hagen
this: Error: Annotation rectangle is wrong type Though it opens it fine and no problems at all. there can also be a puzzling FormFieldButton::setState called on a readOnly field I googled a bit and found a bug report on this: https://bugs.freedesktop.org/show_bug.cgi?id=29954 There it is said

Re: [NTG-context] Widget and mandatory Rect field?

2011-04-18 Thread Reviczky, Adam
) /MK /CA () /F 4 /Rect [0 0 59.7758 11.9552] endobj which look like Annot's with Rect's to me. There is a parent field I was puzzled by this too, but apparently its the parent where the error message is thrown out (rightly or falsely). Are you saying that Evince does forms (and Javascript

Re: [NTG-context] How to produce a dotless i with ConTeXt?

2011-04-18 Thread John Haltiwanger
them appear in a text field on your screen. On Mon, Apr 18, 2011 at 3:41 PM, Thomas Schmitz tschm...@uni-bonn.dewrote: On Mon, 18 Apr 2011 10:23:54 +0200 Verhaag, G.C.H.M. verhaagg...@ziggo.nl wrote: Thanks for the answers! Only one suggestion doesn't work for me; inserting the #305

[NTG-context] Widget and mandatory Rect field?

2011-04-17 Thread Reviczky, Adam
Though it opens it fine and no problems at all. I googled a bit and found a bug report on this: https://bugs.freedesktop.org/show_bug.cgi?id=29954 There it is said that its ConTeXt's fault, as It has a Widget annotation without the mandatory Rect field. Is it really so? I couldn't find any threads

Re: [NTG-context] Using forms and saving values

2011-04-05 Thread Peter Rolf
produce \fillinfield [dvi]{\DVI} output, but nowadays, thanks to \fillinfield {Han The Thanh}, we can also directly produce \fillinfield [pdf] {\PDF}! Nice eh? Actually, while the first field module was prototyped in \ACROBAT, the current implementation was debugged in \fillinfield [pdfTeX

Re: [NTG-context] Using forms and saving values

2011-04-05 Thread Cecil Westerhof
2011/4/5 Peter Rolf indi...@gmx.net \starttext A few years back, \TEX\ could only produce \fillinfield [dvi]{\DVI} output, but nowadays, thanks to \fillinfield {Han The Thanh}, we can also directly produce \fillinfield [pdf] {\PDF}! Nice eh? Actually, while the first field module

Re: [NTG-context] Using forms and saving values

2011-04-05 Thread Peter Rolf
directly produce \fillinfield [pdf] {\PDF}! Nice eh? Actually, while the first field module was prototyped in \ACROBAT, the current implementation was debugged in \fillinfield [pdfTeX] {\PDFTEX}. Field support in \fillinfield [ConTeXt] {\CONTEXT} is rather advanced

Re: [NTG-context] Using forms and saving values

2011-04-04 Thread Cecil Westerhof
can also directly produce \fillinfield [pdf] {\PDF}! Nice eh? Actually, while the first field module was prototyped in \ACROBAT, the current implementation was debugged in \fillinfield [pdfTeX] {\PDFTEX}. Field support in \fillinfield [ConTeXt] {\CONTEXT} is rather advanced and complete and all kind

Re: [NTG-context] beta

2011-03-27 Thread Hans Hagen
On 26-3-2011 11:00, mathew wrote: ! LuaTeX errormain ctx instance:35: attempt to index field 'iterators' (a nil value) will be fixed -- - Hans Hagen | PRAGMA ADE

[NTG-context] Symbols Martin Vogel

2011-03-27 Thread Willi Egger
Hi, the following used to work: \usesymbols[mvs] \setupsymbolset[martinvogel 2] \starttext \symbol[HollowBox] \stoptext However with Context 2011.03.27 14:48 I get the following error: ! LuaTeX error main ctx instance:1: attempt to call field 'char' (a nil value) stack traceback

Re: [NTG-context] Symbols Martin Vogel

2011-03-27 Thread Hans Hagen
On 27-3-2011 9:13, Willi Egger wrote: Hi, the following used to work: \usesymbols[mvs] \setupsymbolset[martinvogel 2] \starttext \symbol[HollowBox] \stoptext However with Context 2011.03.27 14:48 I get the following error: ! LuaTeX errormain ctx instance:1: attempt to call field

Re: [NTG-context] beta

2011-03-26 Thread mathew
instance:35: attempt to index field 'iterators' (a nil value) stack traceback: main ctx instance:35: in function 'show_all' main ctx instance:1: in main chunk. \ShowCompleteFont ... \ctxlua { fonts.show_all() } \stopcolumns \page

[NTG-context] fontserver

2011-03-22 Thread Patrick Gundlach
for 'garamondpremrprobd' ctx-fonttest| processing font '/Users/patrick/Library/Fonts/GaramondPremrPro-Bd.otf'...tion/tex/texmf-context/tex/context/base/font-mis.lua:28: attempt to index field 'enhancers' (a nil value) * When I click on americantypewriter, I get a strange output (attached

[NTG-context] more missing or ungrouped '=' after

2011-03-20 Thread Reviczky, Adam
,align=middle,background=screen,backgroundscreen=.90,frame=off] [height=40pt,width=100pt,color=red,align=right,style=type,background=screen,backgroundscreen=.90,frame=off] \setupfield[widget][] \definefield [Emaila] [line] [widget] [] [pragma@wxs.nl] \field [Emaila] [your email] \stoptext

[NTG-context] fonts.enc.reencodings works with latex but not with context

2011-03-09 Thread Ulrike Fischer
=cfss-lsf-std \starttext \alfonsouc \char75\char81\char82\char66\char78\char112 \stoptext I get the error ! LuaTeX error main ctx instance:15: attempt to index field 'reencodings' (a nil value) It only works if I copy the code from font-dum.lua to the document. Isn't the code already loaded? Btw

[NTG-context] Third field of useURL

2011-03-05 Thread Cecil Westerhof
At http://wiki.contextgarden.net/Reference/en/useURL there is a description of useURL. I am using it for HTTP and e-mail referencing. But I do not understand where the third parameter is used for, -- Cecil Westerhof

Re: [NTG-context] Third field of useURL

2011-03-05 Thread Philipp Gesang
On 2011-03-05 19:33:45, Cecil Westerhof wrote: At http://wiki.contextgarden.net/Reference/en/useURL there is a description of useURL. I am using it for HTTP and e-mail referencing. But I do not understand where the third parameter is used for, Good evening, Cecil There’s a minimal explanation

Re: [NTG-context] Third field of useURL

2011-03-05 Thread Cecil Westerhof
2011/3/5 Philipp Gesang pges...@ix.urz.uni-heidelberg.de On 2011-03-05 19:33:45, Cecil Westerhof wrote: At http://wiki.contextgarden.net/Reference/en/useURL there is a description of useURL. I am using it for HTTP and e-mail referencing. But I do not understand where the third parameter

[NTG-context] MathML broken in mkiv?

2011-02-27 Thread Reviczky, Adam
12pt is loaded system begin file mathml.tex at line 2 xml lpath unknown function 'remapopenmath' xml lpath unknown function 'remapmmlbind' xml lpath unknown function 'remapmmlcsymbol' ! LuaTeX error main ctx instance:1: attempt to index field

Re: [NTG-context] attachment attaches twice - more research

2011-02-23 Thread Michail Vidiassov
else usesvdifferent symbolic names (we had similar issues with fields in the past and even now advanced field support is somewhat bugged one or the other way, depending on the viewer version, esp chained ones) to say the truth I do not understand what are you talking about :( The issues I have

Re: [NTG-context] attachment attaches twice - more research

2011-02-20 Thread Hans Hagen
similar issues with fields in the past and even now advanced field support is somewhat bugged one or the other way, depending on the viewer version, esp chained ones) Hans - Hans Hagen

[NTG-context] [PATCH] tex/context/base/strc-ref.mkii: Typo. s/mechsnism/mechanism/

2011-02-04 Thread Paul Menzel
@@ -312,7 +312,7 @@ %D This token list is expanded after the references are loaded. %D This hook can be used to initialize mechanisms that depend -%D on the reference mechsnism. An example can be found in the +%D on the reference mechanism. An example can be found in the %D field module. \def

[NTG-context] mtxrun --find-file

2011-02-02 Thread Hans van der Meer
Why does --find-file gives an error: 106 beta: mtxrun --find-file catc-ini.mkiv ...rs/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/bin/mtxrun:14558: attempt to call field '?' (a table value) 107 beta: mtxrun --find-file catc-ini ...rs/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/bin/mtxrun:14558: attempt

Re: [NTG-context] mtxrun --find-file

2011-02-02 Thread luigi scarso
On Wed, Feb 2, 2011 at 12:29 PM, Hans van der Meer h.vanderm...@uva.nl wrote: Why does --find-file gives an error: 106 beta: mtxrun --find-file catc-ini.mkiv ...rs/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/bin/mtxrun:14558: attempt to call field '?' (a table value) 107 beta: mtxrun --find-file

[NTG-context] JS in widgets still not working with mkiv

2011-02-02 Thread Reviczky, Adam
Dear Hans Everything I use around widgets works now, except JavaScript. Please find attached a minimal example (js.tex). I don't see any errors running mkiv and the PDF is generated, but when I enter for example \'a into the field I am expecting to get á (as you can see with mkii), but it just

Re: [NTG-context] Widgets color option not working with Mark IV

2011-01-28 Thread Reviczky, Adam
Dear Hans, 1) alignment for the first field % begin of example \starttext \setupfield [ShortLine] [label,frame,horizontal] [offset=4pt,height=fit,framecolor=green,background=screen,backgroundscreen=.80] [height=18pt,width=80pt,align=middle,background=screen,backgroundscreen=.90,frame=off

Re: [NTG-context] Widgets color option not working with Mark IV

2011-01-27 Thread Hans Hagen
On 26-1-2011 2:58, Reviczky, Adam wrote: it was not yet implemented (passing the info was, but not adding it to the pdf stream) i uploaded a new beta Thanks, color and fontsize works perfectly now! Could you also have a look at whats going on with the alignment to the first field

Re: [NTG-context] Help regarding IEEE citation style

2011-01-27 Thread Mojca Miklavec
unlimited capabilities. Take a look at bib module documentation on http://modules.contextgarden.net/bibman. Here is an example of how I start the bibilography file ... % a new field to hold the name of conference \newbibfield[conference] % tell ConTeXt how the layout for new types should look like

Re: [NTG-context] Widgets color option not working with Mark IV

2011-01-26 Thread Hans Hagen
On 26-1-2011 1:49, Reviczky, Adam wrote: Hi, I was playing a bit more with the field style properties and found out that if the font size is always different it works, but as soon as it has a size that was used before it defaults back to normal. Here's the minimal example: % begin

[NTG-context] Widgets color option not working with Mark IV

2011-01-26 Thread Reviczky, Adam
it was not yet implemented (passing the info was, but not adding it to the pdf stream) i uploaded a new beta Thanks, color and fontsize works perfectly now! Could you also have a look at whats going on with the alignment to the first field? And since we're at it, I can't get the field

Re: [NTG-context] Using \pdfnames and friends.

2011-01-25 Thread Paul Isambert
Thanks Luigi (don't know why your answer doesn't show up above.) But now I have another question. When I do: \ctxlua{lpdf.addtoinfo(Title, My work)} The Title field in the Info dictionary is correctly set, but not in the xml Metadata, which uses jobname instead. Hence, Acrobat shows jobname

Re: [NTG-context] Using \pdfnames and friends.

2011-01-25 Thread Aditya Mahajan
On Tue, 25 Jan 2011, Paul Isambert wrote: Thanks Luigi (don't know why your answer doesn't show up above.) But now I have another question. When I do: \ctxlua{lpdf.addtoinfo(Title, My work)} The Title field in the Info dictionary is correctly set, but not in the xml Metadata, which uses

Re: [NTG-context] Using \pdfnames and friends.

2011-01-25 Thread luigi scarso
On Tue, Jan 25, 2011 at 3:52 PM, Paul Isambert zappathus...@free.fr wrote: Thanks Luigi (don't know why your answer doesn't show up above.) But now I have another question. When I do: \ctxlua{lpdf.addtoinfo(Title, My work)} The Title field in the Info dictionary is correctly set

[NTG-context] field alignment bug in latest beta

2011-01-25 Thread Reviczky, Adam
Hi, The alignment doesn't apply anymore to the first field (widget) in the latest beta. Here's the minimal example: % begin of example \starttext \setupfield [ShortLine] [label,frame,horizontal] [offset=4pt,height=fit,framecolor=green,background=screen,backgroundscreen=.80] [height=18pt,width

[NTG-context] Widgets color option not working with Mark IV

2011-01-25 Thread Reviczky, Adam
Hi, I was playing a bit more with the field style properties and found out that if the font size is always different it works, but as soon as it has a size that was used before it defaults back to normal. Here's the minimal example: % begin of example \starttext \setupfields [label,frame

Re: [NTG-context] metafun- how to pass array as an argument

2011-01-24 Thread Peter Rolf
in mkii, but fails in mkiv. i use an outdated version (31.12.2010) here. ! LuaTeX error main ctx instance:1: attempt to call field 'feedback' (a nil value) stack traceback: main ctx instance:1: in main chunk. argument feedback(\currentMPgraphicname )} \processMPgraphic ...ntMPgraphicformat

Re: [NTG-context] metafun- how to pass array as an argument

2011-01-24 Thread Peter Rolf
, i forgot to change this line. example code is attached for testing... \stopbuffer \starttext \processMPbuffer[a] \stoptext works in mkii, but fails in mkiv. i use an outdated version (31.12.2010) here. ! LuaTeX error main ctx instance:1: attempt to call field 'feedback' (a nil value

Re: [NTG-context] \comment broken

2010-12-04 Thread Hans Hagen
On 3-12-2010 6:33, Andreas Harder wrote: Hi, the compilation of \starttext test \comment{test} \stoptext stops (at least for me) with: ! LuaTeX error ...text/tex/texmf-context/tex/context/base/lpdf-wid.lua:124: attempt to call field 'collect' (a nil value) buffer functions have been

[NTG-context] \comment broken

2010-12-03 Thread Andreas Harder
Hi, the compilation of \starttext test \comment{test} \stoptext stops (at least for me) with: ! LuaTeX error ...text/tex/texmf-context/tex/context/base/lpdf-wid.lua:124: attempt to call field 'collect' (a nil value) I'm using the latest beta. Greeting Andreas

Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Daniel Grycman
=JS(Convert_TeX_String)] \definefield [Kommentar] [text] [TextSetup] [Ihr Veranstaltungskommentar...] \starttext \bTABLE \bTR \bTD Kommentar: \eTD \bTD \field [Kommentar] [Ihr Kommentar...] \eTD \eTR \eTABLE \button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}] \stoptext

<    3   4   5   6   7   8   9   10   11   12   >