ご質問はこちらへ
背表紙付きの表紙の作成
uline--.styで穴埋め問題を作る
log fileは添付してあります。
【uline--.sty archive】
よろしくお願いいたします。
どうしてもコンパイルできません
\documentclass{jsarticle}
\usepackage{amsmath,amssymb}
\title{課題6}
\author{K}
\date{\today}
\begin{document}
\newtheorem{theorem}{定理}
\begin{theorem}[オイラーの等式]
\begin{align*}
$e^x=1+\frac{x}{1!}+\frac{x^2}{2!}+\frac{x^3}{3!}+...\\
\sin x=x-\frac{x^3}{3!}+\frac{x^5}{5!}-...\\
\cos x=1-\frac{x^2}{2!}+\frac{x^4}{4!}-...$\\
$e^ix
&=1+\frac{ix}{1!}+\frac{(ix)^2}{2!}+\frac{(ix)^3}{3!}+...\\
&=1+\frac{ix}{1!}-\frac{x^2}{2!}-\frac{ix^3}{3!}+...\\
&=\left(1-\frac{x^2}{2!}+\frac{x^4}{4!}...\right)+i\left(x-\frac{x^3}{3!}+\frac{x^5}{5!}-...\right)\\
&=\cos x+i\sin x$\\
$e^i\pi
&=\cos \pi+i\sin \pi\\
&=-1$
\end{align*}
\end{theorem}
\end{document}
このファイルをコンパイルしたいんですが、エラーが出てしまいできません。
どうやら下から3行目に問題があるようです。
どなたかご教示願えないでしょうか。
colortblパッケージ使用時のmultirowの表示不具合について
Build LaTex projectを実行したい
文字の下に線を引っ張って説明
% documentclass=========================================================
\documentclass{ltjsarticle}% compiler: lualatex-------------------------
%=======================================================================
% preamble==============================================================
% 書式------------------------------------------------------------------
\usepackage{luatexja}% lualatexの日本語設定
\usepackage{tcolorbox,ulem,calc,ifthen,color,graphics}%
\newlength{\blocklength}%
\newtcbox{subblock}
{%
%enhanced,%
on line,%
%boxrule=0.5pt,%
sharp corners,%
left=0em,right=0em,top=0em,bottom=0em,%
colback=white,%
%tcbox raise=-4.5em,%
%borderline west={0.1pt}{-0.1pt}{black},%
%frame style={left color=black,right color=white,top color=white,bottom color=white}%
}%
\newcommand{\block}[2]%
{%
\settowidth{\blocklength}{\uline{#1}}%
\uline{#1}\hspace{-\blocklength+0.5em}
\raisebox{-1.7em}[1em][0em]%
{%
\subblock%
{%
\raisebox{-0.5em}[1em][0em]%
{%
\hspace{-0.5em}\sout{\quad}#2%
}%
}%
}%
}%
% document================================================================
\begin{document}%
\normalsize%
There is something \block{to}{目的} talk about.\vspace{1cm}%
\Large%
There is something \block{to}{目的} talk about.\vspace{1cm}%
\LARGE%
There is something \block{to}{目的} talk about.\vspace{1cm}%
\end{document}%