-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextbook.tex
57 lines (52 loc) · 1.43 KB
/
textbook.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass[a4j]{jsbook}
\usepackage[top=20truemm,bottom=25truemm,left=25truemm,right=25truemm]{geometry}
\usepackage{amsmath}
\usepackage{bm}
\usepackage{float}
\usepackage{fancyvrb}
%\usepackage{moreverb}
\usepackage{listings,jlisting}
%\usepackage{color}
\usepackage{comment}
\usepackage[dvipdfmx]{graphicx,psfrag,color}
%\usepackage{graphicx}
\usepackage{subfig}
\lstset{%
language={Fortran},
basicstyle={\small},%
basicstyle=\ttfamily,
identifierstyle={\small},%
commentstyle={\small\color[rgb]{0,0.5,0}},%
keywordstyle={\small\bfseries\color[rgb]{0,0,1}},%
ndkeywordstyle={\small},%
stringstyle={\small\ttfamily\color[rgb]{1,0,1}},
frame={tbrl},
breaklines=true,
columns=[l]{fullflexible},%
numbers=left,%
xrightmargin=0zw,%
xleftmargin=3zw,%
numberstyle={\scriptsize},%
stepnumber=1,
numbersep=1zw,%
lineskip=-0.5ex,%
keepspaces=true
}
\begin{document}
\title{情報基礎演習テキスト(プログラムの入力と実行)}
\author{京都大学 工学部 物理工学科編}
\date{}
\maketitle
%\include{./3_cmd_gnuplot/cmd_gnuplot}
\include{./4_fortran1/f90_1}
\include{./5_fortran2/f90_2}
\include{./6_fortran3/f90_3}
%\include{./7_fortran4/f90_4}
\include{./8_fortran5/f90_5}
\include{./9_fortran6/f90_6}
\include{./9_fortran6/f90_7}
\include{./10_fortrankadai/f90_kadai}
\begin{appendix}
\include{./appendix/appendix}
\end{appendix}
\end{document}