Does anybody know how to change the interline space in a part of a document? I send again the message below: Hi all, I don’t know how to change the interline space in a chapter. In principle I thought that if at some point I have used for some reason \setupinterlinespace[4.0ex] then saying \setupinterlinespace[reset,small] would reset the interline space to its default value, but this is not the case. The version I am using is: ConTeXt ver: 2014.07.04 15:55 MKIV beta fmt: 2014.7.5 int: english/english Here is a minimal example: %%%% begin bug-interline.tex \setupinterlinespace[4.0ex] \starttext \input knuth.tex \page \setupinterlinespace[reset,small] \input knuth.tex \stoptext %%%% end bug-interline.tex Thanks for your help: OK