Skip to content
Snippets Groups Projects
Commit 7cd0f02e authored by orestis.malaspin's avatar orestis.malaspin
Browse files

ajout joli code de florent

parent 74ef2a53
No related branches found
No related tags found
No related merge requests found
BEAMEROPTIONS = -t beamer BEAMEROPTIONS = -t beamer
BEAMEROPTIONS += --pdf-engine=pdflatex BEAMEROPTIONS += --pdf-engine=xelatex
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
\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,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment