Hi!
I have a report implemented using JasperReports. This report is divided in chapters,
where each chapter is a subreport.
Unfortunately at each page the page-number is starting again from one.
How can I avoid this?
(I have also some conditional which are or are not including some reports).
Thanks in advance,
Luis
...
Hi!
I have a report, where i also have appendixes.
What i want is to use a different style on the page numbering when the appendixes start.
i use arabic until i reach the appendixes. Then i would want to do something like this:
I want the custom page numbering to be:
Chapter: A
Section: {Chapter}{1} (A-1)
\newpage
\pagenumb...
How do I change the counter in ToC to letters (A, B, C)?
To illustrate:
from
1. Section
2. Section
3. Section
to
A. Section
B. Section
C. Section
Thanks
...
I don't just mean how to switch to roman numerals, I want to change the font face and size. I'm currently using the article class, but I can't see any particular part of it responsible for the footer, so I wonder if this might not apply to a lot of classes.
Edit: I don't need to make a custom page layout or pagestyle, necessarily.
...