巨人网络成立巨人新进:5000万元扶持大学生创业
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 215
百度 魏琦传达了习近平总书记在学习贯彻党的十九大精神研讨班开班式及在十九届中央纪委二次全会上的重要讲话精神。
{marginpar} is a command that adds content to the margin of documents.
10
votes
2
answers
316
views
Suppress the log file lines written by a specific package?
For example:
\documentclass{article}
\usepackage{marginfix}
\listfiles
\begin{document}
Here is some text\marginpar{This is a marginpar}
\end{document}
This file includes the following stuff written …
8
votes
3
answers
2k
views
How to patch a floating environment so that the patched command floats
I want to use \AtBeginEnvironment{table}{\marginpar{foo}} to put something in the margin by the float. … But the marginpar is typeset where the environment is written, not where the float is output, if you see what I mean. How can I get something to float with the table? …
5
votes
1
answer
1k
views
marginfix makes KOMA's \marginline flush towards the outside, rather than the inside?
Here is an MWE:
\documentclass[mpinclude=true]{scrbook}
\usepackage{lipsum}
\usepackage{marginfix}
\newcommand\mnote[1]{\marginpar{\ifthispageodd{\raggedright}{\raggedleft} #1}}
\begin{document}
\lipsum … What's weird is that if you define your own command to do more or less exactly what \marginline is supposed to do like so:
\newcommand\mnote[1]{\marginpar{\ifthispageodd{\raggedright}{\raggedleft} #1} …
16
votes
3
answers
2k
views
Making one margin bigger to allow margin notes in KOMA script
I want to add margin notes using KOMA script's \marginline. I don't want to get into the tricky business of manually setting a lot of typearea lengths myself, I just want to make the outside margin a …