problems when text shorter than wrapfigure side











up vote
0
down vote

favorite












I have a problem using wrapfigure. This image will explain it:
This is my code:



  documentclass[a4paper12pt,twoside]{article}
usepackage{graphicx}
usepackage{wrapfig}
...
some text.

begin{wrapfigure}{L}{0.36textwidth}
centering
includegraphics[width=0.35textwidth]{images/drace1.png}
end{wrapfigure}
textbf{solution}: the server must be informed that texttt{X} has been given to texttt{C} (texttt{getRef(Xs)}), and a textit{dummy placeholder} for texttt{C} is placed in the list of holders for texttt{X}, waiting for the corresponding texttt{dirty(X)} to come.
%vspace{5cm}
subsubsection{sssection}
lipsum[1-3]


enter image description here



If the text is smaller than the side of the figure, I cannot go above it. Even with vspace or newpage I still get this:



enter image description here



In the photos the caption of the images is wrong, I deleted it.



How can I solve?










share|improve this question









New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
    – Troy
    12 hours ago










  • Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
    – John Kormylo
    9 hours ago

















up vote
0
down vote

favorite












I have a problem using wrapfigure. This image will explain it:
This is my code:



  documentclass[a4paper12pt,twoside]{article}
usepackage{graphicx}
usepackage{wrapfig}
...
some text.

begin{wrapfigure}{L}{0.36textwidth}
centering
includegraphics[width=0.35textwidth]{images/drace1.png}
end{wrapfigure}
textbf{solution}: the server must be informed that texttt{X} has been given to texttt{C} (texttt{getRef(Xs)}), and a textit{dummy placeholder} for texttt{C} is placed in the list of holders for texttt{X}, waiting for the corresponding texttt{dirty(X)} to come.
%vspace{5cm}
subsubsection{sssection}
lipsum[1-3]


enter image description here



If the text is smaller than the side of the figure, I cannot go above it. Even with vspace or newpage I still get this:



enter image description here



In the photos the caption of the images is wrong, I deleted it.



How can I solve?










share|improve this question









New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
    – Troy
    12 hours ago










  • Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
    – John Kormylo
    9 hours ago















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a problem using wrapfigure. This image will explain it:
This is my code:



  documentclass[a4paper12pt,twoside]{article}
usepackage{graphicx}
usepackage{wrapfig}
...
some text.

begin{wrapfigure}{L}{0.36textwidth}
centering
includegraphics[width=0.35textwidth]{images/drace1.png}
end{wrapfigure}
textbf{solution}: the server must be informed that texttt{X} has been given to texttt{C} (texttt{getRef(Xs)}), and a textit{dummy placeholder} for texttt{C} is placed in the list of holders for texttt{X}, waiting for the corresponding texttt{dirty(X)} to come.
%vspace{5cm}
subsubsection{sssection}
lipsum[1-3]


enter image description here



If the text is smaller than the side of the figure, I cannot go above it. Even with vspace or newpage I still get this:



enter image description here



In the photos the caption of the images is wrong, I deleted it.



How can I solve?










share|improve this question









New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have a problem using wrapfigure. This image will explain it:
This is my code:



  documentclass[a4paper12pt,twoside]{article}
usepackage{graphicx}
usepackage{wrapfig}
...
some text.

begin{wrapfigure}{L}{0.36textwidth}
centering
includegraphics[width=0.35textwidth]{images/drace1.png}
end{wrapfigure}
textbf{solution}: the server must be informed that texttt{X} has been given to texttt{C} (texttt{getRef(Xs)}), and a textit{dummy placeholder} for texttt{C} is placed in the list of holders for texttt{X}, waiting for the corresponding texttt{dirty(X)} to come.
%vspace{5cm}
subsubsection{sssection}
lipsum[1-3]


enter image description here



If the text is smaller than the side of the figure, I cannot go above it. Even with vspace or newpage I still get this:



enter image description here



In the photos the caption of the images is wrong, I deleted it.



How can I solve?







wrapfigure






share|improve this question









New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 12 hours ago





















New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 13 hours ago









linofex

1014




1014




New contributor




linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






linofex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
    – Troy
    12 hours ago










  • Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
    – John Kormylo
    9 hours ago
















  • 1




    please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
    – Troy
    12 hours ago










  • Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
    – John Kormylo
    9 hours ago










1




1




please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
– Troy
12 hours ago




please extend your code snippet into a minimal working example; see I've just been asked to write a minimal example, what is that?
– Troy
12 hours ago












Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
– John Kormylo
9 hours ago






Wrapfig assumes every line takes precisely baselineskip, so any time you change font sizes or add blank space it gets confused. WFclear will stop wrapfig, but it causes a new paragraph. My best solution is to use wrapsoacer from tex.stackexchange.com/questions/390520/…
– John Kormylo
9 hours ago

















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',
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
});


}
});






linofex is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461859%2fproblems-when-text-shorter-than-wrapfigure-side%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








linofex is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















linofex is a new contributor. Be nice, and check out our Code of Conduct.













linofex is a new contributor. Be nice, and check out our Code of Conduct.












linofex is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461859%2fproblems-when-text-shorter-than-wrapfigure-side%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux