-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
57 lines (39 loc) · 1.61 KB
/
header.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
% This is part of the ``Git First Step''.
% Copyright 2014, 2020 Yoshida Shin.
% See the file slide.tex for copying conditions.
\begin{frame}{}{}
\titlepage
\end{frame}
\begin{frame}{ライセンス}{}
Shin Yoshida wishes a fair and free world, and wrote this document.
\vspace{2ex}
吉田 晋は公正で自由な世界を希求し、この文書を記載しました。
\vspace{2ex}
{\tiny
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with one Invariant Sections: ``Shin Yoshida wishes
a fair and free world, and wrote this document.'',
no Front-Cover Texts, and no Back-Cover Text. A copy of the license is
included in the section entitled ``GNU Free Documentation License''.
\vspace{2ex}
この文章は、以下の Invariant Section を含む ``GNU Free Documentation License''
で公開しています。
``Shin Yoshida wishes a fair and free world, and wrote this document.''
\vspace{2ex}
https://github.com/wbcchsyn/slide-git-first-step.git
}
\end{frame}
\begin{frame}{introduction}{}
\begin{description}
\item[目的] git を使い、man を読むための最低限の知識をつける
\item[対象者] git を触った事が有るけれど、良く分からない人
\item[注意] git はデフォルト設定で動作していると仮定
(設定次第では、この通りには動作しない)
\item[注意] \alert{git の best practice ではありません}
\end{description}
\end{frame}
\begin{frame}{目次}{}
\tableofcontents
\end{frame}