Dear list, I think I have used once or twice in the past, but has \showsetup been deprecated? When I try to compile: \starttext \showsetup{language} \stoptext I get: ! Undefined control sequence. Is there a replacement for \showsetup. Many thanks for your help, Pablo -- http://www.ousia.tk
Am 03.07.2013 um 20:00 schrieb Pablo Rodríguez
Dear list,
I think I have used once or twice in the past, but has \showsetup been deprecated?
When I try to compile:
\starttext \showsetup{language} \stoptext
I get:
! Undefined control sequence.
Is there a replacement for \showsetup.
Many thanks for your help,
1. You have to load the “int-load” module. 2. You have to load the definitions for the core commands. 3. Even though you can use \showsetup{…} it’s better to use \showsetup[…] because braces are for commands which expect text but you pass only a keyword to the command. \usemodule[int-load] \loadsetups[cont-en.xml] \starttext \showsetup[language] \stoptext Wolfgang
On 03/07/13 22:28, Wolfgang Schuster wrote:
Am 03.07.2013 um 20:00 schrieb Pablo Rodríguez
: [...] Is there a replacement for \showsetup?
Many thanks for your help,
1. You have to load the “int-load” module.
2. You have to load the definitions for the core commands.
Many thanks for your help, Wolfgang. Is there a way to load the definitions for all commands? I mean, I'm interested in \setuplinenote, \setupmargindata and similar. Many thanks for your help again, Pablo -- http://www.ousia.tk
Am 03.07.2013 um 23:10 schrieb Pablo Rodríguez
On 03/07/13 22:28, Wolfgang Schuster wrote:
Am 03.07.2013 um 20:00 schrieb Pablo Rodríguez
: [...] Is there a replacement for \showsetup?
Many thanks for your help,
1. You have to load the “int-load” module.
2. You have to load the definitions for the core commands.
Many thanks for your help, Wolfgang.
Is there a way to load the definitions for all commands?
I mean, I'm interested in \setuplinenote, \setupmargindata and similar.
When you get no output for a certain commands there is no definition for it in cont-en.xml. Adding new commands is no problem but it takes always a lot of time for each new command because you have to look for all available parameters, key and values plus references to other commands and all of this is manual work. Wolfgang
participants (2)
-
Pablo Rodríguez
-
Wolfgang Schuster