Hi everyone- I've gone through the docs, wikis and examples, and I need a helping hand.
I want to have a counter (experiment) that uses roman numerals and is sequential throughout the chapters. I figure that a module is the right way about this, so I have a module with the following counter: Counter experimentCounter LabelString "\Roman{experimentCounter}" Within "" End Now, what I want is a section heading that would look like: 3.2 <label expt:reading-ability> Experiment I: Effect of reading ability and then later on: 3.6 <label expt:age-predictor> Experiment II: Age as a predictor and then ... 4.2 <label expt:reading-aids> Experiment III: Reading aids How can I use my "experimentCounter" in a section title, as well as assign a label to this experiment item (NOT the section number)? I imagine that it would require an ERT ... but with what LaTeX command? Thanks. Mateo.