Search found 3 matches

by zanini
Tue Dec 13, 2011 1:15 pm
Forum: General
Topic: Reference before the Label
Replies: 4
Views: 12401

Re: Reference before the Label

Thank you sommerfee. It works perfectly!
by zanini
Tue Dec 13, 2011 10:51 am
Forum: General
Topic: Reference before the Label
Replies: 4
Views: 12401

Reference before the Label

Hi Stefan_K,

Thanks for the reply.
Actually, enumerate won't do the thing because my items are inside tables and I can't get the right formatting with it. I need just the numbers, no spaces or dots.
So here's the code:


X papers published

\newcounter{papers}
\newcommand{\pa}{0.05}
\newcommand ...
by zanini
Mon Dec 12, 2011 4:21 pm
Forum: General
Topic: Reference before the Label
Replies: 4
Views: 12401

Reference before the Label

Hello!
I started using LaTeX not long ago and I couldn't find out how to solve the following problem, even though I have the impression the solution must be pretty simple.

I have a list which has a counter. Once in a while I add an item and the values change.
In my document, before the list I have ...