Context 2005.11.15
From ConTeXt wiki
Contents |
[edit] Changes since ConTeXt 2005.11.14
[edit] Removed files
none
[edit] New files
none
[edit] Changes
Map files:
no changes
Ruby scripts:
tex.rb:
- renamed the variable texformat to texformats
texutil.rb:
- another bugfix in the sort routines
Macro files:
context.tex:
- context version 2005.11.15
cont-new.tex: cont-des.tex: cont-itm.tex: core-ver.tex: core-mat.tex: page-one.tex:
- A bit of additional code for the new indentnext=auto functionality (see core-spa.tex)
core-mat.tex: core-not.tex:
- The internal macro \hetnummer is renamed to \composedsectionnumber
core-reg.tex:
- minor code optimizations
- support for a new key: prefix= (page prefixes in index ranges)
core-sec.tex:
- The internal macro \hetnummer is renamed to \composedsectionnumber
- The internal macro \lossenummer is renamed to \sectionnumberonly
- The internal macro \dosomekop is renamed to \doconstructhead
- The internal macro \dodosomekop is renamed to \dodoconstructhead
- The internal macro \dododosomekop is renamed to \dododoconstructhead
- The internal macro \dodododosomekop is renamed to \dodododoconstructhead
- The variable \v!sectionlevel is dropped in favour of the constant \s!section
core-spa.tex:
- Additional code for the new indentnext=auto functionality. This means that blank lines in the source are taken into account when indextnext=auto is in effect. A really short example of usage would be:
\setupindenting[small,yes] \setupformulas[indentnext=auto] \startformula a = b \stopformula \input tufte % no blank line => no indentation \startformula a = b \stopformula \input tufte % blank line => with indentation
m-subsub.tex:
- The variable \v!sectionlevel is dropped in favour of the constant \s!section
mult-con.tex:
- definition of the systemvariable \v!sectionlevel deleted
mult-sys.tex:
- definition of the systemconstant \s!sectionlevel added
page-flt.tex:
- The internal macro \hetnummer is renamed to \composedsectionnumber
page-num.tex:
- A new test for \pageprefixmode is added to the \pageprefix definition
s-chi-00.tex:
- The variable \v!sectionlevel is dropped in favour of the constant \s!section
syst-gen.tex:
- bugfix for the new \currentvalue code (the previous definition broke the non-english interfaces)
Data files:
The cont-*.xml describe the new key for \setupregister:
<cd:parameter name="prefix">
<cd:constant type="both"/>
<cd:constant type="first"/>
<cd:constant type="none"/>
</cd:parameter>
The removed key sectionlevel is dropped from the keys-XX.xml files.

