TexIEDP8

Un modèle de document LaTeX utilisable pour les devoirs de l'IED de l'Université Paris 8.

Category

Other

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nom           : TeXIEDP8
% Rôle          : Ce projet est un modèle de document LaTeX utilisable pour les
%                 devoirs de l'IED de l'Université Paris 8.
% Auteur        : Martos Alexandre
% E-mail        : contact@amartos.fr
% Version       : 0.1
% Licence       : GPLv3
% Compilation   :
%                 mkdir -p build
%                 xelatex -output-directory=build --jobname="main" main.tex
%                 biber build/main
%                 xelatex -output-directory=build --jobname="main" main.tex
%                 xelatex -output-directory=build --jobname="main" main.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[12pt, a4paper]{book}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\input{src/requirements.tex} % package and their options
\input{src/bibliography.tex} % bibliography settings
\input{src/environments.tex} % custom environments
\input{src/codeblocks.tex}   % code blocks styles
\input{src/commands.tex}     % custom commands

% FILE CONTENT TO ADAPT
% this file needs to be added before src/mdformatting.tex
\input{metadata.tex}         % author, title, code style definition

\input{src/mdformatting.tex} % author, title, etc, metadata formatting

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\input{src/titlepage.tex}   % custom titlepage
\input{src/precontent.tex}  % pagestyles, numbering, etc
\input{src/toc.tex}         % toc printing and options

% This file is automatically generated using the content of the document/
% folder.
\input{src/content.tex}

% FILE CONTENT TO ADAPT
\input{annexes.tex}

\printbibliography[heading=bibintoc] % chktex 1

\end{document}
Preview
TexIEDP8 preview
TexIEDP8 LaTeX Template | Bibby | Bibby AI