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
A plague kills all white people book, probably 1960's
Arrow those variables!
How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)
Latex document compiles but tikzpicture is not showing up
How to model explosives?
How do conventional missiles fly?
Facing a paradox: Earnshaw's theorem in one dimension
Why is Collection not simply treated as Collection<?>
Is "remove commented out code" correct English?
How to say in German "enjoying home comforts"
How do I write bicross product symbols in latex?
How could indestructible materials be used in power generation?
Is it unprofessional to ask if a job posting on GlassDoor is real?
What is the word for reserving something for yourself before others do?
Why are the 737's rear doors unusable in a water landing?
What killed these X2 caps?
Python: return float 1.0 as int 1 but float 1.5 as float 1.5
Decimal to roman python
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
Can a rocket refuel on Mars from water?
Personal Teleportation: From Rags to Riches
How much of data wrangling is a data scientist's job?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
I Accidentally Deleted a Stock Terminal Theme
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
8851723
8851723
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!
– user2478
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
731k8919303252
731k8919303252
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!
– user2478
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!
– user2478
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
user2478
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!
– user2478
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!
– user2478
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!– user2478
Mar 19 at 11:31
Put it between the two
varwidth
without an empty line!– user2478
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