Tagged Questions
5
votes
2answers
71 views
My own page number from file {counters}
I would like to add my own page number in my publications.
I have file: numerki.tex
zzzero
jEden
dWa
trZy
cztery
...
dwadzIescia
etc......
How I can add counter \counter\cyferki from file. each ...
7
votes
2answers
81 views
How I manage two counters for a page
I need to number the pages of an article from 1 to n inside the article (named here artpage), but also the pages included in a volume.
\newcounter{artpage}
\setcounter{artpage}{1}
...
40
votes
3answers
1k views
How to suppress page 13?
A lot of buildings have no 13th floor, some planes have no 13th row etc.
How do I set up a document that automatically suppresses page 13, figure 13, chapter 13 and so on, say, by jumping the ...
12
votes
1answer
104 views
Custom “counter” as page number substitute
I'm trying to typeset a book, covering a world trip. Instead of standard page numbers, I want each page to correspond with a digit representing driven kilometers. Of course I can't manually set that ...
3
votes
1answer
131 views
How can I consecutively number only some pages of a document?
The following code typesets a 12 page document; text only appears on every other page and there's an empty page between two text pages:
\documentclass{article}
\usepackage{atbegshi}
...
3
votes
1answer
477 views
Don't skip framenumbers in beamer in handout mode
Consider the following beamer example below. Is it possible to adjust this, that Frame 4 has framenumber 3 on the handout (and not 4 in my example). In other words the numbering in the handout should ...
10
votes
3answers
587 views
How can I calculate the difference of 2 counters (pageref)?
How can I calculate the difference between 2 counters (like page numbers), so that pdfLateX outputs "3" in the last line of my example?
and how could I calculate the difference between the "current" ...
1
vote
2answers
397 views
Extract document statistics? - How many pages has chapter xy? Count fixmes?
I have a large pdflatex document where each chapter is located in an extra text file and included with \include{chapter3.tex} ...
How can I extract the page numbers of each chapter and write them ...
12
votes
3answers
521 views
Setting Initial Page number on command-line
I would like to typeset a LaTeX file and set the initial page number from the command line (as I need to often change it to merge with different documents). I thought that the following would work, ...