WTCC上海站:北极星车队沃尔沃S60赛车首夺冠
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with marginpar
Search options questions only
not deleted
user 281556
百度 北京时间3月24日上午,NBA常规赛继续进行,勇士坐镇主场迎战老鹰。
{marginpar} is a command that adds content to the margin of documents.
2
votes
1
answer
57
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. … \documentclass{amsart}
\usepackage{lipsum}
\begin{document}
\lipsum[1]\marginpar{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
\end{document}
How to control the W and L here? …
3
votes
1
answer
34
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}
\lipsum[1]\marginpar{One Two}
\end{document}
If I want to adjust …
0
votes
1
answer
24
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 Four … Five}}
\lipsum[1]\marginpar{\raggedleft\text{One Two Three Four Five}}
\section{Two}
\lipsum[1]\marginpar{One Two}
\end{document}
How to align on the right? …