Search found 5 matches

by zwierz
Thu Mar 31, 2011 10:36 pm
Forum: General
Topic: pages range of a section
Replies: 4
Views: 3612

Re: pages range of a section

Thank you, it works perfectly well.
by zwierz
Wed Mar 30, 2011 11:50 pm
Forum: General
Topic: pages range of a section
Replies: 4
Views: 3612

Re: pages range of a section

Unfortunately lastpage package works only for a last page. Of course information that this can't be done in TeX will be valuable too. At least it will give me some kind of peace of mind :)
by zwierz
Tue Mar 29, 2011 6:20 pm
Forum: General
Topic: pages range of a section
Replies: 4
Views: 3612

pages range of a section

Hi,

I have a document containing several sections and I need to print at the beginning of each section it's pages rage. I know that I can get current page number with \thepage command but how can I know what is a number of the last page of a section when I'm at beginning of the section?
by zwierz
Thu Jan 20, 2011 10:56 pm
Forum: Graphics, Figures & Tables
Topic: How to remove \numberwithn?
Replies: 3
Views: 2544

Re: How to remove \numberwithn?

Thank U :) \renewcommand{\thefigure}{\arabic{figure}} works fine for me. And sorry for the lack of MWE - I just thought that description would be enough in this case.
by zwierz
Thu Jan 20, 2011 2:29 am
Forum: Graphics, Figures & Tables
Topic: How to remove \numberwithn?
Replies: 3
Views: 2544

How to remove \numberwithn?

Hi,

I have a appendix in my document which contains figures and I wanted them to be numbered like: Fig. A.1, Fig. A.2 etc., where A is from appendix. To achieve that I used:

\appendix
\numberwithin{figure}{section}
\section{Appendix}

but after appendix I have other sections with figures inside ...