Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

% Page settings

\documentclass[a4paper, 11pt, dvipdfmx]{jsarticle}


\textwidth35zw
\textheight36
\baselineskip
\usepackage[top=25truemm,bottom=20truemm,left=20truemm,right=20truemm]{geometry}

% Math font settings


\usepackage{amsmath,amsfonts,amssymb}
\usepackage{bm}
% SI unit package
\usepackage{siunitx}
% Image utilities
\usepackage{graphicx}
\usepackage{color}
% Column utilities
\usepackage{multicol}
% Table utilities
\usepackage{booktabs}
% Graph tools
\usepackage{tikz}
\usepackage{circuitikz}
\usepackage{pgfplots}
\usepackage{float}
\usetikzlibrary{math,calc}
% Others
\usepackage{url}
\usepackage{cite}
\usepackage{enumerate}
\usepackage{paralist}
\usepackage{pdfpages}
\usepackage[hang,small,bf]{caption}
\usepackage[subrefformat=parens]{subcaption}
\usepackage[bxutf8]{inputenc}
\captionsetup{
compatibility=false,
labelsep=space
}
\pgfplotsset{
compat=1.18
}
\bibliographystyle{jplain}
\everymath{\displaystyle}
% \parindent = 0pt

% Custom Commands
% Others
\newcommand{\maru}[1]{\textcircled{\scriptsize #1}}

% Math
\newcommand{\dchar}[0]{d}
\newcommand{\diff}[2]{\frac{\dchar #1}{\dchar #2}}
\newcommand{\difff}[2]{\frac{\dchar^2 #1}{\dchar #2^2}}
\newcommand{\pardiff}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\pardifff}[2]{\frac{\partial^2 #1}{\partial #2^2}}

% SI Command Addons
\newcommand{\titlescale}[0]{0.8}
\newcommand{\unitsep}[0]{\,}
\newcommand{\listfinal}{\text{, }}
\newcommand{\rangechar}{\text{から}}
\newcommand{\sSI}[2]{$#1\unitsep\mathrm{[\si{#2}]}$}
\newcommand{\mSI}[2]{$#1\unitsep\si{#2}$}
\newcommand{\tSI}[2]{$\text{#1}\unitsep\mathrm{[\si{#2}]}$}
\newcommand{\SIrangediff}[4]{\SI{#1}{#2}\rangechar\SI{#3}{#4}}
\sisetup{
number-unit-product={\unitsep},
range-phrase=\rangechar,
list-final-separator=\listfinal,
}

% Unit Alias
\newcommand{\PkPkStyle}{P-P}
\newcommand{\mS}{\milli\siemens}
\newcommand{\Vpp}{\V_{\PkPkStyle}}
\newcommand{\mVpp}{\mV_{\PkPkStyle}}
\newcommand{\App}{\A_{\PkPkStyle}}
\newcommand{\mApp}{\mA_{\PkPkStyle}}
\newcommand{\tempdeg}{\celsiusDegree}

% Figure size
\newcommand{\TikzFigureSize}{0.8}
\newcommand{\GraphixFigureSize}{0.7}
\newcommand{\GraphixFigureWidth}{0.6\linewidth}
\newcommand{\MinipageSize}{0.45\hsize}
\newcommand{\MinipageFigureSize}{0.4}
\newcommand{\MinipageFigureWidth}{\columnwidth}

\begin{document}
% \includegraphics[scale=\titlescale]{Cover.pdf}

\section{原理}
有名な言葉に When the imposter is sus と呼ばれるものがある.\par
これは謎の人物 Jerma985 という Reddit のアカウントが先ほどの言葉とともに奇妙な笑顔を浮かべた写真
を投稿したことが発端となっている.
その人物の写真を図\ref{fig:Jerma}に示す.
\begin{figure}[htbp]
\centering
\includegraphics[width=\GraphixFigureWidth]{fee.jpg}
\caption{Jerma985 の顔\cite{sus:online}}\label{fig:Jerma}
\end{figure}\par
なぜ彼が笑っているのかはよく分かっていない.一説によれば重度の精神病を患っているという説や
薬物を投与されている説など様々あるがいずれも根拠のない都市伝説でいち早い解明が求められている.\par
ここで彼が笑う確率$\psi(s)$について考える.この地球の空間を$S$とするとこの空間上では必ず笑ってい
るので
\begin{equation}
\int_S \psi(s)\:dS = 1
\end{equation}
と表される.これは$\psi(s)$が確率分布関数であるからその面積$S$は$S=1$となるからである.
また彼が imposter である確率$\Gamma(s)$は
\begin{equation}
\Gamma(s) = \int_S \psi(s) \:dS
\end{equation}
でありこれをある関数に置くと
\begin{equation}
\Gamma(s) = \sum_{n = 1}^{\infty} \text{SUS}_{s}^n
\end{equation}

\bibliography{hoge}
\end{document}

You might also like