* last modifed (y/m/d): 2012/3/8 , To top page of latex file archive , To N. Tajima's Home Page in English or Japanese

部屋の臨時使用予定表のLatexソース(cut and pasteして御利用下さい)

% roomReservation.tex : 部屋の臨時使用予定表
% 2012/3/8
% 2010/3/25: 年→年度
% 2009/3/26: created by N. Tajima

\documentstyle[12pt]{article}
\topmargin=-33mm
\oddsidemargin=-20mm
\evensidemargin=-20mm
\textheight=285mm
\textwidth=205mm
%

\begin{document}
\pagestyle{empty}
\baselineskip=0.7cm

\unitlength 1mm

\noindent
\begin{picture}(0,0)

% \put(100,-5){\makebox(0,0)[t]{\Huge 20\underline{\phantom{HHH}}年度\phantom{HH}\underline{\phantom{HHHHH}}号室  臨時使用予定表}}

\put(100,-5){\makebox(0,0)[t]{\Huge \underline{\phantom{HHHHH}}号室\phantom{HHI}臨時使用予定表\phantom{HHI}20\underline{\phantom{HHH}}年度}}

\put(100,-280){\makebox(0,0)[b]{\Huge \underline{\phantom{HHHHHHH}}号 室 臨 時 使 用 予 定 表}}

\thicklines

\multiput(5,-15)(0,-17){16}{\line(1,0){190}}

\put(69,-15){\makebox(0,0)[t]{\footnotesize 使用開始時刻}}
\put(105,-15){\makebox(0,0)[t]{\footnotesize 使用終了時刻}}
\put(5,-15){\line(0,-1){255}}
\multiput(5,-23)(0,-17){15}{\makebox(0,0)[l]{\Large   {\small 月}  {\small 日}  {\small 曜}}}
\put(53,-15){\line(0,-1){255}}
\multiput(54,-23)(0,-17){15}{\makebox(0,0)[l]{\Large   :   〜  :  }}
\put(120,-15){\line(0,-1){255}}
\multiput(120,-15)(0,-17){15}{\makebox(0,0)[lt]{\footnotesize 使用代表者}}
\put(157,-15){\line(0,-1){255}}
\multiput(157,-15)(0,-17){15}{\makebox(0,0)[lt]{\footnotesize 使用目的}}
\put(195,-15){\line(0,-1){255}}

\end{picture}

\end{document}

To Page Top