技術メモ

TeX Live2021インストール 

リンク先より「install-tl-windows.exe」を入手 

https://www.tug.org/texlive/acquire-netinstall.html

installを選択後インストールに進む 

tex installer.png
tex installer3.png

ダウンロード後にインストーラが出てくるのでそちらに移る 

tex installer4.png

高度な設定でカスタム画面に移動する 

tex installer5.png

スキームの変更をクリックしbasicスキームを選択する 

tex installer6.png

次にカスタマイズをクリックし日本語/英語と6つのコレクションを選択する 

tex installer7-2.png

必要容量が2GBになると思うので右下のインストールを開始する 

TeX Live Managerを開きtexworksとtextposをインストール 

tex installer9-2.png


tex installer10-2.png

これでBeamerを使えるようになる

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