TeX:TeXで調べたこと(記号・増減表など)

こんにちは。TeXでわからないこと調べたメモ書きにして残しておきます。一応ソースコードもつけておきます。

TeXで調べたこと

・垂直記号 \perp \perp
・約 \fallingdotseq \fallingdotseq
・〇囲み文字\textcircled{\scriptsize{2}} \textcircled{\scriptsize{2}}
・増減表1
\begin{array}{c||c|c|c|c|c} \hline x&\cdots&-1&\cdots&3&\cdots\\ \hline y'&+&0&-&0&+\\ \hline y&\nearrow&4&\searrow&-1&\nearrow\\ \hline \end{array}
\begin{array}{c||c|c|c|c|c} \hline
x&\cdots&-1&\cdots&3&\cdots\\ \hline
y’&+&0&-&0&+\\ \hline
y&\nearrow&4&\searrow&-1&\nearrow\\ \hline
\end{array}
・増減表2
\begin{array}{c||c|c|c|c|c|c|c}  x & \cdots & 1& \cdots & 2 & \cdots & 3 & \cdots \\ \hline  y' & + & 0 & - & - & - & 0 & + \\ \hline y^{\prime\prime} & - & - & - & 0 & + & + & + \\ \hline  y & \ltarrow & \mbox{Max}\atop 5 & \rtarrow & \mbox{Inf}\atop1 & \lbarrow & \mbox{Min}\atop -2 & \rbarrow \\ \hline\end{array}
\def\lbarrow{{\begin{picture}(10,10) \put(10,10){\oval(20,20)[lb]}\put(10,0){\vector(1,0){2}} \end{picture}}}
\def\ltarrow{{\begin{picture}(10,10) \put(10,0){\oval(20,20)[lt]}\put(10,10){\vector(1,0){2}} \end{picture}}}
\def\rbarrow{{\begin{picture}(10,10) \put(0,10){\oval(20,20)[rb]}\put(10,10){\vector(0,1){2}} \end{picture}}}
\def\rtarrow{{\begin{picture}(10,10) \put(0,0){\oval(20,20)[rt]}\put(10,0){\vector(0,-1){2}} \end{picture}}}
\begin{array}{c||c|c|c|c|c|c|c}
x & \cdots & 1& \cdots & 2 & \cdots & 3 & \cdots \\ \hline
y’ & + & 0 & – & – & – & 0 & + \\ \hline
y^{\prime\prime} & – & – & – & 0 & + & + & + \\ \hline
y & \ltarrow & \mbox{Max}\atop 5 & \rtarrow & \mbox{Inf}\atop1 & \lbarrow & \mbox{Min}\atop -2 & \rbarrow \\ \hline
\end{array}

コメントを残す

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

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)