Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
orestis.malaspin
git_tutorial
Commits
7cd0f02e
Commit
7cd0f02e
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
ajout joli code de florent
parent
74ef2a53
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+3
-2
3 additions, 2 deletions
Makefile
header.tex
+17
-0
17 additions, 0 deletions
header.tex
with
20 additions
and
2 deletions
Makefile
+
3
−
2
View file @
7cd0f02e
BEAMEROPTIONS
=
-t
beamer
BEAMEROPTIONS
=
-t
beamer
BEAMEROPTIONS
+=
--pdf-engine
=
pdf
latex
BEAMEROPTIONS
+=
--pdf-engine
=
xe
latex
BEAMEROPTIONS
+=
--default-image-extension
=
pdf
BEAMEROPTIONS
+=
--default-image-extension
=
pdf
BEAMEROPTIONS
+=
-V
theme:metropolis
BEAMEROPTIONS
+=
-V
theme:metropolis
BEAMEROPTIONS
+=
-V
themeoptions:numbering
=
none
-V
themeoptions:progressbar
=
foot
BEAMEROPTIONS
+=
-V
themeoptions:numbering
=
none
-V
themeoptions:progressbar
=
foot
BEAMEROPTIONS
+=
-V
fontsize
=
smaller
BEAMEROPTIONS
+=
-V
fontsize
=
smaller
BEAMEROPTIONS
+=
--highlight-style
espresso
BEAMEROPTIONS
+=
--highlight-style
espresso
BEAMEROPTIONS
+=
-H
./header.tex
--listings
default
:
git_tutorial.md
default
:
git_tutorial.md
pandoc
-s
$(
BEAMEROPTIONS
)
-o
git_tutorial.pdf git_tutorial.md
pandoc
-s
$(
BEAMEROPTIONS
)
-o
git_tutorial.pdf git_tutorial.md
\ No newline at end of file
This diff is collapsed.
Click to expand it.
header.tex
0 → 100644
+
17
−
0
View file @
7cd0f02e
\lstset
{
basicstyle=
\fontsize
{
7
}{
7
}
\ttfamily
,
keywordstyle=
\color
[rgb]
{
0.13,0.29,0.53
}
\bfseries
,
stringstyle=
\color
[rgb]
{
0.31,0.60,0.02
}
,
commentstyle=
\color
[rgb]
{
0.56,0.35,0.01
}
\itshape
,
backgroundcolor=
\color
[RGB]
{
238,238,238
}
,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=4,
captionpos=b,
breaklines=true,
extendedchars=true,
columns=fixed,
frame=trbl,
framesep=4pt,
}
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