Re: [NTG-context] conditional for undefined references

2020-03-30 Thread Pablo Rodriguez
On 3/29/20 2:33 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 29.03.2020 um 13:53: >> [...] >> Is there a way to deal with undefined references? >> [...] >> Any chance to be able to catch a "??" output (or \dummyreference) from >> "\in[reference]"? > > What you can do is to use the

Re: [NTG-context] conditional for undefined references

2020-03-29 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 29.03.2020 um 13:53: Dear list, consider the following sample: \setuppapersize[A8] \starttext \ConTeXt: \in[seac] Is it defined?: \doifelse{\in[seac]}{??}{undefined}{defined} \Lua: \ctxlua{context([[{\in[seac]}]])} Is

[NTG-context] conditional for undefined references

2020-03-29 Thread Pablo Rodriguez
Dear list, consider the following sample: \setuppapersize[A8] \starttext \ConTeXt: \in[seac] Is it defined?: \doifelse{\in[seac]}{??}{undefined}{defined} \Lua: \ctxlua{context([[{\in[seac]}]])} Is it defined?: \startlua if [[{\in[seac]}]] == "??"