技術メモ

TeX Liveインストール 

TeXコマンド集 

begin{equation}内 or 文中$$内 

太字(ベクトルなど) 

{bf x} →太字X

x_1,x_2,・・・,x_n 

x_1,x_2,\cdots,x_n

分数表記 

\frac{分子}{分母}

Σ 

\sum_{x=i}^{n}x_i

文間隔 

横方向(変数説明で空けたいときなど)

\hspace{5mm} ←ミリ数はご自由に

縦方向(段落間隔をいじる)

~~~~前文\\
\vspace{1mm}

縦方向(改行)

前文~~~~\\
\vspace{\baselineskip}

画像貼り付け(横並び) 

\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