I'm glad I have decided to join this community! Hopefully I can contribute a lot to it, since I have been using LaTeX for quite some time now!

My questions pertains the use of referenced counters. I would like to enumerate assumptions made in my document but at the same time, I wan to be able to reference them.
For example:
Code: Select all
Hello! We will assume that (i) fluids are cold and that (ii) density is constant.
Notice that assumption (i) is not always true while assumption (ii) could be true sometimes.
I looked for this and I found the "refcount" package, however, I find its documentation quite confusing so that I have not been able to use it properly...

Thank you very much in advanced guys!