Giter VIP home page Giter VIP logo

master_thesis's Introduction

修士論文LaTeXテンプレート

概要

慶應義塾大学大学院理工学研究科基礎理工学専攻物理情報専修の修士論文のための非公式テンプレートです。提出にあたっては実際の指示に従ってください。

内容

  • thesis.tex 修士論文本体のLaTeXファイル。
  • abstract.docx 審査用要旨のWordテンプレートファイル。
  • cover.pptx 製本を依頼する際の表紙データ。
    • 印刷して「上製本で」と指定して生協に出すときれいに製本をしてくれる。製本しない場合は不要。

使い方

Forkやcloneをせず、「ダウンロード」して使うこと。リポジトリの「Code」ボタンの「Download ZIP」をクリックすることでZipファイルがダウンロードできる。その上でローカルでGit管理し、さらにGitHub等でプライベートリポジトリとして管理することを強く推奨する。

コンパイル方法

TeXLiveをインストールし、LaTeXでコンパイルすればよいが、latexmkによるコンパイルを推奨する。.latexmkrcは、例えば以下のようにすれば良い。

#!/usr/bin/env perl

$latex = 'platex -synctex=1 -interaction=nonstopmode %O %S';
$bibtex = 'pbibtex %O %B';
$pdf_mode = 3;
$dvipdf = 'dvipdfmx %O -o %D %S'

正しくインストールされていれば、

latexmk

を実行することでthesis.pdfが作成される。

提出要旨の作成

pdftkがインストールされていれば、thesis.pdfから提出用の要旨(表紙+和文要旨+英文要旨を一つのPDFにしたもの)を作成できる。

pdftk thesis.pdf cat 1-3 output submit_abstract.pdf

単に

make abst

とすれば、thesis.pdfが無ければ作成され、そこからsubmit_abstract.pdfが作成される。

ライセンス

CC-BY

master_thesis's People

Contributors

kaityo256 avatar

Stargazers

 avatar  avatar Shu Tanaka avatar Yasuhiro Morioka avatar

Watchers

James Cloos avatar  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.