summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-09 21:05:50 +0000
committerKarl Berry <karl@freefriends.org>2021-08-09 21:05:50 +0000
commitf7668f7fa59f4e8cf8bd07b98e8ad6394eac2db0 (patch)
tree4ecac2044d5e09beed3205a511bdfcdd8783cc4f /Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex
parentb2a868cf15a4757ff225cd6270fffdc24783dfb0 (diff)
jxu (9aug21)
git-svn-id: svn://tug.org/texlive/trunk@60206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex b/Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex
index 9b0ad02fc8b..67624156d39 100644
--- a/Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex
+++ b/Master/texmf-dist/doc/latex/beaulivre/beaulivre-doc-fr.tex
@@ -98,7 +98,7 @@
\fill [cyan!90!black] ($(current page.south west)+(0,7)$) rectangle ($(current page.north west)+(25,-7)$);
\fill [yellow] (current page.south west) rectangle ($(current page.north west)+(3,0)$);
\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,-10)$) {\textcolor{white}{\sffamily\beaulivre{}\\[5pt]\footnotesize\textsc{Écrivez vos livres \\de manière colorée}\\[10pt]\tiny Correspondant à : \texttt{\beaulivre{} 2021/08/08}}};
+ \node[text width=6cm,text height=3.5cm,scale=2.5] at ($(current page.north west)+(11,-10)$) {\textcolor{white}{\sffamily\beaulivre{}\\[5pt]\footnotesize\textsc{Écrivez vos livres \\de manière colorée}\\[10pt]\tiny Correspondant à : \texttt{\beaulivre{} 2021/08/09}}};
\node at ($(current page.south)+(1.5,3)$) {\fontsize{16pt}{0pt}\selectfont\textcolor{gray}{\scshape Jinwen XU}};
\node at ($(current page.south)+(1.5,2)$) {\fontsize{12pt}{0pt}\selectfont\textcolor{gray}{Août 2021, à Pékin}};
\end{tikzpicture}%
@@ -106,7 +106,7 @@
\cleardoublepage%
-\chapter*{Préface}
+\chapter{Préface}
\beaulivre{} fait partie de la série de classes \colorist{}, dont le nom est tiré des mots «~beau~» et «~livre~». L'ensemble de la collection comprend \colorart{} et \lebhart{} pour la composition d'articles, et \colorbook{} et \beaulivre{} pour celle des livres. Mon intention initiale en les concevant était d'écrire des brouillons et des notes qui ont l'air coloré mais pas éblouissant.
@@ -144,7 +144,7 @@ Pour utiliser les classes de documents décrites ici, vous devez :
Il suffit simplement de mettre
\begin{code}
- \documentclass{beaulivre}
+\documentclass{beaulivre}
\end{code}
comme première ligne pour utiliser la classe \beaulivre{}.
@@ -159,7 +159,7 @@ Regardons d'abord un document complet.
\begin{code*}
-\documentclass{colorbook}
+\documentclass{beaulivre}
\usepackage{ProjLib}
\UseLanguage{French}
@@ -183,7 +183,7 @@ Regardons d'abord un document complet.
\section{(*\meta{section title}*)}
-\dnf<Plus de contenu est nécessaire.>
+\dnf<(*\meta{some hint}*)>
\begin{theorem}\label{thm:abc}
Ceci est un théorème.
@@ -359,7 +359,7 @@ Lors du référencement d'un environnement de type théorème, il est recommandÃ
\begin{tip}[Exemple]
\begin{code}
- \begin{definition}[Des choses étranges] \label{def: strange} ...
+\begin{definition}[Des choses étranges] \label{def: strange} ...
\end{code}
will produce
@@ -467,9 +467,9 @@ Ensuite, créez cet environnement de l'une des cinq manières suivantes :
Voici un exemple. Le code suivant :
\begin{code}
- \NameTheorem[FR]{proofidea}{Idée}
- \CreateTheorem*{proofidea*}
- \CreateTheorem{proofidea}<section>
+\NameTheorem[FR]{proofidea}{Idée}
+\CreateTheorem*{proofidea*}
+\CreateTheorem{proofidea}<section>
\end{code}
définit un environnement non numéroté \lstinline|proofidea*| et un environnement numéroté \lstinline|proofidea| (numérotés dans la section) respectivement. Ils peuvent être utilisés dans le contexte français. L'effet est le suivant :