Giter Club home page Giter Club logo

llls_depp-thesis_template's Introduction

LLLS/DEPP Thesis Template

The thesis template files of the following courses in the University of Tokyo:

  • Division of Lifelong Learning Infrastructure Management, Graduate School of Education
  • Division of Educational Practices and Policies, Faculty of Education

東京大学の以下のコースのための学位論文テンプレート集です:

  • 教育学研究科 生涯学習基盤経営コース
  • 教育学部 教育実践政策学コース

本テンプレート集は現段階では日本語で執筆する学生を対象としています(英語版は製作中)。 以下、READMEも日本語で記述します。

Contents

本テンプレートはLaTeXとWordの2種類が含まれています。 学位論文の執筆においてはどちらを利用しても構いません(体裁は同じになります)。 が、強く LaTeX を利用した執筆を推奨します。

ZIPファイルのダウンロード

対応するフォルダに当該形式のテンプレートが入っています。 テンプレートはそのまま執筆要綱を兼ねていますので、よく読んで執筆を進めてください。

graduation_thesis は卒業論文、master_thesis は修士論文のテンプレートです。 LaTeX版にはコンパイル済みのPDFも含まれています。

├── LaTeX
│   ├── graduation_thesis.pdf
│   ├── graduation_thesis.tex
│   ├── master_thesis.pdf
│   ├── master_thesis.tex
│   ├── readme-graduation.txt
│   ├── readme-master.txt
│   └── test.eps
├── README.md
└── Word
    ├── graduation_thesis.docx
    ├── master_thesis.doc
    ├── readme-graduation.txt
    └── readme-master.txt

Licence and Contribution

ライセンスや使用上の注意は、各フォルダの readme ファイルをご参照ください。 現行バージョンにおける質問はご遠慮ください。

現在、next-gen ブランチで次世代のテンプレートを開発中です。 文系領域の学位論文に使えるLaTeXテンプレートとしてのスタンダードたることを目指しておりますので、こちらにご協力いただける方のご意見・PRをお待ちしております。

llls_depp-thesis_template's People

Contributors

dongyue-w avatar reimiyata avatar shinchu avatar shuntaroy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nozomi-echigo

llls_depp-thesis_template's Issues

csquotesのダブルクオーテーションマークを使った引用時に日本語禁則処理が適用されない

  • csquotes.styを使ってダブルクオーテーションマークで日本語を引用すると、禁則処理が適用されない
  • csquotes.styで全角ダブルクオーテーションマークを指定しても、禁則処理は適用されない
  • csquotes.styで鍵括弧を指定すると、禁則処理は適用される
  • 従来の方法(``'')では、禁則処理は適用される

use booktabs package

I thought if we can achieve a same goal without using a package, it would be better than otherwise.
However, \midrule, \toprule, \bottomrule from booktabs make table coding more readable than the sublime text's standard snippet.

choose a well-defined bibliography style

We have to consider two situation: LaTeX and BibTeX environment and Word/LibreOffice and Mendeley environment.
The former requires a .bst while the latter needs a CSL format.

candidates:

  • SIST02 (CSL exists but no .bst)
  • JSLIS (the old format used this one but no .bst and CSL)
  • 経済学 ( jecon.bst style use this but this one has no formal definition of its own style, but no CSL)

enable stable multilingual typesetting by XeTeX

At the moment, XeTeX seems to be more stable and reliable for multilingual typesetting.
(When the version of LuaTeX bumps 1.0, this situation would change...)

here is a sample preamble code of CJK simultaneous typesetting (not tested yet)

\usepackage{zxjatype}
\usepackage[ipaex]{zxjafont}%日本語フォントを設定(メインとして)
\setmainfont{Gentium Plus}% 欧文フォントを設定
\usepackage{polyglossia}
\setotherlanguages{korean}%局所的韓国語環境
\newfontfamily\koreanfont[Script=Hangul]{UnBatang}%韓国語フォントを設定

\setjafamilyfont{chinesefam}{AR PL SungtiL GB} % **語フォント
% \chinese 命令: **語用の設定に切り替える。(局所的に使うべき)
\newcommand*{\chinese}{%
  \CJKfamily{chinesefam}%
  \punctstyle{fullwidth}%
  \zxuseoriginalparameters}
% chinesepar 環境: **語用の段落の設定
% \chinese 設定に段落下げ量の変更(2zw)を含める
\newenvironment{chinesepar}%
  {\par \chinese \setlength{\parindent}{2\jsZw}}{\par}
%

remove backref package

It is confusing that page numbers a bib-item cited on are appeared in the end of each bib-item.
To renew \backref can not modify the end of listed page numbers but the front of them only.
So this package looks not useful as it sounds.

Create Word Version

After LaTeX version completed, I will create Word version of this template.

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.