Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
apostila-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
apostila-git
Commits
94af87b4
Commit
94af87b4
authored
9 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Adiciona pacotes e template de capa.
parent
57d020ea
No related branches found
No related tags found
1 merge request
!51
Issue#24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apostila_git.tex
+45
-8
45 additions, 8 deletions
apostila_git.tex
with
45 additions
and
8 deletions
apostila_git.tex
+
45
−
8
View file @
94af87b4
...
@@ -144,6 +144,12 @@
...
@@ -144,6 +144,12 @@
\usepackage
{
wrapfig
}
\usepackage
{
wrapfig
}
\usepackage
{
tikz
}
% Color used in the title page.
\definecolor
[named]
{
color01
}{
rgb
}{
.2,.4,.6
}
\usepackage
{
wallpaper
}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
\begin{document}
\begin{document}
...
@@ -154,11 +160,44 @@
...
@@ -154,11 +160,44 @@
% Capa.
% Capa.
\begin{titlepage}
\begin{titlepage}
\centering
{{
\fontsize
{
40
}{
48
}
\selectfont
\thetitle
}}
\\
% \centering{{\fontsize{40}{48}\selectfont \thetitle}}\\
%
\vspace
{
10mm
}
% \vspace{10mm}
\centering
{
\Large
{
\theauthor
}}
\\
% \centering{\Large{\theauthor}}\\
\vspace
{
\fill
}
\centering
\large
{
\thedate
}
% \vspace{\fill} \centering \large{\thedate}
% Ideia de capa baseada em:
% http://www.latextemplates.com/template/ebook
% https://www.overleaf.com/3861001pgjtwv#/11122365/
\thispagestyle
{
empty
}
\ThisCenterWallPaper
{
0.9
}{
./images/git-agasalho.png
}
% Add the background image, the first argument is the scaling - adjust
% this as necessary so the image fits the entire page.
\begin{tikzpicture}
[remember picture, overlay]
\node
[rectangle, rounded corners, fill=white, opacity=0.75,
anchor=south west, minimum width=5cm, minimum height=4cm]
(box) at (-0.5,-10) (box)
{}
;
% White rectangle - "minimum width/height" adjust the width and height
% of the box; "(-0.5,-10)" adjusts the position on the page.
\node
[anchor=west,
color01,
font=
\sffamily\bfseries\scshape\Large
,
xshift=-1.5cm, yshift=-1cm, text width=4cm]
at (box.north)
{
\thetitle
}
;
% "Text width" adjusts the wrapping width, "xshift/yshift" adjust the
% position relative to the white rectangle.
\node
[anchor=west,
color01,
font=
\sffamily\bfseries
,
xshift=-1.5cm, yshift=-2.5cm, text width=4cm]
at (box.north)
{
\theauthor
}
;
% "Text width" adjusts the wrapping width, "xshift/yshift" adjust the
% position relative to the white rectangle.
\end{tikzpicture}
\end{titlepage}
\end{titlepage}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
...
@@ -172,7 +211,7 @@
...
@@ -172,7 +211,7 @@
\Large
{
\Large
{
\parbox
{
10cm
}{
\parbox
{
10cm
}{
\begin{raggedright}
\begin{raggedright}
{
\Large
{
\Large
\textit
{
Não é a vontade de vencer que ganha o jogo, e sim a
\textit
{
Não é a vontade de vencer que ganha o jogo, e sim a
vontade de se preparar para vencê-lo.
}
vontade de se preparar para vencê-lo.
}
}
}
...
@@ -191,11 +230,9 @@
...
@@ -191,11 +230,9 @@
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
% Tabela de conteúdo.
% Tabela de conteúdo.
{
\hypersetup
{
linkcolor=black
}
\hypersetup
{
linkcolor=black
}
\setcounter
{
tocdepth
}{
2
}
\setcounter
{
tocdepth
}{
2
}
\tableofcontents
\tableofcontents
}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
% Capítulos.
% Capítulos.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment