メモ帳ブログ @ wiki
LaTeXレポート用雛型
最終更新:
nina_a
-
view
LaTeXレポート用雛形
\documentclass[a4j, titlepage]{jsarticle}
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
\title{}
\author{}
\date{\today}
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
\topmargin 4.6truemm
\headheight 0truemm
\headsep 0truemm
\oddsidemargin -4truemm
\evensidemargin -4truemm
\columnseprule 0truemm
\columnsep 10truemm
\textwidth 160truemm
\textheight 235.7truemm
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
\usepackage{graphicx}
%\usepackage{wrapfig}
% 画像の回り込み
% \begin{wrapfigure}[行数]{l または r}{幅}
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage{ascmac}
%\usepackage{bm}
%\usepackage{color}
%\usepackage{listings,jlisting} %lstlisting
%\lstset{%
% language={C},%
% basicstyle={\small},%
% identifierstyle={\small},%
% commentstyle={\small\color{blue}},%
% keywordstyle={\small\bfseries},%
% ndkeywordstyle={\small},%
% stringstyle={\small},%
% frame={tb},%
% breaklines=true,%
% columns=[l]{fullflexible},%
% numbers=left,%
% xrightmargin=0zw,%
% xleftmargin=3zw,%
% numberstyle={\footnotesize\textsl},%
% stepnumber=1,
% numbersep=1zw,%
% lineskip=-0.1\baselineskip,%
% framesep=0.5zw,%
%}
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
%\newcommand{\ol}[1]{\overline{\mathstrut #1}\,}
%\newcommand{\sqar}[1]{\sqrt{\smash[b]\mathstrut #1}} % required amsmath
\newcommand{\ssssmall}{\tiny}
\newcommand{\sssmall}{\scriptsize}
\newcommand{\ssmall}{\footnotesize}
\newcommand{\llarge}{\Large}
\newcommand{\lllarge}{\LARGE}
\newcommand{\llllarge}{\huge}
\newcommand{\lllllarge}{\Huge}
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
\setlength{\parindent}{1zw} % 段落のインデント量
\renewcommand{\baselinestretch}{1} % 行間(標準は1)
\setlength{\mathindent}{5zW} % fleqnオプション時の数式のインデント量
%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
\begin{document}
\maketitle
\end{document}
カテゴリ:TeX