Quote:
Originally Posted by kovidgoyal
Most likely you dont realize that re-converting a previously converted book uses the settings from the previous conversion over the global preferences.
|
You're right. It seems like I have missed that point – thanks for noting that. Indeed, there is an effect if I use CSS
#n_1, #n_2, #n_3 { display: none; }. But I still see the section "Примечания" – I would like to hide it together with entry in TOC. I tried CSS
body[name="notes"] { display: none; } but it didn't work out. What I did wrong?