@
_JG1WWK blockIdx.x + blockIdx.y * gridDim.x;
\documentclass{jsarticle}
\usepackage[dvipdfmx]{graphicx}
\title{解析学 3年生冬休みの課題}
\author{JG1WWk}
\date{\today}
\begin{document}
\maketitle
\section{問題1 空白をうめよ.}
\section{問題2 加法定理を利用して次の値を求めよ}
\subsection{$\sin75^\circ $}
$\sin$関数の加法定理,
\begin{equation}
\sin(\alpha+\beta=)\sin\alpha\sin\beta+\cos\alpha\sin\beta
\end{equation}
より$\a...