*
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
部屋の週間使用予定表(第1型)のLatexソース(cut and pasteして御利用下さい)
% 部屋の週間使用予定表 (タイプ-1)
% weeklySchedule1.tex
% 2008/3/13,2012/3/8, created by N.Tajima
%
\documentstyle[12pt]{article}
\topmargin=-37mm
\oddsidemargin=-20mm % side margin for odd-page-number page
\evensidemargin=-20mm % even
\textheight=199mm
\textwidth=286mm
\newcommand{\disregard}[1]{}
% \newcommand{\disregard}[1]{#1}
\begin{document}
\pagestyle{empty}
\baselineskip=7.0mm
\unitlength 1mm
\newcommand{\weekly}{
\noindent
\begin{picture}(0,0)
% scales : begin
\disregard{
\thinlines
\multiput(0,0)(0,-50){4}{\line(1,0){286}}
\put(0,-199){\line(1,0){286}}
\multiput(0,0)(50,0){6}{\line(0,-1){199}}
\put(286,0){\line(0,-1){199}}
\multiput(10,0)(10,0){28}{\line(0,-1){2}}
\multiput(10,-199)(10,0){28}{\line(0,1){2}}
\multiput(0,-10)(0,-10){19}{\line(1,0){2}}
\multiput(286,-10)(0,-10){19}{\line(-1,0){2}}
}
% \put(5,-5){\makebox(0,0)[tl]{top-left corner}}
% scales : end
\thicklines
\put(1,-11){\makebox(0,0)[bl]{\LARGE %
20\underline{\phantom{HHHHH}}年度 \underline{\phantom{HHHH}}期}}
\put(279,-11){\makebox(0,0)[br]{\LARGE %
\underline{\phantom{HHHHHHHH}}号室 週間使用予定表}}
\put(0,-15){\line(1,0){286}}
\multiput(0,-25)(0,-34){6}{\line(1,0){286}}
\put(0,-15){\line(0,-1){180}}
\multiput(20,-15)(38,0){8}{\line(0,-1){180}}
\put(10,-42){\makebox(0,0){\Huge 月}}
\put(10,-76){\makebox(0,0){\Huge 火}}
\put(10,-110){\makebox(0,0){\Huge 水}}
\put(10,-144){\makebox(0,0){\Huge 木}}
\put(10,-178){\makebox(0,0){\Huge 金}}
\put(39,-20){\makebox(0,0){\LARGE 1限}}
\put(77,-20){\makebox(0,0){\LARGE 2限}}
\put(115,-20){\makebox(0,0){\LARGE 昼休}}
\put(153,-20){\makebox(0,0){\LARGE 3限}}
\put(191,-20){\makebox(0,0){\LARGE 4限}}
\put(229,-20){\makebox(0,0){\LARGE 5限}}
\put(267,-20){\makebox(0,0){\LARGE 6限}}
\end{picture}
}
\weekly
\end{document}
To Page Top