listings
This commit is contained in:
parent
41e220cb8b
commit
4f59cdce0b
1 changed files with 14 additions and 2 deletions
|
@ -14,6 +14,7 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
\usepackage{wallpaper}
|
\usepackage{wallpaper}
|
||||||
\usepackage[acronym]{glossaries}
|
\usepackage[acronym]{glossaries}
|
||||||
|
\usepackage{listings}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
\hypersetup{colorlinks,
|
\hypersetup{colorlinks,
|
||||||
|
@ -24,6 +25,7 @@ urlcolor=blue
|
||||||
}
|
}
|
||||||
\setcounter{secnumdepth}{2}
|
\setcounter{secnumdepth}{2}
|
||||||
\setmainfont{DejaVu Sans}
|
\setmainfont{DejaVu Sans}
|
||||||
|
\setmonofont{DejaVu Sans Mono}
|
||||||
\setlength{\parindent}{0em}
|
\setlength{\parindent}{0em}
|
||||||
\setlength{\parskip}{1em}
|
\setlength{\parskip}{1em}
|
||||||
\renewcommand{\baselinestretch}{1}
|
\renewcommand{\baselinestretch}{1}
|
||||||
|
@ -185,11 +187,21 @@ GnuPG, OpenPGP}
|
||||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
\section{Fichiers sources pour fabriquer ce document}
|
\section{Fichiers sources pour fabriquer ce document}
|
||||||
|
|
||||||
\subsection{Programme \XeLaTeX}
|
\lstset{
|
||||||
|
basicstyle=\ttfamily
|
||||||
|
}
|
||||||
|
|
||||||
|
\subsection{Script Python}
|
||||||
|
|
||||||
|
\lstset{language=Python}
|
||||||
|
\lstinputlisting{build.py}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
\subsection{Script Python}
|
\subsection{Programme \XeLaTeX}
|
||||||
|
|
||||||
|
\lstset{language=[LaTeX]TeX}
|
||||||
|
\lstinputlisting{document.tex}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue