TikZ練習用
レンダリング結果

TeXソース
TeXソース
入力コード
\documentclass[b5j,10pt,twoside]{tetsujsarticle}
\usepackage{tetsuchem}
\pagestyle{fancy}% empty にするとヘッダ・フッタ類が全部消える
\余白設定[% デフォルトでは一行字数を四捨五入により整数zwに調整する。\余白設定* だと一行字数を切り上げで整数zwに調整,\余白設定** だと調整しない。
上余白=1truecm,
下余白=上余白,
左余白=1.414truecm,
左右差=0truecm,
段間隔=4zw,% B4横を2段組にしてB5縦を2枚並べたように見せるときには 段間隔=対称 とする。
段組の仕切り線の太さ=.5truept,
ヘッダの縦幅=16truept,
ヘッダ下端と本文上端の縦間隔=10truept,
ヘッダと本文を仕切る線の太さ=0truept,
本文下端とフッタ下端の縦間隔=20truept,
本文とフッタを仕切る線の太さ=0truept,
傍注領域の幅=0zw,
本文端と傍注領域との間隔=0truept,
傍注同士の縦間隔=\baselineskip,
奇数ページの傍注位置=右,
偶数ページの傍注位置=左,
]
%\段間隔調整{n}% n段組にしたときに一行字数が整数になるよう適切な段間隔に調整する。デフォルトでは現在の一行字数に最も近い字数に調整するが,\段間隔調整* だと一行字数を切り上げで整数zwに調整する。\段間隔調整** だと調整しない。
\fancyhead[OR]{\footnotesize\gtfamily 奇数ページヘッダ右上}
\fancyhead[EL]{\footnotesize\gtfamily 偶数ページヘッダ左上}
\fancyfoot[C]{−\arabic{page}−} % 中央フッタにページ番号
\begin{document}
\setcrambond{3pt}{}{}
\if0
\tikz\node at (0,0) [circle,draw] {};
\fi
\br{1}
\if0
\begin{tikzpicture}
\node[rectangle,draw] (c0) at (2.5,0) {セレブロシド};
\node[rectangle,draw] (l1) at (1,-2) {\gt{T1}};
\node[rectangle,draw] (r1) at (4,-2) {\gt{N1}};
\node[rectangle,draw] (l2) at (0,-4) {\gt{T2}};
\node[rectangle,draw] (r2) at (2,-4) {\gt{N2}};
\coordinate (T1の上) at ($(l1)+(0,0.7)$);
\coordinate (N1の上) at ($(r1)+(0,0.7)$);
\coordinate (中間1) at ($ (T1の上)!.5!(N1の上) $);
\draw [<-,shorten <=1pt,>=stealth',semithick] (l1) -- (T1の上);
\draw [<-,shorten <=1pt,>=stealth',semithick] (r1) -- (N1の上);
\draw (T1の上) -- (N1の上);
\draw (中間1) -- (c0);
\coordinate (T2の上) at ($(l2)+(0,0.7)$);
\coordinate (N2の上) at ($(r2)+(0,0.7)$);
\coordinate (中間2) at ($ (T2の上)!.5!(N2の上) $);
\draw [<-,shorten <=1pt,>=stealth',semithick] (l2) -- (T2の上);
\draw [<-,shorten <=1pt,>=stealth',semithick] (r2) -- (N2の上);
\draw (T2の上) -- (N2の上);
\draw (中間2) -- (l1);
\draw (5.5,-0.7) node {酵素反応1:アミド結合を加水分解する};
\draw (4.7,-2.9) node {酵素反応2:\parbox[t]{16zw}{$\beta-$\!\,ガラクトース部分を認識して,\\ そのグリコシド結合を加水分解する}};
\end{tikzpicture}
\begin{tikzpicture}
\node (A) at (0,0) {\bf{A}};
\node (B) at (2,0) {\bf{B}};
\node (E) at ($(B)+(0,-1.2)$) {\bf{E}};
\node (M1) at (4,0) {\bf{M1}};
\node (M2) at ($(M1)+(0,-1.2)$) {\bf{M2}};
\draw [->,>=stealth'] (A) -- node [anchor=south] {\ce{KMnO4}} (B);
\draw [->,>=stealth'] (E) -- node [anchor=south] {\ce{Fe}} (M2);
\draw [->,>=stealth'] (B) -- (M1);
\draw [->,>=stealth'] (B) .. controls ($(B)!.5!(M1)$) .. ($(B)!.5!(M1)+(0,0.5)$) node[anchor=south,rectangle] {\ce{H2O}};
\coordinate (M1の右) at ($(M1)+(1,0)$);
\coordinate (M2の右) at ($(M2)+(1,0)$);
\coordinate (M1とM2の間) at ($(M1の右)!.5!(M2の右)$);
\draw (M1) -- (M1の右) -- (M2の右) -- (M2);
\draw [->,>=stealth'] (M1とM2の間) -- ($(M1とM2の間)+(1.5,0)$) node [anchor=west] (P) {\bf{P}};
\draw [->,>=stealth'] (M1とM2の間) .. controls ($(M1とM2の間)!.5!(P)$) .. ($(M1とM2の間)!.5!(P)+(0,0.5)$) node[anchor=south,rectangle] {\ce{H2O}};
\coordinate (M1の上) at ($(M1)+(0,1)$);
\draw (M1) -- (M1の上);
\draw [->,>=stealth'] (M1の上) -- node[anchor=south] {\ce{CH3CH2OH}} ($(M1の上)+(2,0)$) node[anchor=west] {\bf{C}+\bf{D}};
\end{tikzpicture}
\fi
\br{1}
\if0
\begin{tikzpicture}[scale=0.5]%元は0.75
\draw (0,0) rectangle (12,10);
\foreach \x/\xtext in {0/-2.0,3/-1.5,6/-1.0,9/-0.5,12/0.0} \draw (\x cm,0pt) node [below=0.3cm] {$\xtext$} -- (\x cm,10);
\foreach \y/\ytext in {0/0.0,2/5.0,4/10.0,6/15.0,8/20.0,10/25.0} \draw (0pt,\y cm) node [left=0.1cm] {$\ytext$} -- (12cm,\y cm);
\foreach \yy in {0.4,0.8,1.2,1.6,2.4,2.8,3.2,3.6,4.4,4.8,5.2,5.6,6.4,6.8,7.2,7.6,8.4,8.8,9.2,9.6} \draw (0pt,\yy cm) -- (7pt,\yy cm);
\node at ($(0,-1.5)!.5!(12,-1.5)$) {$x \〔\times 10^{-6}\,\mol\cdot\L^{-1}〕$};
\node at ($(-1.7,0)!.5!(-1.7,10)$) {\rotatebox{90}{$\varDelta[\ce{OH-}]/\varDelta t \〔\mol\cdot\L^{-1}\cdot\s^{-1}〕$}};
\draw [very thick] (0,8.8) -- (12,0);
\end{tikzpicture}
\fi
\br{1}
\if0
\begin{tikzpicture}
\coordinate (左下) at (0,0);
\coordinate (右下) at (7,0);
\coordinate (左上) at (0,4.5);
\coordinate (右上) at (7,4.5);
\coordinate (上の中点) at ($(左上)!.5!(右上)$);
\coordinate (下の中点) at ($(左下)!.5!(右下)$);
\draw ($(左下)+(-1,0.5)$) -- ($(左下)+(0,0.5)$) -- (左下) -- (右下) -- ($(右下)+(0,0.5)$) -- ($(右下)+(1,0.5)$);
\draw ($(左上)+(-1,-0.7)$) -- ($(左上)+(0,-0.7)$) -- (左上) -- ($(左上)!.5!(上の中点)+(-0.25,0)$) -- ($(左上)!.5!(上の中点)+(-0.25,1)$);
\draw ($(左上)!.5!(上の中点)+(+0.25,1)$) -- ($(左上)!.5!(上の中点)+(+0.25,0)$) -- ($(上の中点)!.5!(右上)+(-0.25,0)$) -- ($(上の中点)!.5!(右上)+(-0.25,1)$);
\draw ($(上の中点)!.5!(右上)+(+0.25,1)$) -- ($(上の中点)!.5!(右上)+(+0.25,0)$) -- (右上) -- ($(右上)+(0,-0.7)$) -- ($(右上)+(1,-0.7)$);
\draw ($(左上)+(-1,-1.2)$) -- ($(左上)+(0,-1.2)$) -- ($(左下)+(0,1)$) -- ($(左下)+(-1,1)$);
\draw ($(右上)+(1,-1.2)$) -- ($(右上)+(0,-1.2)$) -- ($(右下)+(0,1)$) -- ($(右下)+(1,1)$);
\draw [dashed] (上の中点) -- (下の中点);
\draw ($(左上)+(0,-0.5)$) -- ($(右上)+(0,-0.5)$);
\draw [->,>=stealth'] ($(左上)+(-0.7,-0.95)$) -- ($(左上)+(-1.7,-0.95)$);
\node at ($(左上)+(-1.7,-0.95)+(0,0.5)$) {流出液};
\draw [->,>=stealth'] ($(左下)+(-1.7,0.75)$) -- ($(左下)+(-0.7,0.75)$);
\node at ($(左下)+(-1.7,0.75)+(-0.3,0.5)$) {飽和食塩水};
\draw [->,>=stealth'] ($(右上)+(0.7,-0.95)$) -- ($(右上)+(1.7,-0.95)$);
\node at ($(右上)+(1.7,-0.95)+(0,0.5)$) {流出液};
\draw [->,>=stealth'] ($(右下)+(+1.7,0.75)$) -- ($(右下)+(0.7,0.75)$);
\node at ($(右下)+(1,0.75)+(0.3,0.5)$) {水};
\draw [->,>=stealth'] ($(左上)!.5!(上の中点)+(0,0.5)$) -- ($(左上)!.5!(上の中点)+(0,1.2)$);
\node at ($(左上)!.5!(上の中点)+(0,1.7)$) {気 体};
\draw [->,>=stealth'] ($(上の中点)!.5!(右上)+(0,0.5)$) -- ($(上の中点)!.5!(右上)+(0,1.2)$);
\node at ($(上の中点)!.5!(右上)+(0,1.7)$) {気 体};
\draw [very thick,fill=black!70!white] ($(左下)+(0.3,1.2)$) rectangle node [right=0.2] {\mbox{\tate 陽 極}} ($(左上)+(0.7,-1.4)$) ;
\draw [very thick,fill=black!70!white] ($(右下)+(-0.3,1.2)$) rectangle node [left=0.2] {\mbox{\tate 陰 極}} ($(右上)+(-0.7,-1.4)$);
\node [scale=1.2] (プラス) at ($(左上)!.5!(左下)+(-1.2,-0.1)$) [circle,draw,inner sep=-2pt] {+};
\draw [ultra thick] (プラス) -- ($(左上)!.5!(左下)+(0.3,-0.1)$);
\node [scale=1.2] (マイナス) at ($(右上)!.5!(右下)+(1.2,-0.1)$) [circle,draw,inner sep=-2pt] {−};
\draw [ultra thick] (マイナス) -- ($(右上)!.5!(右下)+(-0.3,-0.1)$);
\node at ($(下の中点)+(-1.2,0.7)$) {陽極室};
\node at ($(下の中点)+(1.2,0.7)$) {陰極室};
\node (下の説明) at ($(下の中点)+(-1,-0.7)$) {隔膜もしくはイオン交換膜};
\draw (下の説明) -- ($(下の中点)+(-0.2,0.4)$);
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\node at (0,0) {図2 実験装置};
\draw (0,1.5) circle [radius=1];
\coordinate (容器1の中心) at (0,1.5);
\node at ($(容器1の中心)+(0.05,0.725)$) {容器\ajRoman{1}};
\fill [black] (0,0.7) circle [radius=0.2];
\fill [black] (0.3,0.75) circle [radius=0.2];
\fill [black] (-0.3,0.75) circle [radius=0.2];
\fill [black] (0.17,1.05) circle [radius=0.2];
\fill [black] (-0.17,1.05) circle [radius=0.2];
\node (シリカゲル試料) at (2,2.25) {シリカゲル試料};
\draw [->,>=stealth'] (シリカゲル試料) -- (0.4,1.25);
\coordinate (容器2の中心) at ($(容器1の中心)+(0,3)$);
\draw (容器2の中心) circle [radius=1];
\node at ($(容器2の中心)+(0.05,0.725)$) {容器\ajRoman{2}};
\coordinate (弁A) at ($(容器1の中心)!.5!(容器2の中心)$);
\draw ($(弁A)+(-0.15,-0.15)$) -- ++(0.3,0) -- ++(-0.3,0.3) -- ++(0.3,0) -- cycle;
\node at ($(弁A)+(0.6,0)$) {弁A};
\draw [ultra thick] ($(容器1の中心)+(0,1)$) -- ($(弁A)+(0,-0.15)$);
\draw [ultra thick] ($(弁A)+(0,+0.15)$) -- ($(容器2の中心)+(0,-1)$);
\coordinate (弁Bの上) at ($(容器2の中心)+(0,3)$);
\coordinate (弁B) at ($(容器2の中心)!.5!(弁Bの上)$);
\draw ($(弁B)+(-0.15,-0.15)$) -- ++(0.3,0) -- ++(-0.3,0.3) -- ++(0.3,0) -- cycle;
\node at ($(弁B)+(0.6,0)$) {弁B};
\draw [ultra thick] ($(容器2の中心)+(0,1)$) -- ($(弁B)+(0,-0.15)$);
\draw [ultra thick] ($(弁B)+(0,+0.15)$) -- ($(弁Bの上)+(0,-1)$);
\draw [->,>=stealth'] ($(弁Bの上)+(0.1,0.2)$) -- +(0,-1);
\draw [->,>=stealth'] ($(弁Bの上)+(-0.1,-0.8)$) -- +(0,+1);
\node at ($(弁Bの上)+(1.1,-0.3)$) {\parbox{5zw}{\baselineskip=10pt 気体の導入および排気}};
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\draw [->,>=stealth,thick] (0,0) -- (12,0) node [below=10pt,anchor=east] {反応の方向};
\draw [->,>=stealth,thick] (0,0) -- node [left=5pt] {\mbox{\tate エネルギー}} (0,5);
\coordinate (反応物) at (1.5,1.5);
\coordinate (生成物) at (11,0.5);
\coordinate (活性化状態1) at (5,4.5);
\coordinate (反応中間体) at (6.5,3);
\coordinate (活性化状態2) at (8,3.75);
\draw [dashed] (反応物) -- +(7,0) coordinate (上の線);
\draw [dashed] (生成物) -- +(-9,0) coordinate (下の線);
\draw [thick] (反応物) .. controls +(2,0) and +(-0.7,0) .. (活性化状態1) .. controls +(0.7,0) and +(-0.7,0) .. (反応中間体) .. controls +(0.7,0) and +(-0.7,0) .. (活性化状態2) .. controls +(1,0) and +(-2,0) .. (生成物);
\draw [<->,>=stealth'] ($(反応物)+(1.5,0)$) -- node [anchor=east] {$E_1$} +(0,-1);
\draw [<->,>=stealth'] (活性化状態1) -- node [anchor=east] {$E_2$} (活性化状態1 |- 下の線);
\draw [<->,>=stealth'] (反応中間体) -- node [above=10pt,anchor=east] {$E_3$} (反応中間体 |- 下の線);
\draw [<->,>=stealth'] (活性化状態2) -- node [above=10pt,anchor=east] {$E_4$} (活性化状態2 |- 下の線);
\node at ($(反応物)+(0,0.3)$) {反応物};
\node at ($(生成物)+(0,0.3)$) {生成物};
\node at ($(反応中間体)+(0,0.3)$) {\bf{M}};
\node at ($(反応中間体)+(0.2,0.8)$) {反応中間体};
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
[hoge/.style={draw,fill=white,circle,inner sep=1pt}]
%\draw (0,0) node [hoge] {\gt{A5}} -- ++(0.8,0) node [hoge] {\gt{A4}} -- ++(0,0.8) node [hoge] {\gt{A3}} -- ++(0,0.8) node [hoge] {\gt{A2}} -- ++(0,0.8) node [hoge] {\gt{A1}} -- ++(0,0.8) node [hoge] {\gt{S2}};
%\foreach \x in {8,16,...,40}
%\draw (\x mm,8mm) -- ++($(8mm,8mm)+(\x mm,0)$) node [hoge] {\gt{A5}};
\coordinate (原点1) at (0,0);
\coordinate (原点2) at (4.8,0.8);
\coordinate (原点3) at (9.6,1.6);
\foreach \point in {原点1,原点2,原点3}
{\draw (\point) -- ++(0.8,0) -- ++(0,3.2) -- ++(1.6,0) -- ++(0,-0.8);
\draw ($(\point)+(0.8,0.8)$) -- +(0.8,0);
\draw ($(\point)+(0.8,3.2)$) -- +(-0.8,0);
\draw [densely dotted] ($(\point)+(0,3.2)$) -- +(-1,0);
\draw [densely dotted] ($(\point)+(2.4,2.4)$) -- +(0,-0.6);
\draw [densely dotted] ($(\point)+(2.4,3.2)$) -- +(1,0);
\draw [densely dotted] ($(\point)+(0.4,-0.4)$) rectangle ($(\point)+(1.2,2.8)$);}
\foreach \point in {原点1,原点2}
\draw ($(\point)+(1.6,0.8)$) -- +(3.2,0);
\foreach \point in {原点2,原点3}
\draw (\point) -- +(-0.8,0);
\draw [densely dotted] (原点1) -- +(-1,0);
\draw [densely dotted] ($(原点3)+(1.6,0.8)$) -- +(1,0);
%ここからnode
\foreach \point in {原点1,原点2,原点3}{
\node at (\point) [hoge] {\gt{A5}};
\node at ($(\point)+(2.4,2.4)$) [hoge] {\gt{A1}};
\foreach \a/\atext in {0/A4,8/A3,16/A2,24/A1}{
\node at ($(\point)+(0.8,\a mm)$) [hoge] {\gt{\atext}};
\foreach \b/\btext in {0/S1,8/S2,16/S1,24/S2}
\node at ($(\point)+(\b mm,3.2)$) [hoge] {\gt{\btext}};}}
\foreach \point in {原点1,原点2}{
\foreach \c/\ctext in {0,8,16,24}
\node at ($(\point)+(1.6,0.8)+(\c mm,0)$) [hoge] {\gt{A5}};
\node at ($(\point)+(3.2,0.3)$) {\mbox{\tate $\biggggggggg\}$}};
\node at ($(\point)+(3.2,-0.1)$) {ペンタペプチド};}
\node at ($(原点3)+(1.6,0.8)$) [hoge] {\gt{A5}};
\draw [draw=none] (原点2) -- ($(原点2)+(0.8,-2.5)$) node (テトラペプチド) [anchor=north] {テトラペプチド};
\draw [->,>=stealth'] (テトラペプチド) -- ($(原点1)+(1.2,-0.4)$);
\draw [->,>=stealth'] (テトラペプチド) -- ($(原点2)+(0.8,-0.4)$);
\draw [->,>=stealth'] (テトラペプチド) -- ($(原点3)+(0.8,-0.4)$);
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\draw (0,0) -- node [below=15pt] {Dの百分率$\〔\%〕$} (5,0) -- (5,5) -- (0,5) -- node [left=20pt] {\rotatebox{90}{モル百分率$\〔\%〕$}} cycle;
\foreach \x/\xtext in {1/20,2/40,3/60,4/80}
\draw [dashed] (\x cm,5) -- (\x cm,0) node [below=3pt] {\xtext};
\foreach \xx/\xxtext in {0/0,5/100}
\node [below=3pt] at (\xx cm,0) {\xxtext};
\foreach \y/\ytext in {1/20,2/40,3/60,4/80}
\draw [dashed] (5,\y cm) -- (0,\y cm) node [left=3pt] {\ytext};
\foreach \yy/\yytext in {0/0,5/100}
\node [left=3pt] at (0,\yy cm) {\yytext};
\draw [very thick] (0,5) .. controls +(1.1,-2) and +(-3,0.6) .. (5,0) node [near start,xshift=0.7cm] {\ce{H2O}};
\node at (2.5,-1.5){図1};
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\node (キチン) at (0,0) {キチン};
\draw [->,>=stealth'] (キチン) -- node [anchor=south] {\parbox{8zw}{\baselineskip=9pt グリコシド結合を加水分解}} (4,0) node [anchor=west] {単糖\bf{A}\hspace{0.5zw}+\hspace{0.5zw}単糖\bf{B}};
\draw [->,>=stealth'] (キチン.south) -- ++(0,-1.5) -- node [anchor=south] {\parbox{7zw}{\baselineskip=10pt 濃アルカリ中で加熱して中和}} ++(3.5,0) node [draw,fill=white] (キトサン) [anchor=west] {キトサン\hspace{0.5zw}+\hspace{0.5zw}酢酸};
\draw [->,>=stealth'] ($(キトサン.south)+(-0.7,0)$) -- ++(0,-1.5) -- node [anchor=south] {\parbox{7zw}{\baselineskip=10pt ヒドロキシ基をメチル化}} ++(3.5,0);
\draw [->,>=stealth'] ($(キトサン.south)+(3,-1.5)$) -- node [anchor=south] {\parbox{7zw}{\baselineskip=10pt グリコシド結合を加水分解}} ++(3.5,0) node [anchor=west] {単糖\bf{C}};
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\path coordinate (原点a) at (0,0)
coordinate (原点b) at (4.5,0)
coordinate (原点c) at (9,0)
coordinate (原点d) at (0,-4.5)
coordinate (原点e) at (4.5,-4.5)
coordinate (原点f) at (9,-4.5);
\foreach \point/\pointtext in {原点a/\ajKakkoalph{a},原点b/\ajKakkoalph{b},原点c/\ajKakkoalph{c},原点d/\ajKakkoalph{d},原点e/\ajKakkoalph{e},原点f/\ajKakkoalph{f}}
\foreach \x/\xtext in {0/0,1/100,2/200}
{\draw (\point) -- node [left=5pt] {\mbox{\tate 電気伝導率}} +(0,3) node [left=6pt] {\pointtext};
\draw (\point) -- node [below=15pt] {加えた酢酸水溶液の量$\〔\mL〕$} +(2,0);
\draw ($(\point)+(\x cm,5pt)$) -- +(0,-5pt) node [below=2pt] {\xtext};}
\draw [very thick] ($(原点a)+(0,2.5)$) -- ++(1,-2) -- ++(1,0.2);
\draw [very thick] ($(原点b)+(0,2.5)$) -- ++(1,-2) -- ++(1,0);
\draw [very thick] ($(原点c)+(0,2.5)$) -- ++(1,-2) -- ++(1,-0.2);
\draw [very thick] ($(原点d)+(0,1.5)$) -- ++(1,1.3) -- ++(1,0.2);
\draw [very thick] ($(原点e)+(0,1.5)$) -- ++(1,1.3) -- ++(1,0);
\draw [very thick] ($(原点f)+(0,1.5)$) -- ++(1,1.3) -- ++(1,-0.2);
\end{tikzpicture}
\fi
\if0
{\nousece
\setatomsep{3em}
\setbondoffset{1pt}
\setcrambond{2pt}{}{}
\chemfig{H-[6,0.5]?[a](-[6,0.5,,2]HO)<[:-60,0.8](-[2,0.5]OH)(-[6,0.5]H)-[,1.2,,,line width=2.4pt](-[2,0.5]H)(-[6,0.5]NH_2)>[:60,0.8](-[6,0.5]H)(%ここから右へ
-[:55,1.7]O-[6,0.5](>[:120,0.8]?[b](-[2,0.5]H)(-[6,0.5,,2]HO))(-[6,0.5]H)-[,1.2,,,line width=2.4pt](-[2,0.5]H)(-[6,0.5]NH_2)>[:60,0.8](-[2,0.5]O-[,0.5](-[:90,0.375,,,decorate,decoration={snake,amplitude=0.6mm,segment length=1.5mm,post length=0mm}])(-[:-90,0.375,,,decorate,decoration={snake,amplitude=0.6mm,segment length=1.5mm,post length=0mm}]))(-[6,0.5]H)-[:120,0.8]O-[4,1.2]?[b](-[6,0.5]H)(-[2,0.5]CH_2%ここから左へ戻る
-[:150,0.7]O-[:150,0.6]?[c](-[2,0.5]H)<[:-120,0.8](-[2,0.5]H)(-[6,0.5]NH_2)-[4,1.2,,,line width=2.4pt](-[2,0.5]OH)(-[6,0.5]H)>[:120,0.8](-[2,0.5]H)(-[6,0.5,,2]HO)-[:60,0.8](-[2,0.5]CH_2-[:150,0.7]O-[:150,0.6](-[:60,0.375,,,decorate,decoration={snake,amplitude=0.6mm,segment length=1.5mm,post length=0mm}])(-[:240,0.375,,,decorate,decoration={snake,amplitude=0.6mm,segment length=1.5mm,post length=0mm}]))(-[6,0.5]H)-[,1.2]O?[c]%左おしまい
))-[:120,0.8]O-[4,1.2]?[a](-[2,0.5]CH_2OH)(-[6,0.5]H)}}
\fi
\if0
\begin{tikzpicture}
[edge from parent fork right,grow=right,parent anchor=east,level distance=1.5cm,sibling distance=1.5cm,edge from parent/.style={draw,->,>=stealth'}]
\node {医学部志望?} child [sibling distance=5cm] {node [xshift=3cm] {2次対策に余裕ある?} child [sibling distance=2.5cm] {node [xshift=5.5cm] {\parbox{20zw}{\baselineskip=10pt $6:4$くらいで2次を優先かな。センターの方は足を切られない程度に社会と国語はちゃんとやっておく感じ。化学については発展例題・受験科テスト,それと無機や有機の知識固めかな。}} edge from parent node [near end,above] {\footnotesize NO}} child [sibling distance=2.5cm] {node [xshift=5.5cm] {\parbox{20zw}{\baselineskip=10pt $1:1$くらいの重みで良いんじゃないでしょうか。センターは社会・国語を優先的に,化学については実力演習や問題集をバンバンやると良いと思います。}} edge from parent node [near end,below] {\footnotesize YES}} edge from parent node [near end,above] {\footnotesize NO}} child [sibling distance=5cm] {node [xshift=3cm] {2次対策に余裕ある?} child [sibling distance=2.5cm] {node [xshift=5.5cm] {\parbox{20zw}{\baselineskip=10pt ここは一番難しいけど,$6:4$〜$7:3$位の比率でセンター優先かなぁ。センターで事実上の足切り食らうと2次対策が意味なさないから。化学については前期の発展例題と受験科テスト中心ですね。}} edge from parent node [near end,above] {\footnotesize NO}} child [sibling distance=2.5cm] {node [xshift=5.5cm] {\parbox{20zw}{\baselineskip=10pt $7:3$でセンター重視で良いと思います。2次対策に余裕があるなら後期の出願も攻めたいのでセンターで830〜850点とかを狙いたいよね。化学については演習を受けながら,気になった分野の補強をしらみつぶし的にやっていけば良いでしょう。}} edge from parent node [near end,below] {\footnotesize YES}} edge from parent node [near end,below]{\footnotesize YES}};
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
\path
coordinate (Z1) at (0,0)
coordinate (Z2) at ($(Z1)+(2.5,0)$)
coordinate (Z3) at ($(Z2)+(2.5,0)$)
coordinate (Z4) at ($(Z3)+(2.5,0)$)
coordinate (Z5) at ($(Z4)+(2.5,0)$)
coordinate (Z6) at ($(Z5)+(0.6,1.3)$)
coordinate (Z7) at ($(Z6)+(-2.5,0)$)
coordinate (Z8) at ($(Z7)+(-2.5,0)$)
coordinate (Z9) at ($(Z8)+(-2.5,0)$)
coordinate (Z10) at ($(Z9)+(-2.5,0)$)
coordinate (X1) at ($(Z2)!.5!(Z10)$)
coordinate (X2) at ($(Z3)!.5!(Z9)$)
coordinate (X3) at ($(Z4)!.5!(Z8)$)
coordinate (X4) at ($(Z5)!.5!(Z7)$)
coordinate (Y1) at ($(X1)+(0,1.5)$)
coordinate (Y8) at ($(X1)-(0,1.5)$)
coordinate (Y2) at ($(X2)+(0,1.5)$)
coordinate (Y7) at ($(X2)-(0,1.5)$)
coordinate (Y3) at ($(X3)+(0,1.5)$)
coordinate (Y6) at ($(X3)-(0,1.5)$)
coordinate (Y4) at ($(X4)+(0,1.5)$)
coordinate (Y5) at ($(X4)-(0,1.5)$);
\draw [thick] (Y1) -- (Y8);
\draw [thick] (Y2) -- (Y7);
\draw [thick] (Y3) -- (Y6);
\draw [thick] (Y4) -- (Y5);
\draw [thick] (Z1) -- (Z9) -- (Z3) -- (Z7) -- (Z5);
\draw [thick] (Z10) -- (Z2) -- (Z8) -- (Z4) -- (Z6);
\draw [dashed,thick] (Z10) -- (Y1) -- (Z9) -- (Y2) -- (Z8) -- (Y3) -- (Z7) -- (Y4) -- (Z6) -- (Y5) -- (Z7) -- (Y6) -- (Z8) -- (Y7) -- (Z9) -- (Y8) -- cycle;
\draw [dashed,thick] (Z1) -- (Z5) -- (Z6) -- (Z10) -- cycle;
\draw [dashed,thick] (Z1) -- (Y8) -- (Z2) -- (Y7) -- (Z3) -- (Y6) -- (Z4) -- (Y5) -- (Z5);
\draw [dashed,thick] (Z2) -- (Z9);
\draw [dashed,thick] (Z3) -- (Z8);
\draw [dashed,thick] (Z4) -- (Z7);
\draw [dashed,thick] (Y1) -- (Z2);
\draw [dashed,thick] (Y2) -- (Z3);
\draw [dashed,thick] (Y3) -- (Z4);
\draw [dashed,thick] (Y4) -- (Z5);
\foreach \point in {Z6,Z7,Z8,Z9,Z10}
\node [circle,draw,thick,fill=white,inner sep=0.5pt] at ($(\point)$) {{\LARGE Z}};
\draw [dashed,thick] (Y1) -- (Z1);
\draw [dashed,thick] (Y2) -- (Z2);
\draw [dashed,thick] (Y3) -- (Z3);
\draw [dashed,thick] (Y4) -- (Z4);
\foreach \point in {X1,X2,X3,X4}
\node [circle,draw,thick,fill=white,inner sep=0.5pt] at ($(\point)$) {{\LARGE X}};
\foreach \point in {Y1,Y2,Y3,Y4,Y5,Y6,Y7,Y8}
\node [circle,draw,thick,fill=white,inner sep=0.5pt] at ($(\point)$) {{\LARGE Y}};
\foreach \point in {Z1,Z2,Z3,Z4,Z5}
\node [circle,draw,thick,fill=white,inner sep=0.5pt] at ($(\point)$) {{\LARGE Z}};
\foreach \x in {0,10,20,30}
\fill (-\x pt,0.8) circle [radius=2.5pt];
\foreach \y in {0,10,20,30}
\fill ($(Z5)+(1,0)+(\y pt,0.8)$) circle [radius=2.5pt];
\end{tikzpicture}
\fi
\if0
\pgfdeclareradialshading{hoge}{\pgfpoint{-5bp}{5bp}}{%
color(0bp)=(black!0!white);
color(5bp)=(black!10!white);
color(7bp)=(black!70!white);
color(9bp)=(black!100!white)}
\begin{tikzpicture}
\path
coordinate (A) at (0,0)
coordinate (B) at ($(A)+(3.5,0)$)
coordinate (C) at ($(B)+(1.2,0.6)$)
coordinate (D) at ($(C)+(-3.5,0)$)
coordinate (E) at ($(A)+(0,-3.5)$)
coordinate (F) at ($(B)+(0,-3.5)$)
coordinate (G) at ($(C)+(0,-3.5)$)
coordinate (H) at ($(D)+(0,-3.5)$)
coordinate (上面) at ($(A)!.5!(C)$)
coordinate (手前面) at ($(A)!.5!(F)$)
coordinate (左面) at ($(A)!.5!(H)$)
coordinate (奥面) at ($(C)!.5!(H)$)
coordinate (右面) at ($(B)!.5!(G)$)
coordinate (下面) at ($(E)!.5!(G)$)
coordinate (上A) at ($(A)!.25!(G)$)
coordinate (上B) at ($(C)!.25!(E)$)
coordinate (下A) at ($(B)!.75!(H)$)
coordinate (下B) at ($(D)!.75!(F)$);
\path
[draw] (上A) -- (A)
[draw] (上A) -- (上面)
[draw] (上A) -- (手前面)
[draw] (上A) -- (左面);
\path
[draw] (上B) -- (C)
[draw] (上B) -- (上面)
[draw] (上B) -- (奥面)
[draw] (上B) -- (右面);
\path
[draw] (下A) -- (H)
[draw] (下A) -- (左面)
[draw] (下A) -- (奥面)
[draw] (下A) -- (下面);
\path
[draw] (下B) -- (F)
[draw] (下B) -- (手前面)
[draw] (下B) -- (右面)
[draw] (下B) -- (下面);
\foreach \point in {上B,下A}
\shade [shading=hoge] ($(\point)$) circle (0.35);
\draw (A) -- (B) -- (C) -- (D) -- cycle;
\draw (A) -- (E) -- (F) -- (B);
\draw (F) -- (G) -- (C);
\draw [dashed] (D) -- (H) -- (E);
\draw [dashed] (H) -- (G);
\draw [dashed] ($(A)!.5!(B)$) -- ($(C)!.5!(D)$) -- ($(G)!.5!(H)$) -- ($(E)!.5!(F)$) -- cycle;
\draw [dashed] ($(A)!.5!(E)$) -- ($(B)!.5!(F)$) -- ($(C)!.5!(G)$) -- ($(D)!.5!(H)$) -- cycle;
\draw [dashed] ($(A)!.5!(D)$) -- ($(B)!.5!(C)$) -- ($(F)!.5!(G)$) -- ($(E)!.5!(H)$) -- cycle;
\draw [dashed] (上面) -- (下面);
\draw [dashed] (左面) -- (右面);
\draw [dashed] (手前面) -- (奥面);
\foreach \point in {A,B,C,D,E,F,G,H,上面,手前面,左面,奥面,右面,下面,上A,下B}
\shade [shading=hoge] ($(\point)$) circle (0.35);
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
[hoge/.style={draw=black,double,double=black!20!white,double distance=2.5pt}]
\path
coordinate (A) at (0,0)
coordinate (B) at ($(A)+(6,0)$)
coordinate (C) at ($(B)+(3.8,2.3)$)
coordinate (D) at ($(C)+(-5.6,0)$)
coordinate (E) at ($(A)+(0,-3.5)$)
coordinate (F) at ($(B)+(0,-3.5)$)
coordinate (G) at ($(C)+(0,-3.5)$)
coordinate (H) at ($(D)+(0,-3.5)$)
coordinate (手前面) at ($($(A)!.5!(E)$)!.5!(F)$)
coordinate (左面) at ($($(A)!.5!(E)$)!.5!(D)$)
coordinate (奥面) at ($($(C)!.5!(G)$)!.5!(H)$)
coordinate (右面) at ($($(B)!.5!(F)$)!.5!(C)$)
coordinate (重心) at ($(A)!.5!(G)$);
\draw [name path=EH,densely dashed] (E) -- (H) coordinate (EH);
\draw [name path=GH,densely dashed] (G) -- (H) coordinate (GH);
\draw [name path=FG] (F) -- (G) coordinate (FG);
\draw [name path=EF] (E) -- (F) coordinate (EF);
\draw (A) -- node [above=5pt] {$a$} (D) -- node [above=3pt] {$a$} (C) -- (B);
\draw (C) -- (G);
\draw [densely dashed] (D) -- (H);
%以下,内部の結合
\draw [hoge] (左面) -- (A);
\draw [hoge] (左面) -- (D);
\draw [hoge] (左面) -- (重心);
\draw [hoge] (奥面) -- (H);
\draw [hoge] (奥面) -- (G);
\draw [hoge] (奥面) -- (重心);
\draw [hoge] (右面) -- (重心);
\draw [hoge] (右面) -- (B);
\draw [hoge] (右面) -- (C);
\filldraw [fill=black] (H) circle [radius=7pt];
\draw [hoge] (手前面) -- (重心);
\draw [hoge] (手前面) -- (E);
\draw [hoge] (手前面) -- (F);
\draw (E) -- node [left=3pt] {$c$} (A) -- (B) -- (F);
%以下,垂線たち
\draw [densely dashed] (手前面) -- node [anchor=west,yshift=-2pt] {{\small$\bun14c$}} (手前面|-EF);
\path [name path=左面から下] (左面) -- +(0,-5);
\draw [name intersections={of=左面から下 and EH, by=t1}] [densely dashed] (左面) -- node [anchor=east,yshift=-2pt] {$\bun34c$} (t1);
\draw [densely dashed] (奥面) -- node [anchor=east,yshift=-3pt] {{\small$\bun14c$}} (奥面|-GH);
\path [name path=右面から下] (右面) -- +(0,-5);
\draw [name intersections={of=右面から下 and FG, by=t2}] [densely dashed] (右面) -- node [anchor=east,yshift=-0.8cm] {$\bun34c$} (t2);
\draw [densely dashed] (重心) -- node [anchor=west,yshift=-7pt] {{\small}$\bun12c$} ($(E)!.5!(G)$);
\foreach \point in {A,B,C,D,E,F,G}
\filldraw [fill=black] (\point) circle [radius=7pt];
\foreach \point in {左面,奥面,右面,手前面}
\filldraw [fill=white] (\point) circle [radius=7pt];
\filldraw [fill=black!60!white] (重心) circle [radius=7pt];
\end{tikzpicture}
\fi
\if0
\begin{tikzpicture}
[hoge/.style={draw=black,double,double=black!20!white,double distance=2.5pt}]
\path
coordinate (E) at (0,0)
coordinate (F) at ($(E)+(6,0)$)
coordinate (B) at ($(F) +(0,3.5)$)
coordinate (A) at ($(E)+(0,3.5)$)
coordinate (内部) at ($($(A)!.5!(E)$)!.5!(F)$);
\draw (E) -- (F) -- node [anchor=west] {{\small$c$}} (B) -- node [anchor=south] {{\small$a$}} (A) -- node [anchor=east] {{\small$c$}} cycle;
\draw [hoge] (E) -- (内部) -- (F);
\draw [densely dashed] ($(A)!.5!(B)$) -- node [anchor=west,yshift=2pt] {{\small$\bun34c$}} (内部);
\draw [densely dashed] ($(E)!.5!(F)$) -- node [anchor=west,yshift=-2pt] {{\small$\bun14c$}} (内部);
\node at ($($(E)!.75!(F)$)+(0,-12pt)$) {{\small$\bun12a$}};
\node at ($($(E)!.25!(F)$)+(0,-12pt)$) {{\small$\bun12a$}};
\foreach \point in {A,B,E,F}
\filldraw [fill=black] (\point) circle [radius=7pt];
\filldraw [fill=white] (内部) circle [radius=7pt];
\end{tikzpicture}
\fi
\begin{tikzpicture}
\path coordinate (原点1) at (0,0)
coordinate (原点2) at (5,0)
coordinate (原点3) at (10,0)
coordinate (原点4) at (0,-3)
coordinate (原点5) at (5,-3)
coordinate (原点6) at (10,-3);
\foreach \point/\pointtext in {原点1/\ajKakko{1},原点2/\ajKakko{2},原点3/\ajKakko{3},原点4/\ajKakko{4},原点5/\ajKakko{5},原点6/\ajKakko{6}}
{\draw [->,>=stealth'] (\point) -- +(0,2) node [above left=8pt,yshift=-8pt] {\pointtext} node [right=3pt] {$Z$};
\draw [->,>=stealth'] (\point) -- +(3.5,0) node [above right=0pt] {$\bun{n}{V}$};
\draw [dashed] ($(\point)+(0,1)$) node [anchor=east,xshift=-3pt] {1} -- +(3.5,0);}
\draw [very thick] ($(原点1)+(0,1)$) .. controls +(0.8,-1.5) and +(-1,-1) .. ($(原点1)+(3.3,1.8)$);
\draw [very thick] ($(原点2)+(0,1)$) -- +(3.5,0.5);
\draw [very thick] ($(原点3)+(0,1)$) .. controls +(0.8,1.5) and +(-1,1) .. ($(原点3)+(3.3,0.2)$);
\draw [very thick] ($(原点4)+(0,1)$) -- +(3.5,-0.5);
\draw [very thick] ($(原点5)+(0,1)$) .. controls +(0.2,0.05) and +(-0.15,-0.15) .. ($(原点5)+(0.6,1.4)$) .. controls +(0.15,0.15) and +(-0.3,0) .. ($(原点5)+(1.2,1.8)$) .. controls +(0.35,0) and +(-0.1,0.01) .. ($(原点5)+(2.2,1.4)$) .. controls +(0.1,-0.05) and +(-0.25,0) .. ($(原点5)+(3.3,1.2)$);
\draw [very thick] ($(原点6)+(0,1)$) .. controls +(0.2,-0.05) and +(-0.15,+0.15) .. ($(原点6)+(0.6,0.5)$) .. controls +(0.15,-0.15) and +(-0.3,0) .. ($(原点6)+(1.2,0.1)$) .. controls +(0.35,0) and +(-0.1,-0.01) .. ($(原点6)+(2.2,0.5)$) .. controls +(0.1,0.05) and +(-0.25,0) .. ($(原点6)+(3.3,0.9)$);
\end{tikzpicture}
\end{document}