孟春:夯实增长新平台 稳步推进高质量发展
94 questions
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
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 ...
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}
\...
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 ...
4
votes
1
answer
107
views
How can I make pgfplots figure the same size as the margin?
I am trying to make my plot the same size as the margins. I have tried so many things, but cannot figure out a solution. Changing width=\marginparwidth to width={} is a slight improvement, but I am ...
2
votes
1
answer
98
views
Marginal Notes in Bottom Margin
Is there a way to put marginal notes at the bottom of the page?
I'm using the medieval page setting in a memoir class document so I can have extensive marginal notes on a page. This works nicely for ...
0
votes
0
answers
62
views
How to typset sideheadings?
I want to typset sideheads, just as they are often used in legal documents, and then be able to refer back to these sideheads with the standard machinery of \ref, \nameref, \cref and the rest.
A ...
3
votes
2
answers
214
views
How can I get my margin notes to indent themselves into the text, shifting the text over?
I'm looking for my outer margin notes to be pushed into the text, and the text to flow around them, like the picture below:
I'm using scrbook, and I still want to margin notes to have the same ...
1
vote
1
answer
71
views
Tabto inserts line break when tabbing into right margin
I wanted to use tabto to insert symbols into the margins of my document. I did this as in the following MWE:
\documentclass[11pt]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\...
1
vote
1
answer
666
views
How to place vertical lines in the margin
I want to put a timeline in the margin so the reader can quickly get a sense of the theme of every paragraph. I am accomplishing this with the marpar command. However, I also want to put a vertical ...
1
vote
1
answer
148
views
Is there a way to eliminate duplicate margin notes in LaTeX?
I'm working on a game manual and I'd like to put page references in the margins for key concepts, for example something like this (from Justin Alexander's Legends and Labyrinths):
I can use \...
0
votes
1
answer
88
views
Extend the height of parbox
I have the following command that prints text in the margins:
\DeclareRobustCommand{\solutionpage}[1]{\marginpar{%
\colorbox{lightgray}{\protect\parbox[t]{\dimexpr\marginparwidth-2\fboxsep}{~Proof ...
0
votes
2
answers
173
views
How do I align a marginal note with the first line of the paragraph immediately following it?
I would like margin notes in the left margin, aligned with the first line of a paragraph, similar to this question. Basically these are headings for the paragraph. In the source code, I'd like the ...
0
votes
2
answers
117
views
footmisc + marginfix + todonotes = error
Feeding
\documentclass{article}
\usepackage{footmisc}
\usepackage{marginfix}
\usepackage{todonotes}
\begin{document}
\todo{test}
\end{document}
to pdflatex leads to a compilation error:
! Package ...
0
votes
0
answers
63
views
adjust the margin to be 1"
I am working on my dissertation, I am using a custom document class you can find it here
I am trying to make the margin 1" from each side. I tried to use geometry but didn't work
\usepackage[...