Minipage: The words at the end of each line touch the border of the minipage and not over spacefully stretch...

Do orbiting planets have infinite energy?

How can I take a waterfall's effect on a jump into consideration mechanically?

Why is it that Bernie Sanders is always called a "socialist"?

How do I avoid the "chosen hero" feeling?

Rigorous justification for non-relativistic QM perturbation theory assumptions?

How to deal with an underperforming subordinate?

What does an unprocessed RAW file look like?

How to fly a direct entry holding pattern when approaching from an awkward angle?

How many proficiencies and languages does a noble half-elf Knowledge Domain cleric start with?

Piano music notation conventions

If angels and devils are the same species, why would their mortal offspring appear physically different?

Co-worker sabotaging/undoing my work. (Software Development)

Growth of Mordell-Weil Rank of Elliptic Curves over Field Extensions

my cron command doesn’t work

Why did Ylvis use "go" instead of "say" in phrases like "Dog goes 'woof'"?

How much light is too much?

Minipage: The words at the end of each line touch the border of the minipage and not over space

How do I add a strong "onion flavor" to the biryani (in restaurant style)?

Is it possible to detect 100% of SQLi with a simple regex?

Plausible reason for gold-digging ant

Why is "rm -r" unable to delete this folder?

Coworker asking me to not bring cakes due to self control issue. What should I do?

Why do objects rebound after hitting the ground?

What can I do to encourage my players to use their consumables?



Minipage: The words at the end of each line touch the border of the minipage and not over space


fully stretch text horizontally on pageMinipage - space between two columns and aligningSet minipage width to the available spacemoderncv - two column entry with minipage and multicols => multicols error “ther's no line to end here”Note does not appear in the minipage and the minipage exceeds the margin boundarySome Extra Space in the beginning of second lineSpread figure/minipage/caption over the whole page verticallycitation at the end of minipage rather than at the end of frameAligning minipage in line with text and not at top of pageHow can I set up the space in the end of the minipage environment with baselineskip automatically?Wrapfig and Minipage not working in Beamer













1















As I avoid the space at the end of the lines. I want the last word of each line to touch the edge of the minipage but not to exceed it. Each line has to stay as it is, one should not remove or include words, or change words between two lines. I can not use spaceskip to rearrange each line individually.
The first word of each line should touch the right edge of the minipage just as it is in the image below. The distribution of the words should be agreeable in the end.
Lines that have only one word are not a problem as long as the word remains in the text.
I want to know a global solution, such as a style, or package, or command, etc.



Text sample



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
Deep down, I know I do \
great work! I literally \
study every single day, \
and I work on huge projects at work. I've been in \
the field for over 15 years. I work with \
and even challenge some of the \
best developers.
end{spacing}
end{minipage}
}
end{document}


Hi @leandriis, here a code using makebox[linewidth][s]:



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
makebox[linewidth][s]{Deep down, I know I do} \
makebox[linewidth][s]{great work! I literally} \
makebox[linewidth][s]{study every single day,} \
makebox[linewidth][s]{and I work on huge projects at work. I've been in} \
makebox[linewidth][s]{the field for over 15 years. I work with} \
makebox[linewidth][s]{and even challenge some of the} \
makebox[linewidth][s]{best developers.}
end{spacing}
end{minipage}
}
end{document}


and the result



Don't work










share|improve this question




















  • 1





    Possibly related? fully stretch text horizontally on page

    – leandriis
    3 hours ago











  • Sorry, but after reading your question several times, I can't understand what the request is.

    – egreg
    3 hours ago






  • 1





    are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

    – David Carlisle
    3 hours ago











  • Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

    – Diego Bnei Noah
    3 hours ago
















1















As I avoid the space at the end of the lines. I want the last word of each line to touch the edge of the minipage but not to exceed it. Each line has to stay as it is, one should not remove or include words, or change words between two lines. I can not use spaceskip to rearrange each line individually.
The first word of each line should touch the right edge of the minipage just as it is in the image below. The distribution of the words should be agreeable in the end.
Lines that have only one word are not a problem as long as the word remains in the text.
I want to know a global solution, such as a style, or package, or command, etc.



Text sample



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
Deep down, I know I do \
great work! I literally \
study every single day, \
and I work on huge projects at work. I've been in \
the field for over 15 years. I work with \
and even challenge some of the \
best developers.
end{spacing}
end{minipage}
}
end{document}


Hi @leandriis, here a code using makebox[linewidth][s]:



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
makebox[linewidth][s]{Deep down, I know I do} \
makebox[linewidth][s]{great work! I literally} \
makebox[linewidth][s]{study every single day,} \
makebox[linewidth][s]{and I work on huge projects at work. I've been in} \
makebox[linewidth][s]{the field for over 15 years. I work with} \
makebox[linewidth][s]{and even challenge some of the} \
makebox[linewidth][s]{best developers.}
end{spacing}
end{minipage}
}
end{document}


and the result



Don't work










share|improve this question




















  • 1





    Possibly related? fully stretch text horizontally on page

    – leandriis
    3 hours ago











  • Sorry, but after reading your question several times, I can't understand what the request is.

    – egreg
    3 hours ago






  • 1





    are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

    – David Carlisle
    3 hours ago











  • Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

    – Diego Bnei Noah
    3 hours ago














1












1








1








As I avoid the space at the end of the lines. I want the last word of each line to touch the edge of the minipage but not to exceed it. Each line has to stay as it is, one should not remove or include words, or change words between two lines. I can not use spaceskip to rearrange each line individually.
The first word of each line should touch the right edge of the minipage just as it is in the image below. The distribution of the words should be agreeable in the end.
Lines that have only one word are not a problem as long as the word remains in the text.
I want to know a global solution, such as a style, or package, or command, etc.



Text sample



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
Deep down, I know I do \
great work! I literally \
study every single day, \
and I work on huge projects at work. I've been in \
the field for over 15 years. I work with \
and even challenge some of the \
best developers.
end{spacing}
end{minipage}
}
end{document}


Hi @leandriis, here a code using makebox[linewidth][s]:



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
makebox[linewidth][s]{Deep down, I know I do} \
makebox[linewidth][s]{great work! I literally} \
makebox[linewidth][s]{study every single day,} \
makebox[linewidth][s]{and I work on huge projects at work. I've been in} \
makebox[linewidth][s]{the field for over 15 years. I work with} \
makebox[linewidth][s]{and even challenge some of the} \
makebox[linewidth][s]{best developers.}
end{spacing}
end{minipage}
}
end{document}


and the result



Don't work










share|improve this question
















As I avoid the space at the end of the lines. I want the last word of each line to touch the edge of the minipage but not to exceed it. Each line has to stay as it is, one should not remove or include words, or change words between two lines. I can not use spaceskip to rearrange each line individually.
The first word of each line should touch the right edge of the minipage just as it is in the image below. The distribution of the words should be agreeable in the end.
Lines that have only one word are not a problem as long as the word remains in the text.
I want to know a global solution, such as a style, or package, or command, etc.



Text sample



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
Deep down, I know I do \
great work! I literally \
study every single day, \
and I work on huge projects at work. I've been in \
the field for over 15 years. I work with \
and even challenge some of the \
best developers.
end{spacing}
end{minipage}
}
end{document}


Hi @leandriis, here a code using makebox[linewidth][s]:



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

spaceskip=1.78fontdimen2font plus 1.2fontdimen3font minus 1.2fontdimen4font
makebox[linewidth][s]{Deep down, I know I do} \
makebox[linewidth][s]{great work! I literally} \
makebox[linewidth][s]{study every single day,} \
makebox[linewidth][s]{and I work on huge projects at work. I've been in} \
makebox[linewidth][s]{the field for over 15 years. I work with} \
makebox[linewidth][s]{and even challenge some of the} \
makebox[linewidth][s]{best developers.}
end{spacing}
end{minipage}
}
end{document}


and the result



Don't work







minipage






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago







Diego Bnei Noah

















asked 3 hours ago









Diego Bnei NoahDiego Bnei Noah

277




277








  • 1





    Possibly related? fully stretch text horizontally on page

    – leandriis
    3 hours ago











  • Sorry, but after reading your question several times, I can't understand what the request is.

    – egreg
    3 hours ago






  • 1





    are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

    – David Carlisle
    3 hours ago











  • Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

    – Diego Bnei Noah
    3 hours ago














  • 1





    Possibly related? fully stretch text horizontally on page

    – leandriis
    3 hours ago











  • Sorry, but after reading your question several times, I can't understand what the request is.

    – egreg
    3 hours ago






  • 1





    are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

    – David Carlisle
    3 hours ago











  • Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

    – Diego Bnei Noah
    3 hours ago








1




1





Possibly related? fully stretch text horizontally on page

– leandriis
3 hours ago





Possibly related? fully stretch text horizontally on page

– leandriis
3 hours ago













Sorry, but after reading your question several times, I can't understand what the request is.

– egreg
3 hours ago





Sorry, but after reading your question several times, I can't understand what the request is.

– egreg
3 hours ago




1




1





are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

– David Carlisle
3 hours ago





are you just saying that you want forced line breaks but stretching the words not leaving the line short? In which case you want linebreak not \ but your question is very unclear

– David Carlisle
3 hours ago













Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

– Diego Bnei Noah
3 hours ago





Hi @leandriis, use makebox [ linewidth] [s] did not work as shown in the second image of my question. One of the lines crossed the border.

– Diego Bnei Noah
3 hours ago










1 Answer
1






active

oldest

votes


















3














I am not sure, but I think you are asking for



enter image description here



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

emergencystretchlinewidthparfillskip0pt
Deep down, I know I dolinebreak
great work! I literallylinebreak
study every single day,linebreak
and I work on huge projects at work. I've been inlinebreak
the field for over 15 years. I work withlinebreak
and even challenge some of thelinebreak
best developers.
end{spacing}
end{minipage}
}
end{document}





share|improve this answer



















  • 1





    This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

    – David Carlisle
    3 hours ago











  • Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

    – Diego Bnei Noah
    3 hours ago













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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476506%2fminipage-the-words-at-the-end-of-each-line-touch-the-border-of-the-minipage-and%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














I am not sure, but I think you are asking for



enter image description here



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

emergencystretchlinewidthparfillskip0pt
Deep down, I know I dolinebreak
great work! I literallylinebreak
study every single day,linebreak
and I work on huge projects at work. I've been inlinebreak
the field for over 15 years. I work withlinebreak
and even challenge some of thelinebreak
best developers.
end{spacing}
end{minipage}
}
end{document}





share|improve this answer



















  • 1





    This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

    – David Carlisle
    3 hours ago











  • Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

    – Diego Bnei Noah
    3 hours ago


















3














I am not sure, but I think you are asking for



enter image description here



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

emergencystretchlinewidthparfillskip0pt
Deep down, I know I dolinebreak
great work! I literallylinebreak
study every single day,linebreak
and I work on huge projects at work. I've been inlinebreak
the field for over 15 years. I work withlinebreak
and even challenge some of thelinebreak
best developers.
end{spacing}
end{minipage}
}
end{document}





share|improve this answer



















  • 1





    This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

    – David Carlisle
    3 hours ago











  • Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

    – Diego Bnei Noah
    3 hours ago
















3












3








3







I am not sure, but I think you are asking for



enter image description here



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

emergencystretchlinewidthparfillskip0pt
Deep down, I know I dolinebreak
great work! I literallylinebreak
study every single day,linebreak
and I work on huge projects at work. I've been inlinebreak
the field for over 15 years. I work withlinebreak
and even challenge some of thelinebreak
best developers.
end{spacing}
end{minipage}
}
end{document}





share|improve this answer













I am not sure, but I think you are asking for



enter image description here



documentclass{article}
usepackage{fancybox,anyfontsize,geometry,setspace}
thispagestyle{empty}
paperwidth=15.0in
paperheight=13.0in
addtolength{textwidth}{12.55in}
addtolength{textheight}{6.90in}
begin{document}
fbox{
begin{minipage}{0.45textwidth}
begin{spacing}{9}
fontsize{40}{6}selectfont

emergencystretchlinewidthparfillskip0pt
Deep down, I know I dolinebreak
great work! I literallylinebreak
study every single day,linebreak
and I work on huge projects at work. I've been inlinebreak
the field for over 15 years. I work withlinebreak
and even challenge some of thelinebreak
best developers.
end{spacing}
end{minipage}
}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered 3 hours ago









David CarlisleDavid Carlisle

492k4111371885




492k4111371885








  • 1





    This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

    – David Carlisle
    3 hours ago











  • Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

    – Diego Bnei Noah
    3 hours ago
















  • 1





    This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

    – David Carlisle
    3 hours ago











  • Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

    – Diego Bnei Noah
    3 hours ago










1




1





This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

– David Carlisle
3 hours ago





This is using forced breaks as you seem to want and forces every line to be full width, but the spacing of course is not agreeable, but I could not understand your question if it was not asking for this.

– David Carlisle
3 hours ago













Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

– Diego Bnei Noah
3 hours ago







Hi @DavidCarlisle, Although the result has a very large spacing between words, this does not sound unpleasant, but depends on the width of the minipage. Your response was great. Thank you! Thank you all!

– Diego Bnei Noah
3 hours ago




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476506%2fminipage-the-words-at-the-end-of-each-line-touch-the-border-of-the-minipage-and%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

ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

Always On Availability groups resolving state after failover - Remote harden of transaction...

Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...