Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 732 Bytes

Why

This is an introduction to git, in French, given at Polytech Lille, part of the University of Lille.

Dependencies

minted http://mirror.utexas.edu/ctan/macros/latex/contrib/minted/minted.pdf

inkscape

Compiling

lualatex -synctex=1 -interaction=nonstopmode -shell-escape slides.tex

make

make clean removes all temporary files EXCEPT PDFs/*pdf, which is the actual course.

make clean-all-pdfs cleans everything, including all generated pdfs.

pdflatex vs lualatex

The makefile uses lualatex but the document does compile with pdflatex.

If you need to use pdflatex, you should uncomment the line %\usepackage[utf8]{inputenc} in CM-preamble.sty which fixes issues with utf-8 characters.