码迷,mamicode.com
首页 > 其他好文 > 详细

mind map in latex

时间:2017-05-16 15:05:39      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:logs   tcl   .com   width   idt   package   fork   ntc   class   

\documentclass{article}

\usepackage{tikz}
\usetikzlibrary{trees}

\begin{document}
\begin{tikzpicture}[edge from parent fork right,grow=right,level distance=3cm,level 1/.style={sibling distance=4cm},
level 2/.style={sibling distance=1cm}]
\node[text width=1cm] {Idea General}
child {node {Some idea}}
child {node {Some idea}
child {node {Details}}
child {node {Details}}
child {node {Details}}
};
\end{tikzpicture}
\end{document}

技术分享

 

\documentclass{article}

\usepackage{schemata}
\begin{document}
\schema
 {
    \schemabox{level One}
 }
 {
    \schema
    {
        \schemabox{Level Two}
    }    
    {
        \schemabox{two 1\\two 2\\two 3}
    }
    
    \schema
    {
        \schemabox{level Two}
    }
    {
        \schemabox{two 4\\two 5}
    }
 }
\end{document}

技术分享

mind map in latex

标签:logs   tcl   .com   width   idt   package   fork   ntc   class   

原文地址:http://www.cnblogs.com/Searchor/p/6860856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!