Skip to content

sakai-lab/thesis-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-templates

Templates of B and M thesis

When you write a thesis in Japanese

make latexmkrc on the current dir.

$latex = 'platex';
$bibtex = 'pbibtex';
$dvipdf = 'dvipdfmx %O -o %D %S';
$makeindex = 'mendex %O -o %D %S';
$pdf_mode = 3; 
$ENV{TZ} = 'Asia/Tokyo';
$ENV{OPENTYPEFONTS} = '/usr/share/fonts//:';
$ENV{TTFONTS} = '/usr/share/fonts//:';

On Overleaf, set as below.

  • Compiler: LaTeX
  • TeX Live version: 2021 (Legacy)

About

Templates of B and M thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published