Search found 2 matches

by hollett
Mon Apr 21, 2008 6:21 pm
Forum: General
Topic: Problem with Alphanumeric Page Numbering
Replies: 2
Views: 4296

Re: Problem with Alphanumeric Page Numbering

Thanks! That works perfectly! Also, if you want to change the string and numbering in each section, just repeat the renewcommand with the new string, adding setcounter to set the page counter back to 1 (or whatever you want it to be).

For Example:

\documentclass{article}
\usepackage{lipsum ...
by hollett
Mon Apr 21, 2008 4:53 pm
Forum: General
Topic: Problem with Alphanumeric Page Numbering
Replies: 2
Views: 4296

Problem with Alphanumeric Page Numbering

Hello all. I really need some help. Is there a way to get a string to print before each page number? For example:
D-1
D-2
D-3
In this example, "D-" preceeds each page number. Similar examples might be "Page - 1", "Page - 2", etc. I have searched many, many sites and am losing hope! :cry: Please help ...