(学力調査風)報告書テンプレート【TeX Writer,iPad】

当ブログではiPadのアプリTeX writerで動くプリントのテンプレートを公開しています。

全国学力・学習状況調査の報告書っぽいプリントを作れるテンプレートです。

学力調査報告書テンプレート
\documentclass[onecolumn,11pt,a4paper]{article}
\usepackage[whole]{bxcjkjatype}%なんか日本語になる
\usepackage{fancyhdr,amsmath,multicol,ascmac,comment,framed,amssymb,array, arydshln}
\usepackage{graphicx, wrapfig}%画像関係のパッケージ
\usepackage[top=4cm, bottom=3cm, left=2cm,right=2cm]{geometry}%ここで余白設定してます。

%%%%%%%%%%%%%%ページ上部と下部の編集%%%%%%%%%%%%%%%
\pagestyle{fancy}
\lhead{\Large{}} %ヘッダーの左側に書くやつ(ここにプリントタイトル入れるのがオススメ)
\chead{\Large{}} %ヘッダーの中央に書くやつ
\rhead{\Large{}} %ヘッダーの右側に書くやつ
\lfoot{} %フッターの左側に書くやつ
\cfoot{} %フッターの中央に書くやつ(ここに\thepageを入れるとページ数を表示)
\rfoot{} %フッターの右側に書くやつ
\renewcommand{\headrulewidth}{0pt}
%%%%%%%%%%%%%%ここから本文開始%%%%%%%%%%%%%%%
\begin{document}
\begin{description}
\item{\fbox{\phantom{aaaaaaaa}}}
\item{{\bf趣旨}}
\begin{framed}
\phantom{a}
\end{framed}
\begin{description}
\item{$\blacksquare${\bf学習指導要領における領域・内容}}
\end{description}
\vspace{2cm}
\item{{\bf解答類型と反応率}}
\begin{table}[h]
\begin{tabular}{|c|c|l|l|c|c|}
\hline
\multicolumn{2}{|c|}{問題番号} & \multicolumn{2}{|c|}{解答類型} & 反応率 & 正答\\
\hline
\cline{3-6} \phantom{\fbox{1}} & \phantom{(1)} & 1 & \phantom{aaaa} と解答しているもの \hspace{5cm} & &$\circledcirc$ \\
\cdashline{3-6} & & 2 & \phantom{aaaa} と解答しているもの & & \\
\cdashline{3-6} & & 3 & \phantom{aaaa} と解答しているもの & & \\
\cdashline{3-6} & & 4 & \phantom{aaaa} と解答しているもの & & \\
\cdashline{3-6} & & 9 & 上記以外の解答 & & \\
\cdashline{3-6} & & 0 & 無回答 & & \\
\hline
\end{tabular}
\end{table}
\item{{\bf分析結果と課題}}
\renewcommand{\labelitemi}{$\bigcirc$}
\begin{itemize}
\vspace{0.5cm}
\item \phantom{aaaa}
\vspace{1cm}
\item \phantom{aaaa}
\vspace{1cm}
\item \phantom{aaaa}
\vspace{1cm}
\end{itemize}
\item{{\bf学習指導に当たって}}
\begin{itemize}
\vspace{0.5cm}
\item \phantom{aaaa}
\vspace{1cm}
\item \phantom{aaaa}
\vspace{1cm}
\item \phantom{aaaa}
\vspace{0.5cm}
\end{itemize}
\renewcommand{\labelitemi}{$\bullet$}
\end{description}
\newpage
\end{document}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です