Giter Club home page Giter Club logo

fun-masterthesis-compilable-template's Introduction

公立はこだて未来大学・修士論文テンプレートファイル(バグ修正版)

本リポジトリは,テンプレートファイルに以下の問題があったため修正したものです.

  • 公式で配布されているテンプレートでは,funstyle_master.tex がコメントアウトされて適用されていない.
  • funstyle_master.tex を適用するといくつかの不備によってコンパイルエラーが発生する.

オリジナルの README はこちらからどうぞ.

オリジナルファイルから修正を加えた点

  • main.tex
    • \input{funstyle_master.tex} のコメントアウトを解除.
    • cover.tex の input 後に funstyle_master.tex を input.
    • 参考文献の出力後に \addcontentsline を追加.
    • title.tex にタイトルページの記述を分割.
  • funstyle_master.tex
    • 参考文献の設定において,\addcontentsline の設定が原因でエラーが発生していたため,main.tex に移動.(おそらく設定箇所が適切ではない.)
    • 参考文献の設定において,\newblock の定義が原因でエラーが発生したため削除.
    • pdftitle,pdfauthor, pdfsubject, pdfkeywordscover.tex から読み込み.
  • acknowledgment.tex
    • 目次に,「謝辞」を追加.
  • publications.tex
    • 目次に,「発表・採録実績」を追加.

コンパイル方法

PC に TeX Live をインストールしてから,以下の手順を選択してコンパイルしてください.

Docker を使用する場合は各自でセットアップしてください.

with command line

bibTeX 無しの場合

$ make build

bibTeX 有りの場合

$ make build-with-bib

with VSCode

bibTeX 無しの場合の .vscode/settings.json

{
  ...,
  "latex-workshop.latex.recipes": [
    {
      "name": "toolchain",
      "tools": [
        "uplatex2pdf",
        "uplatex2pdf"
      ]
    }
  ],
  ...
}

bibTeX 有りの場合の .vscode/settings.json

{
  ...,
  "latex-workshop.latex.recipes": [
    {
      "name": "toolchain",
      "tools": [
        "uplatex2pdf",
        "pbibtex",
        "uplatex2pdf",
        "uplatex2pdf"
      ]
    }
  ],
  ...
}

.vscode/settings.json の設定後

  1. LaTeX Workshop をインストールする.
  2. main.tex に input されているファイルを更新すると自動でコンパイルされる.

fun-masterthesis-compilable-template's People

Contributors

ytakahashii avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.