nesosuke / thesis-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thesis-template

Usage

  1. 各ディレクトリを以下のようにリネームしてください。

    • /texfiles_sample -> /texfiles
    • /settings_sample -> /settings
    • /figs_sample -> /figs
  2. abstract_sample.texmain_sample.tex末尾の_sampleを削除してください。

  3. abstract.texmain.tex中の\newcommand{\texfiles}{texfiles_sample}\newcommand{\settings}{settings_sample}を編集してください。

    \newcommand{\texfiles}{texfiles_sample} % change this line: "_sample" -> ""
    \newcommand{\settings}{settings_sample} % change this line: "_sample" -> ""
  4. 文献スタイルを変更する場合は,/texfiles/99.references.tex中の\newcommand{\citationstyle}{bst/jIEEEtran}を編集してください。

    \newcommand{\citationstyle}{bst/jIEEEtran}

以上を一括で行うには,setup.pyを実行してください。

python3 setup.py

About

License:MIT License


Languages

Language:TeX 84.6%Language:Python 15.4%