Search found 3 matches

by paolob
Wed Mar 11, 2015 6:05 am
Forum: Graphics, Figures & Tables
Topic: Numbering of customised environment in Appendix
Replies: 5
Views: 4176

Re: Numbering of customised environment in Appendix

It worked!

Thank you very much. I would have never imagined of anything such that.

The only problem is that now I have a conflict between the hyperref package required by this and the xr-hyperref one that the elsevier style seems to prefer.
However this just gives me a few warnings, so I think I ...
by paolob
Mon Mar 09, 2015 4:02 am
Forum: Graphics, Figures & Tables
Topic: Numbering of customised environment in Appendix
Replies: 5
Views: 4176

Re: Numbering of customised environment in Appendix

Dear Johannes, thank you for your reply and apologies for not replying sooner, but I did not see the reply on my previous checks to the page. Shame on me! :-(

What I want to achieve is to get a collection of definitions and equations gathered under the Specification heading and references of the ...
by paolob
Fri Feb 06, 2015 9:17 am
Forum: Graphics, Figures & Tables
Topic: Numbering of customised environment in Appendix
Replies: 5
Views: 4176

Numbering of customised environment in Appendix

Hello,

I am new to the community, so maybe it has escaped me, but I did not find an answer to this problem.

I have defined a new environment, with its proper counter

\newenvironment{spec}[2]{
\textbf{Specification~\ref{#2}}: #1
\label{#2}
\begin{small}
\begin{tabbing}
}
{
\end{tabbing}
\end ...