その他一覧へ戻る

Column

鉄TeX機能紹介/TikZサンプル/Column.tex鉄TeX機能紹介 / TikZhybrid

レンダリング結果

1ページ / 同名PDFあり
Column preview
PDFを開く
TeXソース
TeXソース
入力コード
\documentclass[b5j,10pt,twoside]{tetsujsarticle}
\usepackage{tetsuryoku}
\pagestyle{empty}
\begin{document}


\begin{tikzpicture}
\node[rectangle,draw=black,fill=black!20!white,decorate,decoration={random steps,segment length=1pt,amplitude=0.6pt}]{\zapfamily Column};
\end{tikzpicture}


\end{document}