Parts of mini page are not placed properlymulticols not wrapping to 2nd column properly?Figures are not visible inside minipageHow to indent a specific line in a mini pageVertical Alignment of (graphic+text, inside a mini page)+item numberminipage does not work properlyWeird line spacing of last paragraph in mini page - why?Using Tikz to position a background image in mini pageDividing a page into independent parts/columns with different widthsLatex, moving specific parts of texts to column / forcing not to skip to new pageNot a properly displayed piecewise function
Open a doc from terminal, but not by its name
Creepy dinosaur pc game identification
Can I still be respawned if I die by falling off the map?
Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset
What happens if you are holding an Iron Flask with a demon inside and walk into an Antimagic Field?
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
How do you make your own symbol when Detexify fails?
The IT department bottlenecks progress. How should I handle this?
Review your own paper in Mathematics
How could a planet have erratic days?
Why "had" in "[something] we would have made had we used [something]"?
Why does a simple loop result in ASYNC_NETWORK_IO waits?
How to explain what's wrong with this application of the chain rule?
What is the English pronunciation of "pain au chocolat"?
How should I respond when I lied about my education and the company finds out through background check?
Non-abelian cohomologies
Does malloc reserve more space while allocating memory?
Redundant comparison & "if" before assignment
Issue while creating Apex class using API
Why should universal income be universal?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
How to hide some fields of struct in C?
Plot of a tornado-shaped surface
Did arcade monitors have same pixel aspect ratio as TV sets?
Parts of mini page are not placed properly
multicols not wrapping to 2nd column properly?Figures are not visible inside minipageHow to indent a specific line in a mini pageVertical Alignment of (graphic+text, inside a mini page)+item numberminipage does not work properlyWeird line spacing of last paragraph in mini page - why?Using Tikz to position a background image in mini pageDividing a page into independent parts/columns with different widthsLatex, moving specific parts of texts to column / forcing not to skip to new pageNot a properly displayed piecewise function
Question:
Right now i am working in mini page, the problem is components of mini page are not placed at good place. I want to reduce the space between them and both start from the same line from top (i mean horizontally in same line)
MWE:
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
begindocument
beginminipage[t].45textwidth
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endminipage
%hfill
beginminipage[b].55textwidth
beginalign*
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endalign*
endminipage
enddocument
spacing minipage
add a comment |
Question:
Right now i am working in mini page, the problem is components of mini page are not placed at good place. I want to reduce the space between them and both start from the same line from top (i mean horizontally in same line)
MWE:
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
begindocument
beginminipage[t].45textwidth
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endminipage
%hfill
beginminipage[b].55textwidth
beginalign*
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endalign*
endminipage
enddocument
spacing minipage
add a comment |
Question:
Right now i am working in mini page, the problem is components of mini page are not placed at good place. I want to reduce the space between them and both start from the same line from top (i mean horizontally in same line)
MWE:
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
begindocument
beginminipage[t].45textwidth
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endminipage
%hfill
beginminipage[b].55textwidth
beginalign*
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endalign*
endminipage
enddocument
spacing minipage
Question:
Right now i am working in mini page, the problem is components of mini page are not placed at good place. I want to reduce the space between them and both start from the same line from top (i mean horizontally in same line)
MWE:
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
begindocument
beginminipage[t].45textwidth
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endminipage
%hfill
beginminipage[b].55textwidth
beginalign*
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endalign*
endminipage
enddocument
spacing minipage
spacing minipage
edited Mar 19 at 10:00
Siba Mishra
8871723
8871723
asked Mar 19 at 9:55
SandySandy
766915
766915
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The reference point for a forest
is at the bottom. You can make it at the top so it aligns with a standard line of text with adjustbox
and valign=t
. For the equation use aligned
.
Finally, decide for the spacing between the objects, here quad
is used.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
adjustboxvalign=t%
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest%
% end of adjustbox (the % next to the brace is important
qquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
With the baseline
option, you can vertically align the two parts so that the two instances of 140 are at the same height.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginforest baseline, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforestqquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
For vertical centering,
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
beginadjustboxvalign=c
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endadjustboxqquad
$beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
If you want to set this inside a math display, omit the $
characters and exploit gathered
.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginequation*
begingathered
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endgatheredqquad
beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned
endequation*
enddocument
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
|
show 1 more comment
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
usepackagevarwidth
begindocument
beginvarwidth[t].45textwidth vspace0pt
beginforest for tree=circle,draw, l sep=10pt [140,black [2] [70
[2] [35 [5] [7] ]
] ]
endforest
endvarwidth
%hfill
beginvarwidth[t].55textwidth vspace0pt
$ 140 = 2 times 2 times 5 times 7 = 2^2 times 5 times 7 $
endvarwidth
enddocument
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the twovarwidth
without an empty line!
– Herbert
Mar 19 at 11:31
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%2f480232%2fparts-of-mini-page-are-not-placed-properly%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
The reference point for a forest
is at the bottom. You can make it at the top so it aligns with a standard line of text with adjustbox
and valign=t
. For the equation use aligned
.
Finally, decide for the spacing between the objects, here quad
is used.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
adjustboxvalign=t%
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest%
% end of adjustbox (the % next to the brace is important
qquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
With the baseline
option, you can vertically align the two parts so that the two instances of 140 are at the same height.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginforest baseline, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforestqquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
For vertical centering,
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
beginadjustboxvalign=c
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endadjustboxqquad
$beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
If you want to set this inside a math display, omit the $
characters and exploit gathered
.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginequation*
begingathered
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endgatheredqquad
beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned
endequation*
enddocument
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
|
show 1 more comment
The reference point for a forest
is at the bottom. You can make it at the top so it aligns with a standard line of text with adjustbox
and valign=t
. For the equation use aligned
.
Finally, decide for the spacing between the objects, here quad
is used.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
adjustboxvalign=t%
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest%
% end of adjustbox (the % next to the brace is important
qquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
With the baseline
option, you can vertically align the two parts so that the two instances of 140 are at the same height.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginforest baseline, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforestqquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
For vertical centering,
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
beginadjustboxvalign=c
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endadjustboxqquad
$beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
If you want to set this inside a math display, omit the $
characters and exploit gathered
.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginequation*
begingathered
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endgatheredqquad
beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned
endequation*
enddocument
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
|
show 1 more comment
The reference point for a forest
is at the bottom. You can make it at the top so it aligns with a standard line of text with adjustbox
and valign=t
. For the equation use aligned
.
Finally, decide for the spacing between the objects, here quad
is used.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
adjustboxvalign=t%
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest%
% end of adjustbox (the % next to the brace is important
qquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
With the baseline
option, you can vertically align the two parts so that the two instances of 140 are at the same height.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginforest baseline, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforestqquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
For vertical centering,
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
beginadjustboxvalign=c
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endadjustboxqquad
$beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
If you want to set this inside a math display, omit the $
characters and exploit gathered
.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginequation*
begingathered
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endgatheredqquad
beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned
endequation*
enddocument
The reference point for a forest
is at the bottom. You can make it at the top so it aligns with a standard line of text with adjustbox
and valign=t
. For the equation use aligned
.
Finally, decide for the spacing between the objects, here quad
is used.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
adjustboxvalign=t%
beginforest
for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest%
% end of adjustbox (the % next to the brace is important
qquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
With the baseline
option, you can vertically align the two parts so that the two instances of 140 are at the same height.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginforest baseline, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforestqquad
$beginaligned[t]
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
For vertical centering,
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
usepackageadjustbox
begindocument
beginadjustboxvalign=c
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endadjustboxqquad
$beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned$
enddocument
If you want to set this inside a math display, omit the $
characters and exploit gathered
.
documentclass[12pt,a4paper]article
usepackageamsmath
usepackageforest
begindocument
beginequation*
begingathered
beginforest baseline=center, for tree=circle,draw, l sep=10pt
[140,black
[2]
[70
[2]
[35
[5]
[7]
]
]
]
endforest
endgatheredqquad
beginaligned
140 &= 2 times 2 times 5 times 7&\
&= 2^2 times 5 times 7
endaligned
endequation*
enddocument
edited Mar 19 at 10:49
answered Mar 19 at 10:12
egregegreg
728k8819243235
728k8819243235
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
|
show 1 more comment
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
Pleased to know new things. one request, Is it possible to place right part in the middle? i am asking Just for getting additional information.
– Sandy
Mar 19 at 10:21
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
@Sandy In the middle of what?
– egreg
Mar 19 at 10:22
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
i mean middle of first part, slightly below from its original position
– Sandy
Mar 19 at 10:27
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
@Sandy Do you mean that you want the two instances of 140 being aligned?
– egreg
Mar 19 at 10:29
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
Keep left part (tree) as it is. I don't want to move it. I am asking that how the equations part can we push vertically below exact in the middle of the tree.
– Sandy
Mar 19 at 10:35
|
show 1 more comment
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
usepackagevarwidth
begindocument
beginvarwidth[t].45textwidth vspace0pt
beginforest for tree=circle,draw, l sep=10pt [140,black [2] [70
[2] [35 [5] [7] ]
] ]
endforest
endvarwidth
%hfill
beginvarwidth[t].55textwidth vspace0pt
$ 140 = 2 times 2 times 5 times 7 = 2^2 times 5 times 7 $
endvarwidth
enddocument
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the twovarwidth
without an empty line!
– Herbert
Mar 19 at 11:31
add a comment |
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
usepackagevarwidth
begindocument
beginvarwidth[t].45textwidth vspace0pt
beginforest for tree=circle,draw, l sep=10pt [140,black [2] [70
[2] [35 [5] [7] ]
] ]
endforest
endvarwidth
%hfill
beginvarwidth[t].55textwidth vspace0pt
$ 140 = 2 times 2 times 5 times 7 = 2^2 times 5 times 7 $
endvarwidth
enddocument
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the twovarwidth
without an empty line!
– Herbert
Mar 19 at 11:31
add a comment |
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
usepackagevarwidth
begindocument
beginvarwidth[t].45textwidth vspace0pt
beginforest for tree=circle,draw, l sep=10pt [140,black [2] [70
[2] [35 [5] [7] ]
] ]
endforest
endvarwidth
%hfill
beginvarwidth[t].55textwidth vspace0pt
$ 140 = 2 times 2 times 5 times 7 = 2^2 times 5 times 7 $
endvarwidth
enddocument
documentclass[12pt,a4paper]article
usepackage[a4paper,vmargin=0.5in,hmargin=0.5in]geometry
usepackage[utf8]inputenc
usepackage[misc]ifsym
usepackageamsmath,amsfonts,amssymb,cancel
usepackagearray,booktabs
usepackageforest
usepackageparskip
usepackagetcolorbox
usepackagevarwidth
begindocument
beginvarwidth[t].45textwidth vspace0pt
beginforest for tree=circle,draw, l sep=10pt [140,black [2] [70
[2] [35 [5] [7] ]
] ]
endforest
endvarwidth
%hfill
beginvarwidth[t].55textwidth vspace0pt
$ 140 = 2 times 2 times 5 times 7 = 2^2 times 5 times 7 $
endvarwidth
enddocument
answered Mar 19 at 10:04
HerbertHerbert
276k25419732
276k25419732
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the twovarwidth
without an empty line!
– Herbert
Mar 19 at 11:31
add a comment |
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the twovarwidth
without an empty line!
– Herbert
Mar 19 at 11:31
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Nice it works. One question how can i place second component in the middle?
– Sandy
Mar 19 at 10:10
Put it between the two
varwidth
without an empty line!– Herbert
Mar 19 at 11:31
Put it between the two
varwidth
without an empty line!– Herbert
Mar 19 at 11:31
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%2f480232%2fparts-of-mini-page-are-not-placed-properly%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