├── .gitignore ├── README.md ├── barplot01.pdf ├── images ├── latex-my-template-example-bouten.png ├── latex-my-template-example-epigraph-abstract.png ├── latex-my-template-example-epigraph-concrete.png ├── latex-my-template-example-figure.png ├── latex-my-template-example-fonts.png ├── latex-my-template-example-kanbun.png ├── latex-my-template-example-kenten.png ├── latex-my-template-example-kunoji.png ├── latex-my-template-example-landscape.png ├── latex-my-template-example-listings.png ├── latex-my-template-example-note.png ├── latex-my-template-example-pxcjkcat.png ├── latex-my-template-example-rensuji.png ├── latex-my-template-example-ruby.png ├── latex-my-template-example-sanko.png ├── latex-my-template-example-table.png └── latex-my-template-example-warichu.png ├── my-latex-templates-201705.md ├── tate-book-template.pdf ├── tate-book-template.tex ├── yoko-article-template.pdf ├── yoko-article-template.tex ├── yoko-book-template.pdf └── yoko-book-template.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/README.md -------------------------------------------------------------------------------- /barplot01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/barplot01.pdf -------------------------------------------------------------------------------- /images/latex-my-template-example-bouten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-bouten.png -------------------------------------------------------------------------------- /images/latex-my-template-example-epigraph-abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-epigraph-abstract.png -------------------------------------------------------------------------------- /images/latex-my-template-example-epigraph-concrete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-epigraph-concrete.png -------------------------------------------------------------------------------- /images/latex-my-template-example-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-figure.png -------------------------------------------------------------------------------- /images/latex-my-template-example-fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-fonts.png -------------------------------------------------------------------------------- /images/latex-my-template-example-kanbun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-kanbun.png -------------------------------------------------------------------------------- /images/latex-my-template-example-kenten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-kenten.png -------------------------------------------------------------------------------- /images/latex-my-template-example-kunoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-kunoji.png -------------------------------------------------------------------------------- /images/latex-my-template-example-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-landscape.png -------------------------------------------------------------------------------- /images/latex-my-template-example-listings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-listings.png -------------------------------------------------------------------------------- /images/latex-my-template-example-note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-note.png -------------------------------------------------------------------------------- /images/latex-my-template-example-pxcjkcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-pxcjkcat.png -------------------------------------------------------------------------------- /images/latex-my-template-example-rensuji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-rensuji.png -------------------------------------------------------------------------------- /images/latex-my-template-example-ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-ruby.png -------------------------------------------------------------------------------- /images/latex-my-template-example-sanko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-sanko.png -------------------------------------------------------------------------------- /images/latex-my-template-example-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-table.png -------------------------------------------------------------------------------- /images/latex-my-template-example-warichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/images/latex-my-template-example-warichu.png -------------------------------------------------------------------------------- /my-latex-templates-201705.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/my-latex-templates-201705.md -------------------------------------------------------------------------------- /tate-book-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/tate-book-template.pdf -------------------------------------------------------------------------------- /tate-book-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/tate-book-template.tex -------------------------------------------------------------------------------- /yoko-article-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/yoko-article-template.pdf -------------------------------------------------------------------------------- /yoko-article-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/yoko-article-template.tex -------------------------------------------------------------------------------- /yoko-book-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/yoko-book-template.pdf -------------------------------------------------------------------------------- /yoko-book-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnshr/latex-templates/HEAD/yoko-book-template.tex --------------------------------------------------------------------------------