Skip to content

Commit

Permalink
Fix parskip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yves-chevallier committed Aug 17, 2020
1 parent b746181 commit f8a26a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions refcard.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
\usepackage[french]{babel}
\usepackage[fontsize=6.5pt]{scrextend}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{multicol}
\usepackage{tabularx}
\usepackage{tabulary}
\usepackage{sectsty}
\usepackage{lmodern}
\usepackage{stix}
\usepackage{parskip}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{multirow}
\usepackage{titlesec}

\input{revision}

\setlength{\parskip}{0.2em}
\setlength{\parindent}{0em}

% Highlight configuration for C programming language
\lstset{
language=c,
Expand Down

0 comments on commit f8a26a2

Please sign in to comment.