annexes
This commit is contained in:
parent
600af52dff
commit
d3f99168a1
1 changed files with 19 additions and 4 deletions
|
@ -192,7 +192,7 @@ GnuPG, OpenPGP}
|
|||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\appendix
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\section{Fichiers sources pour fabriquer ce document}
|
||||
\section{Fabrication de ce document}
|
||||
|
||||
\definecolor{bg}{rgb}{0.9,0.9,0.9}
|
||||
\definecolor{cm}{rgb}{0.1,0.6,0.1}
|
||||
|
@ -208,21 +208,36 @@ keywordstyle=\color{kw},
|
|||
stringstyle=\color{str},
|
||||
}
|
||||
|
||||
\subsection{Script Python}
|
||||
\subsection{Script de construction}
|
||||
|
||||
Programme Python :
|
||||
|
||||
\lstinputlisting[language=Python]{build.py}
|
||||
|
||||
\pagebreak
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\subsection{Programme \XeLaTeX}
|
||||
\subsection{Fichier principal}
|
||||
|
||||
Programme \XeLaTeX :
|
||||
|
||||
\lstinputlisting[language={[LaTeX]TeX},otherkeywords={
|
||||
hypersetup,setmainfont,setmonofont,setlength,
|
||||
setmainlanguage,
|
||||
maketitle,tableofcontents,subsection,appendix,
|
||||
gls,makeglossaries,newacronym,newglossaryentry,printglossary
|
||||
gls,makeglossaries,newacronym,newglossaryentry,printglossary,
|
||||
definecolor
|
||||
}]{document.tex}
|
||||
|
||||
\pagebreak
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\subsection{Base bibliographique}
|
||||
|
||||
Fichier Biber :
|
||||
|
||||
\lstdefinelanguage{bib}{morestring=[b]",
|
||||
keywords={author,howpublished,misc,note,title,url}}
|
||||
\lstinputlisting[language={bib}]{document.bib}
|
||||
|
||||
\pagebreak
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\cnam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue