红色加绿色等于什么颜色
百度 此外,公司在财报中称下半年将推出。
{margins} is about dealing with (above all, changing) the margins of (whole) pages and, conversely, the width and height of the textblock and its positioning on the page. Popular packages are {geometry} and {typearea}. For changing the "margins" in the middle of a page, use {indentation} instead.
2,723 questions
1
vote
1
answer
49
views
Pushing minipages and tabulars Into the margins
Apologies: I want to violate the most basic prescriptions of sane typography. Have a bag ready. It's the lesser of evils.
Say, I have a book, with margins of 0.5 inches on the spine and 1 inch on ...
1
vote
2
answers
68
views
Marginfit package shifts marks
I'm using the kaobook class together with the marginfit package such that all citations in the sidemargin get shifted to fit within the margin.
I noticed, however, that the page header (using \...
0
votes
0
answers
55
views
How to add decorate mark aside a paragraph?
The final effect is like:
And the sample code is below:
(How could we define a command \para which could control the number of the decoration as the above picture? The number is not fixed, we can set ...
0
votes
0
answers
48
views
edited: Latex bibliography -- some formatted entries don't have correct line breaks [closed]
I am currently very frustrated by what is happening to my bibliography in my latex document. So I am using
\usepackage{epigraph} \usepackage[backend=bibtex, style=numeric]{biblatex} \addbibresource{...
2
votes
1
answer
60
views
Two margine notes beside another
I'm dealing with the following problem. To indicate things to be done in a text, we use
\usepackage{marginnote}
\newcommand{\mpar}[1]{\marginnote{\small\itshape #1}}%
\newcommand{\att}{\marginnote[\...
5
votes
2
answers
81
views
You can't use `\prevdepth' in display math mode
When I want to use the marginpar,
something wrong happened, how to fix it and show the marginnote?
\documentclass{amsart}
\usepackage{lipsum,tikz}
\usepackage[top=1cm,bottom=1cm,left=0.5cm,right=0.5cm]...
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
2
answers
81
views
Disappearing content in marginnote
Could anybody revover the disappear context in the third paragraph?
\documentclass{amsart}
\usepackage{lipsum,tikz}
\usepackage[top=1cm,bottom=1cm,left=0.5cm,right=0.5cm]{geometry}
\def\ppp{...
2
votes
1
answer
39
views
How can I change the margins of all Beamer slides without messing the title page?
I am working on a Beamer file, using the gotham theme, with the following code and the following output:
% !TEX program = xelatex
\documentclass[aspectratio=169, xcolor=dvipsnames]{beamer}
\usetheme[...
3
votes
1
answer
43
views
Marginpar with the right side attached to the edge
I notice that the marginpar starts with the left side aligned.
\documentclass{amsart}
\usepackage{lipsum}
\begin{document}
\lipsum[1]\marginpar{One Two Three}
\lipsum[1]\marginpar{One Two Three Four}
\...
1
vote
1
answer
53
views
scrbook: reverse the left-right margins for even-odd pages
I have a tex file
\documentclass[
chapterprefix=true,
headings=optiontohead,
twoside=true
]{scrbook}
\usepackage{kantlipsum}
\usepackage[autooneside=false,automark]{scrlayer-scrpage}
% Clear ...
0
votes
1
answer
42
views
Marginpar attached to the edge
Notice here the marginpar has align on the left,
\documentclass{amsart}
\usepackage{lipsum}
\begin{document}
\lipsum[1]\marginpar{One Two Three}
\section{One}\marginpar{\raggedleft\text{One Two Three ...
0
votes
0
answers
27
views
scrbook: make right and left margins equal [duplicate]
I have a tex file (from this answer)
\documentclass[
chapterprefix=true,
headings=optiontohead,
twoside=true
]{scrbook}
\usepackage{kantlipsum}
\usepackage[autooneside=false,automark]{scrlayer-...
2
votes
1
answer
101
views
A question about the marginpar command
If I want to use the marginpar command, how to control its position?
Namely, the marginnote appear either on the left or on the right.
And I want to control the width of the box and the innersep ...
1
vote
1
answer
55
views
Big margin differences in KOMA Script between one column and two column layout? [closed]
I'm learning KOMA Script. One thing I tried is one column vs two column book. Surprisingly, there is a big difference. One column text has large margins, but two column text has almost no margins in ...