その他一覧へ戻る

温度の異なる部屋がつながった問題

鉄TeX機能紹介/TikZサンプル/髙橋作成/温度の異なる部屋がつながった問題.tex鉄TeX機能紹介 / TikZhybrid

レンダリング結果

1ページ / 同名PDFあり
温度の異なる部屋がつながった問題 preview
PDFを開く
TeXソース
TeXソース
入力コード
\documentclass[b5j,9pt,twoside]{tetsujsarticle}
\usepackage{tetsuchem}
\pagestyle{fancy}

\余白設定[
上余白=0truecm,
下余白=上余白,
左余白=0truecm,
左右差=0truecm,
段間隔=対称,
段組の仕切り線の太さ=.5truept,
ヘッダの縦幅=2truept,
ヘッダ下端と本文上端の縦間隔=0truept,
ヘッダと本文を仕切る線の太さ=0truept,
本文下端とフッタ下端の縦間隔=0truept,
本文とフッタを仕切る線の太さ=0truept,
傍注領域の幅=0truept,
本文端と傍注領域との間隔=0truept,
傍注同士の縦間隔=\baselineskip,
奇数ページの傍注位置=右,
偶数ページの傍注位置=左,
]

\カスタム用紙サイズ{縦=2.5cm,横=4.15cm}

\begin{document}

\begin{tikzpicture}
\draw[fill=black!35!white] (-0.65,0.125) -- (-0.35,0.125) -- (-0.35,0.75) -- (-1.85,0.75) -- (-1.85,-0.75) -- (-0.35,-0.75) -- (-0.35,-0.125) -- (-0.65,-0.125) arc(-16:-344:0.45432) --cycle;
\draw[fill=black!70!white] (0.5,0.125) -- (0.35,0.125) -- (0.35,0.75) -- (1.85,0.75) -- (1.85,-0.75) -- (0.35,-0.75) -- (0.35,-0.125) -- (0.5,-0.125) arc(-168:168:0.6032463) --cycle;
\draw (-0.35,0.125) -- (0.35,0.125);
\draw (-0.35,-0.125) -- (0.35,-0.125);
\draw[fill=white] (0,0) circle (5pt);
\draw[fill=white] (0,0) circle (3.5pt);
\draw[fill=white] (0,0) ellipse (1.5pt and 7pt);
\node at (-1.1,0) {$V_1$};
\node at (1.1,0) {$V_2$};
\node[below] at (-1.1,-0.75) {$T_1$};
\node[below] at (1.1,-0.75) {$T_2$};
\node[above] at (-1.1,0.75) {容器\bf{A}};
\node[above] at (1.1,0.75) {容器\bf{B}};
\end{tikzpicture}

\end{document}