Weird result. All come croweded on one lineMaking a (simple) directory treeMake directory tree with folders...
Context html export bibliography
Is `Object` a function in javascript?
How vim overwrites readonly mode?
Can me and my friend spend the summer in Canada (6 weeks) at 16 years old without an adult?
Caron Accent v{a} doesn't render without usepackage{xeCJK}
How to change a .eps figure to standalone class?
Can a player sacrifice a creature after declaring that creature as blocker while taking lethal damage?
What is the draw frequency for 3 consecutive games (same players; amateur level)?
Is it really OK to use "because of"?
Are all power cords made equal?
Single-row INSERT...SELECT much slower than separate SELECT
Is the fingering of thirds flexible or do I have to follow the rules?
Is there any way to make an Apex method parameter lazy?
How to fly a direct entry holding pattern when approaching from an awkward angle?
How to not let the Identify spell spoil everything?
"Starve to death" Vs. "Starve to the point of death"
Case protection with emphasis in biblatex
Rigorous justification for non-relativistic QM perturbation theory assumptions?
Taking an academic pseudonym?
Remove isolated elements of a vector
Does the US government have any planning in place to ensure there's no shortages of food, fuel, steel and other commodities?
Allow console draw poker game to output more hands
What does からか mean?
How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?
Weird result. All come croweded on one line
Making a (simple) directory treeMake directory tree with folders and files in TikzWeird result plotting sin(x) using tikz/pgfSequence does not come out rightTikZ: Is tikztonodes incompatible with arc?TikZ: double line, one dashed?Tikz weird 3D lookOne-Liner: Line -> Node -> LineChange all line width proportionallybelow=of node behavior weirdOne dimensional pgfplot doesnt display all ticksOnly one dashed line in a triangle
Here is a sample that should produce a file structure with folder icons.
I copied this from here
Here the code:
documentclass[border=10pt]{standalone}
usepackage{forest}
definecolor{fblue}{RGB}{92,144,192}
definecolor{fgreen}{RGB}{34,162,70}
newcommandmyfolder[2][fblue]{%
begin{tikzpicture}[overlay]
begin{scope}[xshift=20pt]
filldraw[rounded corners=1pt,fill=#1,draw=white,double=black]
(-23pt,10pt) -- ++(3pt,5pt) -- ++(18pt,0pt) -- ++(40:3pt) -- ++(9pt,0pt) -- ++(-40:3pt)
-- (20pt,15pt) -- (23pt,10pt) -- cycle;
filldraw[rounded corners,draw=white,double=black,top color=#1,bottom color=#1!30]
(-22pt,-12pt) -- ++(44pt,0pt) -- (25pt,12pt) coordinate (topr) -- ++(-50pt,0pt) coordinate (topl) -- cycle;
end{scope}
end{tikzpicture}%
makebox[35pt]{raisebox{-3pt}{{ttfamily/#2}}}%
}
begin{document}
begin{forest}
for tree={
font=sffamily,
minimum height=0.75cm,
rounded corners=4pt,
grow'=0,
inner ysep=8pt,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge={rounded corners},
edge path={
noexpandpath [draw, forestoption{edge}]
(!u.south west) +(12.5pt,0) |- (.child anchor)forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom,minimum height=18pt]}}
{}
},
fit=band,
s sep=12pt,
before computing xy={l=25pt},
}
[myfolder{}
[myfolder{bin}]
[myfolder{dev}]
[{myfolder[fgreen]{home}}
[{myfolder[fgreen]{anna}}]
[{myfolder[fgreen]{tess}}]
]
[myfolder{media}]
[myfolder{mnt}]
[myfolder{usr}]
]
end{forest}
end{document}
The picture shows my result.
Can someone help me out? What could be wrong here?
Here is the file list after I add listfiles
in my preamble.
*File List*
standalone.cls 2015/07/15 v1.2 Class to compile TeX sub-files standalone
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
ifpdf.sty 2017/03/15 v3.2 Provides the ifpdf switch
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
standalone.cfg 2015/07/15 v1.2 Default configuration file for 'standalone' c
lass
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
forest.sty 2017/07/14 v2.1.5 Drawing (linguistic) trees
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
graphicx.sty 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg
dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfopts.sty 2014/07/10 v2.1a LaTeX package options with pgfkeys
etoolbox.sty 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
elocalloc.sty 2016/12/15 v0.03 local allocation for LaTeX 2015+ (DPC)
environ.sty 2014/05/04 v0.3 A new way to define environments
trimspaces.sty 2009/09/17 v1.1 Trim spaces around a token list
xparse.sty 2018/02/21 L3 Experimental document command parser
expl3.sty 2018/02/21 L3 programming layer (loader)
expl3-code.tex 2018/02/21 L3 programming layer
l3dvips.def 2017/03/18 v L3 Experimental driver: dvips
inlinedef.sty 2008/07/10 v1.0 Inlined expansions within definitions
***********
)
FOR COMPARISON
Steven B Segletes obtains this output with the MWE:
tikz-pgf
|
show 4 more comments
Here is a sample that should produce a file structure with folder icons.
I copied this from here
Here the code:
documentclass[border=10pt]{standalone}
usepackage{forest}
definecolor{fblue}{RGB}{92,144,192}
definecolor{fgreen}{RGB}{34,162,70}
newcommandmyfolder[2][fblue]{%
begin{tikzpicture}[overlay]
begin{scope}[xshift=20pt]
filldraw[rounded corners=1pt,fill=#1,draw=white,double=black]
(-23pt,10pt) -- ++(3pt,5pt) -- ++(18pt,0pt) -- ++(40:3pt) -- ++(9pt,0pt) -- ++(-40:3pt)
-- (20pt,15pt) -- (23pt,10pt) -- cycle;
filldraw[rounded corners,draw=white,double=black,top color=#1,bottom color=#1!30]
(-22pt,-12pt) -- ++(44pt,0pt) -- (25pt,12pt) coordinate (topr) -- ++(-50pt,0pt) coordinate (topl) -- cycle;
end{scope}
end{tikzpicture}%
makebox[35pt]{raisebox{-3pt}{{ttfamily/#2}}}%
}
begin{document}
begin{forest}
for tree={
font=sffamily,
minimum height=0.75cm,
rounded corners=4pt,
grow'=0,
inner ysep=8pt,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge={rounded corners},
edge path={
noexpandpath [draw, forestoption{edge}]
(!u.south west) +(12.5pt,0) |- (.child anchor)forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom,minimum height=18pt]}}
{}
},
fit=band,
s sep=12pt,
before computing xy={l=25pt},
}
[myfolder{}
[myfolder{bin}]
[myfolder{dev}]
[{myfolder[fgreen]{home}}
[{myfolder[fgreen]{anna}}]
[{myfolder[fgreen]{tess}}]
]
[myfolder{media}]
[myfolder{mnt}]
[myfolder{usr}]
]
end{forest}
end{document}
The picture shows my result.
Can someone help me out? What could be wrong here?
Here is the file list after I add listfiles
in my preamble.
*File List*
standalone.cls 2015/07/15 v1.2 Class to compile TeX sub-files standalone
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
ifpdf.sty 2017/03/15 v3.2 Provides the ifpdf switch
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
standalone.cfg 2015/07/15 v1.2 Default configuration file for 'standalone' c
lass
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
forest.sty 2017/07/14 v2.1.5 Drawing (linguistic) trees
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
graphicx.sty 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg
dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfopts.sty 2014/07/10 v2.1a LaTeX package options with pgfkeys
etoolbox.sty 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
elocalloc.sty 2016/12/15 v0.03 local allocation for LaTeX 2015+ (DPC)
environ.sty 2014/05/04 v0.3 A new way to define environments
trimspaces.sty 2009/09/17 v1.1 Trim spaces around a token list
xparse.sty 2018/02/21 L3 Experimental document command parser
expl3.sty 2018/02/21 L3 programming layer (loader)
expl3-code.tex 2018/02/21 L3 programming layer
l3dvips.def 2017/03/18 v L3 Experimental driver: dvips
inlinedef.sty 2008/07/10 v1.0 Inlined expansions within definitions
***********
)
FOR COMPARISON
Steven B Segletes obtains this output with the MWE:
tikz-pgf
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
1
Done, per your request
– Steven B. Segletes
13 hours ago
2
addlistfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere
– David Carlisle
13 hours ago
1
To be honest, I am not overly surprised to see that you get this result. You are nestingtikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.
– marmot
11 hours ago
1
Mypgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nesttikzpicture
s. In later versions oftikz
you will run into trouble.
– marmot
10 hours ago
|
show 4 more comments
Here is a sample that should produce a file structure with folder icons.
I copied this from here
Here the code:
documentclass[border=10pt]{standalone}
usepackage{forest}
definecolor{fblue}{RGB}{92,144,192}
definecolor{fgreen}{RGB}{34,162,70}
newcommandmyfolder[2][fblue]{%
begin{tikzpicture}[overlay]
begin{scope}[xshift=20pt]
filldraw[rounded corners=1pt,fill=#1,draw=white,double=black]
(-23pt,10pt) -- ++(3pt,5pt) -- ++(18pt,0pt) -- ++(40:3pt) -- ++(9pt,0pt) -- ++(-40:3pt)
-- (20pt,15pt) -- (23pt,10pt) -- cycle;
filldraw[rounded corners,draw=white,double=black,top color=#1,bottom color=#1!30]
(-22pt,-12pt) -- ++(44pt,0pt) -- (25pt,12pt) coordinate (topr) -- ++(-50pt,0pt) coordinate (topl) -- cycle;
end{scope}
end{tikzpicture}%
makebox[35pt]{raisebox{-3pt}{{ttfamily/#2}}}%
}
begin{document}
begin{forest}
for tree={
font=sffamily,
minimum height=0.75cm,
rounded corners=4pt,
grow'=0,
inner ysep=8pt,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge={rounded corners},
edge path={
noexpandpath [draw, forestoption{edge}]
(!u.south west) +(12.5pt,0) |- (.child anchor)forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom,minimum height=18pt]}}
{}
},
fit=band,
s sep=12pt,
before computing xy={l=25pt},
}
[myfolder{}
[myfolder{bin}]
[myfolder{dev}]
[{myfolder[fgreen]{home}}
[{myfolder[fgreen]{anna}}]
[{myfolder[fgreen]{tess}}]
]
[myfolder{media}]
[myfolder{mnt}]
[myfolder{usr}]
]
end{forest}
end{document}
The picture shows my result.
Can someone help me out? What could be wrong here?
Here is the file list after I add listfiles
in my preamble.
*File List*
standalone.cls 2015/07/15 v1.2 Class to compile TeX sub-files standalone
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
ifpdf.sty 2017/03/15 v3.2 Provides the ifpdf switch
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
standalone.cfg 2015/07/15 v1.2 Default configuration file for 'standalone' c
lass
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
forest.sty 2017/07/14 v2.1.5 Drawing (linguistic) trees
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
graphicx.sty 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg
dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfopts.sty 2014/07/10 v2.1a LaTeX package options with pgfkeys
etoolbox.sty 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
elocalloc.sty 2016/12/15 v0.03 local allocation for LaTeX 2015+ (DPC)
environ.sty 2014/05/04 v0.3 A new way to define environments
trimspaces.sty 2009/09/17 v1.1 Trim spaces around a token list
xparse.sty 2018/02/21 L3 Experimental document command parser
expl3.sty 2018/02/21 L3 programming layer (loader)
expl3-code.tex 2018/02/21 L3 programming layer
l3dvips.def 2017/03/18 v L3 Experimental driver: dvips
inlinedef.sty 2008/07/10 v1.0 Inlined expansions within definitions
***********
)
FOR COMPARISON
Steven B Segletes obtains this output with the MWE:
tikz-pgf
Here is a sample that should produce a file structure with folder icons.
I copied this from here
Here the code:
documentclass[border=10pt]{standalone}
usepackage{forest}
definecolor{fblue}{RGB}{92,144,192}
definecolor{fgreen}{RGB}{34,162,70}
newcommandmyfolder[2][fblue]{%
begin{tikzpicture}[overlay]
begin{scope}[xshift=20pt]
filldraw[rounded corners=1pt,fill=#1,draw=white,double=black]
(-23pt,10pt) -- ++(3pt,5pt) -- ++(18pt,0pt) -- ++(40:3pt) -- ++(9pt,0pt) -- ++(-40:3pt)
-- (20pt,15pt) -- (23pt,10pt) -- cycle;
filldraw[rounded corners,draw=white,double=black,top color=#1,bottom color=#1!30]
(-22pt,-12pt) -- ++(44pt,0pt) -- (25pt,12pt) coordinate (topr) -- ++(-50pt,0pt) coordinate (topl) -- cycle;
end{scope}
end{tikzpicture}%
makebox[35pt]{raisebox{-3pt}{{ttfamily/#2}}}%
}
begin{document}
begin{forest}
for tree={
font=sffamily,
minimum height=0.75cm,
rounded corners=4pt,
grow'=0,
inner ysep=8pt,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge={rounded corners},
edge path={
noexpandpath [draw, forestoption{edge}]
(!u.south west) +(12.5pt,0) |- (.child anchor)forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom,minimum height=18pt]}}
{}
},
fit=band,
s sep=12pt,
before computing xy={l=25pt},
}
[myfolder{}
[myfolder{bin}]
[myfolder{dev}]
[{myfolder[fgreen]{home}}
[{myfolder[fgreen]{anna}}]
[{myfolder[fgreen]{tess}}]
]
[myfolder{media}]
[myfolder{mnt}]
[myfolder{usr}]
]
end{forest}
end{document}
The picture shows my result.
Can someone help me out? What could be wrong here?
Here is the file list after I add listfiles
in my preamble.
*File List*
standalone.cls 2015/07/15 v1.2 Class to compile TeX sub-files standalone
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
ifpdf.sty 2017/03/15 v3.2 Provides the ifpdf switch
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
standalone.cfg 2015/07/15 v1.2 Default configuration file for 'standalone' c
lass
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
forest.sty 2017/07/14 v2.1.5 Drawing (linguistic) trees
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
graphicx.sty 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg
dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfopts.sty 2014/07/10 v2.1a LaTeX package options with pgfkeys
etoolbox.sty 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
elocalloc.sty 2016/12/15 v0.03 local allocation for LaTeX 2015+ (DPC)
environ.sty 2014/05/04 v0.3 A new way to define environments
trimspaces.sty 2009/09/17 v1.1 Trim spaces around a token list
xparse.sty 2018/02/21 L3 Experimental document command parser
expl3.sty 2018/02/21 L3 programming layer (loader)
expl3-code.tex 2018/02/21 L3 programming layer
l3dvips.def 2017/03/18 v L3 Experimental driver: dvips
inlinedef.sty 2008/07/10 v1.0 Inlined expansions within definitions
***********
)
FOR COMPARISON
Steven B Segletes obtains this output with the MWE:
tikz-pgf
tikz-pgf
edited 8 hours ago
Werner
445k699811686
445k699811686
asked 13 hours ago
Herman JaramilloHerman Jaramillo
1,1631012
1,1631012
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
1
Done, per your request
– Steven B. Segletes
13 hours ago
2
addlistfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere
– David Carlisle
13 hours ago
1
To be honest, I am not overly surprised to see that you get this result. You are nestingtikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.
– marmot
11 hours ago
1
Mypgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nesttikzpicture
s. In later versions oftikz
you will run into trouble.
– marmot
10 hours ago
|
show 4 more comments
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
1
Done, per your request
– Steven B. Segletes
13 hours ago
2
addlistfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere
– David Carlisle
13 hours ago
1
To be honest, I am not overly surprised to see that you get this result. You are nestingtikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.
– marmot
11 hours ago
1
Mypgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nesttikzpicture
s. In later versions oftikz
you will run into trouble.
– marmot
10 hours ago
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
1
1
Done, per your request
– Steven B. Segletes
13 hours ago
Done, per your request
– Steven B. Segletes
13 hours ago
2
2
add
listfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere– David Carlisle
13 hours ago
add
listfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere– David Carlisle
13 hours ago
1
1
To be honest, I am not overly surprised to see that you get this result. You are nesting
tikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.– marmot
11 hours ago
To be honest, I am not overly surprised to see that you get this result. You are nesting
tikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.– marmot
11 hours ago
1
1
My
pgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nest tikzpicture
s. In later versions of tikz
you will run into trouble.– marmot
10 hours ago
My
pgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nest tikzpicture
s. In later versions of tikz
you will run into trouble.– marmot
10 hours ago
|
show 4 more comments
0
active
oldest
votes
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%2f476519%2fweird-result-all-come-croweded-on-one-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f476519%2fweird-result-all-come-croweded-on-one-line%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
I get a perfectly valid output, looking as it should. Shall I post it at the end of your question?
– Steven B. Segletes
13 hours ago
1
Done, per your request
– Steven B. Segletes
13 hours ago
2
add
listfiles
to your preamble then post the file list from the end of the log into your question, probably you have out of date package somewhere– David Carlisle
13 hours ago
1
To be honest, I am not overly surprised to see that you get this result. You are nesting
tikzpicture
s, which is known to produce strange results. I would not necessarily expect to see so drastic differences, but you should definitely not do that. And it is also not necessary here.– marmot
11 hours ago
1
My
pgfcomp-version
is about 12 years younger than yours. An update may help. BUT please do not nesttikzpicture
s. In later versions oftikz
you will run into trouble.– marmot
10 hours ago