Align text to the left in Forest tree
up vote
2
down vote
favorite
An MWE is provided below:
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{……}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{……}]
]
]
end{forest}
end{document}
The output is:

What I desire is to align every item in the same level to the left, like:

Plz tell me the simplest solution. Thx!
forest
add a comment |
up vote
2
down vote
favorite
An MWE is provided below:
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{……}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{……}]
]
]
end{forest}
end{document}
The output is:

What I desire is to align every item in the same level to the left, like:

Plz tell me the simplest solution. Thx!
forest
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
An MWE is provided below:
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{……}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{……}]
]
]
end{forest}
end{document}
The output is:

What I desire is to align every item in the same level to the left, like:

Plz tell me the simplest solution. Thx!
forest
An MWE is provided below:
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{……}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{……}]
]
]
end{forest}
end{document}
The output is:

What I desire is to align every item in the same level to the left, like:

Plz tell me the simplest solution. Thx!
forest
forest
asked 5 hours ago
Lucius Zhao
183
183
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Like this?
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0,align=left,anchor=west}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{dots}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{dots}]
]
]
end{forest}
end{document}

Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Like this?
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0,align=left,anchor=west}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{dots}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{dots}]
]
]
end{forest}
end{document}

Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
add a comment |
up vote
2
down vote
accepted
Like this?
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0,align=left,anchor=west}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{dots}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{dots}]
]
]
end{forest}
end{document}

Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Like this?
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0,align=left,anchor=west}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{dots}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{dots}]
]
]
end{forest}
end{document}

Like this?
documentclass{standalone}
usepackage[edges]{forest}
begin{document}
begin{forest}
forked edges,for tree={grow'=0,align=left,anchor=west}
[{Sino-Tibetan}
[{Chinese [Sinitic]}]
[{Tibeto-Burman}
[{Lolo-Burmese}]
[{Bodish}
[{Tibetan}]
[{dots}]
]
[{Qiangic}
[{Qiang}]
[{Rgyalrongic}]
[{Pumi and Ersuic}]
[{Naish (Naxi)}]
]
[{dots}]
]
]
end{forest}
end{document}

answered 5 hours ago
marmot
80.3k491172
80.3k491172
Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
add a comment |
Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Thank you very much, exactly what i want!
– Lucius Zhao
5 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
Sure. Thanks for the heads up.
– Lucius Zhao
4 hours ago
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463032%2falign-text-to-the-left-in-forest-tree%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