Wrong vertical spacing cutwin (clean solution text wrap image) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Will it ever be possible to use wrapfig with an enumerate or itemize environment?Problem with wrapfig and itemizeWrapfigure in an enumerate environment.Misalignment with cutwinAllow source code to wrap around a figureLinespacing with cutwinText wrap with shapepar (insert image between text)How to text-wrap an image in LaTeXWrap text around non rectangular imageWrap text around lettrine in captionAnother way to wrap text around an image, including headingshow to text wrap an image from head into bodyWrap Text in LaTeXWrap text around tableWrap an image to the right of the textText wrap of an object
Weaponising the Grasp-at-a-Distance spell
Is it OK if I do not take the receipt in Germany?
Can one Knight really make another one a Knight?
How do I find my Spellcasting Ability for my D&D character?
Can two people see the same photon?
3D Masyu - A Die
Restricting the Object Type for the get method in java HashMap
Where did Ptolemy compare the Earth to the distance of fixed stars?
Dinosaur Word Search, Letter Solve, and Unscramble
What does Sonny Burch mean by, "S.H.I.E.L.D. and HYDRA don't even exist anymore"?
Short story about astronauts fertilizing soil with their own bodies
"Destructive power" carried by a B-52?
Flight departed from the gate 5 min before scheduled departure time. Refund options
Is honorific speech ever used in the first person?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Changing order of draw operation in PGFPlots
One-one communication
Inverse square law not accurate for non-point masses?
Any stored/leased 737s that could substitute for grounded MAXs?
Maximum rotation made by a symmetric positive definite matrix?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
.bashrc alias for a command with fixed second parameter
Did pre-Columbian Americans know the spherical shape of the Earth?
Wrong vertical spacing cutwin (clean solution text wrap image)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Will it ever be possible to use wrapfig with an enumerate or itemize environment?Problem with wrapfig and itemizeWrapfigure in an enumerate environment.Misalignment with cutwinAllow source code to wrap around a figureLinespacing with cutwinText wrap with shapepar (insert image between text)How to text-wrap an image in LaTeXWrap text around non rectangular imageWrap text around lettrine in captionAnother way to wrap text around an image, including headingshow to text wrap an image from head into bodyWrap Text in LaTeXWrap text around tableWrap an image to the right of the textText wrap of an object

I noticed package cutwin seems to have issues with linespacing (see above image). After searching several others also noticed this:
Linespacing with cutwin,
Misalignment with cutwin,
http://tug.org/mail-archives/texhax/2011-September/018163.html
In https://tex.stackexchange.com/a/133691 it is remarked that packages wrapfig, picins, cutwin, etc. do not always work well with vertical spacing.
I chose for cutwin as an often opted solution to manually position images and wrap text around them. Particuarly in/near list, since wrapfig often fails here. I am slightly annoyed I devoted time and energy in learning cutwin only to see that this package has its own issues. So my questions are:
(1) Can cutwin's erroneous vertical spacing be fixed?
(2) If the answer to (1) is no, does the solution here, using cutwin and parshape, handle vertical spacing well?
(3) If the answer to (2) is no, what is the cleanest solution to wrap text around an image? (image does not need to float) I have seen several solutions come by but not yet a consensus about what is best. See for example
https://tex.stackexchange.com/a/208436,
Will it ever be possible to use wrapfig with an enumerate or itemize environment?,
https://www.abhilashnair.com/troubleshooting/how-to-use-wrapfig-wrapfigure-in-an-enumerated-or-list-environment-in-latex/,
https://tex.stackexchange.com/a/232110
MWE:
documentclass[11pt, a4paper]article
usepackagelmodern
usepackage[T1]fontenc
usepackagemwe
usepackagecutwin
begindocument
section*Test
lipsum[2]
renewcommand*windowpagestuff%
centeringbfseries
Text \ in \ Window par
opencutright
begincutout20.5textwidth0pt7
lipsum[1]
endcutout
lipsum[2]
enddocument
wrap parshape wrapfig cutwin
add a comment |

I noticed package cutwin seems to have issues with linespacing (see above image). After searching several others also noticed this:
Linespacing with cutwin,
Misalignment with cutwin,
http://tug.org/mail-archives/texhax/2011-September/018163.html
In https://tex.stackexchange.com/a/133691 it is remarked that packages wrapfig, picins, cutwin, etc. do not always work well with vertical spacing.
I chose for cutwin as an often opted solution to manually position images and wrap text around them. Particuarly in/near list, since wrapfig often fails here. I am slightly annoyed I devoted time and energy in learning cutwin only to see that this package has its own issues. So my questions are:
(1) Can cutwin's erroneous vertical spacing be fixed?
(2) If the answer to (1) is no, does the solution here, using cutwin and parshape, handle vertical spacing well?
(3) If the answer to (2) is no, what is the cleanest solution to wrap text around an image? (image does not need to float) I have seen several solutions come by but not yet a consensus about what is best. See for example
https://tex.stackexchange.com/a/208436,
Will it ever be possible to use wrapfig with an enumerate or itemize environment?,
https://www.abhilashnair.com/troubleshooting/how-to-use-wrapfig-wrapfigure-in-an-enumerated-or-list-environment-in-latex/,
https://tex.stackexchange.com/a/232110
MWE:
documentclass[11pt, a4paper]article
usepackagelmodern
usepackage[T1]fontenc
usepackagemwe
usepackagecutwin
begindocument
section*Test
lipsum[2]
renewcommand*windowpagestuff%
centeringbfseries
Text \ in \ Window par
opencutright
begincutout20.5textwidth0pt7
lipsum[1]
endcutout
lipsum[2]
enddocument
wrap parshape wrapfig cutwin
add a comment |

I noticed package cutwin seems to have issues with linespacing (see above image). After searching several others also noticed this:
Linespacing with cutwin,
Misalignment with cutwin,
http://tug.org/mail-archives/texhax/2011-September/018163.html
In https://tex.stackexchange.com/a/133691 it is remarked that packages wrapfig, picins, cutwin, etc. do not always work well with vertical spacing.
I chose for cutwin as an often opted solution to manually position images and wrap text around them. Particuarly in/near list, since wrapfig often fails here. I am slightly annoyed I devoted time and energy in learning cutwin only to see that this package has its own issues. So my questions are:
(1) Can cutwin's erroneous vertical spacing be fixed?
(2) If the answer to (1) is no, does the solution here, using cutwin and parshape, handle vertical spacing well?
(3) If the answer to (2) is no, what is the cleanest solution to wrap text around an image? (image does not need to float) I have seen several solutions come by but not yet a consensus about what is best. See for example
https://tex.stackexchange.com/a/208436,
Will it ever be possible to use wrapfig with an enumerate or itemize environment?,
https://www.abhilashnair.com/troubleshooting/how-to-use-wrapfig-wrapfigure-in-an-enumerated-or-list-environment-in-latex/,
https://tex.stackexchange.com/a/232110
MWE:
documentclass[11pt, a4paper]article
usepackagelmodern
usepackage[T1]fontenc
usepackagemwe
usepackagecutwin
begindocument
section*Test
lipsum[2]
renewcommand*windowpagestuff%
centeringbfseries
Text \ in \ Window par
opencutright
begincutout20.5textwidth0pt7
lipsum[1]
endcutout
lipsum[2]
enddocument
wrap parshape wrapfig cutwin

I noticed package cutwin seems to have issues with linespacing (see above image). After searching several others also noticed this:
Linespacing with cutwin,
Misalignment with cutwin,
http://tug.org/mail-archives/texhax/2011-September/018163.html
In https://tex.stackexchange.com/a/133691 it is remarked that packages wrapfig, picins, cutwin, etc. do not always work well with vertical spacing.
I chose for cutwin as an often opted solution to manually position images and wrap text around them. Particuarly in/near list, since wrapfig often fails here. I am slightly annoyed I devoted time and energy in learning cutwin only to see that this package has its own issues. So my questions are:
(1) Can cutwin's erroneous vertical spacing be fixed?
(2) If the answer to (1) is no, does the solution here, using cutwin and parshape, handle vertical spacing well?
(3) If the answer to (2) is no, what is the cleanest solution to wrap text around an image? (image does not need to float) I have seen several solutions come by but not yet a consensus about what is best. See for example
https://tex.stackexchange.com/a/208436,
Will it ever be possible to use wrapfig with an enumerate or itemize environment?,
https://www.abhilashnair.com/troubleshooting/how-to-use-wrapfig-wrapfigure-in-an-enumerated-or-list-environment-in-latex/,
https://tex.stackexchange.com/a/232110
MWE:
documentclass[11pt, a4paper]article
usepackagelmodern
usepackage[T1]fontenc
usepackagemwe
usepackagecutwin
begindocument
section*Test
lipsum[2]
renewcommand*windowpagestuff%
centeringbfseries
Text \ in \ Window par
opencutright
begincutout20.5textwidth0pt7
lipsum[1]
endcutout
lipsum[2]
enddocument
wrap parshape wrapfig cutwin
wrap parshape wrapfig cutwin
asked 13 mins ago
BartBart
858
858
add a comment |
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
);
);
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%2f486014%2fwrong-vertical-spacing-cutwin-clean-solution-text-wrap-image%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
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%2f486014%2fwrong-vertical-spacing-cutwin-clean-solution-text-wrap-image%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