百度 此次宪法修改共有21条,其中11条与国家监察体制改革相关,在第三章“国家机构”中新增“监察委员会”一节,确立了监察委员会作为国家机构的宪法地位,为其依法行使职权、开展工作奠定了宪法基础。
{geometry} is a package that allows to change the margins of (whole) pages and, conversely, the width and height of the textblock and its positioning on the page.
247 questions
58
votes
3
answers
47k
views
Change paper size in mid-document
My document should be letterpaper and my attachments should be a4paper. I had high hopes for the \newgeometry command from the geometry package, but the documentation says
\newgeometry is almost ...
322
votes
4
answers
119k
views
Why are default LaTeX margins so big?
I've read that—unless I know a lot about typesetting—I shouldn't change the margins of a LaTeX document. The default margin size of the article class is really big and it feels like a lot of space is ...
13
votes
1
answer
2k
views
Automate Fixed Width Page, length > some minimum length, but only as long as needed
I am trying to automate the solution proposed by egreg to How define a fixed width page, but length > some minimum length, but only as long as needed by hooking into \begin{document} and \end{...
26
votes
2
answers
5k
views
What's the absolute largest paper size permissible with pdflatex?
I've had occasion to typeset extraordinarily large matrices, which I didn't seriously expect anyone to expect in detail (without a computer) or print, but I needed it to be obvious that they were ...
33
votes
2
answers
6k
views
All the document in only one long and continuous page
Well, may be this is not really useful, but I've thought if it was possible to put all the document in one long page.
I mean, if your document is going to be read in a computer, mix all the pages in a ...
18
votes
1
answer
14k
views
A5 booklet printing -- Title page and TOC are missing
I have a file bookletdemo.tex with the following code
\documentclass[12pt]{article}
\usepackage[a5paper]{geometry}
\usepackage{lipsum} % this package is for creating filler text
\author{N.~N}
\title{...
71
votes
3
answers
118k
views
Different margins for title page
My document class is article with a4paper. The margins that I want for the body are:
top: 1 inch
bottom: 1 inch
right: 0.5 inch
left: 1.5 inch
The title page should have a 1 inch margin on all four ...
61
votes
2
answers
92k
views
How to set page geometry for a single page only?
I want to change the geometry for a single page only. I set the geometry for the whole document using:
\usepackage[left=1cm,right=2cm,vmargin=2.5cm,footnotesep=0.5cm]{geometry}
The geometry package ...
19
votes
2
answers
22k
views
geometry, fancyhdr: \fancyfoot[C]{\thepage} is not really centered
After switching from the report class to the book class and starting to use the fancyhdr package to control headers/footers, the page numbers in my footers are no longer centered.
This is my fancyhdr ...
30
votes
3
answers
48k
views
How can I fix the error "GUI framework cannot be initialized" with TeXnicCenter and MiKTeX?
I don't know what I've done, but all of a sudden I am unable to compile any document which uses the geometry package. Minimal (non)-working example:
\documentclass[11pt]{article}
\usepackage{...
29
votes
1
answer
5k
views
Storing the original document class page layout with geometry
Is it possible, using the geometry package, to store (and restore) the original layout specified by the document class (in my case, the class is report)?
Here is some context. I have been editing ...
5
votes
3
answers
3k
views
How can I maintain the current page nodes for portrait when temporarily entering landscape mode in TikZ?
Question
How can I keep the current page nodes aligned with the same physical corners of the page in a document where the main layout is portrait, but some pages with longtable are in the landscape ...
12
votes
1
answer
879
views
How define a fixed width page, but length > some minimum length, but only as long as needed
This recent question on how to increase the width of the output, and this earlier question on how to increase the length of the output reminded me of something I have been wondering: I would like to ...
12
votes
4
answers
3k
views
\newgeometry doesn't work with Turkish babel package
\newgeometry is a nice feature of geometry package. I found out that it doesn't work (together with many other problems) when \usepackage[turkish]{babel} is also used with many errors stating:
...
0
votes
1
answer
557
views
A3 paper landscape in A4 portrait document with same margins
I want to have some A3 landscape pages in my A4 portrait document. These should have the same margins as the A4 pages. I tried the solution of A3 Paper landscape in A4 portrait document with same ...