| Related thread |
see TTT list archive |
| Category |
page numbering pageno pagenumber |
Problem |
Is there some way to reset page numbering after, say, the end of the introductory stuff or between one section of introduction (say, a foreword) and another (say, a preface)? |
Solution |
You should be able to say (or another number) in between \ptxfile commands in your main project file.
Note that you'd use "\pageno" (from Plain TeX) to assign the number, whereas you use "\pagenumber" (defined by the ptx2pdf macros) to actually print the number (e.g., in the running header).
It will not work to put \pageno=... within a USFM file, so to do this you'd need to make sure each section of the introductory material is in a separate file, then see above. |
Source |
|
|
|