Tagged Questions
16
votes
1answer
664 views
Displaying the range of sections on the page in the header
I would like to have on each page the range of sections covered by it displayed, opposite of the page number and accompanied by the name of the first new section (if there is a new one) starting on ...
3
votes
2answers
669 views
section numbers (\thesection) and names have next page's values
I have customized my headers to display section numbers and section names.
However: (a) The section number (\thesection) in my header often shows up with the next page's value. (b) The section name ...
14
votes
1answer
416 views
Hyperref Link Spans a Pagebreak, Looks Ugly
I'm using hyperref for links in pdflatex and I have the following problem: when a bibliography citation spans across a page-break (which usually occurs with long author names), then an additional ...
6
votes
3answers
612 views
Proper way to change a font temporarily with fontspec
I have been using fontspec in a lualatex document where as instructed by the manual I set my main/sans/mono font in my preamble with some default features.
However at some point I wish to temporarily ...
1
vote
2answers
456 views
How to keep page numbering below text?
I have started writing my report using LaTeX. I have hid the page numbers for the first pages, table of contents included. However, after table of contents page numbers seems to be above the lowest ...
7
votes
2answers
3k views
Insert a blank page after current page
I want to insert a blank page in a document so that the text would be added to the content of the current page till it reaches end of the page, the next page would be empty, and the text continue from ...
8
votes
3answers
2k views
Add a new empty page
I have a .tex file which is like my main,
\documentclass[spanish]{article}
\usepackage{times}
\usepackage{amsmath}
\usepackage{graphicx}
...
2
votes
1answer
1k views
Remove page numbers in a »titlepage« environment
I use the titlepage enviroment in my thesis and want to remove the page numbers on my title pages (where I've got 2) pages. The titlepage enviroment does that for the first site automatically but not ...
12
votes
3answers
5k views
When do I need invoke \clearpage manually?
I am not sure whether invoking \clearpage is necessary or redundant at many places in my input .tex files.
Here I will ask you, in what condition is invoking \clearpage necessary?
I hope I get a ...