#author("2021-05-14T06:14:52+00:00","","")
#author("2021-11-19T04:54:12+00:00","","")
[[技術メモ]]

**begin{equation}内 or 文中$$内 [#lb3b859a]
***太字(ベクトルなど) [#gbb9cb07]
 {bf x} →太字X
***x_1,x_2,・・・,x_n [#va02d5ec]
 x_1,x_2,\cdots,x_n
***分数表記 [#tc704500]
 \frac{分子}{分母}
***Σ [#v9e368db]
 \sum_{x=i}^{n}x_i
***文間隔 [#o9e3bd36]
横方向(変数説明で空けたいときなど)
 \hspace{5mm} ←ミリ数はご自由に
縦方向(段落間隔をいじる)
 ~~~~前文\\
 \vspace{1mm}
縦方向(改行)
 前文~~~~\\
 \vspace{\baselineskip}
***画像貼り付け(横並び) [#g2370fbc]
 \begin{columns}
     \begin{column}{0.48\textwidth}
         \begin{figure}[h]
         \begin{center}
         \includegraphics[clip,width=5cm]{./figure/~.png}
         \caption{name}
         \end{center}
         \end{figure}
     \end{column}
     \begin{column}{0.48\textwidth}
         \begin{figure}[h]
         \begin{center}
         \includegraphics[clip,width=5cm]{./figure/~.png}
         \caption{name}
         \end{center}
         \end{figure}
     \end{column}
  \end{columns}

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS