モノクロマインドマップ
レンダリング結果

TeXソース
TeXソース
入力コード
\documentclass[a5j,7.5pt,twoside]{tetsujsarticle}
\usepackage{tetsuchem}
\usepackage{高3化学}
\begin{document}
\pagecolor{black!20}
\tikzset{mind map/.style={ mindmap,
every node/.style={concept, circular drop shadow,execute at begin node=},
タイトル/.append style={
concept color=black,
fill=white, line width=1ex,
text=black, font=\Large\bgtfamily},
text=white,
左下/.style={concept color=black!70!white},
右下/.style={concept color=black!70!white},
右上/.style={concept color=black!50!white},
左上/.style={concept color=black!50!white},
grow cyclic,
level 1/.append style={level distance=4.5cm,sibling angle=90,font=\large\gtfamily},
level 2/.append style={level distance=3cm,sibling angle=45,font=\gtfamily}}}
\cdef{回番号}{4}
%\def\章扉#1#2#3#4#5#6#7#8{%
%~\br{-3}\vfil
%\noindent\hfil
% \edef\result{node [yshift=-1cm] {#1}}
% \foreach \i in {#2} {
% \xdef\result{\result child{node {\i}} }
% }
% \typeout{\result}
%\def\左下{child [左下]}
%\begin{tikzpicture}[mind map]
%\node [タイトル] {第\tetsuarabic{回番号}回\\\高3化学授業内容{\arabic{回番号}}}
% \expandafter c\expandafter h\expandafter i\expandafter l\expandafter d\expandafter [\expandafter 左\expandafter 下\expandafter ]\expandafter{
% \result
% }
% child [右下] {
% node [yshift=-1cm] {#3}
% \foreach \i in {#4} {
% child { node {\i} }
% }
% }
% child [右上] {
% node [yshift=1cm] {#5}
% \foreach \i in {#6} {
% child { node {\i} }
% }
% }
% child [左上] {
% node [yshift=1cm] {#7}
% \foreach \i in {#8} {
% child { node {\i} }
% }
% };
%\end{tikzpicture}
%}
%
%\章扉{入試問題の解法}{水和水付き溶解度計算,電離・会合の考慮,U字管浸透圧問題,定積容器でのヘンリー問題}{希薄溶液の性質}{ヘンリーの法則の定義,標準状態に換算した体積,その分圧下における体積,ヘンリーの典型問題}{}{}{}{}
%
%
%\end{document}
~\br{-3}\vfil
\noindent\hfil
\begin{tikzpicture}[mind map]
\node [タイトル] {第\tetsuarabic{回番号}回\\\高3化学授業内容{\arabic{回番号}}}
child [左下] {
node [yshift=-1cm] {入試問題の解法}
child { node {水和水付き溶解度計算} }
child { node {電離・会合の考慮} }
child { node {U字管浸透圧問題} }
child { node {定積容器でのヘンリー問題} }
}
child [右下] {
node [yshift=-1cm] {希薄溶液の性質}
child { node {ヘンリーの法則の定義} }
child { node {標準状態に換算した体積} }
child { node {その分圧下における体積} }
child { node {ヘンリーの典型問題} }
}
child [右上] {
node [yshift=1cm] {ヘンリーの法則}
child { node {蒸気圧降下} }
child { node {ラウールの法則} }
child { node {沸点上昇} }
child { node {凝固点降下} }
child { node {浸透圧} }
child { node {分子量測定} }
}
child [左上] {
node [yshift=1cm] {溶解度}
child { node {固体の溶解度} }
child { node {気体の溶解度} }
child { node {溶解度の温度変化} }
child { node {再結晶} }
};
\end{tikzpicture}
\end{document}