Skip to content
Snippets Groups Projects
Select Git revision
  • 7d4c75b58c9bd27cb98aa10bbfee9145ec54b033
  • master default protected
  • yassin.elhakoun-master-patch-15592
  • yassin.elhakoun-master-patch-40090
  • pk
  • high-order-functions
6 results

header.tex

Blame
  • Forked from programmation_sequentielle / cours
    Source project has a limited visibility.
    header.tex 457 B
    \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,
    }