Changes

Jump to navigation Jump to search
277 bytes added ,  09:10, 18 November 2009
parameter parsing changes
You start Mark IV with the '''context''' command, and Mark II with '''texexec'''. The two programs are not the same, and even though they have mostly the same command line, there are some differences. Mostly, this is because '''context''' is still lacking a number of options of texexec like for example --passon (those will probably be implemented at some point in the future), but it also parses the command line different. You must remember to always give the full name of the options, and then the effects should be almost unnoticeable.
 
= Parameter processing =
 
Mark IV delegates lots of the key-value processing to lua, and as a result you often have provide 'expanded' numbers:
 
\setuplayout[width=\the\hize] % not just \hsize
\definetypeface [joke] [ss] [sans] [joke] [default] [rscale=0.9] % not just .9
= Paragraph formatting =

Navigation menu