Problems with wrapfigure
For 2 days I've been trying to get text to wrap around any figure in my document and I have several. I’ve tried several things to get text to wrap around my figure. Most recommendations are to use wrapfigure which is just not working for me and I can't figure out why. The figure shows up in about the right spot, but the text doesn’t wrap around and there is a gap at the bottom of the following page for the figure (see screenshot). Any help is greatly appreciated. Here is the code I've been using.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% USAGE: IMAGES
% PROJECT: PAIN
% CREATED BY: SHODAN
% CREATED ON: 2014-08-04
% LATEST MODIFICATION: 2019_01_28
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
subsection{Image acquisition}
label{sec:imageAcquisition}
%
begin{wrapfigure}{r}{0.5textwidth}
includegraphics[width=0.5textwidth]{ScanTimeline1}
end{wrapfigure} \
%
% STRUCTURAL DATA
added{Imaging data will be acquired with Siemens' new MAGNETOM Vida 3T and a 20-channel head coil.} \
%
% FUNCTIONAL DATA
added{T2 gradient EPI sequence, whole brain, 36-contiguous slices (axial), $3mm^{3}$ isotropic voxels. See vref{calibration1} for details.} \
%
% ASL SCANS
added{Alcohol is known to acutely influence regional cerebral blood flow (rCBF). To address this issue each participant will also complete two arterial spin labeling sequence (ASL) scans, at the beginning and end of each visit.}\
%
% BREAKS
phantomsection label{titration} added{Participants will have a 7-minute break between each set of scans. See Figure textbf{(FIX THIS)}.} \
%
phantomsection label{burden1}%
added{Including breaks, the total time for each visit is less than 90-minutes. See vref{behavData} for additional information.} \
%
added{Quality control analyses will be performed as data are acquired.}
%
%
% END SECTION
%
%
%
Here is a screenshot of the outcome of the code above. Like I said, any help is greatly appreciated.
Cheers,
SL

floats wrapfigure
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
For 2 days I've been trying to get text to wrap around any figure in my document and I have several. I’ve tried several things to get text to wrap around my figure. Most recommendations are to use wrapfigure which is just not working for me and I can't figure out why. The figure shows up in about the right spot, but the text doesn’t wrap around and there is a gap at the bottom of the following page for the figure (see screenshot). Any help is greatly appreciated. Here is the code I've been using.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% USAGE: IMAGES
% PROJECT: PAIN
% CREATED BY: SHODAN
% CREATED ON: 2014-08-04
% LATEST MODIFICATION: 2019_01_28
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
subsection{Image acquisition}
label{sec:imageAcquisition}
%
begin{wrapfigure}{r}{0.5textwidth}
includegraphics[width=0.5textwidth]{ScanTimeline1}
end{wrapfigure} \
%
% STRUCTURAL DATA
added{Imaging data will be acquired with Siemens' new MAGNETOM Vida 3T and a 20-channel head coil.} \
%
% FUNCTIONAL DATA
added{T2 gradient EPI sequence, whole brain, 36-contiguous slices (axial), $3mm^{3}$ isotropic voxels. See vref{calibration1} for details.} \
%
% ASL SCANS
added{Alcohol is known to acutely influence regional cerebral blood flow (rCBF). To address this issue each participant will also complete two arterial spin labeling sequence (ASL) scans, at the beginning and end of each visit.}\
%
% BREAKS
phantomsection label{titration} added{Participants will have a 7-minute break between each set of scans. See Figure textbf{(FIX THIS)}.} \
%
phantomsection label{burden1}%
added{Including breaks, the total time for each visit is less than 90-minutes. See vref{behavData} for additional information.} \
%
added{Quality control analyses will be performed as data are acquired.}
%
%
% END SECTION
%
%
%
Here is a screenshot of the outcome of the code above. Like I said, any help is greatly appreciated.
Cheers,
SL

floats wrapfigure
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago
add a comment |
For 2 days I've been trying to get text to wrap around any figure in my document and I have several. I’ve tried several things to get text to wrap around my figure. Most recommendations are to use wrapfigure which is just not working for me and I can't figure out why. The figure shows up in about the right spot, but the text doesn’t wrap around and there is a gap at the bottom of the following page for the figure (see screenshot). Any help is greatly appreciated. Here is the code I've been using.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% USAGE: IMAGES
% PROJECT: PAIN
% CREATED BY: SHODAN
% CREATED ON: 2014-08-04
% LATEST MODIFICATION: 2019_01_28
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
subsection{Image acquisition}
label{sec:imageAcquisition}
%
begin{wrapfigure}{r}{0.5textwidth}
includegraphics[width=0.5textwidth]{ScanTimeline1}
end{wrapfigure} \
%
% STRUCTURAL DATA
added{Imaging data will be acquired with Siemens' new MAGNETOM Vida 3T and a 20-channel head coil.} \
%
% FUNCTIONAL DATA
added{T2 gradient EPI sequence, whole brain, 36-contiguous slices (axial), $3mm^{3}$ isotropic voxels. See vref{calibration1} for details.} \
%
% ASL SCANS
added{Alcohol is known to acutely influence regional cerebral blood flow (rCBF). To address this issue each participant will also complete two arterial spin labeling sequence (ASL) scans, at the beginning and end of each visit.}\
%
% BREAKS
phantomsection label{titration} added{Participants will have a 7-minute break between each set of scans. See Figure textbf{(FIX THIS)}.} \
%
phantomsection label{burden1}%
added{Including breaks, the total time for each visit is less than 90-minutes. See vref{behavData} for additional information.} \
%
added{Quality control analyses will be performed as data are acquired.}
%
%
% END SECTION
%
%
%
Here is a screenshot of the outcome of the code above. Like I said, any help is greatly appreciated.
Cheers,
SL

floats wrapfigure
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
For 2 days I've been trying to get text to wrap around any figure in my document and I have several. I’ve tried several things to get text to wrap around my figure. Most recommendations are to use wrapfigure which is just not working for me and I can't figure out why. The figure shows up in about the right spot, but the text doesn’t wrap around and there is a gap at the bottom of the following page for the figure (see screenshot). Any help is greatly appreciated. Here is the code I've been using.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% USAGE: IMAGES
% PROJECT: PAIN
% CREATED BY: SHODAN
% CREATED ON: 2014-08-04
% LATEST MODIFICATION: 2019_01_28
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
subsection{Image acquisition}
label{sec:imageAcquisition}
%
begin{wrapfigure}{r}{0.5textwidth}
includegraphics[width=0.5textwidth]{ScanTimeline1}
end{wrapfigure} \
%
% STRUCTURAL DATA
added{Imaging data will be acquired with Siemens' new MAGNETOM Vida 3T and a 20-channel head coil.} \
%
% FUNCTIONAL DATA
added{T2 gradient EPI sequence, whole brain, 36-contiguous slices (axial), $3mm^{3}$ isotropic voxels. See vref{calibration1} for details.} \
%
% ASL SCANS
added{Alcohol is known to acutely influence regional cerebral blood flow (rCBF). To address this issue each participant will also complete two arterial spin labeling sequence (ASL) scans, at the beginning and end of each visit.}\
%
% BREAKS
phantomsection label{titration} added{Participants will have a 7-minute break between each set of scans. See Figure textbf{(FIX THIS)}.} \
%
phantomsection label{burden1}%
added{Including breaks, the total time for each visit is less than 90-minutes. See vref{behavData} for additional information.} \
%
added{Quality control analyses will be performed as data are acquired.}
%
%
% END SECTION
%
%
%
Here is a screenshot of the outcome of the code above. Like I said, any help is greatly appreciated.
Cheers,
SL

floats wrapfigure
floats wrapfigure
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 22 mins ago
ShodanShodan
11
11
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Shodan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago
add a comment |
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Shodan is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f472495%2fproblems-with-wrapfigure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Shodan is a new contributor. Be nice, and check out our Code of Conduct.
Shodan is a new contributor. Be nice, and check out our Code of Conduct.
Shodan is a new contributor. Be nice, and check out our Code of Conduct.
Shodan is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f472495%2fproblems-with-wrapfigure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
To make it easier for people willing to help, please provide a MWE with the least text and commands that would produce your issue.
– hesham
10 mins ago
I'd be happy to as soon as someone tells me what MWE means... Sorry...
– Shodan
1 min ago