How to fit content of minipage dynamically within a standalone? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraHow make Standalone with Subpreambles respect group?Problem with content location with standalone packageO does not fit standalone classHow to maketitle in standaloneHow to automatically compile my standalone files before inserting them?How with shade and standaloneHow does standalone crop?Standalone doesn't place properly the contentEmbed two Standalone in article with /minipageCan I stretch or expand an entire standalone document to fit the page?

Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?

My admission is revoked after accepting the admission offer

Will I lose my paid in full property

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

What is the least dense liquid under normal conditions?

What to do with someone that cheated their way through university and a PhD program?

Seek and ye shall find

Align column where each cell has two decimals with siunitx

Additive group of local rings

As an international instructor, should I openly talk about my accent?

PIC mathematical operations weird problem

How to open locks without disable device?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Trumpet valves, lengths, and pitch

What is the best way to deal with NPC-NPC combat?

Is Diceware more secure than a long passphrase?

How to keep bees out of canned beverages?

What is a 'Key' in computer science?

Can you stand up from being prone using Skirmisher outside of your turn?

The art of proof summarizing. Are there known rules, or is it a purely common sense matter?

A strange hotel

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

How would this chord from "Rocket Man" be analyzed?

Married in secret, can marital status in passport be changed at a later date?



How to fit content of minipage dynamically within a standalone?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow make Standalone with Subpreambles respect group?Problem with content location with standalone packageO does not fit standalone classHow to maketitle in standaloneHow to automatically compile my standalone files before inserting them?How with shade and standaloneHow does standalone crop?Standalone doesn't place properly the contentEmbed two Standalone in article with /minipageCan I stretch or expand an entire standalone document to fit the page?










3















I'm trying to create a standalone but the content won't fit inside.



enter image description here



I think minipagetextwidth causes the issue. I know I can set e.g. minipage21cm but I want to keep this dynamic since the table is created automatically from an R script. I also tried minipagelinewidth but that didn't solve the problem either.



I have to adjust the script anyway to add the addition to begintabular and the additional toprule which is not yet created automatically. It's quite a construction site right now. Therefore I also would appreciate if there would be a solution that doesn't change the code too much.



This is my code:



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument
minipagetextwidth
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

captionoftableMy caption
endminipage
enddocument









share|improve this question

















  • 1





    unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

    – David Carlisle
    Apr 20 at 11:43











  • You might also be interested in the varwidth package/

    – John Kormylo
    Apr 20 at 15:13















3















I'm trying to create a standalone but the content won't fit inside.



enter image description here



I think minipagetextwidth causes the issue. I know I can set e.g. minipage21cm but I want to keep this dynamic since the table is created automatically from an R script. I also tried minipagelinewidth but that didn't solve the problem either.



I have to adjust the script anyway to add the addition to begintabular and the additional toprule which is not yet created automatically. It's quite a construction site right now. Therefore I also would appreciate if there would be a solution that doesn't change the code too much.



This is my code:



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument
minipagetextwidth
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

captionoftableMy caption
endminipage
enddocument









share|improve this question

















  • 1





    unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

    – David Carlisle
    Apr 20 at 11:43











  • You might also be interested in the varwidth package/

    – John Kormylo
    Apr 20 at 15:13













3












3








3








I'm trying to create a standalone but the content won't fit inside.



enter image description here



I think minipagetextwidth causes the issue. I know I can set e.g. minipage21cm but I want to keep this dynamic since the table is created automatically from an R script. I also tried minipagelinewidth but that didn't solve the problem either.



I have to adjust the script anyway to add the addition to begintabular and the additional toprule which is not yet created automatically. It's quite a construction site right now. Therefore I also would appreciate if there would be a solution that doesn't change the code too much.



This is my code:



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument
minipagetextwidth
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

captionoftableMy caption
endminipage
enddocument









share|improve this question














I'm trying to create a standalone but the content won't fit inside.



enter image description here



I think minipagetextwidth causes the issue. I know I can set e.g. minipage21cm but I want to keep this dynamic since the table is created automatically from an R script. I also tried minipagelinewidth but that didn't solve the problem either.



I have to adjust the script anyway to add the addition to begintabular and the additional toprule which is not yet created automatically. It's quite a construction site right now. Therefore I also would appreciate if there would be a solution that doesn't change the code too much.



This is my code:



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument
minipagetextwidth
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

captionoftableMy caption
endminipage
enddocument






scaling standalone






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 20 at 11:13









jay.sfjay.sf

16419




16419







  • 1





    unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

    – David Carlisle
    Apr 20 at 11:43











  • You might also be interested in the varwidth package/

    – John Kormylo
    Apr 20 at 15:13












  • 1





    unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

    – David Carlisle
    Apr 20 at 11:43











  • You might also be interested in the varwidth package/

    – John Kormylo
    Apr 20 at 15:13







1




1





unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

– David Carlisle
Apr 20 at 11:43





unrelated in this case but minipage endminipage should be beginminipage endminipage the implementation assumes the group from the environment is there.

– David Carlisle
Apr 20 at 11:43













You might also be interested in the varwidth package/

– John Kormylo
Apr 20 at 15:13





You might also be interested in the varwidth package/

– John Kormylo
Apr 20 at 15:13










1 Answer
1






active

oldest

votes


















5














enter image description here



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument

sbox0%
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

beginminipagewd0
usebox0

captionoftableMy caption
endminipage



enddocument





share|improve this answer























  • Nice and clean, thanks. The actual output will then look better than on the image.

    – jay.sf
    Apr 20 at 11:39











  • The line at the upper edge of the page, how could we omit this?

    – jay.sf
    Apr 20 at 15:42











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%2f485726%2fhow-to-fit-content-of-minipage-dynamically-within-a-standalone%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









5














enter image description here



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument

sbox0%
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

beginminipagewd0
usebox0

captionoftableMy caption
endminipage



enddocument





share|improve this answer























  • Nice and clean, thanks. The actual output will then look better than on the image.

    – jay.sf
    Apr 20 at 11:39











  • The line at the upper edge of the page, how could we omit this?

    – jay.sf
    Apr 20 at 15:42















5














enter image description here



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument

sbox0%
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

beginminipagewd0
usebox0

captionoftableMy caption
endminipage



enddocument





share|improve this answer























  • Nice and clean, thanks. The actual output will then look better than on the image.

    – jay.sf
    Apr 20 at 11:39











  • The line at the upper edge of the page, how could we omit this?

    – jay.sf
    Apr 20 at 15:42













5












5








5







enter image description here



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument

sbox0%
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

beginminipagewd0
usebox0

captionoftableMy caption
endminipage



enddocument





share|improve this answer













enter image description here



documentclass[12pt]standalone
usepackagecaption,booktabs,array
UseRawInputEncoding
begindocument

sbox0%
begintabular@extracolsep4pt>hangindent=1.5emhangafter=1p2inrrrrrrr
toprule
& multicolumn3cTreatment A & multicolumn3cTreatment B & \
cmidrule2-4
cmidrule5-7
& Lorem & ipsum & dolor & sit & amets & consetetur & sadipscing \
hline
luptatum blandit invidunt takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sanctus eirmod sea labore & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
erats sea eirmod blandit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sea iriure illum eum & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
zzril consetetur ipsum takimata & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
dolore hendrerit justo sit & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
sit augue et Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
labore amets et dolores & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
ipsum justo autem vel & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
aliquyam velit luptatum Lorem & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 & 9.99 \
hline
endtabular

beginminipagewd0
usebox0

captionoftableMy caption
endminipage



enddocument






share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 20 at 11:28









David CarlisleDavid Carlisle

501k4211471897




501k4211471897












  • Nice and clean, thanks. The actual output will then look better than on the image.

    – jay.sf
    Apr 20 at 11:39











  • The line at the upper edge of the page, how could we omit this?

    – jay.sf
    Apr 20 at 15:42

















  • Nice and clean, thanks. The actual output will then look better than on the image.

    – jay.sf
    Apr 20 at 11:39











  • The line at the upper edge of the page, how could we omit this?

    – jay.sf
    Apr 20 at 15:42
















Nice and clean, thanks. The actual output will then look better than on the image.

– jay.sf
Apr 20 at 11:39





Nice and clean, thanks. The actual output will then look better than on the image.

– jay.sf
Apr 20 at 11:39













The line at the upper edge of the page, how could we omit this?

– jay.sf
Apr 20 at 15:42





The line at the upper edge of the page, how could we omit this?

– jay.sf
Apr 20 at 15:42

















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%2f485726%2fhow-to-fit-content-of-minipage-dynamically-within-a-standalone%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

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB