流れる気体の問題
レンダリング結果

TeXソース
TeXソース
入力コード
\documentclass[b5j,9pt,twoside]{tetsujsarticle}
\usepackage{tetsuchem}
\pagestyle{fancy}
\余白設定[
上余白=0truecm,
下余白=上余白,
左余白=0truecm,
左右差=0truecm,
段間隔=対称,
段組の仕切り線の太さ=.5truept,
ヘッダの縦幅=3truept,
ヘッダ下端と本文上端の縦間隔=0truept,
ヘッダと本文を仕切る線の太さ=0truept,
本文下端とフッタ下端の縦間隔=0truept,
本文とフッタを仕切る線の太さ=0truept,
傍注領域の幅=0truept,
本文端と傍注領域との間隔=0truept,
傍注同士の縦間隔=\baselineskip,
奇数ページの傍注位置=右,
偶数ページの傍注位置=左,
]
\カスタム用紙サイズ{縦=5cm,横=9.75cm}
\begin{document}
\begin{tikzpicture}
\fill[draw,black!35!white] (0,0) -- (3,0) -- (3,1) -- (0,1) --cycle;
\draw (0,0) -- (3,0) -- (3,3) -- (0,3) --cycle;
\draw (0.5,0.75) -- (0.5,3.5) -- (-0.75,3.5);
\draw (0.75,0.75) -- (0.75,3.75) -- (-0.75,3.75);
\fill[white] (0.507,0.75) -- (0.743,0.75) -- (0.743,3.743) -- (0.507,3.743) --cycle;
\fill[white] (0.65,0.5) circle (2.5pt);
\fill[white] (0.84,0.67) circle (2.5pt);
\fill[white] (1,0.88) circle (2.5pt);
\draw (2.25,2.5) -- (2.25,3.75) -- (3.5,3.75) -- (3.5,4.25) -- (5.5,4.25);
\draw (2.5,2.5) -- (2.5,3.5) -- (3.5,3.5) -- (3.5,3) -- (5.5,3);
\fill[white] (2.257,2.25) -- (2.257,3.25) -- (2.493,3.25) -- (2.493,2.25) --cycle;
\fill[draw] (5.25,4.25) -- (5,4.25) -- (5,3) -- (5.25,3) --cycle;
\node[anchor=south east] at (-0.75,3.75) {$P_0\〔\Pa〕$の空気};
\node[left] at (-0.75,3.625) {$V_0\〔\L〕$\→};
\node[above] at (-0.125,3.75) {入口A};
\node[below] at (1.5,0) {容器B};
\node at (1.5,0.5) {水};
\node[above] at (2.75,3.75) {出口C};
\node[above] at (4.25,4.25) {容器D};
\node[right] at (5.25,3.625) {\← $P_0\〔\Pa〕$};
\end{tikzpicture}
\end{document}