summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chapterfolder/util
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/chapterfolder/util
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chapterfolder/util')
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/cha/cha.tex12
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/file/file.tex3
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/part/part.tex8
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/sec/sec.tex12
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/sub/sub.tex8
-rw-r--r--Master/texmf-dist/doc/latex/chapterfolder/util/util.tex5
6 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/cha/cha.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/cha/cha.tex
new file mode 100644
index 00000000000..47f3a800a41
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/cha/cha.tex
@@ -0,0 +1,12 @@
+La definition d'un nouveau chapitre s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfchapter[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim}
+Ainsi, par exemple, le chapitre courant a \'et\'e obtenu en utilisant la commande suivante :
+\begin{verbatim}
+\cfchapter{Utilisation}{util}{util.tex}
+\end{verbatim}
+La definition d'un nouveau chapitre non num\'erot\'e s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfchapterstar[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/file/file.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/file/file.tex
new file mode 100644
index 00000000000..59d71a1411c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/file/file.tex
@@ -0,0 +1,3 @@
+La premi\`ere possibilit\'e pour inclure un fichier est d'utiliser la commande {\tt $\backslash$cfinput} qui permet d'inclure un fichier de la m\^eme mani\`ere que {\tt $\backslash$input}, sauf que le chemin d'acc\`es est celui du dossier courant. La deuxi\`eme fa\c{c}on consiste \`a utiliser les commandes {\tt $\backslash$cfcurrentfolder} et {\tt $\backslash$cfcurrentfolderfigure}. La premi`ere retourne le chemin d'acc\`es au dossier courant, alors que la deuxi\`eme retourne le chemin d'acc\`es \`a un dossier figure qui se trouvent dans le dossier courant.
+
+Ainsi, par exemple, la commande {\tt $\backslash$cfcurrentfolder} produit dans notre cas le r\'esultat "\cfcurrentfolder", alors que la commande {\tt $\backslash$cfcurrentfolderfigure} produit "\cfcurrentfolderfigure" . \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/part/part.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/part/part.tex
new file mode 100644
index 00000000000..bef006e0578
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/part/part.tex
@@ -0,0 +1,8 @@
+La definition d'une nouvelle partie s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfpart[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim}
+La definition d'une nouvelle partie non num\'erot\'ee s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfpartstar[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/sec/sec.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/sec/sec.tex
new file mode 100644
index 00000000000..68dfa28aa75
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/sec/sec.tex
@@ -0,0 +1,12 @@
+La definition d'une nouvelle section s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfsection[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim}
+Ainsi, par exemple, la section courante a \'et\'e obtenu en utilisant la commande suivante :
+\begin{verbatim}
+\cfsection{Section}{sec}{sec.tex}
+\end{verbatim}
+La definition d'une nouvelle section non num\'erot\'ee s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfsectionstar[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/sub/sub.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/sub/sub.tex
new file mode 100644
index 00000000000..377dc65e999
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/sub/sub.tex
@@ -0,0 +1,8 @@
+La definition d'une nouvelle sous-section s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfsubsection[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim}
+La definition d'une nouvelle sous-section non num\'erot\'ee s'effectue avec la commande suivante :
+\begin{verbatim}
+\cfsubsectionstar[<titre court>]{<titre}{<dossier>}{<fichier>}
+\end{verbatim} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/util/util.tex b/Master/texmf-dist/doc/latex/chapterfolder/util/util.tex
new file mode 100644
index 00000000000..dc8bb52a3c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chapterfolder/util/util.tex
@@ -0,0 +1,5 @@
+\cfsection{Partie}{part}{part.tex}
+\cfsection{Chapitre}{cha}{cha.tex}
+\cfsection{Section}{sec}{sec.tex}
+\cfsection{Sous-Section}{sub}{sub.tex}
+\cfsection{Inclusion de fichier}{file}{file.tex}