Commit d14ad378 authored by Jérémie Passerat's avatar Jérémie Passerat

Suppression de la sortie latex

parent e1e2b6fd
LATEX_CMD=pdflatex
all: refman.pdf
pdf: refman.pdf
refman.pdf: clean refman.tex
$(LATEX_CMD) refman
makeindex refman.idx
$(LATEX_CMD) refman
latex_count=8 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
$(LATEX_CMD) refman ;\
latex_count=`expr $$latex_count - 1` ;\
done
makeindex refman.idx
$(LATEX_CMD) refman
clean:
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
\doxysection{Data Structures}
Here are the data structures with brief descriptions\+:\begin{DoxyCompactList}
\item\contentsline{section}{\mbox{\hyperlink{class_menu_1_1_menu}{Menu}} }{\pageref{class_menu_1_1_menu}}{}
\item\contentsline{section}{\mbox{\hyperlink{class_utils_1_1_utils}{Utils}} \\*Classe utils }{\pageref{class_utils_1_1_utils}}{}
\item\contentsline{section}{\mbox{\hyperlink{class_utils_git_1_1_utils_git}{Utils\+Git}} }{\pageref{class_utils_git_1_1_utils_git}}{}
\end{DoxyCompactList}
This diff is collapsed.
This diff is collapsed.
\hypertarget{class_utils_git_1_1_utils_git}{}\doxysection{Utils\+Git Class Reference}
\label{class_utils_git_1_1_utils_git}\index{UtilsGit@{UtilsGit}}
\doxysubsection*{Static Public Member Functions}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_acb88453b1ce86d7f85ef63db18643b8b}\label{class_utils_git_1_1_utils_git_acb88453b1ce86d7f85ef63db18643b8b}}
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_acb88453b1ce86d7f85ef63db18643b8b}{get\+Index}} ()
\begin{DoxyCompactList}\small\item\em affichage d\textquotesingle{}un index (permet une extraction à partir du contenu d\textquotesingle{}un fichier) utile uniquement pour la démonstration du squelette \end{DoxyCompactList}\item
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_afa07041de3989a5f31eca2a3a2c47986}{commit}} (chemin\+Fichier, nom\+Fichier, texte\+Commit)
\begin{DoxyCompactList}\small\item\em commit d\textquotesingle{}un fichier (branche principale) \end{DoxyCompactList}\item
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_a5abab34d70b159c8cb89a20ab341226e}{embranchement}} (chemin\+Fichier, nom\+Branche)
\begin{DoxyCompactList}\small\item\em commit d\textquotesingle{}un fichier (branche principale) \end{DoxyCompactList}\item
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_a537da990ec307af7206b456f2506bd65}{changer\+Version\+Commit}} (chemin, \mbox{\hyperlink{class_utils_git_1_1_utils_git_afa07041de3989a5f31eca2a3a2c47986}{commit}})
\begin{DoxyCompactList}\small\item\em changer la version actuelle (avec une base commit)\+: \end{DoxyCompactList}\item
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_ae613cc4eaceff23ad3f7c45e2a076572}{changer\+Version\+Branche}} (chemin, branche)
\begin{DoxyCompactList}\small\item\em changer la version actuelle (avec une base branche)\+: \end{DoxyCompactList}\item
def \mbox{\hyperlink{class_utils_git_1_1_utils_git_a62096d973d2c93e877c805477f9ff9be}{merge\+Version}} (chemin, nombranche)
\begin{DoxyCompactList}\small\item\em valider une nouvelle version courante d\textquotesingle{}un contenu -\/ Un peu plus compliqué à faire. \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection{Member Function Documentation}
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_ae613cc4eaceff23ad3f7c45e2a076572}\label{class_utils_git_1_1_utils_git_ae613cc4eaceff23ad3f7c45e2a076572}}
\index{UtilsGit@{UtilsGit}!changerVersionBranche@{changerVersionBranche}}
\index{changerVersionBranche@{changerVersionBranche}!UtilsGit@{UtilsGit}}
\doxysubsubsection{\texorpdfstring{changerVersionBranche()}{changerVersionBranche()}}
{\footnotesize\ttfamily def changer\+Version\+Branche (\begin{DoxyParamCaption}\item[{}]{chemin, }\item[{}]{branche }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [static]}}
changer la version actuelle (avec une base branche)\+:
\begin{DoxyParams}{Parameters}
{\em chemin} & chemin du repertoire git \\
\hline
{\em nombranche} & branche contenant la branche avec le contenu désiré \\
\hline
\end{DoxyParams}
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_a537da990ec307af7206b456f2506bd65}\label{class_utils_git_1_1_utils_git_a537da990ec307af7206b456f2506bd65}}
\index{UtilsGit@{UtilsGit}!changerVersionCommit@{changerVersionCommit}}
\index{changerVersionCommit@{changerVersionCommit}!UtilsGit@{UtilsGit}}
\doxysubsubsection{\texorpdfstring{changerVersionCommit()}{changerVersionCommit()}}
{\footnotesize\ttfamily def changer\+Version\+Commit (\begin{DoxyParamCaption}\item[{}]{chemin, }\item[{}]{commit }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [static]}}
changer la version actuelle (avec une base commit)\+:
\begin{DoxyParams}{Parameters}
{\em chemin} & chemin du repertoire git \\
\hline
{\em commit} & branche contenant le commit de la version à charger \\
\hline
\end{DoxyParams}
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_afa07041de3989a5f31eca2a3a2c47986}\label{class_utils_git_1_1_utils_git_afa07041de3989a5f31eca2a3a2c47986}}
\index{UtilsGit@{UtilsGit}!commit@{commit}}
\index{commit@{commit}!UtilsGit@{UtilsGit}}
\doxysubsubsection{\texorpdfstring{commit()}{commit()}}
{\footnotesize\ttfamily def commit (\begin{DoxyParamCaption}\item[{}]{chemin\+Fichier, }\item[{}]{nom\+Fichier, }\item[{}]{texte\+Commit }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [static]}}
commit d\textquotesingle{}un fichier (branche principale)
\begin{DoxyParams}{Parameters}
{\em chemin\+Fichier} & le chemin du fichier \\
\hline
{\em texte\+Commit} & le texte associé au commit \\
\hline
\end{DoxyParams}
\begin{DoxyReturn}{Returns}
le hash du commit
\end{DoxyReturn}
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_a5abab34d70b159c8cb89a20ab341226e}\label{class_utils_git_1_1_utils_git_a5abab34d70b159c8cb89a20ab341226e}}
\index{UtilsGit@{UtilsGit}!embranchement@{embranchement}}
\index{embranchement@{embranchement}!UtilsGit@{UtilsGit}}
\doxysubsubsection{\texorpdfstring{embranchement()}{embranchement()}}
{\footnotesize\ttfamily def embranchement (\begin{DoxyParamCaption}\item[{}]{chemin\+Fichier, }\item[{}]{nom\+Branche }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [static]}}
commit d\textquotesingle{}un fichier (branche principale)
\begin{DoxyParams}{Parameters}
{\em chemin\+Fichier} & le chemin du fichier \\
\hline
{\em texte\+Commit} & le texte associé au commit \\
\hline
\end{DoxyParams}
\begin{DoxyReturn}{Returns}
le hash du commit
\end{DoxyReturn}
\mbox{\Hypertarget{class_utils_git_1_1_utils_git_a62096d973d2c93e877c805477f9ff9be}\label{class_utils_git_1_1_utils_git_a62096d973d2c93e877c805477f9ff9be}}
\index{UtilsGit@{UtilsGit}!mergeVersion@{mergeVersion}}
\index{mergeVersion@{mergeVersion}!UtilsGit@{UtilsGit}}
\doxysubsubsection{\texorpdfstring{mergeVersion()}{mergeVersion()}}
{\footnotesize\ttfamily def merge\+Version (\begin{DoxyParamCaption}\item[{}]{chemin, }\item[{}]{nombranche }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [static]}}
valider une nouvelle version courante d\textquotesingle{}un contenu -\/ Un peu plus compliqué à faire.
\begin{DoxyParams}{Parameters}
{\em chemin} & chemin du repertoire git \\
\hline
{\em nombranche} & branche contenant le contenu temporaire à repasser en principal \\
\hline
\end{DoxyParams}
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
\item
Utils\+Git.\+py\end{DoxyCompactItemize}
This diff is collapsed.
Cette application à pour objectif de définir une version minimaliste du projet Open\+Quiz\hypertarget{index_intro_sec}{}\doxysection{Fonctionnalités}\label{index_intro_sec}
\begin{DoxyEnumerate}
\item Choisir un auteur parmi trois choix
\item Un menu proposant diverses options est affiché
\begin{DoxyItemize}
\item 0 \+: Importer un contenu
\item 1 \+: Consulter le panier
\item 2 \+: Aller à la banque de contenu
\item 3 \+: Revenir au menu
\item 4 \+: Supprimer un contenu
\item 5 \+: Créer une évaluation
\item 6 \+: Consulter les évaluations
\item 7 \+: Modifier un contenu
\item 8 \+: Naviguer dans un contenu (a venir)
\item 9 \+: Rechercher un contenu dans la banque (a venir)~\newline
\item 10 \+: Consulter les contenus en cours de modification~\newline
\item 11 \+: Gérer les demandes de publication~\newline
\item 12 \+: Mises à jour de favoris~\newline
\end{DoxyItemize}
\end{DoxyEnumerate}
\ No newline at end of file
This diff is collapsed.
\let\mypdfximage\pdfximage\def\pdfximage{\immediate\mypdfximage}\documentclass[twoside]{book}
%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
\usepackage{ifthen}
\ifx\requestedLaTeXdate\undefined
\usepackage{array}
\else
\usepackage{array}[=2016-10-06]
\fi
%%
% Packages required by doxygen
\usepackage{fixltx2e}
\usepackage{calc}
\usepackage{doxygen}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{multirow}
\PassOptionsToPackage{warn}{textcomp}
\usepackage{textcomp}
\usepackage[nointegrals]{wasysym}
\usepackage[table]{xcolor}
\usepackage{ifpdf,ifxetex}
% Font selection
\usepackage[T1]{fontenc}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}
\usepackage{amssymb}
\usepackage{sectsty}
\renewcommand{\familydefault}{\sfdefault}
\allsectionsfont{%
\fontseries{bc}\selectfont%
\color{darkgray}%
}
\renewcommand{\DoxyLabelFont}{%
\fontseries{bc}\selectfont%
\color{darkgray}%
}
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
% Arguments of doxygenemoji:
% 1) ':<text>:' form of the emoji, already "LaTeX"-escaped
% 2) file with the name of the emoji without the .png extension
% in case image exist use this otherwise use the ':<text>:' form
\newcommand{\doxygenemoji}[2]{%
\IfFileExists{./#2.png}{\raisebox{-0.1em}{\includegraphics[height=0.9em]{./#2.png}}}{#1}%
}
% Page & text layout
\usepackage{geometry}
\geometry{%
a4paper,%
top=2.5cm,%
bottom=2.5cm,%
left=2.5cm,%
right=2.5cm%
}
\tolerance=750
\hfuzz=15pt
\hbadness=750
\setlength{\emergencystretch}{15pt}
\setlength{\parindent}{0cm}
\newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}}
\newcommand{\doxytocparskip}{\setlength{\parskip}{1ex plus 0ex minus 0ex}}
\doxynormalparskip
\makeatletter
\renewcommand{\paragraph}{%
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
\normalfont\normalsize\bfseries\SS@parafont%
}%
}
\renewcommand{\subparagraph}{%
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
\normalfont\normalsize\bfseries\SS@subparafont%
}%
}
\makeatother
\makeatletter
\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@}
\makeatother
% Headers & footers
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhead[LE]{\fancyplain{}{\bfseries\thepage}}
\fancyhead[CE]{\fancyplain{}{}}
\fancyhead[RE]{\fancyplain{}{\bfseries\leftmark}}
\fancyhead[LO]{\fancyplain{}{\bfseries\rightmark}}
\fancyhead[CO]{\fancyplain{}{}}
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
\fancyfoot[LE]{\fancyplain{}{}}
\fancyfoot[CE]{\fancyplain{}{}}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated by Doxygen }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated by Doxygen }}
\fancyfoot[CO]{\fancyplain{}{}}
\fancyfoot[RO]{\fancyplain{}{}}
\renewcommand{\footrulewidth}{0.4pt}
\renewcommand{\chaptermark}[1]{%
\markboth{#1}{}%
}
\renewcommand{\sectionmark}[1]{%
\markright{\thesection\ #1}%
}
% Indices & bibliography
\usepackage{natbib}
\usepackage[titles]{tocloft}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{5}
\makeindex
\usepackage{newunicodechar}
\newunicodechar{}{${}^{-}$}% Superscript minus
\newunicodechar{²}{${}^{2}$}% Superscript two
\newunicodechar{³}{${}^{3}$}% Superscript three
% Hyperlinks (required, but should be loaded last)
\ifpdf
\usepackage[pdftex,pagebackref=true]{hyperref}
\else
\ifxetex
\usepackage[pagebackref=true]{hyperref}
\else
\usepackage[ps2pdf,pagebackref=true]{hyperref}
\fi
\fi
\hypersetup{%
colorlinks=true,%
linkcolor=blue,%
citecolor=blue,%
unicode%
}
% Custom commands
\newcommand{\clearemptydoublepage}{%
\newpage{\pagestyle{empty}\cleardoublepage}%
}
\usepackage{caption}
\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
\usepackage{etoc}
\etocsettocstyle{\doxytocparskip}{\doxynormalparskip}
\renewcommand{\numberline}[1]{#1~}
%===== C O N T E N T S =====
\begin{document}
% Titlepage & ToC
\hypersetup{pageanchor=false,
bookmarksnumbered=true,
pdfencoding=unicode
}
\pagenumbering{alph}
\begin{titlepage}
\vspace*{7cm}
\begin{center}%
{\Large Open\+Quizz }\\
\vspace*{1cm}
{\large Generated by Doxygen 1.8.17}\\
\end{center}
\end{titlepage}
\clearemptydoublepage
\pagenumbering{roman}
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\hypersetup{pageanchor=true}
%--- Begin generated contents ---
\chapter{Projet Open Quiz}
\label{index}\hypertarget{index}{}\input{index}
\chapter{Data Structure Index}
\input{annotated}
\chapter{Data Structure Documentation}
\input{class_menu_1_1_menu}
\input{class_utils_1_1_utils}
\input{class_utils_git_1_1_utils_git}
%--- End generated contents ---
% Index
\backmatter
\newpage
\phantomsection
\clearemptydoublepage
\addcontentsline{toc}{chapter}{\indexname}
\printindex
\end{document}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment