百度 市场主体的这种求变创新,源于现阶段文旅产业正以资本、创意和科技为驱动力,创新能力而非资源禀赋,成为评判文旅产业发展的主要尺度。
{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
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]\...
-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
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
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:
\...
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. ...
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 ...
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, ...
2
votes
1
answer
40
views
Strange indent before float environment and the page's layout symmetry?
Description
I want to put the left side of the page exactly the same as the right side(total symmetric).
So I use the following code:
\documentclass[oneside]{article}
\usepackage{graphicx}
\...
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}\...
5
votes
1
answer
124
views
\textheight vs. \baselineskip
Up to now I naively assumed that when I ask for a \textheight that is an integer product of \baselineskip values, then there should be no difference in depth between full pages without glue and pages ...
2
votes
1
answer
150
views
Visualization of the derivation of the area of a circle
I would like to visualize the derivation proof
\documentclass[tikz,border=10pt]{standalone}
\usepackage{amsmath}
\begin{document}
\begin{tikzpicture}[scale=2]
% Parameters: Circle radius and ...
4
votes
2
answers
184
views
Center figure even if size exceeds margins
I have this figure that is too large to be placed inside the body of my document. However, instead of resizing it, I would like to place it centered with respect to the area formed by the body, the ...
2
votes
1
answer
92
views
Why geometry for titlepage mess with geometry for first page
(Almost) Minimal Working Example
\documentclass[11pt]{article}
\usepackage{geometry}
\geometry{
top=2cm,
bottom=2cm,
left=2cm,
right=2cm
}
\usepackage{lipsum}
\begin{document}
\begin{...
0
votes
1
answer
49
views
How to Shift the Colored Portion of a Pspicture to the Far Right?
MWE:
\documentclass{book}
\usepackage[hmargin=0in,vmargin=0in,paperwidth=12in,paperheight=8.75in]{geometry}
\usepackage{pstricks-add}
\psset{unit=1in}
\definecolor{bulgarianrose}{rgb}{0.28, 0.02, 0....