diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex b/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex index d61803acdee..f75a5e81798 100644 --- a/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex +++ b/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-fr.tex @@ -8,7 +8,6 @@ \usepackage{ProjLib} \usepackage{longtable} % breakable tables \usepackage{hologo} % more TeX logo -\usetikzlibrary{calc} \usepackage{blindtext} @@ -39,7 +38,7 @@ \providecommand{\meta}[1]{$\langle${\normalfont\itshape#1}$\rangle$} \lstset{moretexcs=% {linenumbers,nolinenumbers,part,parttext,chapter,section,subsection,subsubsection,frontmatter,mainmatter,backmatter,tableofcontents,href, - color,NameTheorem,CreateTheorem,cref,dnf,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,TheDate,ProjLib,qedhere + color,NameTheorem,CreateTheorem,cref,DNF,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,TheDate,ProjLib,qedhere } } \lstnewenvironment{code}% @@ -96,21 +95,21 @@ %%================================ \begin{document} -\def\PackageVersion{2022/03/19} +\def\PackageVersion{2022/04/03} \frontmatter \LocallyStopLineNumbers -\begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1 -\begin{tikzpicture}[overlay,remember picture] - \fill [blue!50!cyan!50!black] ($(current page.south west)$) rectangle ($(current page.north west)+(21,-7)$); - \node[text width=10cm] at ($(current page.north west)+(8.5,-6)$) {\huge\ProjLib}; - \node[text width=6cm,text height=3.5cm,scale=2.5] at ($(current page.north west)+(11,-9)$) {\textcolor{white}{\sffamily\simplivre{}\\[5pt]\footnotesize\textsc{Écrivez vos livres \\de manière simple et claire}\\[10pt]\tiny Correspondant à : \texttt{\simplivre{} \PackageVersion}}}; - \node[text width=15em] at ($(current page.south)+(3.5,3)$) {\color{white}\hfill\fontsize{16pt}{0pt}\selectfont{\scshape Jinwen XU}\\[1em]\hfill\fontsize{12pt}{0pt}\selectfont\TheDate{\PackageVersion}[only-year-month], à Paris}; -\end{tikzpicture}% -\end{titlepage}% - -\setcounter{page}{0} +\TitlePage [ style = simple ] + { + , title = \simplivre{} + , subtitle = { + \textsc{Écrivez vos livres \\de manière simple et claire}\\[10pt] + \tiny Correspondant à : \texttt{\simplivre{} \PackageVersion} + } + , author = Jinwen XU + , date = {\TheDate{\PackageVersion}[only-year-month], à Paris} + } \ResumeLineNumbers @@ -196,7 +195,7 @@ Regardons d'abord un document complet. \section{(*\meta{section title}*)} -\dnf<(*\meta{some hint}*)> +\DNF<(*\meta{some hint}*)> \begin{theorem}\label{thm:abc} Ceci est un théorème. @@ -238,7 +237,7 @@ Pour une description détaillée de cette commande et d'autres commandes associà \medskip \begin{code} -\dnf<(*\meta{some hint}*)> +\DNF<(*\meta{some hint}*)> \end{code} Lorsque vous avez des endroits qui ne sont pas encore finis, vous pouvez les marquer avec cette commande, ce qui est particulièrement utile lors de la phase de brouillon. @@ -301,7 +300,7 @@ De plus, Source Code Pro est utilisé comme police anglaise sans empattement, Ne \item Options de police. Comme son nom l'indique, la police avec le nom correspondant sera utilisée. \item L'option \texttt{useosf} est pour activer les chiffres à l'ancienne. \end{itemize} - \item \texttt{allowbf} + \item \texttt{use boldface} \begin{itemize} \item Afficher les titres en gras. Lorsque cette option est utilisée, le titre principal, les titres de tous les niveaux et les noms des environnements de type théorème seront en gras. \end{itemize} @@ -313,7 +312,6 @@ De plus, Source Code Pro est utilisé comme police anglaise sans empattement, Ne \begin{itemize} \item Utilisez l'indentation des paragraphes au lieu de l'espacement entre les paragraphes. \end{itemize} -% \clearpage \item \texttt{runin} \begin{itemize} \item Utilisez le style «~runin~» pour \lstinline|\subsubsection| @@ -413,9 +411,9 @@ Par défaut, lors du référencement, le nom du théorème correspond au context \LevelTwoTitle{Draft mark} -Vous pouvez utiliser \lstinline|\dnf| pour marquer la partie inachevée. Par example : +Vous pouvez utiliser \lstinline|\DNF| pour marquer la partie inachevée. Par example : \begin{itemize} - \item \lstinline|\dnf| ou \lstinline|\dnf<...>|. L'effet est : \dnf~ ou \dnf<...>. \\Le texte à l'intérieur changera en fonction de la langue actuelle. Par exemple, il sera affiché sous la forme \UseOtherLanguage{English}{\dnf} en mode anglais. + \item \lstinline|\DNF| ou \lstinline|\DNF<...>|. L'effet est : \DNF~ ou \DNF<...>. \\Le texte à l'intérieur changera en fonction de la langue actuelle. Par exemple, il sera affiché sous la forme \UseOtherLanguage{English}{\DNF} en mode anglais. \end{itemize} |