一波三折 步步惊心:匪夷所思的「肺部感染」
百度 也有人考证认为,江格尔原型就是成吉思汗。
{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.
1,172 questions
0
votes
1
answer
83
views
Problem in changing paper size in tufte-book
I am using a tufte-book class. I printed some pages from my pdf document, and I noticed a wider space above and below the text, than the one I see when I display the pdf on a reader. I think this ...
2
votes
1
answer
204
views
Which packages must I use to draw frame around a page like this?
I want to draw frame like this picture below.
Which packages can I use for it?
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\usepackage[T2A]{fontenc}
\usepackage{...
6
votes
2
answers
115
views
Using Marginpar and Geometry package together
When I use the Marginpar and Geometry package together,
\documentclass{amsart}
\usepackage{lipsum}
\usepackage[top=1cm,bottom=1cm,left=0.5cm,right=0.5cm]{geometry}
\begin{document}
\lipsum[1]\...
0
votes
4
answers
427
views
Create a template with a fixed-width page, header and footer
I want to compile a tcolorbox environment for each fixed-width page with a header and footer.
If I use the geometry package, the height page must be fixed.
For standalone class, the height page can be ...
0
votes
1
answer
202
views
Restoregeometry causes text to run of page
Currently, I am working on a package for an association. I am trying to achieve the following: the geometry of the first page should be different from all the following pages. There are some questions ...
1
vote
1
answer
486
views
Question about adapting the Elegant Book template for page layout with crop marks
I am tryin to adapt the Elegant Book template for my book. I have made some changes, but I am having problems adapting the template for the following:
The page layout as required by the publisher, ...
0
votes
0
answers
44
views
geometry : adjust the header lenghts to host a 4~5 line table
I inserted a small table in the header of my document. I used fancyhdr. I tried adjusting \top, \head, \headsep... to get proper adjustment but I've not yet been able to get what i want. I want ...
0
votes
1
answer
164
views
Resizing mid document followup
This is a follow up to this, and is based on this.
Code:
\documentclass[12pt]{article}
\usepackage{float}
\usepackage[american,siunitx]{circuitikz}
\usepackage[margin=1in]{geometry}
\begin{document}...
-2
votes
3
answers
177
views
How Should I draw Constructive Proof of Simson Line [closed]
I want to draw a constructive proof of Simson Line in this form. I tried using tikzcd, my current approach is too much fallible to errors . But in the picture, it seems that it can be drawn with some ...
0
votes
0
answers
38
views
How to emulate the sizes of various page elements of svmono v5.12 and geometry with svmono v5.14 and geometry?
While switching from svmono v5.12 to svmono v5.14 (5.14 according to history.txt; the class file says 5.13), I discovered that the internal sizes of various page elements have changed. MWE:
\...
0
votes
0
answers
30
views
Is it correct to use px units for setting background image dimensions in a geometry package?
I'm trying to create a background image for an ultra-wide display with a resolution of 3440×1440 pixels. In my geometry package, I set the page dimensions as follows:
\usepackage[paperwidth=3440px, ...
3
votes
1
answer
82
views
How to define distance from page top to text top
I am writing a document with paracol and background color.
The background should be filled from total top to bottom of page (so margins set to 0mm).
For text I want to start (with top of text) e.g. ...
4
votes
0
answers
51
views
Is it possible for `l3doc` to support a twoside layout?
The minimal working example (MWE) is:
\documentclass[twoside]{l3doc}
\begin{document}
\begin{function}[added=2025-08-06]{\testA}
\begin{syntax}
\cs{testA}\oarg{arg1}\meta{cmd}
\cs{testA}\...
3
votes
2
answers
67
views
Wrapfig inside changemargin envirnment
I am attempting to insert a wrapped figure inside a block of text that is inside of a changemargin region. My MWE is below:
\documentclass[12pt,letterpaper]{article}
\usepackage[letterpaper,top=1....
5
votes
1
answer
99
views
Change page margin for first page within environment
I have created a custom environment wherein the first page on which the environment starts should have a modified top margin, for example to insert a picture (see gray rectangle). All following pages ...