Image side by side with table keeps on not working
Clash Royale CLAN TAG#URR8PPP
Good morning,
I would like to put the picture on the left of the table, all horizontally.
When I try this solution it doesn't work. What changes is the picture and table are aligned with left margin aligned vertically, with both captions remaining centered.
I can't seem to do it at all, can anyone help?
Thanks in advance.
The code is this:
beginfigure[H]
begincenter
includegraphics[scale=0.50]uniformity_machine.PNG
captionUniformity machine
labelfig:uniformitymachine
endcenter
endfigure
centering hfill
begintable[h]
centering
begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionUniformity machine specificationslabeltab2
endtable
hfill
This is what it looks like right now:
tables floats horizontal-alignment
add a comment |
Good morning,
I would like to put the picture on the left of the table, all horizontally.
When I try this solution it doesn't work. What changes is the picture and table are aligned with left margin aligned vertically, with both captions remaining centered.
I can't seem to do it at all, can anyone help?
Thanks in advance.
The code is this:
beginfigure[H]
begincenter
includegraphics[scale=0.50]uniformity_machine.PNG
captionUniformity machine
labelfig:uniformitymachine
endcenter
endfigure
centering hfill
begintable[h]
centering
begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionUniformity machine specificationslabeltab2
endtable
hfill
This is what it looks like right now:
tables floats horizontal-alignment
2
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39
add a comment |
Good morning,
I would like to put the picture on the left of the table, all horizontally.
When I try this solution it doesn't work. What changes is the picture and table are aligned with left margin aligned vertically, with both captions remaining centered.
I can't seem to do it at all, can anyone help?
Thanks in advance.
The code is this:
beginfigure[H]
begincenter
includegraphics[scale=0.50]uniformity_machine.PNG
captionUniformity machine
labelfig:uniformitymachine
endcenter
endfigure
centering hfill
begintable[h]
centering
begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionUniformity machine specificationslabeltab2
endtable
hfill
This is what it looks like right now:
tables floats horizontal-alignment
Good morning,
I would like to put the picture on the left of the table, all horizontally.
When I try this solution it doesn't work. What changes is the picture and table are aligned with left margin aligned vertically, with both captions remaining centered.
I can't seem to do it at all, can anyone help?
Thanks in advance.
The code is this:
beginfigure[H]
begincenter
includegraphics[scale=0.50]uniformity_machine.PNG
captionUniformity machine
labelfig:uniformitymachine
endcenter
endfigure
centering hfill
begintable[h]
centering
begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionUniformity machine specificationslabeltab2
endtable
hfill
This is what it looks like right now:
tables floats horizontal-alignment
tables floats horizontal-alignment
edited Jan 12 at 14:23
John Kormylo
44.1k12567
44.1k12567
asked Jan 12 at 14:20
MariaMaria
63
63
2
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39
add a comment |
2
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39
2
2
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39
add a comment |
2 Answers
2
active
oldest
votes
I doubt that your table and image will fit besides each other unless you either reduce the margin size or restructure the table layout.
documentclassarticle
usepackagecaption
usepackagegraphicx
usepackagemultirow
usepackage[hmargin=2cm]geometry
begindocument
noindent%
beginminipage.45textwidth%
includegraphics[width=textwidth]example-image-duck
captionoffigureUniformity machine
labelfig:uniformitymachine
endminipage%
hfill
beginminipage.5textwidth
centering
begintabular
hline
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionoftableUniformity machine specifications
labeltab2
endminipage
enddocument
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
add a comment |
You can use the floatrow
environment:
documentclassbook
usepackagegeometry
usepackagesubcaption, floatrow, multirow, graphicx
begindocument
beginfigure[!ht]
centeringCenterFloatBoxes
floatsetupfloatrowsep = qquad
beginfloatrow[2]
ffigbox[FBwidth]caption*Konrad Klapheck: emphLes Liaisons Dangereuses (1968)includegraphics[scale=0.35]klapheck1
killfloatstyle
ttabbox begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular captionUniformity machine specificationslabeltab2
endfloatrow
endfigure
enddocument
add a comment |
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%2f469837%2fimage-side-by-side-with-table-keeps-on-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I doubt that your table and image will fit besides each other unless you either reduce the margin size or restructure the table layout.
documentclassarticle
usepackagecaption
usepackagegraphicx
usepackagemultirow
usepackage[hmargin=2cm]geometry
begindocument
noindent%
beginminipage.45textwidth%
includegraphics[width=textwidth]example-image-duck
captionoffigureUniformity machine
labelfig:uniformitymachine
endminipage%
hfill
beginminipage.5textwidth
centering
begintabular
hline
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionoftableUniformity machine specifications
labeltab2
endminipage
enddocument
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
add a comment |
I doubt that your table and image will fit besides each other unless you either reduce the margin size or restructure the table layout.
documentclassarticle
usepackagecaption
usepackagegraphicx
usepackagemultirow
usepackage[hmargin=2cm]geometry
begindocument
noindent%
beginminipage.45textwidth%
includegraphics[width=textwidth]example-image-duck
captionoffigureUniformity machine
labelfig:uniformitymachine
endminipage%
hfill
beginminipage.5textwidth
centering
begintabular
hline
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionoftableUniformity machine specifications
labeltab2
endminipage
enddocument
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
add a comment |
I doubt that your table and image will fit besides each other unless you either reduce the margin size or restructure the table layout.
documentclassarticle
usepackagecaption
usepackagegraphicx
usepackagemultirow
usepackage[hmargin=2cm]geometry
begindocument
noindent%
beginminipage.45textwidth%
includegraphics[width=textwidth]example-image-duck
captionoffigureUniformity machine
labelfig:uniformitymachine
endminipage%
hfill
beginminipage.5textwidth
centering
begintabular
hline
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionoftableUniformity machine specifications
labeltab2
endminipage
enddocument
I doubt that your table and image will fit besides each other unless you either reduce the margin size or restructure the table layout.
documentclassarticle
usepackagecaption
usepackagegraphicx
usepackagemultirow
usepackage[hmargin=2cm]geometry
begindocument
noindent%
beginminipage.45textwidth%
includegraphics[width=textwidth]example-image-duck
captionoffigureUniformity machine
labelfig:uniformitymachine
endminipage%
hfill
beginminipage.5textwidth
centering
begintabular
hline
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular
captionoftableUniformity machine specifications
labeltab2
endminipage
enddocument
edited Jan 12 at 14:35
answered Jan 12 at 14:30
samcartersamcarter
88.2k798284
88.2k798284
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
add a comment |
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
it worked!!!! thank you so much!
– Maria
Jan 12 at 14:32
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
@Maria Good to hear that it worked! If you have some time, please have a look at betterposters.blogspot.com/2012/08/the-data-prison.html
– samcarter
Jan 12 at 14:38
1
1
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
@Maria If samcarter's answer solves your problem, you should mark it as accepted by clicking the tick in the answer.
– JouleV
Jan 12 at 14:57
add a comment |
You can use the floatrow
environment:
documentclassbook
usepackagegeometry
usepackagesubcaption, floatrow, multirow, graphicx
begindocument
beginfigure[!ht]
centeringCenterFloatBoxes
floatsetupfloatrowsep = qquad
beginfloatrow[2]
ffigbox[FBwidth]caption*Konrad Klapheck: emphLes Liaisons Dangereuses (1968)includegraphics[scale=0.35]klapheck1
killfloatstyle
ttabbox begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular captionUniformity machine specificationslabeltab2
endfloatrow
endfigure
enddocument
add a comment |
You can use the floatrow
environment:
documentclassbook
usepackagegeometry
usepackagesubcaption, floatrow, multirow, graphicx
begindocument
beginfigure[!ht]
centeringCenterFloatBoxes
floatsetupfloatrowsep = qquad
beginfloatrow[2]
ffigbox[FBwidth]caption*Konrad Klapheck: emphLes Liaisons Dangereuses (1968)includegraphics[scale=0.35]klapheck1
killfloatstyle
ttabbox begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular captionUniformity machine specificationslabeltab2
endfloatrow
endfigure
enddocument
add a comment |
You can use the floatrow
environment:
documentclassbook
usepackagegeometry
usepackagesubcaption, floatrow, multirow, graphicx
begindocument
beginfigure[!ht]
centeringCenterFloatBoxes
floatsetupfloatrowsep = qquad
beginfloatrow[2]
ffigbox[FBwidth]caption*Konrad Klapheck: emphLes Liaisons Dangereuses (1968)includegraphics[scale=0.35]klapheck1
killfloatstyle
ttabbox begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular captionUniformity machine specificationslabeltab2
endfloatrow
endfigure
enddocument
You can use the floatrow
environment:
documentclassbook
usepackagegeometry
usepackagesubcaption, floatrow, multirow, graphicx
begindocument
beginfigure[!ht]
centeringCenterFloatBoxes
floatsetupfloatrowsep = qquad
beginfloatrow[2]
ffigbox[FBwidth]caption*Konrad Klapheck: emphLes Liaisons Dangereuses (1968)includegraphics[scale=0.35]klapheck1
killfloatstyle
ttabbox begintabularc
hline
small
textbfParameter & textbfValue & textbfUnit \
hline
Dimension (wxdxh) & 1 725x2 800x2 500 & mm \
hline
Weight & 3 100 & kg\
hline
Rim diameter & 13 - 25 & in\
hline
multirow3*Electrical requirements & 3 & Phase\
& 400 & V \
& 50 & Hz \
& 35 & A \
hline
Pneumatic requirements & 600 & kPa\
hline
Cycle time & 20 & s\
hline
Cost & NUMBER & EUR \
hline
endtabular captionUniformity machine specificationslabeltab2
endfloatrow
endfigure
enddocument
edited Jan 12 at 16:03
samcarter
88.2k798284
88.2k798284
answered Jan 12 at 15:43
BernardBernard
168k771195
168k771195
add a comment |
add a comment |
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%2f469837%2fimage-side-by-side-with-table-keeps-on-not-working%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
2
Welcome to TeX.SE. Which of the seven answers given in the link you provided did you try to implement?
– Mico
Jan 12 at 14:39