Introduction d'une page de garde pour la documentation Coriolis et Python
This commit is contained in:
parent
16bd5270f7
commit
b78a524e5f
|
@ -4,17 +4,64 @@
|
|||
.. include:: ./definitions.rst
|
||||
|
||||
|
||||
=========================
|
||||
Hurricane+Python Tutorial
|
||||
=========================
|
||||
|
||||
|pagestylefancy|
|
||||
.. raw:: latex
|
||||
|
||||
\newpage
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{center}
|
||||
|
||||
\begin{figure}[t]
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{../etc/images/logoLIP6_SU_CNRS.pdf}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
\huge \textsc{Sorbonne Université}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\huge {\textsc{lip6} Laboratory}
|
||||
\vspace{3cm}
|
||||
|
||||
\Huge \textsc{Hurricane+Python}
|
||||
\vspace{1cm}
|
||||
|
||||
\Huge \textbf{Tutorial}
|
||||
\vspace{1cm}
|
||||
|
||||
\huge {Jean-Paul \textsc{Chaput}}
|
||||
\vspace{4cm}
|
||||
|
||||
\begin{figure}[!h]
|
||||
\begin{center}
|
||||
\includegraphics[scale=1.0]{../etc/images/logoCC.pdf}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\normalsize
|
||||
|
||||
This work is licensed under a\\
|
||||
Creative Commons Attribution-NonCommercial-ShareALike 4.0 International License.\\
|
||||
Creative Commons License \href{https://creativecommons.org/licenses/by-nc-sa/4.0/} {creativecommons.org/licenses/by-nc-sa/4.0/}
|
||||
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
\pagestyle{fancy}
|
||||
|
||||
|
||||
|noindent|
|
||||
**First, a small disclaimer.** This tutorial assume that you are already familiar
|
||||
with the concepts of |VLSI| designs, such as *netlist*, *layout*, *instances*
|
||||
and hierarchical design.
|
||||
|
||||
|pagestylefancy|
|
||||
|
||||
|
||||
.. contents::
|
||||
|
||||
|
|
|
@ -3,13 +3,59 @@
|
|||
.. include:: ../etc/definitions.rst
|
||||
|
||||
|
||||
=======================
|
||||
Coriolis User's Guide
|
||||
=======================
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\newpage
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{center}
|
||||
|
||||
\begin{figure}[t]
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{../etc/images/logoLIP6_SU_CNRS.pdf}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
\huge \textsc{Sorbonne Université}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\huge {\textsc{lip6} Laboratory}
|
||||
\vspace{3cm}
|
||||
|
||||
\Huge \textsc{Coriolis}
|
||||
\vspace{1cm}
|
||||
\Huge \textbf{User's Guide}
|
||||
\vspace{1cm}
|
||||
|
||||
\huge {Jean-Paul \textsc{Chaput}}
|
||||
\vspace{4cm}
|
||||
|
||||
\begin{figure}[!h]
|
||||
\begin{center}
|
||||
\includegraphics[scale=1.0]{../etc/images/logoCC.pdf}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\normalsize
|
||||
|
||||
This work is licensed under a\\
|
||||
Creative Commons Attribution-NonCommercial-ShareALike 4.0 International License.\\
|
||||
Creative Commons License \href{https://creativecommons.org/licenses/by-nc-sa/4.0/} {creativecommons.org/licenses/by-nc-sa/4.0/}
|
||||
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
\pagestyle{fancy}
|
||||
|
||||
|pagestylefancy|
|
||||
|
||||
|
||||
|
||||
.. contents::
|
||||
|
||||
|newpage|
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
|
||||
\newcommand{\LIP} {\textsc{lip6}\xspace}
|
||||
\newcommand{\SoC} {\textsc{S}o\textsc{C}\xspace}
|
||||
\newcommand{\CIAN} {\textsc{cian}\xspace}
|
||||
|
||||
\renewcommand{\headrulewidth}{0.2mm}
|
||||
\renewcommand{\footrulewidth}{0.2mm}
|
||||
|
@ -107,7 +108,8 @@
|
|||
\renewcommand{\subsectionmark}[1]{}
|
||||
\lhead[]{Coriolis Documentation}
|
||||
\rhead[]{\today}
|
||||
\lfoot[]{\LIP/\SoC \href{https://www-soc.lip6.fr/}{www-soc.lip6.fr}}
|
||||
% \lfoot[]{\LIP/\SoC \href{https://www-soc.lip6.fr/}{www-soc.lip6.fr}}
|
||||
\lfoot[]{\LIP/\CIAN \href{https://www-soc.lip6.fr/en/team-cian/}{www-soc.lip6.fr/en/team-cian}}
|
||||
\rfoot[]{\thepage}
|
||||
\cfoot[]{}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue