Skip to content

Instantly share code, notes, and snippets.

@kaisugi
Last active July 5, 2020 02:57
Show Gist options
  • Save kaisugi/c15c43b70d3dc83f20bda472f872f5c3 to your computer and use it in GitHub Desktop.
Save kaisugi/c15c43b70d3dc83f20bda472f872f5c3 to your computer and use it in GitHub Desktop.
雛形
\documentclass[dvipdfmx]{jsarticle}
\usepackage{amsmath,amssymb,ascmac,geometry,graphicx,listings,newpxtext,url,physics}
\geometry{margin=1.5cm}
\renewcommand{\lstlistingname}{Program}
\lstset{
basicstyle={\ttfamily},
identifierstyle={\small},
commentstyle={\smallitshape},
keywordstyle={\small\bfseries},
ndkeywordstyle={\small},
stringstyle={\small\ttfamily},
frame={tb},
breaklines=true,
columns=[l]{fullflexible},
numbers=left,
xrightmargin=0zw,
xleftmargin=3zw,
numberstyle={\scriptsize},
stepnumber=1,
numbersep=1zw,
lineskip=-0.5ex,
}
\begin{document}
\title{レポート}
\author{hoge}
\date{20XX/YY/ZZ}
\maketitle
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment