このテンプレートはplatex
を前提としています。
最新版のTeXLiveをインストールしてください。
GitHub Web UIの右上にある「Use this template」から作成してください。
- このリポジトリをクローン
$ git clone git@github.com:<your-repository>
- ルートディレクトリで
make
を実行
$ make
- →↑の「<> Code ▼」からこのリポジトリのZIPファイルをダウンロード
- Overleafの「新規プロジェクト」→「プロジェクトのアップロード」からZIPファイルをアップロード
- アップロードしたOverleafプロジェクトで、左上の「メニュー」を開き、LaTeXエンジン(Compiler)を 「LaTeX」 に設定
- 「リコンパイル」でPDFを出力
This template assumes the use of platex
.
Please install the latest version of TeXLive.
Push "Use this template" on the top right in the web UI.
- Clone this repository.
$ git clone git@github.com:<your-repository>
- Run
make
in the root directory.
$ make
- Download the ZIP file of this repository from "<> Code ▼" button.
- Upload the ZIP file via Overleaf's "New Project" -> "Upload Project".
- In the uploaded Overleaf project, open the "Menu" in the top-left and set the LaTeX engine (Compiler) to "LaTeX."
- "Recompile" to generate a PDF.
-
This template is configured for compilation with
platex
, as specified in theMakefile
. On Overleaf,platex
cannot be selected directly from the GUI. However, since TeXLive is used on the backend, it is possible to utilize the platex engine by employing custom scripts. To override the default compilation engine on Overleaf, you can use.latexmkrc
(included in this repository). For more details, refer to Overleaf's guide: https://ja.overleaf.com/learn/latex/Articles/How_to_use_latexmkrc_with_Overleaf -
While
platex
is no longer the standard compiler for Japanese documents, its use here is intentional. Thecsg-thesis.sty
file was developed before 2010 by the Chiba Laboratory at UTokyo and does not support modern LaTeX engines for Japanese documents, such asuplatex
orlualatex
. Your contributions to support for these engines are welcome.