Skip to content

Instantly share code, notes, and snippets.

@Shusei-E
Shusei-E / report_template.tex
Last active June 17, 2022 02:31 — forked from m-note/report_template.tex
Texレポートテンプレート
\documentclass[a4paper,10.5pt,uplatex]{jsarticle}
%--脚注の設定
\usepackage{natbib}
\bibpunct[, ]{(}{)}{;}{and}{}{,} %本文での引用の体裁はここで整えられるみたい
\bibliographystyle{apsr2006Edited}
\usepackage{amsmath}
%--余白の設定
\usepackage[truedimen,margin=20truemm]{geometry}
%--図の設定
\usepackage[dvipdfmx]{graphicx} % PDFの利用もOKに
@Shusei-E
Shusei-E / graduation_thesis.tex
Last active January 12, 2018 17:24 — forked from m-note/graduation_thesis.tex
卒論などの長い論文用
\documentclass[report, 10.5pt,a4paper,oneside,openany]{jsbook}
%--脚注の設定
\usepackage{natbib}
\bibpunct[, ]{(}{)}{;}{and}{}{,} %本文での引用の体裁はここで整えられるみたい
%--目次に索引以外は出力する cf. http://www.howtotex.com/packages/how-to-add-bibliography-and-more-to-table-of-contents/
\usepackage[notindex, nottoc, notlof, notlot]{tocbibind}
%--数式用
\usepackage{amsmath}
@Shusei-E
Shusei-E / beamer_template_citation.tex
Last active April 25, 2017 09:54 — forked from m-note/beamer_template_default.tex
1つ目がもっともベーシックなもの、2つ目はProgress Dotsを表示させるもの。
\documentclass[11pt, dvipdfmx]{beamer}
\usepackage[utf8]{inputenc}
%\usetheme{Frankfurt}
\usetheme{Darmstadt}
\useoutertheme[subsection=false]{miniframes}
\AtBeginSection[]{\subsection{}}
\setbeamersize{text margin left=11pt,text margin right=11pt}
\beamertemplatenavigationsymbolsempty
% 横に並べる
% cf. http://tex.stackexchange.com/questions/232259/adding-captions-to-aligned-images-in-beamer
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{columns}[onlytextwidth]
@Shusei-E
Shusei-E / .gvimrc
Last active November 2, 2016 17:18 — forked from m-note/.vimrc
Vimの設定ファイル
" 起動時のウィンドウサイズの変更
set lines=56
set columns=105
@Shusei-E
Shusei-E / Marked2_markdown.css
Created March 20, 2016 00:59
MarkdownTemplate for Marked 2
/*
This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Theme title
Author: Your name and optional url
Description: Basic description of the theme.
*/
body {
-webkit-font-smoothing: antialiased;
@Shusei-E
Shusei-E / evervim.vimrc
Created March 20, 2016 05:43
How to set up Evervim
以下の内容をNeoBundleのところに追加
"Evervim
NeoBundle 'kakkyz81/evervim'
let g:evervim_devtoken= '********************'
nnoremap <Leader>l :EvervimNotebookList<CR>
nnoremap <Leader>s :EvervimSearchByQuery<Space>
nnoremap <Leader>c :EvervimCreateNote<CR>
nnoremap <Leader>t :EvervimListTags<CR>
call neobundle#begin(expand('~/.vim/bundle/'))
...
" Geeknote
NeoBundle 'neilagabriel/vim-geeknote'
nnoremap <Leader>gl :Geeknote<cr>
nnoremap <Leader>gs :GeeknoteSearch<Space>
nnoremap <Leader>gc :GeeknoteCreateNote<Space>
let g:GeeknoteMaxExplorerWidth=60
@Shusei-E
Shusei-E / dein.toml
Last active March 22, 2016 09:08
Vim-Dein
# ~/.vim/rc/dein.toml の記述
# 基本は github.com のレポジトリーを指定するだけ
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/unite.vim'
##以下はLaTexの変換用
[[plugins]]
@Shusei-E
Shusei-E / beamerthemeI6pd2.sty
Last active April 2, 2016 00:49
style file for latex-beamerposter
\ProvidesPackage{beamerthemeI6pd2} % this style was created by Thomas Deselaers an Philippe Dreuw
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{tangocolors}
\selectcolormodel{cmyk}
\mode<presentation>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamercolor{headline}{fg=tabutter,bg=ta2chameleon}